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

.ttdv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.ttdv-content-wrap,
.ttdv-content-wrap div,
.ttdv-content-wrap section,
.ttdv-content-wrap article {
  box-sizing: border-box;
}

.ttdv-content-wrap .ttdv-section {
  position: relative;
  isolation: isolate;
}

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

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

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

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

.ttdv-content-wrap .ttdv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.38);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.09));
  color: #0b6f73;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttdv-content-wrap h2,
.ttdv-content-wrap h3,
.ttdv-content-wrap p {
  margin-top: 0;
}

.ttdv-content-wrap h2 {
  margin-bottom: 14px;
  color: #101827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.ttdv-content-wrap .ttdv-section-head p {
  margin-bottom: 0;
  color: #566174;
  line-height: 1.72;
}

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

.ttdv-content-wrap .ttdv-card,
.ttdv-content-wrap .ttdv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 31, 52, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(20, 31, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}

.ttdv-content-wrap .ttdv-card::before,
.ttdv-content-wrap .ttdv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #7c3aed, #ff0050);
  opacity: 0.88;
}

.ttdv-content-wrap .ttdv-card:hover,
.ttdv-content-wrap .ttdv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 24px 54px rgba(20, 31, 52, 0.13);
}

.ttdv-content-wrap .ttdv-card h3,
.ttdv-content-wrap .ttdv-trust-card h3,
.ttdv-content-wrap .ttdv-step-card h3 {
  margin-bottom: 9px;
  color: #111827;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}

.ttdv-content-wrap .ttdv-card p,
.ttdv-content-wrap .ttdv-trust-card p,
.ttdv-content-wrap .ttdv-step-card p,
.ttdv-content-wrap .ttdv-note p {
  margin-bottom: 0;
  color: #5a6577;
}

.ttdv-content-wrap .ttdv-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.16), rgba(255, 0, 80, 0.13));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.28);
}

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

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

.ttdv-content-wrap .ttdv-icon-play::before {
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ff0050;
}

.ttdv-content-wrap .ttdv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #25f4ee, #ff0050);
  clip-path: polygon(44% 0, 100% 0, 65% 42%, 100% 42%, 26% 100%, 42% 54%, 0 54%);
}

.ttdv-content-wrap .ttdv-icon-frame::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 2px solid #7c3aed;
  border-radius: 7px;
}

.ttdv-content-wrap .ttdv-icon-path::before {
  left: 13px;
  top: 14px;
  width: 20px;
  height: 18px;
  border: 2px solid #0b9fa5;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttdv-content-wrap .ttdv-icon-phone::before {
  left: 16px;
  top: 10px;
  width: 14px;
  height: 26px;
  border: 2px solid #ff0050;
  border-radius: 6px;
}

.ttdv-content-wrap .ttdv-icon-check::before {
  left: 14px;
  top: 17px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #0b9fa5;
  border-bottom: 3px solid #0b9fa5;
  transform: rotate(-45deg);
}

.ttdv-content-wrap .ttdv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ttdv-content-wrap .ttdv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 31, 52, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 31, 52, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttdv-content-wrap .ttdv-step-card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.24), rgba(255, 0, 80, 0));
  pointer-events: none;
}

.ttdv-content-wrap .ttdv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 80, 0.24);
  box-shadow: 0 24px 54px rgba(20, 31, 52, 0.12);
}

.ttdv-content-wrap .ttdv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #101827, #242f46);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(16, 24, 39, 0.2);
}

.ttdv-content-wrap .ttdv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.18), transparent 38%);
}

.ttdv-content-wrap .ttdv-badge-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 0 7px rgba(37, 244, 238, 0.1);
}

.ttdv-content-wrap .ttdv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(255, 0, 80, 0.18);
}

.ttdv-content-wrap .ttdv-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(37, 244, 238, 0.3);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(255, 255, 255, 0.92), rgba(255, 0, 80, 0.08));
  text-align: center;
  box-shadow: 0 14px 34px rgba(20, 31, 52, 0.07);
}

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

.ttdv-content-wrap .ttdv-reveal.ttdv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

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

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

  .ttdv-content-wrap .ttdv-section-head {
    margin-bottom: 30px;
  }

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

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

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

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

  .ttdv-content-wrap .ttdv-step-list {
    gap: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ttdv-content-wrap .ttdv-step-list {
    gap: 18px;
  }

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

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

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

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

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

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

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

  .ttdv-content-wrap .ttdv-section-head {
    margin-bottom: 38px;
  }

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

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

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

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

  .ttdv-content-wrap .ttdv-step-list {
    gap: 20px;
  }

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

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

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

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

  .ttdv-content-wrap .ttdv-container {
    padding: 0 28px;
  }

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

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

  .ttdv-content-wrap .ttdv-section-head {
    margin-bottom: 44px;
  }

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

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

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

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

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

  .ttdv-content-wrap .ttdv-step-list {
    gap: 22px;
  }

  .ttdv-content-wrap .ttdv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ttdv-content-wrap .ttdv-step-number {
    font-size: 20px;
  }

  .ttdv-content-wrap .ttdv-note {
    margin-top: 28px;
    padding: 24px 30px;
  }
}

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

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

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

  .ttdv-content-wrap .ttdv-section-head p {
    font-size: 18px;
  }

  .ttdv-content-wrap .ttdv-section-head {
    margin-bottom: 50px;
  }

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

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

  .ttdv-content-wrap .ttdv-card h3,
  .ttdv-content-wrap .ttdv-trust-card h3,
  .ttdv-content-wrap .ttdv-step-card h3 {
    font-size: 22px;
  }

  .ttdv-content-wrap .ttdv-card p,
  .ttdv-content-wrap .ttdv-trust-card p,
  .ttdv-content-wrap .ttdv-step-card p,
  .ttdv-content-wrap .ttdv-note p {
    font-size: 16px;
  }

  .ttdv-content-wrap .ttdv-step-list {
    gap: 24px;
  }

  .ttdv-content-wrap .ttdv-step-card {
    gap: 28px;
    padding: 34px;
  }

  .ttdv-content-wrap .ttdv-step-number {
    font-size: 21px;
  }

  .ttdv-content-wrap .ttdv-note {
    margin-top: 32px;
    padding: 26px 34px;
  }
}