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

.ttvnw-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

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

.ttvnw-content .ttvnw-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.ttvnw-content .ttvnw-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 0, 92, 0.08), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(0, 242, 234, 0.1), transparent 28%),
    #f7f9fc;
}

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

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

.ttvnw-content .ttvnw-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 177, 171, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 92, 0.1));
  color: #0c6b70;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

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

.ttvnw-content .ttvnw-section-head p {
  margin: 16px auto 0;
  color: #5d687a;
  line-height: 1.72;
  font-weight: 450;
}

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

.ttvnw-content .ttvnw-card,
.ttvnw-content .ttvnw-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvnw-content .ttvnw-card::before,
.ttvnw-content .ttvnw-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.15), transparent 34%, rgba(255, 0, 92, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ttvnw-content .ttvnw-card:hover,
.ttvnw-content .ttvnw-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 177, 171, 0.24);
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.13);
}

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

.ttvnw-content .ttvnw-card h3,
.ttvnw-content .ttvnw-trust-card h3,
.ttvnw-content .ttvnw-step-copy h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141f33;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.ttvnw-content .ttvnw-card p,
.ttvnw-content .ttvnw-trust-card p,
.ttvnw-content .ttvnw-step-copy p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.68;
  font-weight: 430;
}

.ttvnw-content .ttvnw-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea, #ff005c);
  box-shadow: 0 12px 28px rgba(255, 0, 92, 0.18);
}

.ttvnw-content .ttvnw-icon::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 5px;
  background: #ffffff;
  opacity: 0.95;
}

.ttvnw-content .ttvnw-icon-play::after {
  clip-path: polygon(24% 12%, 24% 88%, 84% 50%);
}

.ttvnw-content .ttvnw-icon-speed::after {
  clip-path: polygon(12% 58%, 48% 12%, 42% 45%, 88% 45%, 48% 88%, 55% 58%);
}

.ttvnw-content .ttvnw-icon-clean::after {
  clip-path: polygon(12% 22%, 88% 22%, 88% 36%, 12% 36%, 12% 48%, 72% 48%, 72% 62%, 12% 62%, 12% 76%, 54% 76%, 54% 88%, 12% 88%);
}

.ttvnw-content .ttvnw-icon-steps::after {
  clip-path: polygon(10% 12%, 34% 12%, 34% 36%, 10% 36%, 10% 12%, 44% 20%, 90% 20%, 90% 30%, 44% 30%, 10% 48%, 34% 48%, 34% 72%, 10% 72%, 10% 48%, 44% 56%, 90% 56%, 90% 66%, 44% 66%);
}

.ttvnw-content .ttvnw-icon-mobile::after {
  inset: 9px 14px;
  border-radius: 8px;
  background: linear-gradient(#ffffff 0 82%, rgba(255,255,255,0.55) 82% 100%);
}

.ttvnw-content .ttvnw-icon-daily::after {
  clip-path: polygon(50% 8%, 62% 34%, 90% 38%, 70% 58%, 75% 88%, 50% 74%, 25% 88%, 30% 58%, 10% 38%, 38% 34%);
}

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

.ttvnw-content .ttvnw-step-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 51, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86));
  box-shadow: 0 20px 60px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvnw-content .ttvnw-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #00f2ea, #ff005c);
}

.ttvnw-content .ttvnw-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 92, 0.18);
  box-shadow: 0 26px 72px rgba(23, 32, 51, 0.12);
}

.ttvnw-content .ttvnw-step-number {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.16);
}

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

.ttvnw-content .ttvnw-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #00d8d1;
  box-shadow: 0 0 0 8px rgba(0, 242, 234, 0.13), 18px 0 0 -3px #ff2a72;
}

.ttvnw-content .ttvnw-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.05);
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

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

.ttvnw-content .ttvnw-reveal.ttvnw-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

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

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

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

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

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

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

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

  .ttvnw-content .ttvnw-step-card {
    flex-direction: column;
    gap: 16px;
    padding: 22px 22px 22px 24px;
  }

  .ttvnw-content .ttvnw-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

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

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

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

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

  .ttvnw-content .ttvnw-grid,
  .ttvnw-content .ttvnw-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .ttvnw-content .ttvnw-step-card {
    flex-direction: column;
    gap: 16px;
    padding: 24px 24px 24px 26px;
  }

  .ttvnw-content .ttvnw-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

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

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

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

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

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

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

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

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

  .ttvnw-content .ttvnw-step-card {
    flex-direction: column;
    gap: 18px;
    padding: 26px 26px 26px 28px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttvnw-content .ttvnw-step-card {
    gap: 22px;
    padding: 30px 32px 30px 34px;
  }

  .ttvnw-content .ttvnw-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

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

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

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

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

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

  .ttvnw-content .ttvnw-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

  .ttvnw-content .ttvnw-step-card {
    gap: 26px;
    padding: 34px 38px 34px 42px;
  }

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