:root {
    --ink: #091323;
    --navy: #07101f;
    --navy-2: #0b1629;
    --slate: #536071;
    --muted: #8993a1;
    --line: #dce3ea;
    --surface: #f4f7fa;
    --white: #fff;
    --cyan: #00c9e7;
    --cyan-dark: #009fca;
    --blue: #1677ff;
    --violet: #7759f8;
    --pink: #d43188;
    --orange: #ff9e24;
    --green: #4fd39a;
    --radius: 22px;
    --shadow: 0 30px 80px rgba(8, 18, 34, .13);
    --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, summary { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { letter-spacing: -.025em; }

.site-shell { overflow: clip; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.centered { text-align: center; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 11px 15px; background: white; color: var(--ink); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--cyan-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
    line-height: 1.2;
    text-transform: uppercase;
}

.eyebrow.light { color: #a5f5ff; }
.eyebrow-line { width: 28px; height: 2px; background: currentColor; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
    cursor: pointer;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(0, 201, 231, .45); outline-offset: 3px; }
.button-primary { color: var(--navy); background: var(--cyan); box-shadow: 0 13px 32px rgba(0, 201, 231, .22); }
.button-primary:hover { background: #39ddf2; box-shadow: 0 17px 40px rgba(0, 201, 231, .28); }
.button-ghost { color: white; border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .04); }
.button-glass { color: white; border-color: rgba(255, 255, 255, .17); background: rgba(255, 255, 255, .07); backdrop-filter: blur(12px); }
.button-glass:hover, .button-ghost:hover { border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .1); }
.button-white { color: var(--navy); background: white; box-shadow: 0 15px 40px rgba(0, 0, 0, .16); }
.button-white:hover { background: #eefdff; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.34); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 13px; }
.button-large { min-height: 56px; padding: 0 27px; }
.button-block { width: 100%; }
.button-card { color: var(--ink); border-color: #cad5df; background: white; }
.button-card:hover { border-color: var(--ink); }

/* Top navigation */
.signal-bar { position: relative; z-index: 60; color: #b7c5d5; background: #050b15; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 11px; letter-spacing: .045em; }
.signal-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.signal-inner p { margin: 0; }
.signal-contact { display: flex; align-items: center; gap: 12px; }
.signal-contact a { color: #dce7f2; text-decoration: none; }
.signal-contact a:hover { color: var(--cyan); }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #4fe0a0; box-shadow: 0 0 0 5px rgba(79, 224, 160, .12), 0 0 16px rgba(79, 224, 160, .7); animation: pulse 2.3s ease-in-out infinite; }

.site-header { position: absolute; z-index: 50; top: 34px; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.09); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-stuck { position: fixed; top: 0; background: rgba(5, 12, 23, .92); box-shadow: 0 10px 30px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 28px; }
.brand { display: inline-flex; width: 232px; padding: 0; border-radius: 0; background: transparent; flex: 0 0 auto; }
.brand img { width: 100%; filter: drop-shadow(0 5px 15px rgba(0, 0, 0, .16)); }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 25px; color: #d4deea; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; text-decoration: none; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--cyan); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.portal-menu { position: relative; }
.portal-menu summary { display: flex; align-items: center; gap: 5px; list-style: none; cursor: pointer; }
.portal-menu summary::-webkit-details-marker { display: none; }
.portal-popover { position: absolute; top: calc(100% + 18px); right: 0; width: 260px; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #101b2d; box-shadow: 0 20px 70px rgba(0,0,0,.38); }
.portal-popover::before { position: absolute; top: -8px; right: 33px; width: 14px; height: 14px; background: #101b2d; border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); content: ""; transform: rotate(45deg); }
.portal-popover a { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 11px; text-decoration: none; }
.portal-popover a:hover { background: rgba(255,255,255,.06); }
.portal-popover a + a { margin-top: 4px; }
.portal-popover small { display: block; margin-top: 2px; color: #8290a2; font-weight: 500; }
.portal-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: white; font-weight: 900; }
.portal-icon.azura, .platform-letter.azura { background: linear-gradient(135deg, #2767ed, #21c1ee); }
.portal-icon.media, .platform-letter.media { background: linear-gradient(135deg, #08b5d4, #5bca72); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: white; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero { position: relative; min-height: 880px; padding: 186px 0 96px; color: white; background: var(--navy); overflow: hidden; }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero::after { position: absolute; right: -8%; bottom: -50%; width: 80%; height: 70%; border: 1px solid rgba(0,201,231,.19); border-radius: 50%; content: ""; transform: rotate(-9deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: 7%; right: 3%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(0, 201, 231, .16), transparent 70%); }
.hero-glow-two { bottom: -5%; left: 4%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(212, 49, 136, .11), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 56px; }
.hero-copy { max-width: 635px; }
.hero h1 { margin-bottom: 27px; font-size: clamp(58px, 6.3vw, 96px); font-weight: 790; line-height: .93; letter-spacing: -.065em; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, var(--cyan), #69eaff 45%, #e0fbff); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 620px; margin-bottom: 34px; color: #adbacb; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.micro-note { margin: 17px 0 0; color: #738299; font-size: 12px; }
.micro-note span { color: #54dfa1; }
.hero-stats { display: flex; margin-top: 47px; border-top: 1px solid rgba(255,255,255,.11); }
.hero-stats div { min-width: 125px; padding: 22px 28px 0 0; }
.hero-stats div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.11); }
.hero-stats strong { display: block; font-size: 30px; font-weight: 760; line-height: 1.1; }
.hero-stats span { display: block; margin-top: 5px; color: #8492a6; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.broadcast-card { position: relative; z-index: 3; width: min(100%, 590px); min-height: 585px; padding: 22px 32px 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 32px; background: linear-gradient(145deg, rgba(23, 42, 64, .82), rgba(8, 17, 31, .78)); box-shadow: 0 45px 100px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(18px); transform: perspective(1000px) rotateY(-3deg) rotateX(1.5deg); }
.broadcast-card::before { position: absolute; inset: 12px; border: 1px solid rgba(0,201,231,.08); border-radius: 24px; content: ""; pointer-events: none; }
.broadcast-topline { display: flex; align-items: center; justify-content: space-between; color: #7f91a8; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.broadcast-topline span:first-child { color: #bfe9dd; }
.broadcast-card > img { position: relative; z-index: 1; width: 91%; margin: 2px auto -6px; filter: drop-shadow(0 22px 30px rgba(0,0,0,.25)); }
.equalizer { display: flex; align-items: center; justify-content: center; gap: 6px; height: 54px; padding: 0 20px; }
.equalizer span { width: 4px; height: var(--bar); border-radius: 8px; background: linear-gradient(to top, #1487ff, var(--cyan)); animation: equalize 1.25s ease-in-out infinite alternate; transform-origin: center; }
.equalizer span:nth-child(3n + 2) { animation-delay: -.45s; }
.equalizer span:nth-child(4n + 1) { animation-delay: -.78s; }
.visual-orbit { position: absolute; border: 1px solid rgba(0,201,231,.14); border-radius: 50%; }
.orbit-one { width: 690px; height: 690px; }
.orbit-two { width: 530px; height: 530px; border-style: dashed; animation: rotate 35s linear infinite; }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; min-width: 185px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(17,31,51,.9); box-shadow: 0 17px 35px rgba(0,0,0,.27); backdrop-filter: blur(12px); }
.floating-chip strong, .floating-chip small { display: block; }
.floating-chip strong { font-size: 12px; }
.floating-chip small { color: #8492a6; font-size: 10px; }
.chip-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--navy); background: var(--cyan); font-size: 10px; font-weight: 900; }
.chip-icon.play { color: white; background: linear-gradient(135deg, var(--pink), #ff8c5d); }
.chip-left { bottom: 72px; left: -47px; }
.chip-right { top: 109px; right: -44px; }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 112px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-icon { color: var(--cyan-dark); font-size: 27px; }
.trust-grid p { margin: 0; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { margin-top: 3px; color: var(--muted); font-size: 11px; }

/* Click-to-play live radio */
.radio-section { padding: 72px 0 0; background: var(--surface); scroll-margin-top: 90px; }
.server-access-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.server-access-card { position: relative; display: grid; min-width: 0; min-height: 96px; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 19px; color: var(--ink); background: white; box-shadow: 0 12px 34px rgba(8,18,34,.055); text-decoration: none; overflow: hidden; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.server-access-card::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--access-accent); content: ""; transform: scaleX(.35); transform-origin: left; transition: transform .25s ease; }
.server-access-card:hover { border-color: color-mix(in srgb, var(--access-accent), white 55%); box-shadow: 0 19px 48px rgba(8,18,34,.1); transform: translateY(-4px); }
.server-access-card:hover::before { transform: scaleX(1); }
.server-access-card > span:nth-child(2) { min-width: 0; }
.server-access-card small, .server-access-card strong { display: block; }
.server-access-card small { margin-bottom: 2px; color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.server-access-card strong { overflow: hidden; font-size: 15px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.server-access-card b { color: var(--access-accent); font-size: 18px; transition: transform .22s ease; }
.server-access-card:hover b { transform: translate(2px,-2px); }
.server-access-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: white; background: var(--access-accent); box-shadow: 0 10px 22px color-mix(in srgb, var(--access-accent), transparent 72%); font-size: 16px; font-weight: 900; }
.access-azura { --access-accent: #2876ef; }
.access-media { --access-accent: #05aeca; }
.access-video { --access-accent: #d43188; }
.radio-player { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 62px; min-height: 350px; padding: 52px 58px; border: 1px solid rgba(255,255,255,.11); border-radius: 32px; color: white; background: radial-gradient(circle at 12% 15%, rgba(0,201,231,.14), transparent 32%), linear-gradient(125deg, #07101f, #0b172a 58%, #101b31); box-shadow: 0 30px 80px rgba(8,18,34,.17); overflow: hidden; }
.radio-player::before { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 42px 42px; content: ""; mask-image: linear-gradient(90deg, black, transparent 78%); }
.radio-glow { position: absolute; top: -140px; right: -90px; width: 420px; height: 420px; border: 1px solid rgba(0,201,231,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(0,201,231,.025), 0 0 0 110px rgba(0,201,231,.018); pointer-events: none; }
.radio-intro, .radio-console { position: relative; z-index: 2; }
.radio-kicker { display: flex; align-items: center; margin-bottom: 17px; color: #86eaf5; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.radio-kicker .live-dot { margin-right: 13px; }
.radio-intro h2 { margin-bottom: 17px; font-size: clamp(43px, 4.6vw, 64px); font-weight: 770; line-height: .98; letter-spacing: -.06em; }
.radio-intro p { max-width: 430px; margin: 0; color: #8999ad; font-size: 14px; }
.radio-public-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; margin-top: 24px; padding: 0 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #e8f9fb; background: rgba(255,255,255,.055); font-size: 11px; font-weight: 850; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.radio-public-link span { color: var(--cyan); font-size: 15px; transition: transform .2s ease; }
.radio-public-link:hover { border-color: rgba(0,201,231,.48); color: white; background: rgba(0,201,231,.1); transform: translateY(-2px); }
.radio-public-link:hover span { transform: translate(2px,-2px); }
.radio-console { padding: 28px 28px 21px; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 25px 55px rgba(0,0,0,.19); backdrop-filter: blur(14px); }
.radio-now-playing { display: grid; grid-template-columns: 64px minmax(0,1fr) 110px; align-items: center; gap: 18px; }
.radio-play-button { position: relative; display: grid; width: 64px; height: 64px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: var(--cyan); box-shadow: 0 12px 32px rgba(0,201,231,.26); cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.radio-play-button:hover { background: #42def1; box-shadow: 0 16px 38px rgba(0,201,231,.34); transform: scale(1.045); }
.radio-play-button:active { transform: scale(.96); }
.radio-play-icon { position: relative; display: block; width: 21px; height: 24px; }
.radio-play-icon::before { position: absolute; top: 2px; left: 4px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid currentColor; content: ""; }
.radio-player.is-playing .radio-play-icon::before, .radio-player.is-playing .radio-play-icon::after { position: absolute; top: 2px; width: 6px; height: 20px; border: 0; border-radius: 2px; background: currentColor; content: ""; }
.radio-player.is-playing .radio-play-icon::before { left: 2px; }
.radio-player.is-playing .radio-play-icon::after { right: 2px; }
.radio-player.is-loading .radio-play-icon { width: 23px; height: 23px; border: 2px solid rgba(7,16,31,.24); border-top-color: currentColor; border-radius: 50%; animation: radio-spin .75s linear infinite; }
.radio-player.is-loading .radio-play-icon::before, .radio-player.is-loading .radio-play-icon::after { display: none; }
.radio-track { min-width: 0; }
.radio-track span, .radio-track strong, .radio-track small { display: block; }
.radio-track span { margin-bottom: 2px; color: #708198; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.radio-track strong { overflow: hidden; font-size: 17px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.radio-track small { margin-top: 4px; color: #91a2b8; font-size: 10px; }
.radio-player.is-playing .radio-track small { color: #64e5ae; }
.radio-visualizer { display: flex; height: 54px; align-items: center; justify-content: flex-end; gap: 5px; }
.radio-visualizer i { width: 3px; height: var(--level); border-radius: 5px; background: linear-gradient(to top, #1983ff, var(--cyan)); opacity: .35; transform: scaleY(.3); transform-origin: center; }
.radio-player.is-playing .radio-visualizer i { opacity: 1; animation: radio-level .65s ease-in-out infinite alternate; }
.radio-visualizer i:nth-child(3n+1) { animation-delay: -.25s !important; }
.radio-visualizer i:nth-child(4n+2) { animation-delay: -.48s !important; }
.radio-stream-line { position: relative; height: 17px; margin: 18px 0 14px; padding-right: 43px; }
.radio-stream-line span { position: absolute; top: 8px; right: 47px; left: 0; height: 1px; background: rgba(255,255,255,.13); }
.radio-stream-line span::before { position: absolute; top: 0; bottom: 0; left: 0; width: 0; background: linear-gradient(90deg, #1683ff, var(--cyan)); box-shadow: 0 0 12px rgba(0,201,231,.5); content: ""; transition: width .55s ease; }
.radio-player.is-playing .radio-stream-line span::before { width: 100%; }
.radio-stream-line i { position: absolute; top: 5px; right: 45px; width: 7px; height: 7px; border-radius: 50%; background: #516078; transition: background .3s, box-shadow .3s; }
.radio-player.is-playing .radio-stream-line i { background: #4fe0a0; box-shadow: 0 0 0 5px rgba(79,224,160,.1), 0 0 14px rgba(79,224,160,.8); }
.radio-stream-line b { position: absolute; top: 0; right: 0; color: #65758a; font-size: 8px; letter-spacing: .1em; line-height: 17px; }
.radio-player.is-playing .radio-stream-line b { color: #65dfac; }
.radio-controls-row { display: grid; grid-template-columns: 36px minmax(90px, 170px) 36px 1fr; align-items: center; gap: 11px; }
.radio-mute-button { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #a9b7c8; background: rgba(255,255,255,.045); cursor: pointer; }
.radio-mute-button:hover { color: white; background: rgba(255,255,255,.08); }
.radio-mute-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.radio-mute-button.is-muted svg { opacity: .42; }
.radio-volume { width: 100%; height: 4px; accent-color: var(--cyan); cursor: pointer; }
.radio-controls-row > span { color: #75859a; font-size: 9px; font-weight: 800; }
.radio-controls-row p { justify-self: end; margin: 0; color: #65758a; font-size: 9px; }
.radio-controls-row p span { margin-right: 5px; color: var(--cyan); font-size: 7px; }

/* Pricing */
.plans-section { background: var(--surface); }
.section-heading { max-width: 810px; margin-bottom: 62px; }
.section-heading h2, .split-copy h2, .support-copy h2, .faq-intro h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 68px); font-weight: 760; line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p, .split-copy > p, .support-copy > p, .faq-intro > p { max-width: 650px; color: var(--slate); font-size: 18px; }
.section-heading.centered > p { margin-inline: auto; }
.billing-toggle { display: inline-flex; margin-top: 28px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: white; box-shadow: 0 8px 25px rgba(9,19,35,.06); }
.billing-toggle button { min-height: 41px; padding: 0 18px; border: 0; border-radius: 999px; color: #687586; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.billing-toggle button.is-active { color: white; background: var(--ink); }
.billing-toggle button span { margin-left: 5px; color: var(--cyan-dark); font-size: 9px; text-transform: uppercase; }
.billing-toggle button.is-active span { color: #79ebfa; }

.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: stretch; }
.price-card { --accent: var(--cyan); position: relative; display: flex; min-width: 0; flex-direction: column; padding: 28px 20px 22px; border: 1px solid #d8e0e8; border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(9,19,35,.035); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.price-card:hover { z-index: 2; border-color: color-mix(in srgb, var(--accent), white 36%); box-shadow: 0 22px 60px rgba(9,19,35,.12); transform: translateY(-7px); }
.price-card.accent-blue { --accent: var(--blue); }
.price-card.accent-violet { --accent: var(--violet); }
.price-card.accent-pink { --accent: var(--pink); }
.price-card.accent-orange { --accent: var(--orange); }
.price-card.featured { margin: -13px 0; padding-top: 41px; border: 1px solid var(--pink); background: linear-gradient(180deg, #fff8fc 0, white 38%); box-shadow: 0 23px 60px rgba(212,49,136,.13); }
.popular-badge { position: absolute; top: 0; right: 20px; padding: 6px 11px; border-radius: 0 0 9px 9px; color: white; background: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-head { display: flex; min-height: 76px; align-items: flex-start; justify-content: space-between; gap: 12px; }
.plan-kicker { min-height: 30px; margin: 0 0 3px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.plan-head h3 { margin: 0; font-size: 25px; line-height: 1; }
.plan-signal { display: flex; height: 28px; align-items: flex-end; gap: 3px; }
.plan-signal i { width: 3px; border-radius: 2px; background: var(--accent); }
.plan-signal i:nth-child(1) { height: 8px; opacity: .48; }
.plan-signal i:nth-child(2) { height: 15px; opacity: .7; }
.plan-signal i:nth-child(3) { height: 23px; }
.price-wrap { display: flex; align-items: flex-start; min-height: 64px; }
.price-wrap .currency { margin: 8px 4px 0 0; font-size: 16px; font-weight: 850; }
.price-wrap strong { font-size: clamp(39px, 3.7vw, 52px); font-weight: 770; line-height: 1; letter-spacing: -.065em; }
.price-wrap .period { align-self: flex-end; margin: 0 0 7px 5px; color: var(--muted); font-size: 10px; font-weight: 700; }
.price-note { min-height: 36px; margin: 7px 0 18px; color: #7d8896; font-size: 10px; line-height: 1.45; }
.storage-pill { padding: 9px 10px; border-radius: 9px; color: color-mix(in srgb, var(--accent), var(--ink) 43%); background: color-mix(in srgb, var(--accent), white 90%); font-size: 10px; font-weight: 850; }
.storage-pill span { margin-right: 5px; }
.plan-bonus { min-height: 36px; margin: 12px 0 0; color: var(--pink); font-size: 10px; font-weight: 800; line-height: 1.35; }
.plan-features { display: grid; gap: 9px; margin: 22px 0 25px; padding: 0; list-style: none; color: #465264; font-size: 10px; }
.plan-features span { display: inline-grid; width: 17px; height: 17px; margin-right: 5px; place-items: center; border-radius: 50%; color: color-mix(in srgb, var(--accent), var(--ink) 25%); background: color-mix(in srgb, var(--accent), white 89%); font-size: 9px; font-weight: 900; }
.price-card .button { margin-top: auto; }
.included-panel { display: grid; grid-template-columns: .75fr 2.25fr; gap: 55px; margin-top: 65px; padding: 38px 42px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.included-title span { display: block; margin-bottom: 10px; color: var(--cyan-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.included-title strong { display: block; font-size: 25px; line-height: 1.25; }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 30px; }
.included-grid > div { display: flex; gap: 13px; }
.included-grid span { color: var(--cyan-dark); font-size: 9px; font-weight: 900; }
.included-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.included-grid strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; }

/* Trial */
.trial-section { margin-top: -1px; background: var(--surface); }
.trial-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; min-height: 330px; padding: 65px 70px; border-radius: 32px; color: white; background: linear-gradient(110deg, #096cc9 0, #07a9d0 50%, #04bdd1 100%); box-shadow: 0 35px 80px rgba(5,133,186,.24); overflow: hidden; }
.trial-card::after { position: absolute; right: -45px; bottom: -85px; width: 350px; height: 350px; border: 50px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.trial-noise { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.6) .7px, transparent .7px); background-size: 9px 9px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.trial-copy { position: relative; z-index: 2; max-width: 760px; }
.trial-copy h2 { margin-bottom: 18px; font-size: clamp(45px, 5vw, 70px); font-weight: 770; line-height: .98; letter-spacing: -.06em; }
.trial-copy h2 span { color: #071a31; }
.trial-copy > p { max-width: 720px; margin-bottom: 23px; color: #d7f8fb; font-size: 17px; }
.trial-checks { display: flex; flex-wrap: wrap; gap: 18px; font-size: 11px; font-weight: 800; }
.trial-card > .button { position: relative; z-index: 3; }

/* Platforms */
.split-layout { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 105px; }
.platform-art { position: relative; }
.art-frame { position: relative; padding: 62px 48px 34px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.art-frame::before { position: absolute; inset: 0; opacity: .65; background-image: linear-gradient(rgba(9,19,35,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(9,19,35,.045) 1px, transparent 1px); background-size: 32px 32px; content: ""; }
.frame-label { position: absolute; top: 19px; left: 25px; color: #738092; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.art-frame img { position: relative; z-index: 1; margin-inline: auto; }
.latency-chip { position: absolute; right: -32px; bottom: 38px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 15px; color: white; background: var(--navy); box-shadow: 0 20px 45px rgba(9,19,35,.25); }
.latency-chip strong, .latency-chip small { display: block; }
.latency-chip strong { font-size: 12px; }
.latency-chip small { color: #8794a6; font-size: 9px; }
.split-copy > p { margin-bottom: 35px; }
.platform-options { display: grid; gap: 13px; }
.platform-options article { display: flex; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: border-color .2s, box-shadow .2s, transform .2s; }
.platform-options article:hover { border-color: #a9bbc9; box-shadow: 0 15px 35px rgba(9,19,35,.08); transform: translateX(4px); }
.platform-letter { display: grid; width: 47px; height: 47px; flex: 0 0 auto; place-items: center; border-radius: 13px; color: white; font-size: 20px; font-weight: 900; }
.platform-options h3 { margin: 0 0 5px; font-size: 18px; }
.platform-options p { margin: 0 0 10px; color: var(--slate); font-size: 12px; line-height: 1.55; }
.platform-options a { color: var(--cyan-dark); font-size: 11px; font-weight: 850; text-decoration: none; }

/* Video */
.video-section { padding-top: 30px; }
.video-panel { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 55px; min-height: 660px; padding: 75px; border-radius: 36px; color: white; background: #09182c; overflow: hidden; }
.video-panel::before { position: absolute; inset: 0; background: radial-gradient(circle at 15% 38%, rgba(20,119,255,.19), transparent 36%), radial-gradient(circle at 83% 80%, rgba(0,201,231,.14), transparent 35%); content: ""; }
.video-copy, .video-visual { position: relative; z-index: 1; }
.video-copy h2 { margin-bottom: 22px; font-size: clamp(50px, 5.5vw, 74px); font-weight: 770; line-height: .98; letter-spacing: -.06em; }
.video-copy > p { margin-bottom: 27px; color: #9dafc4; font-size: 16px; }
.video-price { display: flex; align-items: center; gap: 10px; margin-bottom: 31px; }
.video-price strong { font-size: 39px; line-height: 1; }
.video-price span { color: #8898ab; font-size: 11px; line-height: 1.35; }
.video-price small { color: var(--cyan); text-transform: uppercase; }
.video-screen { position: relative; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: white; box-shadow: 0 35px 70px rgba(0,0,0,.35); overflow: hidden; transform: perspective(1100px) rotateY(-5deg); }
.video-screen img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.on-air-pill { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; color: white; background: rgba(6,16,29,.84); font-size: 9px; font-weight: 900; letter-spacing: .09em; backdrop-filter: blur(8px); }
.video-specs { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.04); }
.video-specs > div { padding: 16px 18px; }
.video-specs > div + div { border-left: 1px solid rgba(255,255,255,.12); }
.video-specs strong, .video-specs span { display: block; }
.video-specs strong { font-size: 18px; }
.video-specs span { color: #8293a8; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.destination-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.destination-row span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 99px; color: #8fa2b7; font-size: 9px; font-weight: 700; }

/* Infrastructure */
.infrastructure-section { background: var(--surface); }
.infra-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: repeat(2, 1fr); gap: 16px; }
.infra-card { position: relative; padding: 39px; border: 1px solid var(--line); border-radius: 25px; background: white; overflow: hidden; }
.infra-card h3 { margin: 12px 0 13px; font-size: 29px; line-height: 1.1; }
.infra-card p { max-width: 500px; margin: 0; color: var(--slate); font-size: 13px; }
.card-index { color: var(--cyan-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.infra-main { grid-row: 1 / 3; display: grid; grid-template-rows: auto 1fr; min-height: 590px; }
.infra-main img { width: 88%; margin: 0 auto -42px; align-self: end; mix-blend-mode: multiply; }
.network-card { color: white; background: var(--navy); }
.network-card p { color: #8d9db2; }
.network-lines { position: absolute; right: 35px; bottom: 31px; left: 35px; display: flex; height: 54px; align-items: center; gap: 8px; }
.network-lines i { height: 2px; flex: 1; background: linear-gradient(90deg, rgba(0,201,231,.1), var(--cyan)); }
.network-lines i:nth-child(2) { opacity: .62; }
.network-lines i:nth-child(3) { opacity: .28; }
.network-lines span { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(0,201,231,.45); border-radius: 50%; color: var(--cyan); font-size: 8px; font-weight: 900; }
.green-card { background: linear-gradient(135deg, #effbf3, #effaf8); }
.green-card .card-index { color: #19895e; }
.energy-mark { position: absolute; right: 31px; bottom: 10px; color: rgba(25,137,94,.11); font-size: 118px; font-weight: 900; line-height: 1; }
.locations-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 19px 25px; border: 1px solid var(--line); border-radius: 15px; background: white; color: #6f7b8a; font-size: 10px; font-weight: 700; }
.locations-row > span { color: var(--ink); font-weight: 900; text-transform: uppercase; }
.locations-row i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #45d599; box-shadow: 0 0 0 4px rgba(69,213,153,.12); }

/* Support + FAQ */
.support-section { border-bottom: 1px solid var(--line); }
.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 100px; }
.support-copy { position: sticky; top: 130px; }
.support-cards { display: grid; gap: 12px; }
.support-cards a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 17px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.support-cards a:hover { border-color: #a6bac8; box-shadow: 0 17px 40px rgba(9,19,35,.08); transform: translateX(5px); }
.support-number { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--cyan-dark); background: #ecfbfd; font-size: 10px; font-weight: 900; }
.support-cards strong, .support-cards small { display: block; }
.support-cards strong { font-size: 17px; }
.support-cards small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.support-cards b { color: var(--cyan-dark); font-size: 18px; }
.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 100px; }
.faq-intro { position: sticky; top: 130px; }
.text-link { color: var(--cyan-dark); font-size: 13px; font-weight: 850; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 40px 1fr 28px; align-items: center; gap: 12px; min-height: 84px; list-style: none; font-size: 16px; font-weight: 760; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--cyan-dark); font-size: 9px; letter-spacing: .08em; }
.faq-item summary i { position: relative; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item summary i::before, .faq-item summary i::after { position: absolute; top: 13px; left: 8px; width: 10px; height: 1px; background: var(--ink); content: ""; transition: transform .2s; }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i::after { transform: rotate(0); }
.faq-answer { padding: 0 50px 25px 52px; color: var(--slate); font-size: 14px; }
.faq-answer p { margin-bottom: 8px; }
.faq-answer a { color: var(--cyan-dark); font-size: 12px; font-weight: 800; }

/* Payments + closing */
.payment-section { padding: 75px 0; background: var(--surface); }
.payment-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.payment-layout h2 { margin: 0; font-size: 34px; line-height: 1.08; }
.payment-logos { display: flex; align-items: center; justify-content: flex-end; gap: 32px; }
.payment-logos img { object-fit: contain; filter: saturate(.9); }
.payment-logos img:first-child { width: 290px; }
.payment-logos img:last-child { width: 150px; }
.closing-cta { position: relative; padding: 125px 0; color: white; text-align: center; background: linear-gradient(120deg, #106ad4, #058fbf 52%, #09bbca); overflow: hidden; }
.closing-cta::before, .closing-cta::after { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.closing-cta::before { top: -340px; left: -120px; width: 650px; height: 650px; }
.closing-cta::after { right: -240px; bottom: -420px; width: 760px; height: 760px; }
.closing-cta .container { position: relative; z-index: 1; }
.closing-cta h2 { margin-bottom: 14px; font-size: clamp(54px, 7vw, 94px); font-weight: 770; line-height: 1; letter-spacing: -.065em; }
.closing-cta p { margin-bottom: 32px; color: #d6f5f8; font-size: 19px; }
.closing-cta .container > div:last-child { display: flex; justify-content: center; gap: 11px; }

/* Legal pages */
.legal-page .site-header { background: rgba(5,12,23,.74); backdrop-filter: blur(16px); }
.legal-hero { position: relative; padding: 220px 0 100px; color: white; background: radial-gradient(circle at 75% 35%, rgba(0,201,231,.17), transparent 27%), var(--navy); overflow: hidden; }
.legal-hero::before { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 56px 56px; content: ""; mask-image: linear-gradient(90deg, black, transparent); }
.legal-hero .container { position: relative; }
.legal-hero h1 { margin-bottom: 17px; font-size: clamp(56px, 7vw, 90px); font-weight: 780; line-height: 1; letter-spacing: -.065em; }
.legal-hero > .container > p { color: #9dadc1; font-size: 19px; }
.legal-meta { display: flex; align-items: center; gap: 26px; margin-top: 35px; font-size: 11px; font-weight: 700; }
.legal-meta span { color: #7e8da2; }
.legal-meta a { color: var(--cyan); text-decoration: none; }
.privacy-hero { background: radial-gradient(circle at 75% 35%, rgba(119,89,248,.2), transparent 27%), var(--navy); }
.error-hero { min-height: 720px; display: flex; align-items: center; }
.error-hero .container { padding-top: 35px; }
.error-hero h1 { max-width: 850px; }
.error-hero > .container > p { max-width: 640px; }
.error-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 35px; }
.legal-section { padding: 90px 0 130px; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 95px; align-items: start; }
.legal-nav { position: sticky; top: 125px; display: grid; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-nav strong { margin-bottom: 13px; font-size: 12px; }
.legal-nav a { padding: 7px 0; color: #718092; font-size: 11px; text-decoration: none; }
.legal-nav a:hover { color: var(--cyan-dark); }
.legal-content { min-width: 0; }
.legal-content section { position: relative; padding: 49px 0 8px; scroll-margin-top: 110px; }
.legal-content section + section { border-top: 1px solid var(--line); }
.legal-index { display: block; margin-bottom: 12px; color: var(--cyan-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.legal-content h2 { margin-bottom: 20px; font-size: 32px; line-height: 1.15; }
.legal-content p, .legal-content li, .legal-content address { color: #4c596a; font-size: 14px; line-height: 1.85; }
.legal-content ul { display: grid; gap: 9px; padding-left: 22px; }
.legal-content a { color: #008db9; font-weight: 700; }
.legal-content address { margin: 24px 0; font-style: normal; }
.legal-notice { padding: 24px 26px; border: 1px solid #bfe6ec; border-radius: 17px; background: #effbfc; }
.legal-notice strong { display: block; margin-bottom: 5px; font-size: 13px; }
.legal-notice p { margin: 0; font-size: 12px; line-height: 1.65; }
.source-link { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px !important; }

/* Footer and cookie notice */
.site-footer { position: relative; padding: 80px 0 20px; color: #c0cbd8; background: #050c17; }
.footer-wave { position: absolute; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), var(--pink), transparent); }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, .72fr); gap: 70px; padding-bottom: 60px; }
.brand-footer { width: 220px; margin-bottom: 22px; }
.footer-brand > p { max-width: 400px; color: #758397; font-size: 13px; }
.footer-status { margin-top: 21px; color: #758397; font-size: 10px; }
.footer-grid h2 { margin: 7px 0 17px; color: white; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; padding: 5px 0; color: #78869a; font-size: 11px; text-decoration: none; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.08); color: #566477; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.footer-bottom p { margin: 0; }
.cookie-banner { position: fixed; z-index: 100; right: 22px; bottom: 22px; left: 22px; display: flex; max-width: 780px; align-items: center; justify-content: space-between; gap: 25px; margin: 0 auto; padding: 17px 18px 17px 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; color: white; background: rgba(8,18,33,.96); box-shadow: 0 25px 70px rgba(0,0,0,.32); backdrop-filter: blur(20px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 13px; }
.cookie-banner p { margin: 2px 0 0; color: #8491a3; font-size: 10px; }
.cookie-banner p a { color: var(--cyan); }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 7px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s cubic-bezier(.22,.74,.26,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .65; transform: scale(.8); } }
@keyframes equalize { from { transform: scaleY(.45); opacity: .6; } to { transform: scaleY(1); opacity: 1; } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes radio-level { from { transform: scaleY(.32); } to { transform: scaleY(1); } }
@keyframes radio-spin { to { transform: rotate(360deg); } }
@keyframes mobile-menu-in { from { opacity: 0; transform: translate(-50%, -10px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (max-width: 1100px) {
    .site-nav { gap: 17px; }
    .site-nav > a:not(.button), .portal-menu { display: none; }
    .hero-layout { gap: 25px; }
    .hero-visual { min-height: 545px; }
    .broadcast-card { min-height: 520px; }
    .pricing-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .price-card.featured { margin: 0; }
    .price-wrap strong { font-size: 52px; }
    .split-layout, .support-grid, .faq-layout { gap: 65px; }
    .video-panel { padding: 55px; }
    .footer-grid { gap: 40px; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .section { padding: 88px 0; }
    .signal-contact { display: none; }
    .signal-inner { justify-content: center; }
    .brand { width: 194px; }
    .site-header { top: 34px; }
    .site-header.is-stuck { top: 0; }
    .nav-wrap { min-height: 74px; }
    .menu-button { display: block; }
    .site-nav { position: fixed; top: 108px; right: auto; bottom: auto; left: 50%; display: none; width: min(calc(100% - 24px), 720px); max-height: calc(100vh - 120px); align-content: start; align-items: stretch; justify-content: stretch; justify-items: stretch; gap: 0; padding: 24px 26px 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; color: white; background: rgba(5,12,23,.985); box-shadow: 0 28px 80px rgba(0,0,0,.42); overflow-y: auto; transform: translateX(-50%); backdrop-filter: blur(20px); }
    .site-header.is-stuck .site-nav { top: 84px; max-height: calc(100vh - 96px); }
    .site-nav.is-open { display: grid; animation: mobile-menu-in .22s ease-out both; }
    .site-nav > a:not(.button), .site-nav .portal-menu { display: block; padding: 15px 10px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 17px; text-align: center; }
    .site-nav .button { width: min(100%, 390px); justify-self: center; margin-top: 13px; }
    .portal-menu summary { justify-content: center; gap: 10px; }
    .portal-popover { position: static; width: min(100%, 480px); margin: 13px auto 0; text-align: left; box-shadow: none; }
    .portal-popover::before { display: none; }
    .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
    .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: auto; padding: 163px 0 85px; }
    .hero-layout { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; margin-inline: auto; }
    .hero-copy .eyebrow { justify-content: center; }
    .hero-actions, .hero-stats { justify-content: center; }
    .hero-visual { width: min(100%, 650px); margin: 15px auto 0; }
    .chip-left { left: 0; }
    .chip-right { right: 0; }
    .trust-grid { grid-template-columns: repeat(2,1fr); }
    .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
    .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
    .server-access-grid { grid-template-columns: 1fr; }
    .radio-player { grid-template-columns: 1fr; gap: 32px; padding: 45px; }
    .radio-intro { max-width: 620px; }
    .radio-intro h2 br { display: none; }
    .pricing-grid { grid-template-columns: repeat(2,1fr); }
    .included-panel { grid-template-columns: 1fr; gap: 30px; }
    .trial-card { grid-template-columns: 1fr; padding: 55px; }
    .trial-card > .button { justify-self: start; }
    .split-layout, .video-panel, .support-grid, .faq-layout, .payment-layout, .legal-layout { grid-template-columns: 1fr; }
    .split-layout { gap: 70px; }
    .platform-art { width: min(100%, 620px); margin-inline: auto; }
    .video-panel { gap: 45px; }
    .infra-grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .infra-main { grid-row: auto; min-height: 560px; }
    .network-card, .green-card { min-height: 270px; }
    .locations-row { flex-wrap: wrap; justify-content: flex-start; }
    .support-copy, .faq-intro { position: static; }
    .payment-logos { justify-content: flex-start; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .legal-layout { gap: 35px; }
    .legal-nav { position: static; grid-template-columns: repeat(3,1fr); gap: 0 15px; }
    .legal-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .container { width: min(calc(100% - 24px), var(--container)); }
    .section { padding: 72px 0; }
    .brand { width: 175px; padding: 6px 8px; }
    .hero { padding-top: 150px; }
    .hero h1 { font-size: clamp(49px, 15vw, 68px); }
    .hero-lede { font-size: 16px; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .hero-stats { margin-top: 37px; }
    .hero-stats div { min-width: 0; flex: 1; padding-right: 10px; }
    .hero-stats div + div { padding-left: 10px; }
    .hero-stats strong { font-size: 23px; }
    .hero-stats span { font-size: 8px; }
    .hero-visual { min-height: 430px; }
    .broadcast-card { min-height: 405px; padding: 18px; border-radius: 24px; transform: none; }
    .broadcast-topline { font-size: 8px; }
    .broadcast-card > img { width: 93%; }
    .equalizer { height: 40px; gap: 4px; }
    .floating-chip { min-width: 150px; padding: 9px 10px; }
    .chip-left { bottom: 13px; }
    .chip-right { top: 73px; }
    .chip-icon { width: 32px; height: 32px; }
    .orbit-one { width: 480px; height: 480px; }
    .orbit-two { width: 380px; height: 380px; }
    .trust-grid > div { min-height: 94px; justify-content: flex-start; padding: 0 14px; }
    .trust-grid strong { font-size: 11px; }
    .trust-grid small { font-size: 9px; }
    .server-access-card { min-height: 84px; padding: 15px 16px; }
    .radio-section { padding-top: 30px; }
    .radio-player { gap: 27px; padding: 34px 20px 20px; border-radius: 25px; }
    .radio-intro h2 { font-size: 42px; }
    .radio-intro p { font-size: 13px; }
    .radio-console { padding: 20px 17px 17px; border-radius: 19px; }
    .radio-now-playing { grid-template-columns: 56px minmax(0,1fr); gap: 14px; }
    .radio-play-button { width: 56px; height: 56px; }
    .radio-track strong { font-size: 14px; }
    .radio-visualizer { grid-column: 1 / -1; height: 35px; justify-content: stretch; gap: 6px; }
    .radio-visualizer i { width: auto; flex: 1; }
    .radio-controls-row { grid-template-columns: 36px 1fr 35px; }
    .radio-controls-row p { grid-column: 1 / -1; justify-self: start; }
    .section-heading h2, .split-copy h2, .support-copy h2, .faq-intro h2 { font-size: 42px; }
    .section-heading > p, .split-copy > p, .support-copy > p { font-size: 16px; }
    .billing-toggle button { padding-inline: 13px; }
    .billing-toggle button span { display: none; }
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card { padding: 27px 24px 23px; }
    .plan-head { min-height: 68px; }
    .plan-kicker { min-height: auto; }
    .price-wrap strong { font-size: 55px; }
    .included-panel { padding: 28px 22px; }
    .included-grid { grid-template-columns: 1fr; }
    .trial-card { padding: 40px 25px; border-radius: 25px; }
    .trial-copy h2 { font-size: 46px; }
    .trial-checks { display: grid; gap: 8px; }
    .art-frame { padding: 55px 20px 25px; }
    .latency-chip { right: 9px; bottom: 17px; }
    .video-section { padding-top: 10px; }
    .video-panel { width: 100%; padding: 48px 24px; border-radius: 0; }
    .video-copy h2 { font-size: 52px; }
    .video-screen { transform: none; }
    .video-specs > div { padding: 12px 9px; }
    .video-specs strong { font-size: 15px; }
    .infra-card { padding: 28px; }
    .infra-main { min-height: 480px; }
    .infra-main img { width: 115%; max-width: none; margin-left: -7.5%; }
    .locations-row > span { width: 100%; }
    .support-cards a { grid-template-columns: 42px 1fr auto; padding: 18px 15px; }
    .support-number { width: 40px; height: 40px; }
    .faq-item summary { grid-template-columns: 31px 1fr 28px; min-height: 82px; font-size: 14px; }
    .faq-answer { padding-left: 43px; }
    .payment-layout { gap: 34px; }
    .payment-logos { flex-wrap: wrap; gap: 20px; }
    .payment-logos img:first-child { width: 260px; }
    .closing-cta { padding: 95px 0; }
    .closing-cta h2 { font-size: 54px; }
    .closing-cta .container > div:last-child { display: grid; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { display: grid; gap: 6px; }
    .cookie-banner { right: 12px; bottom: 12px; left: 12px; display: grid; }
    .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .legal-hero { padding: 180px 0 75px; }
    .legal-hero h1 { font-size: 55px; }
    .legal-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
    .legal-section { padding: 60px 0 90px; }
    .legal-nav { grid-template-columns: 1fr 1fr; }
    .legal-content h2 { font-size: 29px; }
}

@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; }
}
