:root {
  --navy: #070b25;
  --navy-2: #10173d;
  --paper: #f6f8ff;
  --white: #fff;
  --blue: #1069ff;
  --cyan: #18c8ff;
  --purple: #6d36e1;
  --coral: #fe244f;
  --orange: #fbaa03;
  --muted: #6b7088;
  --line: rgba(7,11,37,.12);
  --max: 1220px;
  --radius: 28px;
  --shadow: 0 32px 90px rgba(7, 11, 37, .15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--navy); font-family: "Aptos", "Segoe UI", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 78% 0%, rgba(16,105,255,.13), transparent 31rem), radial-gradient(circle at 12% 38%, rgba(109,54,225,.09), transparent 28rem); }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .8rem 1rem; border-radius: 999px; background: var(--white); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,248,255,.84); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand-lockup { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-lockup img { width: 112px; }
.brand-lockup span { padding-left: 13px; border-left: 1px solid var(--line); font-size: .78rem; font-weight: 800; letter-spacing: .06em; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 34px); }
.primary-nav a { color: var(--muted); font-size: .82rem; font-weight: 800; text-decoration: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--navy); }
.nav-cta { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--navy); color: var(--white) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--navy); }

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(48px, 8vw, 112px); align-items: center; padding: 86px 0 112px; }
.eyebrow { margin-bottom: 20px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin-bottom: 28px; font-size: clamp(3.5rem, 7.3vw, 7.15rem); line-height: .9; letter-spacing: -.074em; }
.hero h1 span, .page-hero h1 span { background: linear-gradient(115deg, var(--blue), var(--purple)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede, .page-lede { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.26rem); }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--navy); border-radius: 999px; font-size: .84rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--white); box-shadow: 0 14px 32px rgba(7,11,37,.2); }
.button-secondary { background: rgba(255,255,255,.35); }
.button-light { border-color: transparent; background: var(--white); color: var(--navy); }
.button-disabled { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.09); color: rgba(255,255,255,.72); cursor: not-allowed; }

.system-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.system-orbit { position: absolute; width: min(94%, 540px); aspect-ratio: 1; border: 1px solid rgba(16,105,255,.22); border-radius: 50%; }
.system-orbit::before, .system-orbit::after { content: ""; position: absolute; inset: 16%; border: inherit; border-radius: inherit; }
.system-orbit::after { inset: 33%; }
.system-core { width: min(58%, 330px); aspect-ratio: 1; position: relative; z-index: 2; display: grid; place-items: center; border-radius: 38% 62% 55% 45% / 48% 42% 58% 52%; background: linear-gradient(145deg, var(--navy-2), var(--navy)); box-shadow: var(--shadow); }
.system-core img { width: 66%; filter: drop-shadow(0 18px 28px rgba(0,0,0,.23)); }
.node { position: absolute; z-index: 3; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); box-shadow: 0 13px 34px rgba(7,11,37,.12); font-size: .72rem; font-weight: 850; }
.node.one { top: 7%; left: 8%; }.node.two { top: 26%; right: 0; }.node.three { bottom: 12%; left: 0; }.node.four { right: 7%; bottom: 6%; }
.slingpic-visual { isolation: isolate; }
.slingpic-visual .system-orbit { width: min(96%, 600px); }
.device-stage { width: min(108%, 720px); aspect-ratio: 1.34; position: relative; z-index: 2; }
.laptop-mockup { width: 100%; position: absolute; left: -5%; top: 13%; filter: drop-shadow(0 28px 42px rgba(7,11,37,.2)); }
.mobile-mockup { width: 25%; position: absolute; z-index: 3; right: 1%; bottom: 4%; filter: drop-shadow(0 24px 34px rgba(7,11,37,.28)); }
.slingpic-visual .node.one { top: 6%; left: 5%; }.slingpic-visual .node.two { top: 20%; right: 0; }.slingpic-visual .node.three { bottom: 9%; left: 1%; }.slingpic-visual .node.four { right: 8%; bottom: 1%; }

.section { padding: clamp(90px, 11vw, 150px) 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; margin-bottom: 54px; }
.section-kicker { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-head h2, .split h2, .release-card h2, .cta-band h2 { margin-bottom: 20px; font-size: clamp(2.55rem, 5vw, 5.15rem); line-height: .97; letter-spacing: -.06em; }
.section-head p, .split p { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.product-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.product-card { min-height: 470px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(34px, 5vw, 58px); overflow: hidden; border-radius: 36px; }
.product-card.primary { background: var(--navy); color: var(--white); }
.product-card.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.product-card h3 { margin-bottom: 14px; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.055em; }
.product-card p { max-width: 620px; color: rgba(255,255,255,.68); }
.product-card.secondary p { color: var(--muted); }
.product-card .symbol { position: absolute; width: 260px; right: -42px; bottom: -50px; opacity: .92; }
.status { width: fit-content; padding: 8px 12px; border-radius: 999px; background: rgba(24,200,255,.14); color: var(--cyan); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.secondary .status { background: rgba(109,54,225,.1); color: var(--purple); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.flow { padding: 18px; border: 1px solid var(--line); border-radius: 36px; background: rgba(255,255,255,.55); }
.flow-step { min-height: 110px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; padding: 20px; border-bottom: 1px solid var(--line); }
.flow-step:last-child { border-bottom: 0; }
.flow-step span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-size: .72rem; font-weight: 900; }
.flow-step h3 { margin: 0 0 4px; font-size: 1.03rem; }.flow-step p { margin: 0; font-size: .88rem; }
.release-card { padding: clamp(44px, 7vw, 84px); border-radius: 40px; background: linear-gradient(135deg, var(--blue), var(--purple)); color: var(--white); }
.release-card p { max-width: 720px; color: rgba(255,255,255,.74); }

.page-hero { padding: 120px 0 96px; }
.page-hero h1 { max-width: 1040px; }
.page-hero .page-lede { max-width: 800px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.52); }
.feature strong { display: block; margin-bottom: 44px; color: var(--blue); font-size: .72rem; letter-spacing: .12em; }
.feature h2, .feature h3 { font-size: 1.42rem; letter-spacing: -.035em; }
.feature p { color: var(--muted); }
.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.info-card { padding: clamp(32px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.52); }
.info-card.dark { background: var(--navy); color: var(--white); }
.info-card p { color: var(--muted); }.info-card.dark p { color: rgba(255,255,255,.68); }
.info-card h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.05em; }
.edition-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.edition-list li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.dark .edition-list { border-color: rgba(255,255,255,.17); }.dark .edition-list li { border-color: rgba(255,255,255,.17); }
.safety-note { padding: 20px; border-left: 4px solid var(--orange); background: #fff8e9; color: #59471c; }
.coming-stage { min-height: 460px; display: grid; place-items: center; border-radius: 40px; background: var(--navy); color: var(--white); text-align: center; }
.coming-stage strong { font-size: clamp(3rem, 8vw, 7rem); letter-spacing: -.07em; }.coming-stage span { color: var(--cyan); }
.cta-band { padding: clamp(46px, 7vw, 80px); border-radius: 38px; background: var(--navy); color: var(--white); }
.cta-band p { max-width: 680px; color: rgba(255,255,255,.68); }

.site-footer { margin-top: 120px; background: var(--navy); color: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; padding: 66px 0; }
.footer-brand img { width: 142px; margin-bottom: 20px; }.footer-brand p { max-width: 390px; color: rgba(255,255,255,.62); }
.footer-col h2 { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }.footer-col a { display: block; width: fit-content; margin: 7px 0; color: rgba(255,255,255,.68); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.46); font-size: .76rem; }
@media (max-width: 920px) { .hero, .split { grid-template-columns: 1fr; }.hero { min-height: auto; }.slingpic-visual { width: 100%; overflow: hidden; }.device-stage { width: min(94%, 720px); }.section-head { grid-template-columns: 1fr; gap: 12px; }.product-grid { grid-template-columns: 1fr; }.product-card.secondary { min-height: 350px; }.feature-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 720px) { .shell { width: min(var(--max), calc(100% - 30px)); }.header-inner { min-height: 76px; }.brand-lockup img { width: 96px; }.brand-lockup span { font-size: .68rem; }.menu-toggle { display: block; }.primary-nav { display: none; position: absolute; top: 76px; left: 15px; right: 15px; padding: 22px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }.primary-nav[data-open="true"] { display: flex; }.nav-cta { justify-content: center; }.hero h1, .page-hero h1 { max-width: 100%; font-size: clamp(2.75rem, 15vw, 5.2rem); line-height: .92; letter-spacing: -.06em; }.hero h1 span { display: inline-block; padding-right: .08em; }.system-visual { min-height: 420px; }.feature-grid, .two-col { grid-template-columns: 1fr; }.footer-inner { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { flex-direction: column; } }
@media (max-width: 480px) { .actions .button { width: 100%; }.system-visual { min-height: 340px; }.node { display: none; }.product-card .symbol { width: 210px; }.footer-inner { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; animation: none !important; } }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
