@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-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

.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-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 0, 88, 0.14), rgba(0, 242, 234, 0.08) 48%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.ttvv-content-wrap .ttvv-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

.ttvv-content-wrap .ttvv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #c90b4f;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ttvv-content-wrap .ttvv-kicker::before,
.ttvv-content-wrap .ttvv-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00d7d7, #ff2d66);
}

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

.ttvv-content-wrap .ttvv-section-head p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #5e6a7d;
  line-height: 1.72;
}

.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;
  min-width: 0;
  border: 1px solid rgba(21, 33, 55, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttvv-content-wrap .ttvv-card,
.ttvv-content-wrap .ttvv-trust-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.ttvv-content-wrap .ttvv-card::after,
.ttvv-content-wrap .ttvv-trust-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.22), rgba(255, 0, 88, 0.18));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.ttvv-content-wrap .ttvv-card > *,
.ttvv-content-wrap .ttvv-trust-card > * {
  position: relative;
  z-index: 1;
}

.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(255, 45, 102, 0.22);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.11);
}

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

.ttvv-content-wrap .ttvv-card h3,
.ttvv-content-wrap .ttvv-trust-card h3,
.ttvv-content-wrap .ttvv-step-card h3 {
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvv-content-wrap .ttvv-card p,
.ttvv-content-wrap .ttvv-trust-card p,
.ttvv-content-wrap .ttvv-step-card p {
  margin: 10px 0 0;
  color: #627086;
  line-height: 1.7;
}

.ttvv-content-wrap .ttvv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 88, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.ttvv-content-wrap .ttvv-icon::before,
.ttvv-content-wrap .ttvv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.ttvv-content-wrap .ttvv-card:hover .ttvv-icon::before,
.ttvv-content-wrap .ttvv-card:hover .ttvv-icon::after {
  transform: translateX(2px);
}

.ttvv-content-wrap .ttvv-icon-play::before {
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ff2d66;
}

.ttvv-content-wrap .ttvv-icon-flash::before {
  top: 10px;
  left: 17px;
  width: 12px;
  height: 25px;
  background: linear-gradient(180deg, #00d7d7, #ff2d66);
  clip-path: polygon(42% 0, 100% 0, 62% 43%, 100% 43%, 26% 100%, 45% 55%, 8% 55%);
}

.ttvv-content-wrap .ttvv-icon-frame::before {
  inset: 13px 10px;
  border: 2px solid #00bfc7;
  border-radius: 8px;
}

.ttvv-content-wrap .ttvv-icon-route::before {
  top: 13px;
  left: 12px;
  width: 22px;
  height: 18px;
  border: 2px solid #ff2d66;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 12px;
}

.ttvv-content-wrap .ttvv-icon-mobile::before {
  top: 9px;
  left: 16px;
  width: 14px;
  height: 26px;
  border: 2px solid #00bfc7;
  border-radius: 6px;
}

.ttvv-content-wrap .ttvv-icon-list::before {
  top: 15px;
  left: 13px;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: #ff2d66;
  box-shadow: 0 7px 0 #00bfc7, 0 14px 0 rgba(255, 45, 102, 0.68);
}

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

.ttvv-content-wrap .ttvv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 88, 0.14));
}

.ttvv-content-wrap .ttvv-step-card::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #00d7d7, #ff2d66);
}

.ttvv-content-wrap .ttvv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.18);
}

.ttvv-content-wrap .ttvv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 25%, transparent 27%),
    conic-gradient(from 160deg, #00d7d7, #ff2d66, #111827, #00d7d7);
}

.ttvv-content-wrap .ttvv-trust-mark {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #00c9c8, #ff2d66);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 45, 102, 0.22);
}

.ttvv-content-wrap .ttvv-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid rgba(21, 33, 55, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #526074;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.06);
}

.ttvv-content-wrap .ttvv-note strong {
  color: #121a2b;
  white-space: nowrap;
}

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

@media (prefers-reduced-motion: reduce) {
  .ttvv-content-wrap .ttvv-card,
  .ttvv-content-wrap .ttvv-trust-card,
  .ttvv-content-wrap .ttvv-step-card,
  .ttvv-content-wrap .ttvv-icon::before,
  .ttvv-content-wrap .ttvv-icon::after,
  .ttvv-content-wrap .ttvv-reveal.ttvv-visible {
    transition: none;
  }

  .ttvv-content-wrap .ttvv-reveal {
    opacity: 1;
    transform: none;
  }
}

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

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

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

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

  .ttvv-content-wrap .ttvv-kicker {
    font-size: 11px;
  }

  .ttvv-content-wrap .ttvv-grid,
  .ttvv-content-wrap .ttvv-steps {
    gap: 14px;
    margin-top: 28px;
  }

  .ttvv-content-wrap .ttvv-grid-3 {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .ttvv-content-wrap .ttvv-note {
    flex-direction: column;
    padding: 18px;
    margin-top: 18px;
  }
}

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

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

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

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

  .ttvv-content-wrap .ttvv-kicker {
    font-size: 11px;
  }

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

  .ttvv-content-wrap .ttvv-grid-3 {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .ttvv-content-wrap .ttvv-note {
    flex-direction: column;
    padding: 19px;
    margin-top: 20px;
  }
}

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

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

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

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

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

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

  .ttvv-content-wrap .ttvv-grid-3 {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .ttvv-content-wrap .ttvv-note {
    padding: 20px;
    margin-top: 22px;
  }
}

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

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

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

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

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

  .ttvv-content-wrap .ttvv-grid,
  .ttvv-content-wrap .ttvv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

  .ttvv-content-wrap .ttvv-note {
    padding: 22px 24px;
    margin-top: 26px;
  }
}

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

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

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

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

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

  .ttvv-content-wrap .ttvv-grid,
  .ttvv-content-wrap .ttvv-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

  .ttvv-content-wrap .ttvv-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }

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

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

  .ttvv-content-wrap .ttvv-note {
    padding: 24px 26px;
    margin-top: 28px;
  }
}