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

.ttvv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.ttvv-editorial-wrap,
.ttvv-editorial-wrap section,
.ttvv-editorial-wrap div,
.ttvv-editorial-wrap article {
  box-sizing: border-box;
}

.ttvv-editorial-wrap .ttvv-section {
  position: relative;
  width: 100%;
}

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

.ttvv-editorial-wrap .ttvv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.10), transparent 30%),
    #f8fafc;
}

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

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

.ttvv-editorial-wrap .ttvv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.10));
  color: #8b1740;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ttvv-editorial-wrap .ttvv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}

.ttvv-editorial-wrap .ttvv-section-head h2 {
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #536075;
  line-height: 1.75;
  font-weight: 450;
}

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

.ttvv-editorial-wrap .ttvv-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(16, 24, 39, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.32), rgba(255, 0, 80, 0.22)) border-box;
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvv-editorial-wrap .ttvv-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.10));
  opacity: 0.7;
  pointer-events: none;
}

.ttvv-editorial-wrap .ttvv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.13);
}

.ttvv-editorial-wrap .ttvv-card h3 {
  margin: 18px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-card p {
  margin: 12px 0 0;
  color: #5b6678;
  line-height: 1.68;
  font-weight: 450;
}

.ttvv-editorial-wrap .ttvv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #101827, #263248);
  box-shadow: 0 12px 28px rgba(16, 24, 39, 0.18);
  transition: transform 260ms ease;
}

.ttvv-editorial-wrap .ttvv-card:hover .ttvv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.ttvv-editorial-wrap .ttvv-icon::before,
.ttvv-editorial-wrap .ttvv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ttvv-editorial-wrap .ttvv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #25f4ee;
  transform: translateX(2px);
}

.ttvv-editorial-wrap .ttvv-icon-speed::before {
  width: 23px;
  height: 23px;
  border: 3px solid #25f4ee;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttvv-editorial-wrap .ttvv-icon-speed::after {
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ff0050;
  transform: rotate(-35deg) translate(4px, 1px);
}

.ttvv-editorial-wrap .ttvv-icon-frame::before {
  width: 24px;
  height: 18px;
  border: 3px solid #25f4ee;
  border-radius: 7px;
}

.ttvv-editorial-wrap .ttvv-icon-frame::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0050;
  transform: translate(7px, -5px);
}

.ttvv-editorial-wrap .ttvv-icon-route::before {
  width: 24px;
  height: 4px;
  border-radius: 99px;
  background: #25f4ee;
  box-shadow: 0 9px 0 #ff0050;
}

.ttvv-editorial-wrap .ttvv-icon-route::after {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(10px, -4px);
}

.ttvv-editorial-wrap .ttvv-icon-phone::before {
  width: 18px;
  height: 28px;
  border: 3px solid #25f4ee;
  border-radius: 8px;
}

.ttvv-editorial-wrap .ttvv-icon-phone::after {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ff0050;
  transform: translateY(9px);
}

.ttvv-editorial-wrap .ttvv-icon-spark::before {
  width: 25px;
  height: 25px;
  background: #25f4ee;
  clip-path: polygon(50% 0%, 61% 35%, 98% 50%, 61% 64%, 50% 100%, 38% 64%, 2% 50%, 38% 35%);
}

.ttvv-editorial-wrap .ttvv-icon-spark::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff0050;
  transform: translate(13px, -12px);
}

.ttvv-editorial-wrap .ttvv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ttvv-editorial-wrap .ttvv-step-card {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(16, 24, 39, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(16, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ttvv-editorial-wrap .ttvv-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #25f4ee, #ff0050);
}

.ttvv-editorial-wrap .ttvv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.12);
}

.ttvv-editorial-wrap .ttvv-step-number {
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #111827, #263248);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(16, 24, 39, 0.18);
}

.ttvv-editorial-wrap .ttvv-step-copy h3 {
  margin: 0;
  color: #101827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-step-copy p {
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.7;
  font-weight: 450;
}

.ttvv-editorial-wrap .ttvv-use-card {
  background:
    linear-gradient(180deg, #ffffff, #fbfdff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.28), rgba(255, 0, 80, 0.18)) border-box;
}

.ttvv-editorial-wrap .ttvv-mini-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.10);
}

.ttvv-editorial-wrap .ttvv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.32), rgba(255, 0, 80, 0.22)) border-box;
}

.ttvv-editorial-wrap .ttvv-trust-badge {
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 24, 39, 0.05);
  color: #344054;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}

.ttvv-editorial-wrap .ttvv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ttvv-editorial-wrap .ttvv-reveal.ttvv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ttvv-editorial-wrap .ttvv-card,
  .ttvv-editorial-wrap .ttvv-step-card,
  .ttvv-editorial-wrap .ttvv-icon,
  .ttvv-editorial-wrap .ttvv-reveal {
    transition: none;
  }

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

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

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

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 27px;
  }

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

  .ttvv-editorial-wrap .ttvv-grid-six,
  .ttvv-editorial-wrap .ttvv-grid-three {
    grid-template-columns: 1fr;
  }

  .ttvv-editorial-wrap .ttvv-card {
    padding: 22px;
  }

  .ttvv-editorial-wrap .ttvv-card h3 {
    font-size: 18px;
  }

  .ttvv-editorial-wrap .ttvv-card p {
    font-size: 14.5px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-step-copy h3 {
    font-size: 18px;
  }

  .ttvv-editorial-wrap .ttvv-step-copy p {
    font-size: 14.5px;
  }
}

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

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

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 30px;
  }

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

  .ttvv-editorial-wrap .ttvv-grid-six,
  .ttvv-editorial-wrap .ttvv-grid-three {
    grid-template-columns: 1fr;
  }

  .ttvv-editorial-wrap .ttvv-card {
    padding: 24px;
  }

  .ttvv-editorial-wrap .ttvv-card h3 {
    font-size: 19px;
  }

  .ttvv-editorial-wrap .ttvv-card p {
    font-size: 15px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-step-copy h3 {
    font-size: 19px;
  }

  .ttvv-editorial-wrap .ttvv-step-copy p {
    font-size: 15px;
  }
}

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

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

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 34px;
  }

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 20px;
    margin-top: 36px;
  }

  .ttvv-editorial-wrap .ttvv-grid-six,
  .ttvv-editorial-wrap .ttvv-grid-three {
    grid-template-columns: 1fr;
  }

  .ttvv-editorial-wrap .ttvv-card {
    padding: 26px;
  }

  .ttvv-editorial-wrap .ttvv-card h3 {
    font-size: 20px;
  }

  .ttvv-editorial-wrap .ttvv-card p {
    font-size: 15.5px;
  }

  .ttvv-editorial-wrap .ttvv-step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 24px 26px 30px;
  }

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

  .ttvv-editorial-wrap .ttvv-step-copy h3 {
    font-size: 20px;
  }

  .ttvv-editorial-wrap .ttvv-step-copy p {
    font-size: 15.5px;
  }
}

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

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

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 42px;
  }

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

  .ttvv-editorial-wrap .ttvv-card {
    padding: 28px;
  }

  .ttvv-editorial-wrap .ttvv-card h3 {
    font-size: 21px;
  }

  .ttvv-editorial-wrap .ttvv-card p {
    font-size: 15.8px;
  }

  .ttvv-editorial-wrap .ttvv-step-card {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 24px;
    padding: 28px 30px 28px 34px;
  }

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

  .ttvv-editorial-wrap .ttvv-step-copy h3 {
    font-size: 22px;
  }

  .ttvv-editorial-wrap .ttvv-step-copy p {
    font-size: 16px;
  }
}

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

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

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 48px;
  }

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

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

  .ttvv-editorial-wrap .ttvv-card {
    padding: 30px;
  }

  .ttvv-editorial-wrap .ttvv-card h3 {
    font-size: 22px;
  }

  .ttvv-editorial-wrap .ttvv-card p {
    font-size: 16px;
  }

  .ttvv-editorial-wrap .ttvv-step-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 26px;
    padding: 32px 36px 32px 40px;
  }

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

  .ttvv-editorial-wrap .ttvv-step-copy h3 {
    font-size: 23px;
  }

  .ttvv-editorial-wrap .ttvv-step-copy p {
    font-size: 16px;
  }
}