/*
Theme Name: PlayHuddleTV
Theme URI: https://playhuddletv.com
Author: PlayHuddleTV
Description: Fast conversion-focused theme for PlayHuddleTV.
Version: 1.3.5
Text Domain: playhuddletv
*/

:root {
  --ink: #07111f;
  --navy: #0b1830;
  --panel: #10213e;
  --sky: #57d5ff;
  --lime: #b9f55b;
  --orange: #ff8d4d;
  --paper: #f6f8fc;
  --muted: #9db0c9;
  --line: rgba(255,255,255,.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #fff; background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { margin: 0 0 14px; color: var(--lime); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.02; letter-spacing: -.04em; }
.section-copy { max-width: 690px; margin: 18px auto 0; color: var(--muted); font-size: 1.05rem; }
.center { text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--ink); background: var(--lime); box-shadow: 0 12px 32px rgba(185,245,91,.18); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.075); }
.btn-ghost:hover { border-color: rgba(185,245,91,.48); background: rgba(185,245,91,.11); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: rgba(7,17,31,.86); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 1.08rem; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); border-radius: 12px; background: var(--lime); font-size: 1.1rem; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #cbd7e7; font-size: .92rem; font-weight: 700; }
.menu-toggle { width: 44px; height: 44px; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 13px; color: #fff; background: rgba(255,255,255,.04); cursor: pointer; }
.menu-toggle span { width: 100%; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle span + span { margin-top: 5px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 46px 0; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(87,213,255,.23), transparent 66%); pointer-events: none; }
.hero-panel { position: relative; min-height: 650px; overflow: hidden; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 34px; background: #0b1830; box-shadow: 0 34px 100px rgba(0,0,0,.34); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,25,.98) 0%, rgba(5,13,25,.9) 34%, rgba(5,13,25,.36) 66%, rgba(5,13,25,.08) 100%); }
.hero-content { position: relative; z-index: 2; width: min(650px, 62%); padding: 64px; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.1rem, 7vw, 6.4rem); line-height: .91; letter-spacing: -.065em; }
.hero h1 span { color: var(--lime); }
.hero-copy { max-width: 630px; margin: 25px 0; color: #b8c7d9; font-size: clamp(1rem, 2vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 16px 0 0; color: #8498b2; font-size: .84rem; }
.microcopy strong { color: #dce6f4; }
.hero-proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-proof span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #dbe6f3; background: rgba(7,17,31,.58); backdrop-filter: blur(10px); font-size: .74rem; font-weight: 800; }

.trust-strip { padding: 22px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 9px; color: #c8d4e3; font-size: .9rem; font-weight: 750; }
.trust-item b { color: var(--lime); }
.trial-banner { padding: 22px 0; background: var(--lime); color: var(--ink); }
.trial-banner-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.trial-banner-inner div { display: flex; flex-direction: column; }
.trial-banner-inner strong { font-size: 1.18rem; }
.trial-banner-inner span { color: #34442a; font-size: .9rem; }
.trial-banner .btn { color: #fff; background: var(--ink); box-shadow: none; }

.watch-section { padding: 82px 0; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #0a1629, #07111f); }
.watch-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: end; }
.watch-intro h2 { max-width: 650px; margin: 0; font-size: clamp(2rem, 4.5vw, 3.35rem); line-height: 1.03; letter-spacing: -.04em; }
.watch-intro > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); }
.league-marquee { position: relative; overflow: hidden; margin: 38px 0 82px; border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.league-marquee::before, .league-marquee::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: min(12vw, 150px); pointer-events: none; }
.league-marquee::before { left: 0; background: linear-gradient(90deg, #091527, transparent); }
.league-marquee::after { right: 0; background: linear-gradient(-90deg, #091527, transparent); }
.league-track { width: max-content; display: flex; animation: league-flow 34s linear infinite; }
.league-set { display: flex; gap: 14px; padding: 18px 7px; }
.league-pill { min-width: 205px; display: flex; align-items: center; gap: 13px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; color: #eef5ff; background: #10213e; box-shadow: inset 0 1px rgba(255,255,255,.04); }
.league-mark { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border: 2px solid var(--lime); border-radius: 50% 42% 50% 42%; color: var(--ink); background: var(--lime); font-size: .7rem; font-weight: 950; letter-spacing: .04em; transform: rotate(-4deg); }
.league-pill strong { font-size: .92rem; }
@keyframes league-flow { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.movie-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: end; }
.movie-heading h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 3.35rem); line-height: 1.03; letter-spacing: -.04em; }
.movie-heading > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); }
.movie-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.movie-card { position: relative; overflow: hidden; aspect-ratio: 2 / 3; margin: 0; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.movie-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.movie-card:hover img { transform: scale(1.035); }
.movie-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%, rgba(4,10,20,.94)); }
.movie-card > div { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; }
.movie-card span { color: var(--lime); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.movie-card h3 { margin: 7px 0 0; font-size: 1.25rem; }
.rights-note { max-width: 920px; margin: 22px auto 0; color: #7488a4; text-align: center; font-size: .72rem; }

.section { padding: 96px 0; }
.experience-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.experience-card { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(16,33,62,.85), rgba(9,21,39,.86)); }
.experience-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(185,245,91,.22); border-radius: 14px; color: var(--lime); background: rgba(185,245,91,.08); }
.experience-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.experience-card h3 { margin: 38px 0 8px; font-size: 1.15rem; }
.experience-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.lifestyle-grid { margin-top: 18px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.lifestyle-card { position: relative; overflow: hidden; min-height: 360px; margin: 0; border: 1px solid var(--line); border-radius: 26px; background: var(--panel); }
.lifestyle-card img { width: 100%; height: 100%; min-height: 360px; display: block; object-fit: cover; }
.lifestyle-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(4,11,21,.92)); }
.lifestyle-card figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; flex-direction: column; }
.lifestyle-card figcaption strong { font-size: 1.2rem; }
.lifestyle-card figcaption span { color: #c2cfdf; font-size: .86rem; }

.pricing { background: #0a1629; }
.device-picker { width: fit-content; margin: 34px auto 28px; padding: 6px; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); }
.device-btn { min-width: 47px; padding: 9px 13px; border: 0; border-radius: 999px; color: #9fb0c7; background: transparent; font-weight: 850; white-space: nowrap; cursor: pointer; }
.device-btn.active { color: var(--ink); background: var(--lime); }
.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: stretch; }
.price-card { position: relative; padding: 22px 18px; border: 1px solid var(--line); border-radius: 20px; background: var(--navy); }
.price-card.featured { border-color: rgba(185,245,91,.55); transform: translateY(-7px); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 5px 10px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: .68rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.duration { color: #b7c5d8; font-size: .84rem; font-weight: 800; }
.price { margin: 12px 0 0; font-size: 2.35rem; line-height: 1; font-weight: 950; letter-spacing: -.05em; }
.price small { color: var(--muted); font-size: .75rem; letter-spacing: 0; }
.monthly { min-height: 38px; margin: 10px 0 16px; color: var(--muted); font-size: .79rem; }
.price-card .btn { width: 100%; min-height: 44px; padding: 0 10px; font-size: .82rem; }
.price-card .btn-ghost { color: #fff; border-color: rgba(255,255,255,.2); background: #14233d; }
.price-card .btn-ghost:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.plan-benefits { min-height: 154px; margin: 0 0 18px; padding: 0; list-style: none; color: #c8d4e3; font-size: .78rem; }
.plan-benefits li { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.plan-benefits li::before { content: "✓"; margin-right: 7px; color: var(--lime); font-weight: 950; }
.price-note { margin: 26px auto 0; max-width: 760px; color: var(--muted); text-align: center; font-size: .85rem; }
.payment-note { max-width: 760px; margin: 24px auto 0; padding: 18px 20px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(185,245,91,.24); border-radius: 18px; background: rgba(185,245,91,.055); }
.payment-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 13px; color: var(--ink); background: var(--lime); font-weight: 950; }
.payment-note strong { display: block; }
.payment-note p { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; counter-reset: step; }
.step { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.03); counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 34px; color: var(--lime); font-size: 1.8rem; font-weight: 950; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); }
.assurance-section { border-top: 1px solid var(--line); background: #091527; }
.assurance-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.assurance-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #10213e, #0b1830); }
.assurance-grid article > span { color: var(--lime); font-size: .78rem; font-weight: 950; letter-spacing: .12em; }
.assurance-grid h3 { margin: 28px 0 8px; }
.assurance-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.support-availability { margin-top: 18px; padding: 20px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.support-availability span { color: var(--muted); font-size: .82rem; }
.support-availability a { color: var(--lime); font-size: .82rem; font-weight: 850; }

.lead-section { padding: 96px 0; background: linear-gradient(135deg, #102440, #0b1830); }
.lead-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.lead-points { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; color: #c8d5e6; }
.lead-points li::before { content: "✓"; margin-right: 10px; color: var(--lime); font-weight: 950; }
.lead-form { padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: rgba(7,17,31,.72); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-row-single { grid-template-columns: 1fr; }
.field { margin-bottom: 14px; }
.field label { display: block; margin: 0 0 7px; color: #cbd7e6; font-size: .78rem; font-weight: 850; }
.field input, .field select { width: 100%; height: 51px; padding: 0 14px; border: 1px solid var(--line); border-radius: 13px; outline: none; color: #fff; background: #0b1830; }
.field input:focus, .field select:focus { border-color: var(--sky); }
.consent { display: flex; gap: 9px; align-items: flex-start; margin: 4px 0 16px; color: var(--muted); font-size: .77rem; }
.consent input { margin-top: 3px; }
.consent a { color: #dce7f5; text-decoration: underline; text-underline-offset: 2px; }
.lead-form .btn { width: 100%; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--lime); text-align: center; font-size: .78rem; }

.blog-section { border-top: 1px solid var(--line); background: #091527; }
.blog-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
.blog-heading > p { max-width: 510px; margin: 0 0 5px; color: var(--muted); }
.blog-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.blog-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 22px; background: #0d1c34; transition: transform .2s, border-color .2s; }
.blog-card:not(.blog-placeholder):hover { transform: translateY(-4px); border-color: rgba(185,245,91,.42); }
.blog-card-link { display: block; height: 100%; }
.blog-thumb { min-height: 178px; overflow: hidden; display: grid; place-items: center; color: var(--lime); background: radial-gradient(circle at 75% 15%, rgba(87,213,255,.2), transparent 36%), linear-gradient(145deg, #132746, #0a172b); font-size: .75rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.blog-thumb img { width: 100%; height: 178px; display: block; object-fit: cover; }
.blog-card-body { padding: 22px; }
.blog-card-body > span { color: var(--lime); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.blog-card-body h3 { margin: 9px 0; font-size: 1.15rem; line-height: 1.2; }
.blog-card-body p { margin: 0; color: var(--muted); font-size: .84rem; }
.blog-card-body strong { display: inline-block; margin-top: 18px; color: #fff; font-size: .8rem; }
.blog-page-hero { padding: 92px 0 78px; background: radial-gradient(circle at 82% 12%, rgba(87,213,255,.18), transparent 33%), linear-gradient(145deg, #07111f, #0b1830); }
.blog-page-hero h1 { max-width: 860px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.7rem); line-height: .94; letter-spacing: -.055em; }
.blog-page-hero > .wrap > p:last-child { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.blog-page-content { min-height: 560px; }
.blog-pagination { margin-top: 38px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.blog-pagination .page-numbers { min-width: 42px; min-height: 42px; padding: 8px 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; color: #d4deeb; background: #10213e; font-size: .8rem; font-weight: 850; }
.blog-pagination .page-numbers.current { color: var(--ink); border-color: var(--lime); background: var(--lime); }

.setup-hero { padding: 90px 0 74px; background: radial-gradient(circle at 85% 5%, rgba(87,213,255,.16), transparent 32%), #07111f; }
.setup-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.setup-hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .95; letter-spacing: -.055em; }
.setup-hero p:not(.eyebrow) { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.setup-summary { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, #112441, #0a172b); }
.setup-summary strong { font-size: 1.1rem; }
.setup-summary ul { margin: 18px 0 0; padding: 0; list-style: none; color: #c3d0e0; }
.setup-summary li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.setup-summary li::before { content: "✓"; margin-right: 9px; color: var(--lime); font-weight: 950; }
.setup-nav { position: sticky; z-index: 20; top: 76px; padding: 14px 0; border-block: 1px solid var(--line); background: rgba(9,21,39,.94); backdrop-filter: blur(14px); }
.setup-nav-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.setup-nav a { padding: 11px 14px; border: 1px solid var(--line); border-radius: 999px; color: #cfdaea; text-align: center; font-size: .82rem; font-weight: 850; }
.setup-nav a:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.setup-guides { background: #091527; }
.setup-app { scroll-margin-top: 160px; margin-bottom: 34px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #0f213d, #0a172b); }
.setup-app-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.setup-app-head > div { max-width: 760px; }
.setup-app-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.04em; }
.setup-app-head p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); }
.app-monogram { width: 58px; height: 58px; float: left; margin: 0 16px 20px 0; display: grid; place-items: center; border-radius: 18px; color: var(--ink); background: var(--lime); font-size: .78rem; font-weight: 950; letter-spacing: .05em; }
.official-link { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: #d8e4f2; font-size: .78rem; font-weight: 850; }
.setup-steps { clear: both; margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.setup-steps > div { padding: 20px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.025); }
.setup-steps b { color: var(--lime); font-size: .78rem; letter-spacing: .08em; }
.setup-steps h3 { margin: 22px 0 8px; font-size: 1rem; }
.setup-steps p { margin: 0; color: var(--muted); font-size: .82rem; }
.setup-help-row { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.setup-help-row > strong { display: block; margin-bottom: 12px; }
.setup-help-row > div { display: flex; flex-wrap: wrap; gap: 8px; }
.setup-help-row .btn { min-height: 42px; padding-inline: 15px; font-size: .76rem; }
.setup-disclaimer { padding: 22px; border: 1px solid rgba(185,245,91,.24); border-radius: 18px; color: #b7c6d9; background: rgba(185,245,91,.055); font-size: .82rem; }
.setup-disclaimer strong { color: var(--lime); }

.legal-hero { padding: 82px 0 66px; background: radial-gradient(circle at 83% 10%, rgba(87,213,255,.17), transparent 34%), #07111f; }
.legal-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .95; letter-spacing: -.055em; }
.legal-hero p:not(.eyebrow) { max-width: 690px; margin: 22px 0 0; color: var(--muted); font-size: 1.02rem; }
.legal-hero span { display: block; margin-top: 22px; color: #7488a4; font-size: .76rem; }
.legal-section { background: #091527; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 790px); justify-content: center; gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 108px; padding: 20px; display: grid; gap: 6px; border: 1px solid var(--line); border-radius: 18px; background: #0d1c34; }
.legal-nav strong { margin: 0 10px 8px; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-nav a { padding: 10px; border-radius: 10px; color: var(--muted); font-size: .82rem; font-weight: 750; }
.legal-nav a:hover, .legal-nav a.active { color: var(--ink); background: var(--lime); }
.legal-content { min-width: 0; color: #c6d2e1; }
.legal-content h2 { margin: 42px 0 12px; color: #fff; font-size: 1.55rem; letter-spacing: -.025em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { font-size: .94rem; }
.legal-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.policy-table-wrap { overflow-x: auto; margin: 20px 0 34px; border: 1px solid var(--line); border-radius: 16px; }
.policy-table { width: 100%; border-collapse: collapse; min-width: 470px; }
.policy-table th, .policy-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; font-size: .86rem; }
.policy-table th { color: var(--lime); background: #10213e; }
.policy-table tr:last-child td { border-bottom: 0; }

.article-hero { padding: 80px 0 70px; background: radial-gradient(circle at 82% 8%, rgba(87,213,255,.16), transparent 34%), #07111f; }
.article-hero-inner { max-width: 940px; }
.article-back { display: inline-block; margin-bottom: 36px; color: #b9c7d8; font-size: .82rem; font-weight: 800; }
.article-hero h1 { max-width: 940px; margin: 0; font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.052em; }
.article-meta { margin-top: 24px; display: flex; gap: 16px; color: var(--muted); font-size: .78rem; }
.article-meta span + span::before { content: "•"; margin-right: 16px; color: var(--lime); }
.article-layout { padding-block: 76px 96px; display: grid; grid-template-columns: minmax(0, 760px) 290px; justify-content: center; gap: 70px; align-items: start; }
.article-content { min-width: 0; color: #c8d4e3; font-size: 1rem; }
.article-content > p:first-child { color: #eef5ff; font-size: 1.16rem; }
.article-content h2 { margin: 46px 0 14px; color: #fff; font-size: 1.8rem; line-height: 1.15; letter-spacing: -.03em; }
.article-content p { margin: 0 0 20px; }
.article-content ul, .article-content ol { margin: 0 0 24px; padding-left: 23px; }
.article-content li + li { margin-top: 9px; }
.article-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.article-cta { position: sticky; top: 108px; padding: 24px; border: 1px solid rgba(185,245,91,.24); border-radius: 22px; background: linear-gradient(145deg, #10213e, #0b1830); }
.article-cta > strong { font-size: 1.1rem; }
.article-cta p { margin: 10px 0 18px; color: var(--muted); font-size: .84rem; }
.article-cta .btn { width: 100%; min-height: 46px; font-size: .8rem; }
.article-cta > a:last-child { display: block; margin-top: 16px; color: #c9d5e3; text-align: center; font-size: .78rem; font-weight: 800; }

.thank-you-main { min-height: calc(100vh - 76px); padding: 60px 20px; display: grid; place-items: center; background: radial-gradient(circle at 50% 25%, rgba(87,213,255,.17), transparent 35%), #07111f; }
.thank-you-card { width: min(680px, 100%); padding: 52px; border: 1px solid var(--line); border-radius: 30px; text-align: center; background: linear-gradient(145deg, #10213e, #0b1830); box-shadow: 0 34px 90px rgba(0,0,0,.32); }
.success-mark { width: 68px; height: 68px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 1.8rem; font-weight: 950; }
.thank-you-card h1 { margin: 0; font-size: clamp(2.5rem, 7vw, 4.5rem); line-height: .98; letter-spacing: -.05em; }
.thank-you-card > p:not(.eyebrow) { max-width: 540px; margin: 20px auto; color: var(--muted); }
.thank-you-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.thank-you-card small { display: block; margin-top: 24px; color: #7488a4; }

.faq { max-width: 820px; margin: 42px auto 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 20px 4px; cursor: pointer; font-weight: 850; }
.faq p { margin: -4px 4px 22px; color: var(--muted); }

.site-footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.footer-copy { margin: 10px 0 0; color: var(--muted); font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: #b8c6d8; font-size: .82rem; }
.mobile-trial-cta { display: none; }
.cookie-banner { position: fixed; z-index: 100; right: 20px; bottom: 20px; left: 20px; max-width: 720px; margin: 0 auto; padding: 18px 20px; display: none; grid-template-columns: 1fr auto; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(7,17,31,.97); box-shadow: 0 24px 70px rgba(0,0,0,.5); backdrop-filter: blur(16px); }
.cookie-banner.is-visible { display: grid; }
.cookie-banner strong { display: block; margin-bottom: 4px; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .78rem; }
.cookie-banner p a { color: var(--lime); text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .btn { min-height: 42px; padding-inline: 16px; font-size: .76rem; }

@media (max-width: 980px) {
  .nav { position: relative; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-links { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 16px; flex-direction: column; align-items: stretch; gap: 6px; border: 1px solid var(--line); border-radius: 0 0 20px 20px; background: rgba(7,17,31,.98); box-shadow: 0 24px 50px rgba(0,0,0,.38); }
  .nav-links.open { display: flex; }
  .nav-links a:not(.btn) { display: block; padding: 11px 12px; border-radius: 10px; }
  .nav-links a:not(.btn):hover { background: rgba(255,255,255,.06); }
  .nav-links .btn { width: 100%; margin-top: 5px; }
  .lead-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 610px; }
  .hero-content { width: min(700px, 76%); padding: 48px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .movie-grid { gap: 12px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .lifestyle-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .setup-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .setup-steps { grid-template-columns: repeat(2, 1fr); }
  .legal-layout, .article-layout { grid-template-columns: 1fr; gap: 38px; }
  .legal-nav, .article-cta { position: static; }
  .legal-nav { grid-template-columns: repeat(3, 1fr); }
  .legal-nav strong { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .wrap { width: min(100% - 24px, 1160px); }
  .nav { min-height: 68px; }
  .site-header > .nav > .btn { min-height: 42px; padding: 0 13px; font-size: .76rem; }
  .hero { padding: 18px 0 32px; }
  .hero-panel { min-height: 700px; align-items: flex-start; border-radius: 24px; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,13,25,.98) 0%, rgba(5,13,25,.94) 46%, rgba(5,13,25,.35) 72%, rgba(5,13,25,.12) 100%); }
  .hero-content { width: 100%; padding: 36px 22px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero-copy { margin: 20px 0; font-size: .98rem; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 6px; }
  .hero-proof span { padding: 7px 9px; font-size: .68rem; }
  .trial-banner-inner { align-items: stretch; flex-direction: column; }
  .trust-grid, .experience-grid, .steps, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .assurance-grid, .support-availability { grid-template-columns: 1fr; }
  .watch-intro, .movie-heading, .blog-heading { grid-template-columns: 1fr; gap: 18px; }
  .league-marquee { margin: 30px 0 60px; }
  .league-set { gap: 10px; padding-block: 14px; }
  .league-pill { min-width: 168px; padding: 10px 13px; }
  .league-mark { width: 43px; height: 43px; flex-basis: 43px; font-size: .62rem; }
  .movie-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .movie-card { border-radius: 14px; }
  .movie-card > div { right: 10px; bottom: 10px; left: 10px; }
  .movie-card span { font-size: .55rem; }
  .movie-card h3 { font-size: .78rem; line-height: 1.15; }
  .blog-grid { grid-template-columns: 1fr; gap: 14px; }
  .blog-thumb, .blog-thumb img { min-height: 160px; height: 160px; }
  .blog-page-hero { padding: 60px 0 54px; }
  .blog-page-hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .setup-hero { padding: 58px 0 50px; }
  .setup-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .setup-summary { padding: 22px; }
  .setup-nav { top: 68px; }
  .setup-nav-grid { grid-template-columns: repeat(2, 1fr); }
  .setup-app { scroll-margin-top: 210px; padding: 22px 18px; border-radius: 22px; }
  .setup-app-head { flex-direction: column; gap: 16px; }
  .setup-steps { grid-template-columns: 1fr; }
  .setup-help-row > div { display: grid; grid-template-columns: 1fr; }
  .setup-help-row .btn { width: 100%; }
  .legal-hero, .article-hero { padding: 58px 0 50px; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-nav strong { grid-column: auto; }
  .article-layout { padding-block: 54px 72px; }
  .article-content > p:first-child { font-size: 1.04rem; }
  .article-cta { text-align: center; }
  .thank-you-main { min-height: calc(100vh - 68px); padding: 28px 12px; }
  .thank-you-card { padding: 36px 20px; border-radius: 24px; }
  .thank-you-actions { display: grid; }
  .header-direct-cta { min-height: 42px; padding: 0 14px; font-size: .74rem; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 1fr; padding: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .btn { width: 100%; }
  .trust-item { justify-content: flex-start; }
  .section, .lead-section { padding: 72px 0; }
  .section-title { font-size: clamp(2rem, 10vw, 3rem); }
  .lifestyle-card, .lifestyle-card img { min-height: 275px; }
  .device-picker { border-radius: 22px; }
  .device-btn { flex: 1; min-width: 0; padding-inline: 6px; }
  .device-word { display: none; }
  .pricing-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 0; padding: 0; overflow: visible; }
  .price-card { width: 100%; padding: 24px 20px; }
  .plan-benefits { min-height: 0; }
  .lead-form { padding: 20px; border-radius: 20px; }
  .field input, .field select { min-height: 54px; }
  .consent { font-size: .74rem; }
  body { padding-bottom: 72px; }
  .mobile-trial-cta { position: fixed; z-index: 50; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); left: 12px; min-height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--ink); background: var(--lime); box-shadow: 0 12px 34px rgba(0,0,0,.42); font-size: .88rem; font-weight: 900; transition: opacity .2s, transform .2s; }
  .mobile-trial-cta.is-hidden { opacity: 0; transform: translateY(80px); pointer-events: none; }
  .footer-links { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .league-track { animation-play-state: paused; }
  .movie-card img { transition: none; }
}
@media (max-width: 420px) {
  .site-header .brand > span:last-child { display: none; }
  .nav .btn { padding-inline: 12px; }
}
