@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: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", 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;
  width: 100%;
}

.ttdv-content-wrap .ttdv-section-white {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.11), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(254, 44, 85, 0.09), transparent 32%),
    #ffffff;
}

.ttdv-content-wrap .ttdv-section-soft {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), rgba(254, 44, 85, 0.06)),
    #f8fafc;
}

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

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

.ttdv-content-wrap .ttdv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 28px rgba(20, 32, 50, 0.06);
  color: #0e5560;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttdv-content-wrap .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.12);
}

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

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

.ttdv-content-wrap .ttdv-section-head p {
  margin: 0 auto;
  max-width: 690px;
  color: #5b6575;
  font-weight: 450;
}

.ttdv-content-wrap .ttdv-card-grid {
  display: grid;
  width: 100%;
}

.ttdv-content-wrap .ttdv-info-card,
.ttdv-content-wrap .ttdv-use-card,
.ttdv-content-wrap .ttdv-trust-card,
.ttdv-content-wrap .ttdv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(143, 154, 174, 0.2);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(22, 31, 49, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttdv-content-wrap .ttdv-info-card,
.ttdv-content-wrap .ttdv-use-card,
.ttdv-content-wrap .ttdv-trust-card {
  height: 100%;
  border-radius: 24px;
}

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

.ttdv-content-wrap .ttdv-info-card:hover,
.ttdv-content-wrap .ttdv-use-card:hover,
.ttdv-content-wrap .ttdv-trust-card:hover,
.ttdv-content-wrap .ttdv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.48);
  box-shadow: 0 24px 60px rgba(22, 31, 49, 0.13);
}

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

.ttdv-content-wrap .ttdv-card-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #101828, #24324a);
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.16);
}

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

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

.ttdv-content-wrap .ttdv-icon-play::before {
  left: 19px;
  top: 15px;
  border-left: 14px solid #25f4ee;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttdv-content-wrap .ttdv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #25f4ee;
  border-radius: 999px;
}

.ttdv-content-wrap .ttdv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 25px;
  top: 23px;
  background: #fe2c55;
  border-radius: 999px;
  transform-origin: left center;
}

.ttdv-content-wrap .ttdv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 3px solid #25f4ee;
  border-radius: 8px;
}

.ttdv-content-wrap .ttdv-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 21px;
  top: 21px;
  border-radius: 999px;
  background: #fe2c55;
}

.ttdv-content-wrap .ttdv-icon-steps::before {
  width: 24px;
  height: 4px;
  left: 12px;
  top: 14px;
  background: #25f4ee;
  border-radius: 999px;
  box-shadow: 0 9px 0 #fe2c55, 0 18px 0 rgba(255, 255, 255, 0.86);
}

.ttdv-content-wrap .ttdv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #25f4ee;
  border-radius: 8px;
}

.ttdv-content-wrap .ttdv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 22px;
  top: 31px;
  background: #fe2c55;
  border-radius: 999px;
}

.ttdv-content-wrap .ttdv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 999px;
  background: conic-gradient(from 60deg, #25f4ee, #fe2c55, #25f4ee);
}

.ttdv-content-wrap .ttdv-info-card h3,
.ttdv-content-wrap .ttdv-use-card h3,
.ttdv-content-wrap .ttdv-trust-card h3,
.ttdv-content-wrap .ttdv-step-content h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttdv-content-wrap .ttdv-info-card p,
.ttdv-content-wrap .ttdv-use-card p,
.ttdv-content-wrap .ttdv-trust-card p,
.ttdv-content-wrap .ttdv-step-content p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5b6575;
}

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

.ttdv-content-wrap .ttdv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 8% 50%, rgba(37, 244, 238, 0.18), transparent 34%);
}

.ttdv-content-wrap .ttdv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 16px 32px rgba(254, 44, 85, 0.18);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
}

.ttdv-content-wrap .ttdv-use-card {
  overflow: hidden;
}

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

.ttdv-content-wrap .ttdv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at top right, rgba(254, 44, 85, 0.12), transparent 40%);
}

.ttdv-content-wrap .ttdv-trust-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0d5c64;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttdv-content-wrap .ttdv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@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 .ttdv-section-head {
    margin-bottom: 28px;
  }

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

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

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

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

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

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

  .ttdv-content-wrap h3 {
    font-size: 18px;
  }

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

@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 .ttdv-section-head {
    margin-bottom: 30px;
  }

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

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

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

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

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

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

  .ttdv-content-wrap h3 {
    font-size: 19px;
  }

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

@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 .ttdv-section-head {
    margin-bottom: 34px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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