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

.tvv-editorial-2026 {
  width: 100%;
  color: #121826;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  background: #ffffff;
}

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

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

.tvv-editorial-2026 .tvv-section-white {
  background: #ffffff;
}

.tvv-editorial-2026 .tvv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

.tvv-editorial-2026 .tvv-heading-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tvv-editorial-2026 .tvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 102, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.08), rgba(0, 242, 234, 0.10));
  color: #b41154;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.tvv-editorial-2026 .tvv-heading-block h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.tvv-editorial-2026 .tvv-heading-block p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6475;
  line-height: 1.75;
}

.tvv-editorial-2026 .tvv-card-grid,
.tvv-editorial-2026 .tvv-trust-grid {
  display: grid;
  align-items: stretch;
}

.tvv-editorial-2026 .tvv-card,
.tvv-editorial-2026 .tvv-trust-card,
.tvv-editorial-2026 .tvv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tvv-editorial-2026 .tvv-card {
  border-radius: 22px;
}

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

.tvv-editorial-2026 .tvv-card:hover,
.tvv-editorial-2026 .tvv-trust-card:hover,
.tvv-editorial-2026 .tvv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 102, 0.20);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.tvv-editorial-2026 .tvv-card:hover::before,
.tvv-editorial-2026 .tvv-trust-card:hover::before {
  opacity: 1;
}

.tvv-editorial-2026 .tvv-card h3,
.tvv-editorial-2026 .tvv-trust-card h3,
.tvv-editorial-2026 .tvv-step-card h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.tvv-editorial-2026 .tvv-card p,
.tvv-editorial-2026 .tvv-trust-card p,
.tvv-editorial-2026 .tvv-step-card p {
  margin: 10px 0 0;
  color: #596273;
  line-height: 1.7;
}

.tvv-editorial-2026 .tvv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0066 0%, #7b2cff 48%, #00f2ea 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 102, 0.18);
  position: relative;
  transition: transform 260ms ease;
}

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

.tvv-editorial-2026 .tvv-icon::before,
.tvv-editorial-2026 .tvv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.tvv-editorial-2026 .tvv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
  left: 18px;
  top: 15px;
}

.tvv-editorial-2026 .tvv-icon-speed::before {
  width: 21px;
  height: 21px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  left: 11px;
  top: 12px;
  background: transparent;
}

.tvv-editorial-2026 .tvv-icon-speed::after {
  width: 12px;
  height: 3px;
  border-radius: 999px;
  left: 22px;
  top: 23px;
  transform: rotate(-35deg);
}

.tvv-editorial-2026 .tvv-icon-frame::before {
  width: 22px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  left: 10px;
  top: 13px;
  background: transparent;
}

.tvv-editorial-2026 .tvv-icon-flow::before {
  width: 22px;
  height: 4px;
  border-radius: 999px;
  left: 12px;
  top: 14px;
}

.tvv-editorial-2026 .tvv-icon-flow::after {
  width: 22px;
  height: 4px;
  border-radius: 999px;
  left: 12px;
  top: 27px;
}

.tvv-editorial-2026 .tvv-icon-mobile::before {
  width: 16px;
  height: 25px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  left: 13px;
  top: 8px;
  background: transparent;
}

.tvv-editorial-2026 .tvv-icon-mobile::after {
  width: 5px;
  height: 2px;
  border-radius: 999px;
  left: 21px;
  top: 29px;
}

.tvv-editorial-2026 .tvv-icon-daily::before {
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  background: transparent;
}

.tvv-editorial-2026 .tvv-icon-daily::after {
  width: 11px;
  height: 3px;
  border-radius: 999px;
  left: 22px;
  top: 19px;
  transform: rotate(35deg);
}

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

.tvv-editorial-2026 .tvv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}

.tvv-editorial-2026 .tvv-step-card::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 0, 102, 0), rgba(255, 0, 102, 0.28), rgba(0, 242, 234, 0));
  opacity: 0.55;
}

.tvv-editorial-2026 .tvv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #121826 0%, #292f48 46%, #ff0066 100%);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}

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

.tvv-editorial-2026 .tvv-card-accent {
  overflow: hidden;
}

.tvv-editorial-2026 .tvv-card-accent::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.18), rgba(255, 0, 102, 0));
  pointer-events: none;
}

.tvv-editorial-2026 .tvv-badge-dot {
  display: block;
  width: 36px;
  height: 6px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff0066, #00f2ea);
}

.tvv-editorial-2026 .tvv-trust-card {
  border-radius: 22px;
  text-align: left;
}

.tvv-editorial-2026 .tvv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.12), rgba(0, 242, 234, 0.16));
  color: #b41154;
  font-weight: 850;
  border: 1px solid rgba(255, 0, 102, 0.16);
}

.tvv-editorial-2026 .tvv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

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

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

  .tvv-editorial-2026 .tvv-heading-block {
    margin-bottom: 26px;
  }

  .tvv-editorial-2026 .tvv-heading-block h2 {
    font-size: 25px;
  }

  .tvv-editorial-2026 .tvv-heading-block p {
    font-size: 14px;
  }

  .tvv-editorial-2026 .tvv-card-grid,
  .tvv-editorial-2026 .tvv-trust-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tvv-editorial-2026 .tvv-card,
  .tvv-editorial-2026 .tvv-trust-card {
    padding: 22px;
  }

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

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

  .tvv-editorial-2026 .tvv-steps {
    gap: 14px;
  }

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

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

  .tvv-editorial-2026 .tvv-step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

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

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

  .tvv-editorial-2026 .tvv-heading-block {
    margin-bottom: 30px;
  }

  .tvv-editorial-2026 .tvv-heading-block h2 {
    font-size: 28px;
  }

  .tvv-editorial-2026 .tvv-heading-block p {
    font-size: 15px;
  }

  .tvv-editorial-2026 .tvv-card-grid,
  .tvv-editorial-2026 .tvv-trust-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tvv-editorial-2026 .tvv-card,
  .tvv-editorial-2026 .tvv-trust-card {
    padding: 24px;
  }

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

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

  .tvv-editorial-2026 .tvv-steps {
    gap: 16px;
  }

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

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

  .tvv-editorial-2026 .tvv-step-number {
    width: 54px;
    height: 54px;
    font-size: 15px;
  }
}

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

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

  .tvv-editorial-2026 .tvv-heading-block {
    margin-bottom: 32px;
  }

  .tvv-editorial-2026 .tvv-heading-block h2 {
    font-size: 31px;
  }

  .tvv-editorial-2026 .tvv-heading-block p {
    font-size: 16px;
  }

  .tvv-editorial-2026 .tvv-card-grid,
  .tvv-editorial-2026 .tvv-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tvv-editorial-2026 .tvv-card,
  .tvv-editorial-2026 .tvv-trust-card {
    padding: 26px;
  }

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

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

  .tvv-editorial-2026 .tvv-steps {
    gap: 18px;
  }

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

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

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

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

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

  .tvv-editorial-2026 .tvv-heading-block {
    margin-bottom: 42px;
  }

  .tvv-editorial-2026 .tvv-heading-block h2 {
    font-size: 38px;
  }

  .tvv-editorial-2026 .tvv-heading-block p {
    font-size: 17px;
  }

  .tvv-editorial-2026 .tvv-card-grid,
  .tvv-editorial-2026 .tvv-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

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

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

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

  .tvv-editorial-2026 .tvv-steps {
    gap: 20px;
  }

  .tvv-editorial-2026 .tvv-step-card {
    gap: 24px;
    padding: 28px;
  }

  .tvv-editorial-2026 .tvv-step-number {
    width: 64px;
    height: 64px;
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .tvv-editorial-2026 .tvv-section {
    padding: 88px 0;
  }

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

  .tvv-editorial-2026 .tvv-heading-block {
    margin-bottom: 48px;
  }

  .tvv-editorial-2026 .tvv-heading-block h2 {
    font-size: 44px;
  }

  .tvv-editorial-2026 .tvv-heading-block p {
    font-size: 18px;
  }

  .tvv-editorial-2026 .tvv-grid-six,
  .tvv-editorial-2026 .tvv-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

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

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

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

  .tvv-editorial-2026 .tvv-steps {
    gap: 22px;
  }

  .tvv-editorial-2026 .tvv-step-card {
    gap: 28px;
    padding: 32px;
  }

  .tvv-editorial-2026 .tvv-step-number {
    width: 72px;
    height: 72px;
    font-size: 18px;
  }
}