@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Oswald:wght@400;500;600&display=swap");

:root {
    --ink: #050505;
    --panel: #0b0b0c;
    --soft-panel: #121214;
    --line: rgba(255, 255, 255, .13);
    --muted: #aaa8a4;
    --paper: #f4f0e8;
    --red: #e32636;
    --red-dark: #ad1421;
    --mint: #a7ffd5;
    --display: "Oswald", "Arial Narrow", sans-serif;
    --body: "DM Sans", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--paper);
    background: var(--ink);
    font-family: var(--body);
    -webkit-font-smoothing: antialiased;
}
body::selection { color: #fff; background: var(--red); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.page-grain {
    position: fixed;
    z-index: 50;
    inset: 0;
    pointer-events: none;
    opacity: .055;
    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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.landing-header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    display: grid;
    width: 100%;
    padding: 22px clamp(24px, 5vw, 76px);
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    transition: background .35s, border-color .35s, padding .35s;
    border-bottom: 1px solid transparent;
}
.landing-header.scrolled {
    padding-top: 14px;
    padding-bottom: 14px;
    border-color: var(--line);
    background: rgba(5, 5, 5, .88);
    backdrop-filter: blur(18px);
}
.landing-brand {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 11px;
    font: 600 23px/1 var(--display);
    letter-spacing: .17em;
}
.brand-glyph {
    display: grid;
    width: 32px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: var(--red);
    font: 600 25px/1 var(--display);
    clip-path: polygon(12% 0, 83% 0, 100% 100%, 20% 100%, 0 20%);
}
.landing-nav { display: flex; align-items: center; gap: 34px; }
.landing-nav a, .text-link {
    position: relative;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 600;
}
.landing-nav a::after, .text-link::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 1px;
    background: var(--paper);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s;
}
.landing-nav a:hover::after, .text-link:hover::after { transform: scaleX(1); transform-origin: left; }
.landing-nav .adult-front-link {
    min-height: 32px;
    padding: 7px 10px;
    color: #ffe7bd;
    border: 1px solid rgba(227, 38, 54, .45);
    background: rgba(227, 38, 54, .1);
    font-weight: 800;
}
.landing-nav .adult-front-link::after { display: none; }
.landing-nav .adult-front-link:hover {
    color: #fff;
    border-color: rgba(227, 38, 54, .72);
    background: rgba(227, 38, 54, .18);
}
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 23px; }
.button {
    display: inline-flex;
    min-height: 50px;
    padding: 0 23px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 700;
    transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-light { color: #080808; background: var(--paper); }
.button-light:hover { color: #fff; background: var(--red); }

.landing-hero {
    position: relative;
    display: flex;
    min-height: 100svh;
    padding: 150px clamp(24px, 8vw, 125px) 105px;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}
.hero-collage { position: absolute; inset: -7% -2% -7% 42%; transform: rotate(4deg); }
.hero-tile {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    background-position: center;
    background-size: cover;
    filter: saturate(.72) contrast(1.1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.hero-tile::after { position: absolute; inset: 0; background: rgba(0, 0, 0, .14); content: ""; }
.tile-one { inset: 2% 36% 52% 3%; background-image: url("/assets/images/landscape-1.jpg"); }
.tile-two { inset: 10% 2% 45% 67%; background-image: url("/assets/images/poster-2.jpg"); }
.tile-three { inset: 53% 55% 0 10%; background-image: url("/assets/images/poster-4.jpg"); }
.tile-four { inset: 52% 4% -6% 48%; background-image: url("/assets/images/landscape-6.jpg"); }
.tile-five { inset: -8% 5% 61% 45%; background-image: url("/assets/images/landscape-8.jpg"); }
.tile-six { inset: 28% 35% 23% 38%; z-index: 2; background-image: url("/assets/images/hero.jpg"); }
.hero-wash {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #050505 0, rgba(5, 5, 5, .98) 28%, rgba(5, 5, 5, .74) 50%, rgba(5, 5, 5, .18) 78%),
        linear-gradient(0deg, #050505 0, transparent 30%, rgba(0, 0, 0, .22) 100%);
}
.hero-orbit {
    position: absolute;
    border: 1px solid rgba(227, 38, 54, .25);
    border-radius: 50%;
}
.orbit-one { top: 5%; right: -13%; width: 58vw; aspect-ratio: 1; }
.orbit-two { top: 25%; right: 2%; width: 31vw; aspect-ratio: 1; border-color: rgba(255, 255, 255, .1); }
.hero-content { position: relative; z-index: 4; width: min(720px, 58vw); }
.eyebrow {
    margin: 0 0 18px;
    color: var(--red);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .21em;
}
.hero-content h1, .section-intro h2, .feature h3, .plans-section h2, .security-copy h2,
.faq-heading h2, .final-cta h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 500;
    letter-spacing: -.035em;
    text-transform: uppercase;
}
.hero-content h1 { max-width: 870px; font-size: clamp(62px, 8.4vw, 134px); line-height: .86; }
.hero-content h1 em, .security-copy h2 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 650px; margin: 32px 0 28px; color: #d2cfca; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.62; }
.signup-form { display: flex; width: min(620px, 100%); gap: 9px; }
.signup-form input {
    min-width: 0;
    min-height: 57px;
    padding: 0 18px;
    flex: 1;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 3px;
    outline: none;
    background: rgba(14, 14, 15, .78);
    backdrop-filter: blur(10px);
}
.signup-form input:focus { border-color: var(--paper); box-shadow: 0 0 0 1px var(--paper); }
.signup-form button {
    min-height: 57px;
    padding: 0 25px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background: var(--red);
    cursor: pointer;
    font-weight: 700;
    transition: background .2s, transform .2s;
}
.signup-form button:hover { background: #f23343; transform: translateX(2px); }
.signup-form button span { margin-left: 14px; font-size: 20px; }
.form-note { margin: 12px 0 0; color: #8d8a85; font-size: 11px; }
.hero-status {
    position: absolute;
    z-index: 4;
    right: clamp(24px, 5vw, 76px);
    bottom: 39px;
    display: flex;
    gap: 38px;
}
.hero-status div { display: flex; align-items: baseline; gap: 9px; }
.hero-status strong { font: 500 28px/1 var(--display); }
.hero-status span { max-width: 75px; color: #99958e; font-size: 9px; line-height: 1.25; text-transform: uppercase; }
.scroll-cue {
    position: absolute;
    z-index: 4;
    bottom: 38px;
    left: clamp(24px, 5vw, 76px);
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8d8a85;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.scroll-cue span { position: relative; display: block; width: 34px; height: 1px; overflow: hidden; background: #555; }
.scroll-cue span::after { position: absolute; inset: 0; background: #fff; content: ""; animation: scan 2s infinite; transform: translateX(-100%); }
@keyframes scan { 60%, 100% { transform: translateX(100%); } }

.proof-strip {
    display: flex;
    min-height: 74px;
    padding: 0 4vw;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2.5vw, 42px);
    overflow: hidden;
    color: #77746e;
    border-bottom: 1px solid var(--line);
    font: 500 12px var(--display);
    letter-spacing: .17em;
    white-space: nowrap;
}
.proof-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--red); }

.experience-section { padding: 130px clamp(24px, 7vw, 110px) 40px; }
.section-intro { display: grid; max-width: 1160px; margin: 0 auto 115px; grid-template-columns: 1fr 2.2fr; gap: 45px; align-items: start; }
.section-intro .eyebrow { padding-top: 13px; }
.section-intro h2 { font-size: clamp(45px, 5.5vw, 82px); line-height: .98; }
.section-intro > p:last-child { grid-column: 2; max-width: 650px; margin: 5px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature {
    position: relative;
    display: grid;
    max-width: 1300px;
    min-height: 620px;
    margin: 0 auto 110px;
    padding: 70px;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, #101011, #080809);
}
.feature::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 42%;
    background: var(--red);
    content: "";
}
.feature-index { position: absolute; top: 35px; right: 42px; color: rgba(255, 255, 255, .07); font: 500 90px/1 var(--display); }
.feature-copy { position: relative; z-index: 3; }
.feature h3 { font-size: clamp(49px, 5.2vw, 78px); line-height: .96; }
.feature-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.feature-list { display: grid; margin: 28px 0 0; padding: 0; gap: 12px; list-style: none; }
.feature-list li { position: relative; padding-left: 20px; color: #d5d1ca; font-size: 13px; }
.feature-list li::before { position: absolute; top: 7px; left: 0; width: 6px; height: 1px; background: var(--red); content: ""; }
.tv-stage { position: relative; padding: 10% 3% 15%; }
.tv-frame { position: relative; padding: 12px; border: 2px solid #59595c; border-radius: 15px; background: #050505; box-shadow: 0 45px 85px #000; }
.tv-screen { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #191919; }
.tv-screen img { width: 100%; height: 100%; object-fit: cover; }
.screen-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9), transparent 70%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 60%); }
.screen-brand { position: absolute; top: 8%; left: 6%; display: flex; align-items: center; gap: 7px; font: 500 10px var(--display); letter-spacing: .14em; }
.screen-brand b { display: grid; width: 16px; height: 20px; place-items: center; background: var(--red); font-size: 13px; }
.screen-copy { position: absolute; bottom: 12%; left: 7%; }
.screen-copy span { color: var(--red); font-size: 6px; letter-spacing: .16em; }
.screen-copy strong { display: block; margin-top: 5px; font: 500 clamp(20px, 3vw, 43px)/.95 var(--display); text-transform: uppercase; }
.screen-copy i { display: block; width: 55px; height: 11px; margin-top: 12px; border-radius: 2px; background: var(--paper); }
.tv-stand { width: 34%; height: 48px; margin: 0 auto; border-bottom: 7px solid #404044; background: linear-gradient(90deg, transparent 35%, #333 36%, #333 64%, transparent 65%); }
.signal-chip { position: absolute; right: 0; bottom: 6%; padding: 9px 12px; color: var(--mint); border: 1px solid rgba(167, 255, 213, .28); background: rgba(4, 20, 12, .75); font-size: 9px; letter-spacing: .14em; }
.feature-mobile { grid-template-columns: 1.1fr .9fr; }
.phone-stage { position: relative; min-height: 510px; }
.phone {
    position: absolute;
    width: 210px;
    padding: 8px;
    border: 1px solid #4d4d50;
    border-radius: 32px;
    background: #09090a;
    box-shadow: 0 40px 80px #000;
}
.phone-front { z-index: 2; top: 16px; left: 28%; transform: rotate(-5deg); }
.phone-back { top: 85px; left: 53%; opacity: .65; transform: rotate(9deg); }
.phone-speaker { position: absolute; z-index: 3; top: 15px; left: 50%; width: 48px; height: 5px; border-radius: 10px; background: #090909; transform: translateX(-50%); }
.phone-screen { position: relative; height: 430px; overflow: hidden; border-radius: 25px; background-position: center; background-size: cover; }
.mobile-poster-one { background-image: linear-gradient(0deg, #050505 0, transparent 62%), url("/assets/images/poster-2.jpg"); }
.mobile-poster-two { background-image: linear-gradient(0deg, #050505 0, transparent 55%), url("/assets/images/poster-6.jpg"); }
.mobile-brand { position: absolute; top: 24px; left: 20px; display: grid; width: 25px; height: 31px; place-items: center; background: var(--red); font: 500 21px var(--display); }
.mobile-now { position: absolute; right: 19px; bottom: 24px; left: 19px; }
.mobile-now small { color: var(--red); font-size: 7px; letter-spacing: .13em; }
.mobile-now strong { display: block; margin-top: 7px; font: 500 26px/.98 var(--display); text-transform: uppercase; }
.mobile-now i { display: block; width: 70px; height: 4px; margin-top: 14px; background: var(--paper); }
.floating-card {
    position: absolute;
    z-index: 4;
    bottom: 42px;
    left: 8%;
    display: flex;
    width: 320px;
    padding: 17px;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    background: rgba(16, 16, 18, .92);
    box-shadow: 0 18px 50px #000;
    backdrop-filter: blur(15px);
}
.floating-card .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 15px var(--mint); }
.floating-card div { display: grid; gap: 3px; flex: 1; }
.floating-card small { color: #777; font-size: 7px; letter-spacing: .13em; }
.floating-card strong { font-size: 12px; }
.floating-card b { display: grid; width: 32px; height: 32px; place-items: center; color: #050505; border-radius: 50%; background: var(--paper); font-size: 10px; }
.inline-link { display: inline-flex; margin-top: 8px; gap: 20px; color: var(--paper); font-weight: 700; }
.inline-link span { color: var(--red); transition: transform .2s; }
.inline-link:hover span { transform: translateX(5px); }
.control-board { padding: 20px; border: 1px solid #353538; background: #09090a; box-shadow: 0 45px 90px #000; transform: perspective(1200px) rotateY(-5deg) rotateX(3deg); }
.control-top { display: flex; padding: 12px 5px 20px; align-items: center; justify-content: space-between; color: #bbb; font: 500 10px var(--display); letter-spacing: .13em; }
.control-top b { display: inline-grid; width: 19px; height: 22px; margin-right: 6px; place-items: center; color: #fff; background: var(--red); font-size: 13px; }
.control-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.control-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.control-stat { min-height: 110px; padding: 18px; border: 1px solid #202023; background: #0e0e10; }
.control-stat.wide { grid-column: 1 / -1; min-height: 150px; }
.control-stat small { display: block; color: #65656a; font-size: 7px; letter-spacing: .15em; }
.control-stat strong { display: block; margin: 15px 0 7px; font: 500 25px var(--display); text-transform: uppercase; }
.control-stat span { color: #737378; font-size: 8px; }
.control-stat.accent strong { color: var(--mint); }
.chart { display: flex; height: 83px; padding-top: 18px; align-items: flex-end; gap: 6px; }
.chart i { height: 30%; flex: 1; background: linear-gradient(0deg, var(--red-dark), var(--red)); }
.chart i:nth-child(2), .chart i:nth-child(7) { height: 54%; }
.chart i:nth-child(3), .chart i:nth-child(9) { height: 77%; }
.chart i:nth-child(4), .chart i:nth-child(8) { height: 42%; }
.chart i:nth-child(5), .chart i:nth-child(11) { height: 92%; }
.chart i:nth-child(6), .chart i:nth-child(12) { height: 64%; }

.plans-section {
    position: relative;
    padding: 135px clamp(24px, 6vw, 95px);
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #09090a;
}
.plans-glow { position: absolute; top: -30%; left: 30%; width: 50vw; aspect-ratio: 1; border-radius: 50%; background: rgba(227, 38, 54, .1); filter: blur(130px); }
.section-intro.centered { position: relative; display: block; max-width: 850px; margin-bottom: 70px; text-align: center; }
.section-intro.centered h2 { font-size: clamp(50px, 6vw, 88px); }
.section-intro.centered > p:last-child { max-width: 680px; margin: 24px auto 0; }
.plans-grid { position: relative; display: grid; max-width: 1300px; margin: 0 auto; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: stretch; }
.plan-card {
    position: relative;
    display: flex;
    min-height: 465px;
    padding: 32px;
    flex-direction: column;
    border: 1px solid var(--line);
    background: #111113;
    transition: transform .25s, border-color .25s;
}
.plan-card:hover { z-index: 2; border-color: rgba(255,255,255,.36); transform: translateY(-8px); }
.plan-card.featured { border-color: rgba(227, 38, 54, .65); background: linear-gradient(155deg, #201012, #111113 55%); }
.plan-card.featured::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--red); content: ""; }
.plan-label { display: flex; min-height: 25px; align-items: center; justify-content: space-between; }
.plan-label h3 { margin: 0; font: 500 28px var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.plan-label span { padding: 5px 7px; color: var(--red); border: 1px solid rgba(227, 38, 54, .4); font-size: 7px; letter-spacing: .13em; }
.plan-price { margin: 34px 0 30px; }
.plan-price strong { font: 500 44px/1 var(--display); }
.plan-price span { color: #7d7b76; font-size: 11px; }
.plan-features { display: grid; margin: 0 0 32px; padding: 0; gap: 14px; list-style: none; }
.plan-features li { display: flex; gap: 9px; color: #bdbab4; font-size: 12px; line-height: 1.4; }
.plan-features li::before { color: var(--red); content: "✓"; }
.plan-action { min-height: 46px; margin-top: auto; color: var(--paper); border: 1px solid #3b3b3e; background: transparent; cursor: pointer; font-weight: 700; transition: color .2s, background .2s, border-color .2s; }
.plan-action:hover, .featured .plan-action { color: #fff; border-color: var(--red); background: var(--red); }
.plan-skeleton { overflow: hidden; }
.plan-skeleton::after { position: absolute; inset: 0; background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.055) 45%, transparent 70%); content: ""; animation: shimmer 1.5s infinite; transform: translateX(-100%); }
@keyframes shimmer { to { transform: translateX(100%); } }
.plans-footnote { max-width: 900px; margin: 28px auto 0; color: #686761; font-size: 10px; line-height: 1.6; text-align: center; }

.security-section { display: grid; padding: 140px clamp(24px, 8vw, 125px); grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: center; }
.security-copy h2 { font-size: clamp(55px, 6vw, 92px); line-height: .92; }
.security-copy > p:last-child { max-width: 560px; margin: 30px 0 0; color: var(--muted); line-height: 1.7; }
.security-points { display: grid; }
.security-points div { display: grid; padding: 29px 0; grid-template-columns: 48px 1fr; column-gap: 18px; border-bottom: 1px solid var(--line); }
.security-points span { grid-row: 1 / 3; color: var(--red); font: 500 18px var(--display); }
.security-points strong { font: 500 26px var(--display); text-transform: uppercase; }
.security-points p { margin: 8px 0 0; color: #8f8d88; font-size: 13px; line-height: 1.55; }

.faq-section { display: grid; padding: 130px clamp(24px, 8vw, 125px); grid-template-columns: .7fr 1.3fr; gap: 10vw; border-top: 1px solid var(--line); background: #080809; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading h2 { font-size: clamp(53px, 5.2vw, 78px); line-height: .95; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item button { display: flex; width: 100%; min-height: 94px; padding: 0; align-items: center; justify-content: space-between; color: var(--paper); border: 0; background: transparent; cursor: pointer; text-align: left; }
.faq-item button span { padding-right: 20px; font-size: 18px; font-weight: 600; }
.faq-item button i { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.faq-item button i::before, .faq-item button i::after { position: absolute; top: 10px; left: 2px; width: 18px; height: 1px; background: var(--paper); content: ""; transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { min-height: 0; margin: 0; overflow: hidden; color: #a09e99; font-size: 14px; line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 55px 27px 0; }

.final-cta { position: relative; display: grid; min-height: 560px; padding: 110px 24px; place-items: center; align-content: center; overflow: hidden; text-align: center; }
.final-cta::before { position: absolute; inset: 0; opacity: .25; background: url("/assets/images/landscape-7.jpg") center 32% / cover; content: ""; filter: grayscale(.7); }
.final-cta::after { position: absolute; inset: 0; background: radial-gradient(circle, rgba(5,5,5,.28), #050505 72%); content: ""; }
.cta-ring { position: absolute; z-index: 2; width: min(580px, 78vw); aspect-ratio: 1; border: 1px solid rgba(227, 38, 54, .25); border-radius: 50%; box-shadow: 0 0 100px rgba(227,38,54,.12) inset; }
.final-cta > *:not(.cta-ring) { position: relative; z-index: 3; }
.final-cta h2 { margin-bottom: 36px; font-size: clamp(63px, 8vw, 118px); line-height: .9; }
.final-cta .signup-form { margin: 0 auto; text-align: left; }
.landing-footer { display: grid; padding: 65px clamp(24px, 6vw, 95px); grid-template-columns: 1fr auto 1fr; gap: 50px; align-items: start; border-top: 1px solid var(--line); }
.landing-footer > div:first-child p { color: #77746f; font-size: 12px; }
.landing-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 15px 40px; }
.landing-footer nav a, .footer-contact a { color: #9b9892; font-size: 12px; }
.landing-footer nav a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact { display: grid; justify-items: end; gap: 30px; }
.footer-contact small { color: #5e5c58; font-size: 10px; }

body.auth-open {
    overflow: hidden;
}

.landing-auth[hidden] {
    display: none;
}

.landing-auth {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 20px;
}

.landing-auth-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 3, 4, .78);
    backdrop-filter: blur(14px);
}

.landing-auth-card {
    position: relative;
    z-index: 1;
    width: min(460px, 100%);
    padding: clamp(28px, 5vw, 44px);
    border: 1px solid rgba(255, 255, 255, .16);
    background:
        linear-gradient(145deg, rgba(227, 38, 54, .12), transparent 34%),
        #101012;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .68);
}

.landing-auth-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: rgba(255, 255, 255, .68);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(0, 0, 0, .22);
    cursor: pointer;
    font-weight: 700;
}

.landing-auth-close:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .42);
}

.landing-auth-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
}

.landing-auth-card h2 {
    margin: 0;
    font: 600 clamp(42px, 7vw, 58px)/.92 var(--display);
    letter-spacing: 0;
}

.landing-auth-card > p:not(.landing-form-error, .landing-auth-note) {
    margin: 18px 0 26px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.landing-field {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.landing-field span {
    color: #a7a39c;
    font-size: 11px;
}

.landing-field input {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    outline: 0;
    background: rgba(0, 0, 0, .28);
}

.landing-field input:focus {
    border-color: var(--red);
}

.landing-form-error {
    margin: 0 0 16px;
    padding: 10px 12px;
    color: #ffc2c6;
    border-left: 2px solid var(--red);
    background: rgba(227, 38, 54, .12);
    font-size: 12px;
}

.landing-auth-submit {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.landing-auth-submit.loading {
    pointer-events: none;
    opacity: .72;
}

.landing-auth-note {
    display: grid;
    gap: 9px;
    margin: 18px 0 0;
    color: #8d8983;
    font-size: 12px;
    text-align: center;
}

.landing-auth-note button {
    width: max-content;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.landing-auth-note a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .landing-header { grid-template-columns: 1fr auto; }
    .landing-nav { display: none; }
    .hero-content { width: min(720px, 72vw); }
    .hero-collage { left: 48%; }
    .feature { padding: 50px; gap: 45px; }
    .plans-grid { grid-template-columns: repeat(2, 1fr); }
    .security-section, .faq-section { gap: 7vw; }
}

@media (max-width: 780px) {
    .landing-header { padding: 16px 20px; }
    .landing-brand { font-size: 19px; }
    .brand-glyph { width: 27px; height: 32px; font-size: 20px; }
    .header-actions .text-link { display: none; }
    .button-small { min-height: 38px; padding: 0 13px; }
    .landing-hero { min-height: 820px; padding: 130px 24px 130px; align-items: flex-end; }
    .hero-collage { inset: 0 -38% 40% 18%; opacity: .72; }
    .hero-wash { background: linear-gradient(0deg, #050505 20%, rgba(5,5,5,.75) 57%, rgba(5,5,5,.15)); }
    .hero-content { width: 100%; }
    .hero-content h1 { font-size: clamp(55px, 18vw, 88px); }
    .hero-copy { margin: 24px 0; font-size: 15px; }
    .hero-status { right: 24px; bottom: 27px; left: 24px; gap: 16px; justify-content: space-between; }
    .hero-status div:last-child { display: none; }
    .scroll-cue { display: none; }
    .signup-form { flex-direction: column; }
    .signup-form button { width: 100%; }
    .proof-strip { justify-content: flex-start; overflow: hidden; }
    .experience-section { padding: 90px 20px 20px; }
    .section-intro { display: block; margin-bottom: 70px; }
    .section-intro h2 { font-size: 48px; }
    .section-intro > p:last-child { margin-top: 24px; }
    .feature, .feature-mobile { min-height: auto; margin-bottom: 45px; padding: 38px 25px; grid-template-columns: 1fr; gap: 45px; }
    .feature-mobile .phone-stage { grid-row: 2; }
    .feature-index { top: 25px; right: 25px; font-size: 60px; }
    .feature h3 { font-size: 50px; }
    .tv-stage { padding-top: 35px; }
    .phone-stage { min-height: 440px; transform: scale(.86); transform-origin: center top; }
    .phone-front { left: 6%; }
    .phone-back { left: 43%; }
    .floating-card { bottom: 5px; left: 0; width: 290px; }
    .control-board { transform: none; }
    .plans-section { padding: 90px 20px; }
    .plans-grid { grid-template-columns: 1fr; }
    .plan-card { min-height: 410px; }
    .security-section, .faq-section { display: block; padding: 90px 24px; }
    .security-points { margin-top: 55px; }
    .faq-heading { position: static; margin-bottom: 50px; }
    .faq-item button span { font-size: 15px; }
    .final-cta { min-height: 600px; }
    .final-cta h2 { font-size: 68px; }
    .landing-footer { grid-template-columns: 1fr; }
    .footer-contact { justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* All-device responsive guard */
html,
body {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}

main,
section,
article,
header,
footer,
.hero-content,
.feature,
.plans-grid,
.landing-footer {
    min-width: 0;
    max-width: 100%;
}

.proof-strip {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.proof-strip::-webkit-scrollbar {
    display: none;
}

/* Keyboard and TV remote navigation focus */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--paper);
    outline-offset: 2px;
}

@media (max-width: 480px) {
    .landing-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        padding: 14px 18px;
    }

    .landing-brand {
        min-width: 0;
        gap: 9px;
        font-size: 18px;
        letter-spacing: 0.12em;
    }

    .landing-brand span:last-child {
        display: block;
        max-width: 126px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-actions {
        min-width: 0;
        gap: 10px;
    }

    .button-small {
        min-height: 38px;
        padding: 0 12px;
        white-space: nowrap;
    }

    .landing-hero {
        min-height: max(640px, 100svh);
        padding: 112px 20px 88px;
        align-items: center;
    }

    .hero-collage {
        inset: -10% -74% 46% 12%;
        opacity: 0.48;
        transform: rotate(4deg) scale(0.9);
        transform-origin: top center;
    }

    .hero-wash {
        background:
            linear-gradient(0deg, #050505 8%, rgba(5, 5, 5, .9) 48%, rgba(5, 5, 5, .45) 100%),
            linear-gradient(90deg, rgba(5, 5, 5, .96), rgba(5, 5, 5, .58));
    }

    .hero-content {
        width: 100%;
        z-index: 5;
    }

    .hero-content h1 {
        font-size: clamp(42px, 15vw, 62px);
        line-height: 0.92;
    }

    .hero-copy {
        margin: 20px 0;
        font-size: 14px;
        line-height: 1.55;
    }

    .signup-form input,
    .signup-form button {
        min-height: 52px;
    }

    .hero-status {
        right: 20px;
        bottom: 18px;
        left: 20px;
        gap: 12px;
    }

    .proof-strip {
        padding: 0 20px;
        gap: 14px;
    }

    .feature,
    .feature-mobile {
        padding-right: 20px;
        padding-left: 20px;
    }

    .feature h3,
    .section-intro h2 {
        font-size: clamp(38px, 13vw, 52px);
    }
}

@media (min-width: 1800px) {
    .landing-hero {
        min-height: min(980px, 100svh);
    }

    .hero-content {
        width: min(820px, 48vw);
    }

    .plans-grid,
    .feature {
        max-width: 1560px;
    }
}
