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

.tdv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #17202c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

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

.tdv-content-wrap .tdv-section-soft {
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}

.tdv-content-wrap .tdv-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tdv-content-wrap .tdv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.tdv-content-wrap .tdv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 214, 201, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 214, 201, 0.1), rgba(255, 61, 113, 0.09));
  color: #0f6970;
  font-weight: 800;
  line-height: 1.2;
}

.tdv-content-wrap .tdv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d6c9, #ff3d71);
  box-shadow: 0 0 0 5px rgba(0, 214, 201, 0.12);
}

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

.tdv-content-wrap .tdv-section-head p {
  margin: 14px auto 0;
  color: #5f6b7a;
  line-height: 1.72;
}

.tdv-content-wrap .tdv-grid {
  display: grid;
  align-items: stretch;
}

.tdv-content-wrap .tdv-card,
.tdv-content-wrap .tdv-trust-card,
.tdv-content-wrap .tdv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tdv-content-wrap .tdv-card {
  overflow: hidden;
  border-radius: 22px;
}

.tdv-content-wrap .tdv-card::before,
.tdv-content-wrap .tdv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 0%, rgba(0, 214, 201, 0.12), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(255, 61, 113, 0.1), transparent 30%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.tdv-content-wrap .tdv-card:hover,
.tdv-content-wrap .tdv-trust-card:hover,
.tdv-content-wrap .tdv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 214, 201, 0.26);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.tdv-content-wrap .tdv-card:hover::before,
.tdv-content-wrap .tdv-trust-card:hover::before {
  opacity: 1;
}

.tdv-content-wrap .tdv-card h3,
.tdv-content-wrap .tdv-trust-card h3,
.tdv-content-wrap .tdv-step-copy h3 {
  position: relative;
  margin: 0;
  color: #141b27;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tdv-content-wrap .tdv-card p,
.tdv-content-wrap .tdv-trust-card p,
.tdv-content-wrap .tdv-step-copy p,
.tdv-content-wrap .tdv-note p {
  position: relative;
  margin: 10px 0 0;
  color: #647184;
  line-height: 1.68;
}

.tdv-content-wrap .tdv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d6c9, #ff3d71);
  box-shadow: 0 14px 28px rgba(0, 214, 201, 0.18);
}

.tdv-content-wrap .tdv-icon::before,
.tdv-content-wrap .tdv-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.tdv-content-wrap .tdv-card:hover .tdv-icon::before,
.tdv-content-wrap .tdv-card:hover .tdv-icon::after {
  transform: translateX(2px);
}

.tdv-content-wrap .tdv-icon-play::before {
  left: 19px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ffffff;
}

.tdv-content-wrap .tdv-icon-speed::before {
  left: 13px;
  top: 21px;
  width: 22px;
  height: 10px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.tdv-content-wrap .tdv-icon-speed::after {
  left: 24px;
  top: 18px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.tdv-content-wrap .tdv-icon-preview::before {
  left: 12px;
  top: 14px;
  width: 24px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.tdv-content-wrap .tdv-icon-preview::after {
  left: 18px;
  top: 20px;
  width: 12px;
  height: 6px;
  border-radius: 99px;
  background: #ffffff;
}

.tdv-content-wrap .tdv-icon-steps::before {
  left: 14px;
  top: 13px;
  width: 20px;
  height: 22px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 0 0 0 8px;
}

.tdv-content-wrap .tdv-icon-steps::after {
  left: 25px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -12px 12px 0 #ffffff;
}

.tdv-content-wrap .tdv-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.tdv-content-wrap .tdv-icon-mobile::after {
  left: 22px;
  top: 31px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}

.tdv-content-wrap .tdv-icon-daily::before {
  left: 12px;
  top: 13px;
  width: 24px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.tdv-content-wrap .tdv-icon-daily::after {
  left: 17px;
  top: 20px;
  width: 14px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}

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

.tdv-content-wrap .tdv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}

.tdv-content-wrap .tdv-step-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(0, 214, 201, 0.36), rgba(255, 61, 113, 0.28), transparent);
}

.tdv-content-wrap .tdv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #101827, #243247);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}

.tdv-content-wrap .tdv-badge-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 214, 201, 0.16), rgba(255, 61, 113, 0.14));
  position: relative;
}

.tdv-content-wrap .tdv-badge-dot::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d6c9, #ff3d71);
}

.tdv-content-wrap .tdv-trust-card {
  overflow: hidden;
  border-radius: 22px;
}

.tdv-content-wrap .tdv-trust-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d6c9, #ff3d71);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 15px 30px rgba(255, 61, 113, 0.16);
}

.tdv-content-wrap .tdv-note {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 214, 201, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 214, 201, 0.08), rgba(255, 255, 255, 0.92), rgba(255, 61, 113, 0.07));
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
  text-align: center;
}

.tdv-content-wrap .tdv-note p {
  margin: 0;
  color: #4b596b;
}

.tdv-content-wrap .tdv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tdv-content-wrap .tdv-reveal.tdv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

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

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 28px;
  }

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

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

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

  .tdv-content-wrap .tdv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tdv-content-wrap .tdv-card,
  .tdv-content-wrap .tdv-trust-card {
    padding: 22px;
  }

  .tdv-content-wrap .tdv-card h3,
  .tdv-content-wrap .tdv-trust-card h3,
  .tdv-content-wrap .tdv-step-copy h3 {
    font-size: 18px;
  }

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-copy p,
  .tdv-content-wrap .tdv-note p {
    font-size: 14px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 16px;
  }

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

  .tdv-content-wrap .tdv-step-card::after {
    display: none;
  }

  .tdv-content-wrap .tdv-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }

  .tdv-content-wrap .tdv-note {
    margin-top: 18px;
    padding: 20px;
  }
}

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

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

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 32px;
  }

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

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

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

  .tdv-content-wrap .tdv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tdv-content-wrap .tdv-card,
  .tdv-content-wrap .tdv-trust-card {
    padding: 24px;
  }

  .tdv-content-wrap .tdv-card h3,
  .tdv-content-wrap .tdv-trust-card h3,
  .tdv-content-wrap .tdv-step-copy h3 {
    font-size: 19px;
  }

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-copy p,
  .tdv-content-wrap .tdv-note p {
    font-size: 14.5px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 18px;
  }

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

  .tdv-content-wrap .tdv-step-card::after {
    display: none;
  }

  .tdv-content-wrap .tdv-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }

  .tdv-content-wrap .tdv-note {
    margin-top: 20px;
    padding: 22px;
  }
}

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

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

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 34px;
  }

  .tdv-content-wrap .tdv-kicker {
    font-size: 13px;
  }

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

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

  .tdv-content-wrap .tdv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tdv-content-wrap .tdv-card,
  .tdv-content-wrap .tdv-trust-card {
    padding: 26px;
  }

  .tdv-content-wrap .tdv-card h3,
  .tdv-content-wrap .tdv-trust-card h3,
  .tdv-content-wrap .tdv-step-copy h3 {
    font-size: 20px;
  }

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-copy p,
  .tdv-content-wrap .tdv-note p {
    font-size: 15px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 20px;
  }

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

  .tdv-content-wrap .tdv-step-card::after {
    display: none;
  }

  .tdv-content-wrap .tdv-step-number {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }

  .tdv-content-wrap .tdv-note {
    margin-top: 22px;
    padding: 24px;
  }
}

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

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

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 42px;
  }

  .tdv-content-wrap .tdv-kicker {
    font-size: 13px;
  }

  .tdv-content-wrap h2 {
    font-size: 40px;
  }

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

  .tdv-content-wrap .tdv-grid-three,
  .tdv-content-wrap .tdv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .tdv-content-wrap .tdv-card,
  .tdv-content-wrap .tdv-trust-card {
    padding: 28px;
  }

  .tdv-content-wrap .tdv-card h3,
  .tdv-content-wrap .tdv-trust-card h3,
  .tdv-content-wrap .tdv-step-copy h3 {
    font-size: 21px;
  }

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-copy p,
  .tdv-content-wrap .tdv-note p {
    font-size: 15.5px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 22px;
  }

  .tdv-content-wrap .tdv-step-card {
    gap: 24px;
    padding: 28px;
  }

  .tdv-content-wrap .tdv-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }

  .tdv-content-wrap .tdv-note {
    margin-top: 26px;
    padding: 26px 30px;
  }
}

@media (min-width: 1024px) {
  .tdv-content-wrap .tdv-section {
    padding: 92px 0;
  }

  .tdv-content-wrap .tdv-container {
    padding: 0 32px;
  }

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 48px;
  }

  .tdv-content-wrap .tdv-kicker {
    font-size: 13px;
  }

  .tdv-content-wrap h2 {
    font-size: 46px;
  }

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

  .tdv-content-wrap .tdv-grid-three,
  .tdv-content-wrap .tdv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .tdv-content-wrap .tdv-card,
  .tdv-content-wrap .tdv-trust-card {
    padding: 30px;
  }

  .tdv-content-wrap .tdv-card h3,
  .tdv-content-wrap .tdv-trust-card h3,
  .tdv-content-wrap .tdv-step-copy h3 {
    font-size: 21px;
  }

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-copy p,
  .tdv-content-wrap .tdv-note p {
    font-size: 15.5px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 22px;
  }

  .tdv-content-wrap .tdv-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

  .tdv-content-wrap .tdv-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }

  .tdv-content-wrap .tdv-note {
    margin-top: 30px;
    padding: 28px 34px;
  }
}