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

.ttdv-content {
  width: 100%;
  overflow: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}

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

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

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

.ttdv-content .ttdv-section-soft {
  background:
    radial-gradient(circle at 15% 10%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 85% 18%, 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: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttdv-content .ttdv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #26344d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ttdv-content .ttdv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 18px rgba(254, 44, 85, 0.35);
}

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

.ttdv-content .ttdv-heading p {
  margin: 16px auto 0;
  color: #5d6b82;
  font-weight: 400;
  line-height: 1.7;
}

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

.ttdv-content .ttdv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.ttdv-content .ttdv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

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

.ttdv-content .ttdv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141f33;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttdv-content .ttdv-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #607089;
  font-weight: 400;
  line-height: 1.68;
}

.ttdv-content .ttdv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(22, 32, 51, 0.08);
  transition: transform 260ms ease;
}

.ttdv-content .ttdv-card:hover .ttdv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.ttdv-content .ttdv-icon::before,
.ttdv-content .ttdv-icon::after {
  content: "";
  position: absolute;
}

.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-flash::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(42% 0, 100% 0, 62% 42%, 100% 42%, 30% 100%, 43% 55%, 0 55%);
}

.ttdv-content .ttdv-icon-frame::before {
  inset: 12px;
  border: 2px solid #25bdb8;
  border-radius: 6px;
}

.ttdv-content .ttdv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttdv-content .ttdv-icon-path::before {
  left: 12px;
  top: 15px;
  width: 22px;
  height: 14px;
  border: 2px solid #25bdb8;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
}

.ttdv-content .ttdv-icon-path::after {
  right: 10px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fe2c55;
  border-right: 2px solid #fe2c55;
  transform: rotate(45deg);
}

.ttdv-content .ttdv-icon-phone::before {
  left: 15px;
  top: 8px;
  width: 16px;
  height: 30px;
  border: 2px solid #25bdb8;
  border-radius: 7px;
}

.ttdv-content .ttdv-icon-phone::after {
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttdv-content .ttdv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #25bdb8;
}

.ttdv-content .ttdv-icon-daily::after {
  left: 22px;
  top: 16px;
  width: 8px;
  height: 12px;
  border-left: 2px solid #fe2c55;
  border-bottom: 2px solid #fe2c55;
}

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

.ttdv-content .ttdv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttdv-content .ttdv-step-card::before {
  content: "";
  position: absolute;
  left: 32px;
  top: -18px;
  width: 2px;
  height: 36px;
  background: linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.7), rgba(254, 44, 85, 0.6));
}

.ttdv-content .ttdv-step-card:first-child::before {
  display: none;
}

.ttdv-content .ttdv-step-card:hover {
  transform: translateX(4px);
  border-color: rgba(254, 44, 85, 0.26);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}

.ttdv-content .ttdv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #26344d);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.ttdv-content .ttdv-step-content h3 {
  margin: 0;
  color: #141f33;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttdv-content .ttdv-step-content p {
  margin: 10px 0 0;
  color: #607089;
  line-height: 1.7;
}

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

.ttdv-content .ttdv-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.10), 0 12px 24px rgba(254, 44, 85, 0.18);
}

.ttdv-content .ttdv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.10), rgba(254, 44, 85, 0.08));
}

.ttdv-content .ttdv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.06);
  color: #26344d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.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: 48px 0;
  }

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

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

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

  .ttdv-content .ttdv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ttdv-content .ttdv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .ttdv-content .ttdv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

  .ttdv-content .ttdv-step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

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

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

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

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

  .ttdv-content .ttdv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ttdv-content .ttdv-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .ttdv-content .ttdv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

  .ttdv-content .ttdv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

  .ttdv-content .ttdv-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

  .ttdv-content .ttdv-step-number {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-steps {
    gap: 22px;
    margin-top: 48px;
  }

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

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