@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: #151827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.ttdv-content,
.ttdv-content div,
.ttdv-content section,
.ttdv-content article,
.ttdv-content span,
.ttdv-content h2,
.ttdv-content h3,
.ttdv-content p {
  box-sizing: border-box;
}

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

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

.ttdv-content .ttdv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.1), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 0, 80, 0.08), transparent 26%),
    #f7f9fc;
}

.ttdv-content .ttdv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.ttdv-content .ttdv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #8d123e;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

.ttdv-content .ttdv-heading p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5d6475;
  font-weight: 450;
  line-height: 1.7;
}

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

.ttdv-content .ttdv-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 28, 45, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttdv-content .ttdv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.34), rgba(255, 0, 80, 0.28), rgba(37, 42, 65, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ttdv-content .ttdv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

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

.ttdv-content .ttdv-card h3 {
  margin: 0;
  color: #171a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttdv-content .ttdv-card p {
  margin: 10px 0 0;
  color: #626a7c;
  line-height: 1.68;
  font-weight: 440;
}

.ttdv-content .ttdv-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  position: relative;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d7d2, #ff2d6f);
  box-shadow: 0 12px 26px rgba(255, 45, 111, 0.2);
  transition: transform 260ms ease;
}

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

.ttdv-content .ttdv-icon::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.92);
}

.ttdv-content .ttdv-icon-play::after {
  inset: 13px 15px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
}

.ttdv-content .ttdv-icon-speed::after {
  inset: 14px;
  border-radius: 999px;
  border-top-color: transparent;
}

.ttdv-content .ttdv-icon-preview::after {
  border-radius: 8px;
}

.ttdv-content .ttdv-icon-steps::after {
  inset: 12px 14px;
  border-width: 0;
  background: linear-gradient(#fff 0 0) 0 2px / 100% 3px no-repeat,
    linear-gradient(#fff 0 0) 0 10px / 78% 3px no-repeat,
    linear-gradient(#fff 0 0) 0 18px / 58% 3px no-repeat;
}

.ttdv-content .ttdv-icon-mobile::after {
  inset: 9px 15px;
  border-radius: 8px;
}

.ttdv-content .ttdv-icon-daily::after {
  inset: 13px;
  border-radius: 999px;
}

.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;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 28, 45, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88));
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttdv-content .ttdv-step-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -48px;
  width: 136px;
  height: 136px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.13));
  transform: rotate(12deg);
}

.ttdv-content .ttdv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 189, 184, 0.22);
  box-shadow: 0 24px 62px rgba(16, 24, 40, 0.12);
}

.ttdv-content .ttdv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #111321, #00c9c4 46%, #ff2d6f);
  box-shadow: 0 14px 32px rgba(0, 201, 196, 0.2);
}

.ttdv-content .ttdv-step-body {
  position: relative;
  z-index: 1;
}

.ttdv-content .ttdv-step-body h3 {
  margin: 0;
  color: #151827;
  font-weight: 830;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttdv-content .ttdv-step-body p {
  margin: 8px 0 0;
  color: #626a7c;
  line-height: 1.68;
}

.ttdv-content .ttdv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 88% 20%, rgba(0, 242, 234, 0.12), transparent 30%);
}

.ttdv-content .ttdv-badge-dot {
  width: 13px;
  height: 13px;
  display: inline-flex;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #ff2d6f;
  box-shadow: 18px 0 0 rgba(0, 201, 196, 0.95), 36px 0 0 rgba(17, 19, 33, 0.16);
}

.ttdv-content .ttdv-trust-card {
  background: linear-gradient(145deg, #ffffff, #fbfcff);
}

.ttdv-content .ttdv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.16));
  position: relative;
}

.ttdv-content .ttdv-trust-mark::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0b9f9b;
  border-bottom: 3px solid #0b9f9b;
  transform: rotate(-45deg);
}

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

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

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

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

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

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

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

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

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

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

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

  .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;
  }
}

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

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

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

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

  .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-body h3 {
    font-size: 19px;
  }

  .ttdv-content .ttdv-card p,
  .ttdv-content .ttdv-step-body 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: 62px;
    height: 62px;
    font-size: 19px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

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

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

  .ttdv-content .ttdv-step-number {
    width: 78px;
    height: 78px;
    font-size: 23px;
  }
}