@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ultra: #171C5A;
  --ultra-deep: #0D1038;
  --coral: #FF6B57;
  --yellow: #FFD45C;
  --ice: #D9E8FF;
  --ink: #171821;
  --paper: #F8F8F4;
  --white: #FFFFFF;
  --line: rgba(23, 24, 33, .15);
  --line-light: rgba(248, 248, 244, .2);
  --shell: min(1200px, calc(100% - 4rem));
  --display: 'Bebas Neue', Impact, sans-serif;
  --sans: 'Manrope', Arial, sans-serif;
  --mono: 'IBM Plex Mono', monospace;
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--paper); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: 50; inset: 0; pointer-events: none; opacity: .035; content: ''; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .65rem .9rem; transform: translateY(-150%); background: var(--yellow); color: var(--ink); font-size: .72rem; font-weight: 800; text-decoration: none; transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid var(--line-light); background: rgba(23,28,90,.94); color: var(--paper); backdrop-filter: blur(18px); }
.nav-shell { min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: inherit; text-decoration: none; }
.brand-mark { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--mono); font-size: .6rem; font-weight: 500; }
.brand-name { font-size: .92rem; font-weight: 800; letter-spacing: -.045em; }
.brand strong { color: var(--yellow); font-family: var(--mono); font-size: .58rem; font-weight: 400; }
.main-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 2.8rem); font-size: .67rem; font-weight: 700; }
.main-nav a { text-decoration: none; opacity: .82; transition: opacity .2s ease, color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; color: var(--yellow); }
.nav-cta { padding: .75rem 1.05rem; border: 1px solid rgba(255,212,92,.65); color: var(--yellow); }
.nav-cta span { margin-left: .55rem; font-size: .95rem; }
.menu-toggle { display: none; align-items: center; gap: .7rem; border: 0; background: transparent; color: var(--paper); cursor: pointer; font-family: var(--mono); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 1.35rem; height: 1px; background: currentColor; content: ''; transition: transform .2s ease; }
.menu-toggle i { position: relative; }
.menu-toggle i::before, .menu-toggle i::after { position: absolute; left: 0; }
.menu-toggle i::before { top: -.35rem; }
.menu-toggle i::after { top: .35rem; }
.menu-toggle[aria-expanded="true"] i { background: transparent; }
.menu-toggle[aria-expanded="true"] i::before { transform: translateY(.35rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { transform: translateY(-.35rem) rotate(-45deg); }

.hero { width: 100%; max-width: none; min-height: 44rem; margin-inline: 0; padding: clamp(4.5rem, 9vw, 8rem) max(2rem, calc((100% - 1200px) / 2)) clamp(4rem, 7vw, 6.5rem); display: grid; grid-template-columns: minmax(0,.77fr) minmax(0,1.23fr); align-items: center; gap: clamp(2rem, 5vw, 5.5rem); background: var(--ultra); color: var(--paper); }
.hero::before { position: absolute; z-index: -1; inset: 5rem 0 auto; height: 32rem; content: ''; background: linear-gradient(110deg, transparent 12%, rgba(255,107,87,.12) 48%, rgba(255,212,92,.1) 74%, transparent 92%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 1.2rem; color: var(--yellow); font-family: var(--mono); font-size: .58rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; }
.eyebrow span { width: .45rem; height: .45rem; background: var(--coral); box-shadow: 0 0 0 .3rem rgba(255,107,87,.17); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
.hero h1 { max-width: 7.4ch; margin-bottom: 1.45rem; font-family: var(--display); font-size: clamp(5.5rem, 10.4vw, 9.3rem); line-height: .8; letter-spacing: .005em; text-transform: uppercase; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero h1 span { display: block; color: var(--paper); }
.hero-lead { max-width: 29rem; margin-bottom: 0; color: rgba(248,248,244,.74); font-size: clamp(.95rem, 1.2vw, 1.08rem); line-height: 1.75; }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: 1rem; padding: .85rem 1.2rem; border: 1px solid transparent; text-decoration: none; font-size: .68rem; font-weight: 800; transition: transform .3s var(--ease), background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button span { font-size: 1rem; }
.button--coral { background: var(--coral); color: var(--white); }
.button--coral:hover, .button--coral:focus-visible { background: #ff806f; }
.button--ghost { border-color: rgba(248,248,244,.36); color: var(--paper); }
.button--ghost:hover, .button--ghost:focus-visible { border-color: var(--yellow); color: var(--yellow); }
.button--dark { background: var(--ink); color: var(--paper); }
.hero-proof { margin-top: 2.6rem; display: flex; flex-wrap: wrap; gap: 1.15rem; color: rgba(248,248,244,.56); font-family: var(--mono); font-size: .54rem; }
.hero-proof span { display: inline-flex; flex-direction: column; gap: .3rem; padding-left: .7rem; border-left: 1px solid rgba(248,248,244,.25); }
.hero-proof b { color: var(--paper); font-family: var(--display); font-size: 1.35rem; line-height: .8; letter-spacing: .04em; font-weight: 400; }

.hero-visual { position: relative; min-width: 0; }
.split-window { position: relative; min-height: clamp(28rem, 43vw, 40rem); margin: 0; overflow: hidden; border: 1px solid rgba(248,248,244,.58); background: var(--ultra-deep); box-shadow: 1.2rem 1.2rem 0 rgba(255,107,87,.2), -1.2rem -1.2rem 0 rgba(217,232,255,.12); }
.split-window > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.split-tint { position: absolute; inset: 0; mix-blend-mode: color; pointer-events: none; }
.split-tint--coral { background: rgba(255,107,87,.55); clip-path: polygon(0 0, 45% 0, 57% 100%, 0 100%); }
.split-tint--ice { background: rgba(217,232,255,.25); clip-path: polygon(58% 0, 100% 0, 100% 100%, 69% 100%); mix-blend-mode: screen; }
.split-line { position: absolute; top: -10%; left: 48%; width: 2px; height: 120%; background: var(--yellow); box-shadow: 0 0 1.2rem rgba(255,212,92,.9); transform: rotate(8deg); }
.window-tag, .window-time, .media-code, .live-card-code { font-family: var(--mono); letter-spacing: .06em; }
.window-tag { position: absolute; top: 1.25rem; left: 1.25rem; padding: .5rem .6rem; background: var(--yellow); color: var(--ink); font-size: .5rem; font-weight: 500; }
.window-tag i, .live-dot::before, .signal-ticker i { display: inline-block; width: .35rem; height: .35rem; margin-right: .38rem; border-radius: 50%; background: var(--coral); content: ''; }
.window-time { position: absolute; top: 1.25rem; right: 1.25rem; color: var(--paper); font-size: .54rem; }
.program-card { position: absolute; right: 1.4rem; bottom: 1.4rem; width: min(16rem, calc(100% - 2.8rem)); padding: 1.1rem; background: rgba(23,24,33,.88); color: var(--paper); border-left: 3px solid var(--coral); backdrop-filter: blur(8px); }
.program-card p { margin-bottom: .45rem; color: var(--yellow); font-family: var(--mono); font-size: .5rem; }
.program-card strong { display: block; margin-bottom: .45rem; font-family: var(--display); font-size: 2.2rem; line-height: .86; letter-spacing: .02em; text-transform: uppercase; }
.program-card span { color: rgba(248,248,244,.62); font-size: .58rem; }
.window-mark { position: absolute; right: 1.25rem; top: 39%; color: rgba(248,248,244,.28); font-family: var(--display); font-size: clamp(8rem, 18vw, 15rem); line-height: .7; }
.visual-caption { margin: .85rem 0 0; display: flex; justify-content: space-between; color: rgba(248,248,244,.55); font-family: var(--mono); font-size: .5rem; text-transform: uppercase; }
.visual-caption span { color: var(--yellow); }

.signal-ticker { overflow: hidden; border-bottom: 1px solid var(--line-light); background: var(--coral); color: var(--ink); }
.ticker-track { width: max-content; min-height: 3.3rem; display: flex; align-items: center; gap: 1.15rem; padding-inline: 1rem; animation: ticker 24s linear infinite; font-family: var(--mono); font-size: .57rem; }
.ticker-track b { color: var(--paper); font-weight: 500; }
.ticker-track em { color: rgba(23,24,33,.55); font-style: normal; }
.signal-ticker i { background: var(--ink); }
@keyframes ticker { to { transform: translateX(-33.333%); } }

.section { padding-block: clamp(5rem, 10vw, 9rem); }
.section-header { display: grid; grid-template-columns: minmax(0,1fr) minmax(16rem, .58fr); gap: 2rem; align-items: end; margin-bottom: 3rem; }
.section-header h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 7vw, 7rem); line-height: .78; letter-spacing: .01em; text-transform: uppercase; }
.section-header h2 em { color: var(--coral); font-style: normal; }
.section-header > p { max-width: 26rem; margin: 0 0 .2rem; color: #666775; font-size: .9rem; line-height: 1.75; }
.catalogue { background: var(--paper); }
.catalogue-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(18rem,.65fr); gap: 1rem; }
.feature-card, .mini-card, .note-card { border: 1px solid var(--line); background: var(--white); }
.feature-card { display: grid; grid-template-rows: auto 1fr; }
.media-frame { position: relative; overflow: hidden; background: var(--ultra); }
.media-frame img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s var(--ease); }
.feature-card:hover img, .mini-card:hover img { transform: scale(1.035); }
.media-frame--feature { min-height: 27rem; }
.media-badge { position: absolute; top: 1rem; left: 1rem; padding: .48rem .6rem; background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: .48rem; letter-spacing: .06em; }
.media-badge--yellow { background: var(--yellow); color: var(--ink); }
.media-code { position: absolute; right: 1rem; bottom: 1rem; color: var(--paper); font-size: .48rem; }
.feature-copy { padding: 1.45rem 1.55rem 1.6rem; display: grid; grid-template-columns: 1fr auto; gap: .45rem 1rem; }
.card-label { margin: 0 0 .48rem; color: #777887; font-family: var(--mono); font-size: .52rem; text-transform: uppercase; }
.feature-copy h3, .mini-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4.2vw, 4rem); line-height: .8; letter-spacing: .025em; text-transform: uppercase; }
.feature-copy > p { grid-column: 1 / -1; max-width: 32rem; margin: .6rem 0 0; color: #666775; font-size: .75rem; line-height: 1.65; }
.round-link { width: 2.9rem; height: 2.9rem; display: grid; place-items: center; border: 1px solid var(--line); color: var(--coral); text-decoration: none; transition: background .2s ease, color .2s ease; }
.round-link:hover, .round-link:focus-visible { background: var(--coral); color: var(--white); }
.catalogue-side { display: grid; grid-template-rows: auto 1fr; gap: 1rem; }
.mini-card { display: grid; grid-template-rows: 12rem auto; }
.mini-copy { padding: 1rem 1.1rem 1.2rem; }
.mini-copy h3 { font-size: 2.4rem; }
.mini-copy > span { display: inline-block; margin-top: .85rem; color: var(--coral); font-family: var(--mono); font-size: .52rem; text-transform: uppercase; }
.mini-copy > span b { margin-left: .6rem; font-size: .9rem; }
.note-card { position: relative; padding: 1.35rem; overflow: hidden; background: var(--ultra); color: var(--paper); }
.note-card::after { position: absolute; right: -2.2rem; bottom: -4rem; width: 10rem; height: 10rem; border: 1px solid rgba(255,212,92,.5); border-radius: 50%; content: ''; }
.note-index { margin: 0 0 2rem; color: var(--yellow); font-family: var(--mono); font-size: .52rem; }
.note-card strong { max-width: 14rem; display: block; font-family: var(--display); font-size: 3.35rem; line-height: .82; letter-spacing: .025em; text-transform: uppercase; }
.genre-row { position: absolute; right: 1.2rem; bottom: 1.15rem; left: 1.2rem; display: flex; flex-wrap: wrap; gap: .35rem; }
.genre-row span { padding: .4rem .5rem; border: 1px solid rgba(248,248,244,.28); color: rgba(248,248,244,.7); font-family: var(--mono); font-size: .48rem; }

.live-section, .steps-section { overflow: hidden; background: var(--ultra); color: var(--paper); }
.section-header--light > p { color: rgba(248,248,244,.65); }
.live-section .section-kicker, .steps-section .section-kicker { color: var(--yellow); }
.live-section .section-header h2, .steps-section .section-header h2 { color: var(--paper); }
.live-section .section-header h2 em, .steps-section .section-header h2 em { color: var(--coral); }
.channel-picker { margin-bottom: 1rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.channel-chip { padding: .65rem .8rem; border: 1px solid rgba(248,248,244,.25); background: transparent; color: rgba(248,248,244,.62); cursor: pointer; font-family: var(--mono); font-size: .52rem; transition: background .2s ease, color .2s ease, border .2s ease; }
.channel-chip:hover, .channel-chip:focus-visible, .channel-chip.is-active { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.live-grid { display: grid; grid-template-columns: minmax(0,1.35fr) repeat(2, minmax(0,.82fr)); gap: .8rem; }
.live-card { min-height: 21rem; position: relative; overflow: hidden; }
.live-card--featured { background: var(--ink); }
.live-card--featured img { width: 100%; height: 100%; display: block; object-fit: cover; opacity: .72; transition: transform .7s var(--ease); }
.live-card--featured:hover img { transform: scale(1.04); }
.live-overlay { position: absolute; inset: auto 1.2rem 1.2rem; }
.live-overlay p, .live-overlay span:last-child { margin: 0; color: rgba(248,248,244,.65); font-family: var(--mono); font-size: .5rem; }
.live-dot { display: inline-block; margin-bottom: .7rem; padding: .42rem .55rem; background: var(--coral); color: var(--white); font-family: var(--mono); font-size: .49rem; }
.live-dot::before { background: var(--white); }
.live-overlay h3 { margin: .4rem 0 .55rem; font-family: var(--display); font-size: 3.4rem; line-height: .8; letter-spacing: .025em; text-transform: uppercase; }
.live-card:not(.live-card--featured) { padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(248,248,244,.2); }
.live-card--red { background: var(--coral); color: var(--ink); }
.live-card--yellow { background: var(--yellow); color: var(--ink); }
.live-card-code { font-size: .5rem; }
.live-card div p { margin: 0 0 .65rem; font-family: var(--mono); font-size: .5rem; opacity: .7; }
.live-card h3 { max-width: 9ch; margin: 0 0 .9rem; font-family: var(--display); font-size: 3.45rem; line-height: .78; letter-spacing: .02em; text-transform: uppercase; }
.live-card b { font-family: var(--mono); font-size: .52rem; font-weight: 500; text-transform: uppercase; }
.rail-hint { margin: 1rem 0 0; color: rgba(248,248,244,.5); font-family: var(--mono); font-size: .5rem; text-align: right; text-transform: uppercase; }
.rail-hint span { margin-left: .55rem; color: var(--yellow); font-size: .9rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.benefit-card { min-height: 19rem; padding: 1.4rem; border: 1px solid var(--line); background: var(--white); }
.benefit-card--coral { background: var(--coral); border-color: var(--coral); }
.benefit-card--yellow { background: var(--yellow); border-color: var(--yellow); }
.benefit-symbol { display: inline-grid; width: 2.4rem; height: 2.4rem; place-items: center; margin-bottom: 3.6rem; border: 1px solid currentColor; border-radius: 50%; font-size: 1.3rem; }
.benefit-card p { margin-bottom: .4rem; font-family: var(--mono); font-size: .52rem; text-transform: uppercase; }
.benefit-card h3 { margin-bottom: .9rem; font-family: var(--display); font-size: 3.4rem; line-height: .8; letter-spacing: .02em; text-transform: uppercase; }
.benefit-card > span:last-child { display: block; max-width: 13rem; font-size: .65rem; line-height: 1.5; opacity: .68; }
.device-strip { margin-top: 2.3rem; padding: 1.2rem 1.35rem; display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); align-items: center; gap: 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.device-strip > p { margin: 0; font-family: var(--mono); font-size: .55rem; text-transform: uppercase; }
.device-strip div { display: flex; align-items: center; justify-content: center; gap: .55rem; color: #6C6D78; font-size: .58rem; }
.device-strip b { color: var(--ultra); font-size: 1.35rem; font-weight: 400; }

.steps-section { padding-block: clamp(5rem, 9vw, 8rem); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.steps-grid article { min-height: 12rem; padding: 1.25rem 1.4rem; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 1rem; border-top: 1px solid var(--line-light); border-right: 1px solid var(--line-light); }
.steps-grid article:last-child { border-right: 0; }
.step-num { color: var(--coral); font-family: var(--display); font-size: 3rem; line-height: .78; }
.steps-grid h3 { margin: 0 0 .7rem; font-family: var(--display); font-size: 2.2rem; line-height: .85; letter-spacing: .02em; text-transform: uppercase; }
.steps-grid p { max-width: 13rem; margin: 0; color: rgba(248,248,244,.58); font-size: .66rem; line-height: 1.6; }
.steps-grid article > b { color: var(--yellow); font-size: 1.1rem; font-weight: 400; }

.plans { background: var(--paper); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.plan-card { padding: 1.65rem; border: 1px solid var(--line); background: var(--white); }
.plan-card--hot { position: relative; border-color: var(--coral); background: var(--coral); color: var(--ink); }
.plan-card--hot::before { position: absolute; top: -1.45rem; left: 1.65rem; padding: .4rem .55rem; background: var(--yellow); content: 'SEÑAL PRINCIPAL'; font-family: var(--mono); font-size: .48rem; }
.plan-label { margin: 0 0 1.5rem; color: #777887; font-family: var(--mono); font-size: .52rem; text-transform: uppercase; }
.plan-card--hot .plan-label { color: rgba(23,24,33,.65); }
.plan-card h3 { margin: 0; font-family: var(--display); font-size: 4.7rem; line-height: .75; letter-spacing: .03em; text-transform: uppercase; }
.plan-price { margin: 1rem 0 .35rem; font-family: var(--display); font-size: 3.1rem; line-height: .8; }
.plan-price sup { font-family: var(--sans); font-size: .9rem; vertical-align: top; }
.plan-price small { font-family: var(--mono); font-size: .5rem; font-weight: 400; }
.plan-card > p:not(.plan-label):not(.plan-price) { min-height: 2.1rem; color: #70717b; font-size: .65rem; }
.plan-card--hot > p:not(.plan-label):not(.plan-price) { color: rgba(23,24,33,.7); }
.plan-card ul { min-height: 7.8rem; margin: 1.35rem 0; padding: 1.15rem 0; display: grid; gap: .55rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.plan-card--hot ul { border-color: rgba(23,24,33,.25); }
.plan-card li { color: #6A6B75; font-size: .64rem; }
.plan-card li::before { margin-right: .5rem; color: var(--coral); content: '—'; }
.plan-card--hot li { color: rgba(23,24,33,.78); }
.plan-card a { display: flex; align-items: center; justify-content: space-between; padding-top: .1rem; font-family: var(--mono); font-size: .55rem; text-decoration: none; text-transform: uppercase; }
.plan-card a span { font-size: 1rem; }
.plan-footnote { margin: 1rem 0 0; color: #777887; font-family: var(--mono); font-size: .5rem; }

.faq-section { padding-top: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; align-self: end; color: var(--coral); font-family: var(--mono); font-size: .55rem; text-decoration: none; text-transform: uppercase; }
.text-link span { font-size: 1rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; cursor: pointer; list-style: none; font-size: .8rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 46rem; padding: 0 2.4rem 1.2rem 0; margin: 0; color: #6A6B75; font-size: .72rem; line-height: 1.7; }

.closing { position: relative; min-height: 31rem; margin-bottom: 3rem; padding: clamp(3rem, 7vw, 6rem); overflow: hidden; background: var(--coral); color: var(--ink); }
.closing::before, .closing::after { position: absolute; border: 1px solid rgba(23,24,33,.26); content: ''; pointer-events: none; }
.closing::before { width: 28rem; height: 28rem; right: -8rem; top: -9rem; transform: rotate(18deg); }
.closing::after { width: 20rem; height: 20rem; right: 6rem; bottom: -13rem; transform: rotate(-12deg); }
.closing-mark { position: absolute; right: 8%; top: 19%; color: rgba(248,248,244,.35); font-family: var(--display); font-size: 17rem; line-height: .7; }
.closing .section-kicker { color: var(--ink); }
.closing h2 { position: relative; z-index: 1; max-width: 10ch; margin: 0 0 1rem; font-family: var(--display); font-size: clamp(4.5rem, 8vw, 8rem); line-height: .77; letter-spacing: .02em; text-transform: uppercase; }
.closing h2 em { color: var(--paper); font-style: normal; }
.closing > p:not(.section-kicker) { position: relative; z-index: 1; max-width: 25rem; color: rgba(23,24,33,.72); font-size: .82rem; line-height: 1.65; }
.closing .button { position: relative; z-index: 1; margin-top: 1rem; }

.site-footer { padding-block: 2rem 3.5rem; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; color: #757681; font-family: var(--mono); font-size: .52rem; }
.site-footer .brand { color: var(--ink); font-family: var(--sans); }
.site-footer .brand-mark { width: 1.8rem; height: 1.8rem; background: var(--ultra); color: var(--paper); font-size: .48rem; }
.site-footer .brand strong { color: var(--coral); }
.site-footer p { margin: 0; }
.site-footer > span { justify-self: end; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(16px); filter: blur(3px); transition: opacity .65s ease, transform .65s var(--ease), filter .65s ease; }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; filter: none; }
*:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }

@media (max-width: 1079px) {
  :root { --shell: min(920px, calc(100% - 3rem)); }
  .main-nav { gap: 1.25rem; }
  .hero { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero-copy { max-width: 42rem; }
  .hero h1 { max-width: 8ch; font-size: clamp(5rem, 12vw, 8rem); }
  .hero-visual { width: min(100%, 54rem); margin-inline: auto; }
  .split-window { min-height: clamp(28rem, 62vw, 38rem); }
  .catalogue-grid { grid-template-columns: 1fr; }
  .catalogue-side { grid-template-columns: 1.1fr .9fr; grid-template-rows: auto; }
  .live-grid { grid-template-columns: 1.2fr .8fr; }
  .live-card--featured { grid-row: span 2; }
  .device-strip { grid-template-columns: 1fr repeat(5, auto); }
}

@media (max-width: 820px) {
  .main-nav { display: none; position: absolute; top: calc(100% + 1px); right: 1.5rem; left: 1.5rem; padding: .75rem; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line-light); background: var(--ultra-deep); box-shadow: 0 1rem 2rem rgba(13,16,56,.28); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .9rem; border-bottom: 1px solid var(--line-light); }
  .main-nav .nav-cta { margin-top: .55rem; border: 1px solid var(--yellow); text-align: center; }
  .menu-toggle { display: inline-flex; }
  .hero { min-height: auto; padding-top: 4.5rem; }
  .hero h1 { font-size: clamp(5rem, 16vw, 7.8rem); }
  .section-header { grid-template-columns: 1fr; gap: 1.25rem; }
  .section-header > p { margin: 0; }
  .catalogue-side { grid-template-columns: 1fr; }
  .live-grid { grid-template-columns: 1fr 1fr; }
  .live-card--featured { grid-column: 1 / -1; grid-row: auto; min-height: 25rem; }
  .benefit-grid, .plan-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 16rem; }
  .benefit-symbol { margin-bottom: 2rem; }
  .plan-card { padding: 1.45rem; }
  .plan-card ul { min-height: auto; }
  .text-link { align-self: start; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 2rem); }
  .nav-shell { min-height: 4.25rem; }
  .brand-name { font-size: .83rem; }
  .brand-mark { width: 2.05rem; height: 2.05rem; }
  .hero { padding: 3.8rem 1rem 3rem; gap: 2.8rem; }
  .hero h1 { max-width: 8ch; font-size: clamp(4.2rem, 20vw, 6.2rem); line-height: .8; }
  .hero-lead { font-size: .88rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { gap: .8rem; }
  .hero-proof b { font-size: 1.15rem; }
  .split-window { min-height: 25rem; box-shadow: .65rem .65rem 0 rgba(255,107,87,.2), -.65rem -.65rem 0 rgba(217,232,255,.12); }
  .window-tag { top: .8rem; left: .8rem; font-size: .45rem; }
  .window-time { top: .8rem; right: .8rem; font-size: .45rem; }
  .program-card { right: .8rem; bottom: .8rem; width: calc(100% - 1.6rem); padding: .85rem; }
  .program-card strong { font-size: 1.85rem; }
  .visual-caption { font-size: .44rem; }
  .ticker-track { min-height: 2.8rem; animation-duration: 28s; font-size: .5rem; }
  .section { padding-block: 4.5rem; }
  .section-header { margin-bottom: 2rem; }
  .section-header h2 { font-size: clamp(3.8rem, 17vw, 5.8rem); }
  .media-frame--feature { min-height: 18rem; }
  .feature-copy h3 { font-size: 2.7rem; }
  .mini-card { grid-template-rows: 10rem auto; }
  .note-card { min-height: 14rem; }
  .live-section { overflow: hidden; }
  .channel-picker { overflow-x: auto; flex-wrap: nowrap; padding-bottom: .2rem; }
  .channel-chip { flex: 0 0 auto; }
  .live-grid { width: calc(100% + 1rem); grid-template-columns: 78vw 78vw 78vw; gap: .65rem; overflow-x: auto; padding-right: 1rem; }
  .live-card, .live-card--featured { min-height: 20rem; grid-column: auto; }
  .live-overlay h3, .live-card h3 { font-size: 3rem; }
  .rail-hint { text-align: left; }
  .benefit-card h3 { font-size: 3rem; }
  .device-strip { grid-template-columns: repeat(2, 1fr); gap: .8rem; padding-inline: 0; border-top: 0; }
  .device-strip > p { grid-column: 1 / -1; padding-bottom: .6rem; border-bottom: 1px solid var(--line); }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: auto; padding-inline: 0; border-right: 0; }
  .steps-grid p { max-width: 16rem; }
  .plan-card h3 { font-size: 4.25rem; }
  .faq-section { padding-top: 1rem; }
  .faq-list summary { font-size: .73rem; }
  .closing { width: calc(100% - 2rem); min-height: 29rem; margin-bottom: 1rem; padding: 2.3rem 1.45rem; }
  .closing h2 { font-size: clamp(4.2rem, 18vw, 6.4rem); }
  .closing-mark { right: 2%; top: 33%; font-size: 12rem; }
  .site-footer { grid-template-columns: 1fr auto; gap: 1rem; padding-bottom: 2rem; }
  .site-footer p { display: none; }
  .site-footer > span { justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .button, .media-frame img { transition: none; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; filter: none; transition: none; }
}
