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

.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: #f7f8fb;
}

.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-bottom: 14px;
  color: #ff2e63;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttdv-content .ttdv-kicker::before,
.ttdv-content .ttdv-kicker::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #ff2e63);
}

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

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

.ttdv-content .ttdv-heading p {
  color: #586174;
  line-height: 1.72;
}

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

.ttdv-content .ttdv-card,
.ttdv-content .ttdv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 47, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 44px rgba(18, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttdv-content .ttdv-card::before,
.ttdv-content .ttdv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(255, 46, 99, 0.1) 45%, transparent 70%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttdv-content .ttdv-card:hover,
.ttdv-content .ttdv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 46, 99, 0.22);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}

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

.ttdv-content .ttdv-card h3,
.ttdv-content .ttdv-step-card h3,
.ttdv-content .ttdv-trust-card h3 {
  position: relative;
  color: #161d2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttdv-content .ttdv-card p,
.ttdv-content .ttdv-step-card p,
.ttdv-content .ttdv-trust-card p {
  position: relative;
  color: #5c6577;
  line-height: 1.68;
}

.ttdv-content .ttdv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 46, 99, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.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: translateX(2px);
}

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

.ttdv-content .ttdv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 14px;
  top: 15px;
  border: 3px solid #25bdb8;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttdv-content .ttdv-icon-frame::before {
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 3px solid #ff2e63;
  border-radius: 8px;
}

.ttdv-content .ttdv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #25bdb8;
  box-shadow: 0 10px 0 #ff2e63, 0 20px 0 #25bdb8;
}

.ttdv-content .ttdv-icon-steps::after {
  width: 15px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 999px;
  background: #18202f;
  box-shadow: 0 10px 0 #18202f, 0 20px 0 #18202f;
}

.ttdv-content .ttdv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 15px;
  top: 11px;
  border: 3px solid #25bdb8;
  border-radius: 8px;
}

.ttdv-content .ttdv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, #25f4ee, #ff2e63, #25f4ee);
}

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

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

.ttdv-content .ttdv-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #ff2e63);
}

.ttdv-content .ttdv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.32);
  box-shadow: 0 26px 64px rgba(18, 24, 39, 0.12);
}

.ttdv-content .ttdv-step-number {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #ff2e63);
  box-shadow: 0 14px 28px rgba(255, 46, 99, 0.2);
}

.ttdv-content .ttdv-use-card {
  background: linear-gradient(180deg, #ffffff, #ffffff);
}

.ttdv-content .ttdv-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff2e63;
  box-shadow: 0 0 0 8px rgba(255, 46, 99, 0.1), 18px 0 0 #25f4ee;
}

.ttdv-content .ttdv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 46, 99, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 46, 99, 0.1));
  color: #d92355;
  font-weight: 800;
  line-height: 1;
}

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

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

  .ttdv-content .ttdv-heading {
    margin-bottom: 28px;
  }

  .ttdv-content .ttdv-kicker {
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-badge {
    padding: 9px 12px;
    font-size: 12px;
  }
}

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

  .ttdv-content .ttdv-kicker {
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-badge {
    padding: 9px 13px;
    font-size: 12px;
  }
}

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

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

  .ttdv-content .ttdv-heading {
    margin-bottom: 34px;
  }

  .ttdv-content .ttdv-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-badge {
    padding: 10px 14px;
    font-size: 12px;
  }
}

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

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

  .ttdv-content .ttdv-heading {
    margin-bottom: 42px;
  }

  .ttdv-content .ttdv-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

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

  .ttdv-content .ttdv-badge {
    padding: 10px 14px;
    font-size: 12px;
  }
}

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

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

  .ttdv-content .ttdv-heading {
    margin-bottom: 48px;
  }

  .ttdv-content .ttdv-kicker {
    font-size: 13px;
  }

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

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

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

  .ttdv-content .ttdv-card-grid {
    gap: 24px;
  }

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

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

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

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

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

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

  .ttdv-content .ttdv-badge {
    padding: 10px 15px;
    font-size: 12px;
  }
}