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

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

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

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

.ttvnw-editorial .ttvnw-section-white {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 45, 85, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(37, 244, 238, 0.12), transparent 30%),
    #ffffff;
}

.ttvnw-editorial .ttvnw-section-soft {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(255, 45, 85, 0.08), transparent 36%),
    #f8fafc;
}

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

.ttvnw-editorial .ttvnw-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ttvnw-editorial .ttvnw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(20, 32, 43, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  color: #c81448;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttvnw-editorial .ttvnw-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #ff2d55);
  box-shadow: 0 0 0 5px rgba(255, 45, 85, 0.1);
}

.ttvnw-editorial h2 {
  margin: 18px 0 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttvnw-editorial .ttvnw-heading p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #536273;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.ttvnw-editorial .ttvnw-card,
.ttvnw-editorial .ttvnw-trust-card {
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvnw-editorial .ttvnw-card::after,
.ttvnw-editorial .ttvnw-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), transparent 32%, rgba(255, 45, 85, 0.14));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttvnw-editorial .ttvnw-card:hover,
.ttvnw-editorial .ttvnw-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 45, 85, 0.22);
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.13);
}

.ttvnw-editorial .ttvnw-card:hover::after,
.ttvnw-editorial .ttvnw-trust-card:hover::after {
  opacity: 1;
}

.ttvnw-editorial .ttvnw-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #101827, #263449);
  box-shadow: 0 14px 28px rgba(16, 24, 39, 0.16);
}

.ttvnw-editorial .ttvnw-icon::before,
.ttvnw-editorial .ttvnw-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.ttvnw-editorial .ttvnw-card:hover .ttvnw-icon::before,
.ttvnw-editorial .ttvnw-card:hover .ttvnw-icon::after {
  transform: translateY(-2px);
}

.ttvnw-editorial .ttvnw-icon-play::before {
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #25f4ee;
}

.ttvnw-editorial .ttvnw-icon-speed::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #25f4ee;
}

.ttvnw-editorial .ttvnw-icon-speed::after {
  left: 26px;
  top: 13px;
  width: 5px;
  height: 17px;
  border-radius: 999px;
  background: #ff2d55;
  transform: rotate(34deg);
}

.ttvnw-editorial .ttvnw-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #25f4ee;
  border-radius: 8px;
}

.ttvnw-editorial .ttvnw-icon-route::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #25f4ee;
  border-right: 3px solid #ff2d55;
  border-radius: 50%;
}

.ttvnw-editorial .ttvnw-icon-phone::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #25f4ee;
  border-radius: 8px;
}

.ttvnw-editorial .ttvnw-icon-spark::before {
  left: 20px;
  top: 9px;
  width: 6px;
  height: 28px;
  border-radius: 999px;
  background: #25f4ee;
}

.ttvnw-editorial .ttvnw-icon-spark::after {
  left: 9px;
  top: 20px;
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: #ff2d55;
}

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

.ttvnw-editorial .ttvnw-card p,
.ttvnw-editorial .ttvnw-step p,
.ttvnw-editorial .ttvnw-trust-card p {
  margin: 12px 0 0;
  color: #5b6878;
  line-height: 1.68;
  letter-spacing: 0;
}

.ttvnw-editorial .ttvnw-card-line {
  padding-top: 28px;
}

.ttvnw-editorial .ttvnw-card-line::before {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #ff2d55);
}

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

.ttvnw-editorial .ttvnw-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78)),
    linear-gradient(90deg, rgba(37, 244, 238, 0.12), rgba(255, 45, 85, 0.1));
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvnw-editorial .ttvnw-step:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.ttvnw-editorial .ttvnw-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #25f4ee, #ff2d55);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(255, 45, 85, 0.22);
}

.ttvnw-editorial .ttvnw-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0b7f7b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

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

.ttvnw-editorial .ttvnw-reveal.ttvnw-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) {
  .ttvnw-editorial .ttvnw-section {
    padding: 52px 0;
  }

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

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

  .ttvnw-editorial .ttvnw-heading p {
    font-size: 15px;
  }

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

  .ttvnw-editorial .ttvnw-card,
  .ttvnw-editorial .ttvnw-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .ttvnw-editorial h3 {
    font-size: 18px;
  }

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

  .ttvnw-editorial .ttvnw-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .ttvnw-editorial .ttvnw-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ttvnw-editorial .ttvnw-step-number {
    width: 52px;
    height: 52px;
    font-size: 17px;
  }
}

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

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

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

  .ttvnw-editorial .ttvnw-heading p {
    font-size: 15.5px;
  }

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

  .ttvnw-editorial .ttvnw-card,
  .ttvnw-editorial .ttvnw-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

  .ttvnw-editorial h3 {
    font-size: 19px;
  }

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

  .ttvnw-editorial .ttvnw-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ttvnw-editorial .ttvnw-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ttvnw-editorial .ttvnw-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

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

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

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

  .ttvnw-editorial .ttvnw-heading p {
    font-size: 16px;
  }

  .ttvnw-editorial .ttvnw-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .ttvnw-editorial .ttvnw-card,
  .ttvnw-editorial .ttvnw-trust-card {
    padding: 26px;
    border-radius: 22px;
  }

  .ttvnw-editorial h3 {
    font-size: 20px;
  }

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

  .ttvnw-editorial .ttvnw-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .ttvnw-editorial .ttvnw-step {
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }

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

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

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

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

  .ttvnw-editorial .ttvnw-heading p {
    font-size: 17px;
  }

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

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

  .ttvnw-editorial h3 {
    font-size: 20px;
  }

  .ttvnw-editorial .ttvnw-card p,
  .ttvnw-editorial .ttvnw-step p,
  .ttvnw-editorial .ttvnw-trust-card p {
    font-size: 15.8px;
  }

  .ttvnw-editorial .ttvnw-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .ttvnw-editorial .ttvnw-step {
    gap: 22px;
    padding: 30px;
  }

  .ttvnw-editorial .ttvnw-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}

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

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

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

  .ttvnw-editorial .ttvnw-heading p {
    font-size: 17.5px;
  }

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

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

  .ttvnw-editorial h3 {
    font-size: 21px;
  }

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

  .ttvnw-editorial .ttvnw-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .ttvnw-editorial .ttvnw-step {
    gap: 24px;
    padding: 32px;
  }

  .ttvnw-editorial .ttvnw-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}