@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;
  color: #111827;
  font-family: inherit;
  --ttvnw-bg: #ffffff;
  --ttvnw-soft: #f8fafc;
  --ttvnw-text: #111827;
  --ttvnw-muted: #5f6b7a;
  --ttvnw-border: rgba(15, 23, 42, 0.1);
  --ttvnw-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --ttvnw-shadow-hover: 0 24px 70px rgba(15, 23, 42, 0.13);
  --ttvnw-pink: #ff2d7a;
  --ttvnw-cyan: #18d7d3;
  --ttvnw-ink: #0f172a;
  --ttvnw-radius: 24px;
}

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

.ttvnw-editorial .ttvnw-section-white {
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 215, 211, 0.08), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(255, 45, 122, 0.08), transparent 32%),
    #ffffff;
}

.ttvnw-editorial .ttvnw-section-soft {
  background:
    linear-gradient(135deg, rgba(24, 215, 211, 0.06), rgba(255, 45, 122, 0.05)),
    #f8fafc;
}

.ttvnw-editorial .ttvnw-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.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;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 45, 122, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #be185d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.ttvnw-editorial .ttvnw-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ttvnw-pink), var(--ttvnw-cyan));
  box-shadow: 0 0 0 5px rgba(255, 45, 122, 0.1);
}

.ttvnw-editorial h2 {
  margin: 0;
  color: var(--ttvnw-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttvnw-editorial .ttvnw-heading p {
  margin: 16px auto 0;
  color: var(--ttvnw-muted);
  line-height: 1.75;
}

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

.ttvnw-editorial .ttvnw-card,
.ttvnw-editorial .ttvnw-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--ttvnw-border);
  border-radius: var(--ttvnw-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--ttvnw-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttvnw-editorial .ttvnw-card::before,
.ttvnw-editorial .ttvnw-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ttvnw-pink), var(--ttvnw-cyan));
  opacity: 0.9;
}

.ttvnw-editorial .ttvnw-card:hover,
.ttvnw-editorial .ttvnw-trust-card:hover,
.ttvnw-editorial .ttvnw-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 45, 122, 0.24);
  box-shadow: var(--ttvnw-shadow-hover);
}

.ttvnw-editorial .ttvnw-card h3,
.ttvnw-editorial .ttvnw-trust-card h3,
.ttvnw-editorial .ttvnw-step-card h3 {
  margin: 0;
  color: var(--ttvnw-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvnw-editorial .ttvnw-card p,
.ttvnw-editorial .ttvnw-trust-card p,
.ttvnw-editorial .ttvnw-step-card p {
  margin: 10px 0 0;
  color: var(--ttvnw-muted);
  line-height: 1.7;
}

.ttvnw-editorial .ttvnw-icon {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 45, 122, 0.14), rgba(24, 215, 211, 0.16));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.ttvnw-editorial .ttvnw-icon::before,
.ttvnw-editorial .ttvnw-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms 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;
  border-left: 14px solid #ff2d7a;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttvnw-editorial .ttvnw-icon-speed::before {
  left: 12px;
  top: 25px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #18a8b0;
  box-shadow: 5px -8px 0 rgba(24, 168, 176, 0.58), -3px 8px 0 rgba(255, 45, 122, 0.58);
}

.ttvnw-editorial .ttvnw-icon-clean::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border: 2px solid #ff2d7a;
  border-radius: 8px;
}

.ttvnw-editorial .ttvnw-icon-clean::after {
  left: 18px;
  top: 19px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #18a8b0;
  box-shadow: 0 6px 0 #18a8b0;
}

.ttvnw-editorial .ttvnw-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: conic-gradient(from 120deg, #ff2d7a, #18d7d3, #ff2d7a);
}

.ttvnw-editorial .ttvnw-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #18a8b0;
  border-radius: 8px;
}

.ttvnw-editorial .ttvnw-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ff2d7a;
}

.ttvnw-editorial .ttvnw-icon-daily::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(circle at center, #ffffff 0 28%, transparent 30%), linear-gradient(135deg, #ff2d7a, #18d7d3);
}

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

.ttvnw-editorial .ttvnw-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--ttvnw-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 96% 0%, rgba(24, 215, 211, 0.18), transparent 30%);
  box-shadow: var(--ttvnw-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttvnw-editorial .ttvnw-step-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 45, 122, 0.26), rgba(24, 215, 211, 0.28), transparent);
}

.ttvnw-editorial .ttvnw-step-number {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--ttvnw-pink), var(--ttvnw-cyan));
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(255, 45, 122, 0.22);
}

.ttvnw-editorial .ttvnw-step-content {
  position: relative;
  z-index: 1;
}

.ttvnw-editorial .ttvnw-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 122, 0.12), rgba(24, 215, 211, 0.14));
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttvnw-editorial .ttvnw-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at 100% 0%, rgba(255, 45, 122, 0.12), transparent 42%);
}

.ttvnw-editorial .ttvnw-trust-dot {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ttvnw-pink), var(--ttvnw-cyan));
  box-shadow: 0 0 0 8px rgba(24, 215, 211, 0.1);
}

.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 220ms ease, border-color 220ms ease;
}

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

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

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

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

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

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

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

  .ttvnw-editorial .ttvnw-step-card::after {
    display: none;
  }

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

  .ttvnw-editorial .ttvnw-card h3,
  .ttvnw-editorial .ttvnw-trust-card h3,
  .ttvnw-editorial .ttvnw-step-card h3 {
    font-size: 18px;
  }

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

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

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

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

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

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

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

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

  .ttvnw-editorial .ttvnw-step-card::after {
    display: none;
  }

  .ttvnw-editorial .ttvnw-step-number {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

  .ttvnw-editorial .ttvnw-step-card::after {
    display: none;
  }

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

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

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

@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 {
    gap: 22px;
    margin-top: 46px;
  }

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

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

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

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

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

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

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

@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: 18px;
  }

  .ttvnw-editorial .ttvnw-grid {
    gap: 24px;
    margin-top: 52px;
  }

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

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

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

  .ttvnw-editorial .ttvnw-step-card {
    gap: 28px;
    padding: 34px;
  }

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

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

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