@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.tdv-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #151823;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

.tdv-editorial,
.tdv-editorial div,
.tdv-editorial section,
.tdv-editorial article {
  box-sizing: border-box;
}

.tdv-editorial .tdv-section {
  position: relative;
  width: 100%;
}

.tdv-editorial .tdv-section-white {
  background: #ffffff;
}

.tdv-editorial .tdv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.08), transparent 34%),
    #f8fafc;
}

.tdv-editorial .tdv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tdv-editorial .tdv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tdv-editorial .tdv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0f766e;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tdv-editorial .tdv-kicker::before,
.tdv-editorial .tdv-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

.tdv-editorial h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tdv-editorial .tdv-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6472;
  line-height: 1.75;
}

.tdv-editorial .tdv-card-grid {
  display: grid;
  align-items: stretch;
}

.tdv-editorial .tdv-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tdv-editorial .tdv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #7c3aed, #fe2c55);
  opacity: 0;
  transition: opacity 260ms ease;
}

.tdv-editorial .tdv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.13);
}

.tdv-editorial .tdv-card:hover::before {
  opacity: 1;
}

.tdv-editorial .tdv-card h3,
.tdv-editorial .tdv-step-card h3 {
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tdv-editorial .tdv-card p,
.tdv-editorial .tdv-step-card p,
.tdv-editorial .tdv-note p {
  margin: 10px 0 0;
  color: #626b7a;
  line-height: 1.72;
}

.tdv-editorial .tdv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 10px 24px rgba(37, 244, 238, 0.14);
}

.tdv-editorial .tdv-icon::before,
.tdv-editorial .tdv-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.tdv-editorial .tdv-icon-view::before {
  width: 22px;
  height: 14px;
  top: 16px;
  left: 12px;
  border: 2px solid #0f766e;
  border-radius: 50%;
}

.tdv-editorial .tdv-icon-view::after {
  width: 6px;
  height: 6px;
  top: 20px;
  left: 20px;
  background: #fe2c55;
}

.tdv-editorial .tdv-icon-speed::before {
  width: 21px;
  height: 21px;
  top: 13px;
  left: 12px;
  border: 2px solid #0f766e;
  border-bottom-color: transparent;
}

.tdv-editorial .tdv-icon-speed::after {
  width: 13px;
  height: 2px;
  top: 23px;
  left: 22px;
  background: #fe2c55;
  transform: rotate(-28deg);
}

.tdv-editorial .tdv-icon-preview::before {
  width: 22px;
  height: 16px;
  top: 14px;
  left: 12px;
  border: 2px solid #0f766e;
  border-radius: 6px;
}

.tdv-editorial .tdv-icon-preview::after {
  width: 10px;
  height: 3px;
  top: 33px;
  left: 18px;
  background: #fe2c55;
}

.tdv-editorial .tdv-icon-steps::before {
  width: 7px;
  height: 7px;
  top: 12px;
  left: 13px;
  background: #0f766e;
  box-shadow: 0 10px 0 #0f766e, 0 20px 0 #0f766e;
}

.tdv-editorial .tdv-icon-steps::after {
  width: 17px;
  height: 2px;
  top: 15px;
  left: 24px;
  background: #fe2c55;
  box-shadow: 0 10px 0 #fe2c55, 0 20px 0 #fe2c55;
}

.tdv-editorial .tdv-icon-mobile::before {
  width: 17px;
  height: 26px;
  top: 10px;
  left: 15px;
  border: 2px solid #0f766e;
  border-radius: 7px;
}

.tdv-editorial .tdv-icon-mobile::after {
  width: 5px;
  height: 5px;
  top: 29px;
  left: 21px;
  background: #fe2c55;
}

.tdv-editorial .tdv-icon-daily::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #0f766e;
}

.tdv-editorial .tdv-icon-daily::after {
  width: 13px;
  height: 13px;
  top: 17px;
  left: 17px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tdv-editorial .tdv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.tdv-editorial .tdv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tdv-editorial .tdv-step-card::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -70px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
}

.tdv-editorial .tdv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 26px 68px rgba(15, 23, 42, 0.12);
}

.tdv-editorial .tdv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #111827 0%, #0f766e 48%, #fe2c55 100%);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.18);
}

.tdv-editorial .tdv-step-content {
  position: relative;
  z-index: 1;
}

.tdv-editorial .tdv-use-card {
  background: #ffffff;
}

.tdv-editorial .tdv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.28), rgba(254, 44, 85, 0.22));
  box-shadow: inset 0 0 0 9px #ffffff, 0 12px 25px rgba(15, 23, 42, 0.09);
}

.tdv-editorial .tdv-trust-card {
  text-align: left;
}

.tdv-editorial .tdv-trust-mark {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.24), rgba(254, 44, 85, 0.16)),
    #ffffff;
  position: relative;
}

.tdv-editorial .tdv-trust-mark::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 14px;
  top: 17px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}

.tdv-editorial .tdv-note {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.94));
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.tdv-editorial .tdv-note p {
  margin: 0;
  color: #465164;
}

.tdv-editorial .tdv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.tdv-editorial .tdv-reveal.tdv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .tdv-editorial .tdv-section {
    padding: 54px 0;
  }

  .tdv-editorial .tdv-container {
    padding: 0 14px;
  }

  .tdv-editorial h2 {
    font-size: 27px;
  }

  .tdv-editorial .tdv-section-head p {
    font-size: 15px;
  }

  .tdv-editorial .tdv-kicker {
    font-size: 11px;
  }

  .tdv-editorial .tdv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .tdv-editorial .tdv-card {
    padding: 22px;
    border-radius: 20px;
  }

  .tdv-editorial .tdv-card h3,
  .tdv-editorial .tdv-step-card h3 {
    font-size: 18px;
  }

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-card p,
  .tdv-editorial .tdv-note p {
    font-size: 14px;
  }

  .tdv-editorial .tdv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .tdv-editorial .tdv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .tdv-editorial .tdv-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }

  .tdv-editorial .tdv-note {
    margin-top: 24px;
    padding: 20px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tdv-editorial .tdv-section {
    padding: 60px 0;
  }

  .tdv-editorial .tdv-container {
    padding: 0 18px;
  }

  .tdv-editorial h2 {
    font-size: 30px;
  }

  .tdv-editorial .tdv-section-head p {
    font-size: 15.5px;
  }

  .tdv-editorial .tdv-kicker {
    font-size: 11px;
  }

  .tdv-editorial .tdv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .tdv-editorial .tdv-card {
    padding: 24px;
  }

  .tdv-editorial .tdv-card h3,
  .tdv-editorial .tdv-step-card h3 {
    font-size: 19px;
  }

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-card p,
  .tdv-editorial .tdv-note p {
    font-size: 14.5px;
  }

  .tdv-editorial .tdv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .tdv-editorial .tdv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .tdv-editorial .tdv-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }

  .tdv-editorial .tdv-note {
    margin-top: 26px;
    padding: 22px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tdv-editorial .tdv-section {
    padding: 66px 0;
  }

  .tdv-editorial .tdv-container {
    padding: 0 22px;
  }

  .tdv-editorial h2 {
    font-size: 34px;
  }

  .tdv-editorial .tdv-section-head p {
    font-size: 16px;
  }

  .tdv-editorial .tdv-kicker {
    font-size: 12px;
  }

  .tdv-editorial .tdv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .tdv-editorial .tdv-card {
    padding: 26px;
  }

  .tdv-editorial .tdv-card h3,
  .tdv-editorial .tdv-step-card h3 {
    font-size: 20px;
  }

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-card p,
  .tdv-editorial .tdv-note p {
    font-size: 15px;
  }

  .tdv-editorial .tdv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .tdv-editorial .tdv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .tdv-editorial .tdv-step-number {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }

  .tdv-editorial .tdv-note {
    margin-top: 30px;
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tdv-editorial .tdv-section {
    padding: 82px 0;
  }

  .tdv-editorial .tdv-container {
    padding: 0 30px;
  }

  .tdv-editorial h2 {
    font-size: 42px;
  }

  .tdv-editorial .tdv-section-head p {
    font-size: 17px;
  }

  .tdv-editorial .tdv-kicker {
    font-size: 12px;
  }

  .tdv-editorial .tdv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }

  .tdv-editorial .tdv-card {
    padding: 28px;
  }

  .tdv-editorial .tdv-card h3,
  .tdv-editorial .tdv-step-card h3 {
    font-size: 20px;
  }

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-card p,
  .tdv-editorial .tdv-note p {
    font-size: 15.5px;
  }

  .tdv-editorial .tdv-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .tdv-editorial .tdv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .tdv-editorial .tdv-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }

  .tdv-editorial .tdv-note {
    margin-top: 34px;
    padding: 28px;
  }
}

@media (min-width: 1024px) {
  .tdv-editorial .tdv-section {
    padding: 96px 0;
  }

  .tdv-editorial .tdv-container {
    padding: 0 36px;
  }

  .tdv-editorial h2 {
    font-size: 48px;
  }

  .tdv-editorial .tdv-section-head p {
    font-size: 18px;
  }

  .tdv-editorial .tdv-kicker {
    font-size: 12px;
  }

  .tdv-editorial .tdv-card-grid {
    gap: 24px;
    margin-top: 52px;
  }

  .tdv-editorial .tdv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tdv-editorial .tdv-card {
    padding: 30px;
  }

  .tdv-editorial .tdv-card h3,
  .tdv-editorial .tdv-step-card h3 {
    font-size: 21px;
  }

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-card p,
  .tdv-editorial .tdv-note p {
    font-size: 16px;
  }

  .tdv-editorial .tdv-steps {
    gap: 24px;
    margin-top: 52px;
  }

  .tdv-editorial .tdv-step-card {
    gap: 28px;
    padding: 34px;
  }

  .tdv-editorial .tdv-step-number {
    width: 74px;
    height: 74px;
    font-size: 22px;
  }

  .tdv-editorial .tdv-note {
    margin-top: 38px;
    padding: 30px 34px;
  }
}