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

.ttvv-content-wrap {
  width: 100%;
  overflow: hidden;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.ttvv-content-wrap .ttvv-section {
  position: relative;
}

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

.ttvv-content-wrap .ttvv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

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

.ttvv-content-wrap .ttvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(0, 242, 234, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.1), rgba(255, 0, 80, 0.08));
  color: #0d6570;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.ttvv-content-wrap h2 {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.ttvv-content-wrap .ttvv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5b6678;
  line-height: 1.75;
}

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

.ttvv-content-wrap .ttvv-card,
.ttvv-content-wrap .ttvv-trust-card,
.ttvv-content-wrap .ttvv-step-card {
  position: relative;
  border: 1px solid rgba(21, 31, 48, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvv-content-wrap .ttvv-card {
  min-height: 100%;
  border-radius: 22px;
}

.ttvv-content-wrap .ttvv-card::before,
.ttvv-content-wrap .ttvv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.28), rgba(17, 24, 39, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.ttvv-content-wrap .ttvv-card:hover,
.ttvv-content-wrap .ttvv-trust-card:hover,
.ttvv-content-wrap .ttvv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 197, 190, 0.25);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.1);
}

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

.ttvv-content-wrap .ttvv-card h3,
.ttvv-content-wrap .ttvv-trust-card h3,
.ttvv-content-wrap .ttvv-step-copy h3 {
  margin-bottom: 9px;
  color: #141c2b;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}

.ttvv-content-wrap .ttvv-card p,
.ttvv-content-wrap .ttvv-trust-card p,
.ttvv-content-wrap .ttvv-step-copy p {
  margin-bottom: 0;
  color: #5e6878;
}

.ttvv-content-wrap .ttvv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea 0%, #ff0050 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.15);
  position: relative;
}

.ttvv-content-wrap .ttvv-icon::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
}

.ttvv-content-wrap .ttvv-icon-play::after {
  clip-path: polygon(28% 18%, 28% 82%, 82% 50%);
}

.ttvv-content-wrap .ttvv-icon-speed::after {
  border-radius: 999px;
  clip-path: polygon(0 52%, 42% 8%, 100% 0, 64% 42%, 100% 42%, 42% 100%, 56% 58%);
}

.ttvv-content-wrap .ttvv-icon-frame::after {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.ttvv-content-wrap .ttvv-icon-steps::after {
  inset: 12px 14px;
  border-radius: 3px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}

.ttvv-content-wrap .ttvv-icon-mobile::after {
  inset: 9px 14px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.ttvv-content-wrap .ttvv-icon-daily::after {
  inset: 12px;
  border-radius: 999px;
  background: conic-gradient(from 90deg, #fff 0 72%, rgba(255, 255, 255, 0.35) 72% 100%);
}

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

.ttvv-content-wrap .ttvv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}

.ttvv-content-wrap .ttvv-step-card::after {
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0));
  transition: transform 320ms ease;
}

.ttvv-content-wrap .ttvv-step-card:hover::after {
  transform: scale(1.16);
}

.ttvv-content-wrap .ttvv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.16);
}

.ttvv-content-wrap .ttvv-badge-dot {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-bottom: 19px;
  border-radius: 50%;
  background: #00d7d0;
  box-shadow: 15px 0 0 rgba(255, 0, 80, 0.85), 30px 0 0 rgba(17, 24, 39, 0.18);
}

.ttvv-content-wrap .ttvv-trust-card {
  min-height: 100%;
  border-radius: 24px;
}

.ttvv-content-wrap .ttvv-trust-mark {
  width: 54px;
  height: 54px;
  margin-bottom: 19px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.13));
  position: relative;
}

.ttvv-content-wrap .ttvv-trust-mark::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 16px;
  width: 20px;
  height: 12px;
  border-bottom: 4px solid #0e9f98;
  border-left: 4px solid #0e9f98;
  transform: rotate(-45deg);
}

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

.ttvv-content-wrap .ttvv-reveal.ttvv-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) {
  .ttvv-content-wrap .ttvv-section {
    padding: 54px 0;
  }

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

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

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

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

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

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

  .ttvv-content-wrap .ttvv-card p,
  .ttvv-content-wrap .ttvv-trust-card p,
  .ttvv-content-wrap .ttvv-step-copy p {
    font-size: 14px;
  }

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

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

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

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

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

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

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

  .ttvv-content-wrap .ttvv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .ttvv-content-wrap .ttvv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

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

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

  .ttvv-content-wrap .ttvv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

  .ttvv-content-wrap .ttvv-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

  .ttvv-content-wrap .ttvv-step-number {
    width: 64px;
    height: 52px;
    font-size: 19px;
  }
}

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

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

  .ttvv-content-wrap h2 {
    font-size: 42px;
  }

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

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

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

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

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

  .ttvv-content-wrap .ttvv-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

  .ttvv-content-wrap .ttvv-step-number {
    width: 72px;
    height: 62px;
    font-size: 21px;
  }
}

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

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

  .ttvv-content-wrap h2 {
    font-size: 48px;
  }

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

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

  .ttvv-content-wrap .ttvv-card,
  .ttvv-content-wrap .ttvv-trust-card {
    padding: 32px;
  }

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

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

  .ttvv-content-wrap .ttvv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .ttvv-content-wrap .ttvv-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

  .ttvv-content-wrap .ttvv-step-number {
    width: 82px;
    height: 68px;
    font-size: 22px;
  }
}