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

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

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

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

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

.ttdv-content .ttdv-section-soft {
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 244, 238, 0.11), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f8fafc;
}

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

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

.ttdv-content .ttdv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.10));
  color: #0f6370;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttdv-content .ttdv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.13);
}

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

.ttdv-content .ttdv-heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #596579;
  line-height: 1.7;
}

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

.ttdv-content .ttdv-card,
.ttdv-content .ttdv-trust-card,
.ttdv-content .ttdv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttdv-content .ttdv-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
}

.ttdv-content .ttdv-card::after,
.ttdv-content .ttdv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), transparent 34%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttdv-content .ttdv-card:hover,
.ttdv-content .ttdv-trust-card:hover,
.ttdv-content .ttdv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.ttdv-content .ttdv-card:hover::after,
.ttdv-content .ttdv-trust-card:hover::after {
  opacity: 1;
}

.ttdv-content .ttdv-card h3,
.ttdv-content .ttdv-trust-card h3,
.ttdv-content .ttdv-step-content h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttdv-content .ttdv-card p,
.ttdv-content .ttdv-trust-card p,
.ttdv-content .ttdv-step-content p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.68;
}

.ttdv-content .ttdv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.17));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 28px rgba(37, 244, 238, 0.16);
}

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

.ttdv-content .ttdv-card:hover .ttdv-icon::before,
.ttdv-content .ttdv-card:hover .ttdv-icon::after {
  transform: translateY(-1px) scale(1.04);
}

.ttdv-content .ttdv-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 14px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttdv-content .ttdv-icon-speed::before {
  left: 13px;
  top: 14px;
  width: 20px;
  height: 20px;
  border: 3px solid #0ea5b7;
  border-radius: 999px;
  border-bottom-color: transparent;
}

.ttdv-content .ttdv-icon-preview::before {
  left: 11px;
  top: 14px;
  width: 24px;
  height: 17px;
  border: 3px solid #fe2c55;
  border-radius: 10px;
}

.ttdv-content .ttdv-icon-preview::after {
  left: 20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0ea5b7;
}

.ttdv-content .ttdv-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 0 9px 0 #0ea5b7, 0 18px 0 #111827;
}

.ttdv-content .ttdv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #0ea5b7;
  border-radius: 8px;
}

.ttdv-content .ttdv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #fe2c55;
}

.ttdv-content .ttdv-icon-daily::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  border: 3px solid #fe2c55;
}

.ttdv-content .ttdv-icon-daily::after {
  left: 20px;
  top: 20px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #0ea5b7;
  transform: rotate(-35deg);
}

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

.ttdv-content .ttdv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}

.ttdv-content .ttdv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttdv-content .ttdv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}

.ttdv-content .ttdv-badge-dot {
  display: inline-flex;
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.18);
}

.ttdv-content .ttdv-badge-dot::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background: #ffffff;
}

.ttdv-content .ttdv-trust-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
}

.ttdv-content .ttdv-trust-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #101828, #263246);
  color: #25f4ee;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.16);
}

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

.ttdv-content .ttdv-reveal.ttdv-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) {
  .ttdv-content .ttdv-section {
    padding: 54px 0;
  }

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

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

  .ttdv-content .ttdv-heading p {
    font-size: 15px;
  }

  .ttdv-content .ttdv-grid,
  .ttdv-content .ttdv-steps {
    gap: 16px;
    margin-top: 32px;
  }

  .ttdv-content .ttdv-grid-three,
  .ttdv-content .ttdv-grid-benefits {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-heading p {
    font-size: 15.5px;
  }

  .ttdv-content .ttdv-grid,
  .ttdv-content .ttdv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ttdv-content .ttdv-grid-three,
  .ttdv-content .ttdv-grid-benefits {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-heading p {
    font-size: 16px;
  }

  .ttdv-content .ttdv-grid,
  .ttdv-content .ttdv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .ttdv-content .ttdv-grid-three,
  .ttdv-content .ttdv-grid-benefits {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-heading p {
    font-size: 17px;
  }

  .ttdv-content .ttdv-grid,
  .ttdv-content .ttdv-steps {
    gap: 22px;
    margin-top: 46px;
  }

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

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

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

  .ttdv-content .ttdv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }

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

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

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

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

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

  .ttdv-content .ttdv-heading p {
    font-size: 18px;
  }

  .ttdv-content .ttdv-grid,
  .ttdv-content .ttdv-steps {
    gap: 24px;
    margin-top: 52px;
  }

  .ttdv-content .ttdv-grid-three,
  .ttdv-content .ttdv-grid-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .ttdv-content .ttdv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  .ttdv-content .ttdv-card,
  .ttdv-content .ttdv-trust-card,
  .ttdv-content .ttdv-step-card,
  .ttdv-content .ttdv-reveal,
  .ttdv-content .ttdv-reveal.ttdv-visible {
    transition: none;
    transform: none;
    opacity: 1;
  }
}