@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

:root {
  --void: #020307;
  --space: #06070d;
  --surface: rgba(15, 16, 26, .78);
  --surface-strong: #0d0e17;
  --surface-soft: rgba(255, 255, 255, .028);
  --line: rgba(255, 255, 255, .075);
  --line-violet: rgba(166, 120, 255, .28);
  --text: #f2eff6;
  --muted: #9693a2;
  --quiet: #666472;
  --violet: #a678ff;
  --violet-2: #7445dc;
  --cyan: #74d8ff;
  --green: #7fe3bd;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(ellipse at 50% -10%, rgba(77, 52, 126, .13), transparent 34%),
    var(--void);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  opacity: .78;
  background-image:
    radial-gradient(circle at 8% 17%, rgba(255,255,255,.5) 0 .6px, transparent .8px),
    radial-gradient(circle at 19% 66%, rgba(178,151,255,.55) 0 .7px, transparent .9px),
    radial-gradient(circle at 32% 34%, rgba(255,255,255,.32) 0 .5px, transparent .7px),
    radial-gradient(circle at 47% 13%, rgba(132,185,255,.38) 0 .6px, transparent .8px),
    radial-gradient(circle at 61% 54%, rgba(255,255,255,.42) 0 .6px, transparent .8px),
    radial-gradient(circle at 77% 24%, rgba(188,167,255,.52) 0 .7px, transparent .9px),
    radial-gradient(circle at 91% 73%, rgba(255,255,255,.34) 0 .5px, transparent .7px);
  background-size: 420px 360px, 520px 460px, 610px 540px, 570px 430px, 490px 520px, 650px 490px, 440px 590px;
}
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.32), transparent 16%, transparent 84%, rgba(0,0,0,.32));
}

a { color: inherit; }
button, input { color: inherit; font: inherit; }
button { border: 0; }
img { max-width: 100%; }
svg { stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Navigation */
.site-nav {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 50%;
  width: min(var(--max), calc(100% - 32px));
  height: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 12px 0 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(8, 9, 15, .72);
  box-shadow: 0 16px 50px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.025);
  backdrop-filter: blur(22px) saturate(130%);
  transform: translateX(-50%);
  transition: background .25s ease, border-color .25s ease;
}
.site-nav.scrolled { background: rgba(8, 9, 15, .9); border-color: rgba(255,255,255,.11); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: max-content; }
.brand-mark, .small-eclipse {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(244,237,255,.82);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(166,120,255,.16);
}
.brand-mark { width: 27px; height: 27px; }
.brand-mark::after, .small-eclipse::after {
  content: "";
  position: absolute;
  inset: -2px -2px -2px 7px;
  border-radius: 50%;
  background: #090a11;
  box-shadow: -3px 0 9px rgba(166,120,255,.58);
}
.brand-word { color: #d9d5e0; font-size: 10px; font-weight: 600; letter-spacing: .28em; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { padding: 9px 12px; border-radius: 9px; color: #8f8c9a; text-decoration: none; font-size: 11px; transition: .18s ease; }
.nav-links a:hover, .nav-links a.active { color: #eeeaf3; background: rgba(255,255,255,.04); }
.nav-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.nav-status { display: inline-flex; align-items: center; gap: 7px; color: #6f6c79; font-size: 9px; }
.nav-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(127,227,189,.7); }
.nav-download { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 15px; border: 1px solid var(--line-violet); border-radius: 10px; color: #eee8f8; background: linear-gradient(135deg, rgba(136,76,234,.88), rgba(92,50,174,.88)); box-shadow: 0 9px 25px rgba(108,54,202,.2), inset 0 1px 0 rgba(255,255,255,.14); text-decoration: none; font-size: 10px; }
.nav-download:hover { filter: brightness(1.1); }
.nav-download svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mobile-menu { display: none; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: #a6a2ae; background: rgba(255,255,255,.035); cursor: pointer; }

/* Shared type + buttons */
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #8c6bc7; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 20px; height: 1px; background: linear-gradient(90deg, transparent, var(--violet)); }
.display { margin: 18px 0 20px; font-size: clamp(48px, 6.8vw, 88px); font-weight: 300; line-height: .99; letter-spacing: -.055em; }
.display em { color: #b997ff; font-style: normal; text-shadow: 0 0 28px rgba(166,120,255,.22); }
.lead { max-width: 590px; color: var(--muted); font-size: clamp(15px, 1.55vw, 18px); font-weight: 300; line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button-primary, .button-secondary { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 12px; text-decoration: none; font-size: 11px; font-weight: 500; transition: transform .2s ease, border-color .2s ease, filter .2s ease, background .2s ease; }
.button-primary { border: 1px solid rgba(189,150,255,.36); color: #f2ecfb; background: linear-gradient(135deg, #8954e5, #6030ad); box-shadow: 0 15px 38px rgba(107,56,198,.25), inset 0 1px 0 rgba(255,255,255,.18); }
.button-secondary { border: 1px solid var(--line); color: #bbb7c4; background: rgba(255,255,255,.028); }
.button-primary:hover, .button-secondary:hover { transform: translateY(-2px); }
.button-primary:hover { filter: brightness(1.1); }
.button-secondary:hover { color: #eeeaf3; border-color: rgba(166,120,255,.24); background: rgba(255,255,255,.045); }
.button-primary svg, .button-secondary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }

/* Homepage hero */
.hero { min-height: 100vh; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: 30px; padding-top: 105px; }
.hero-copy { position: relative; z-index: 2; padding: 70px 0 60px; }
.hero-copy .lead { max-width: 520px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: #5f5d6a; font-size: 9px; }
.hero-note svg { width: 13px; height: 13px; fill: none; stroke: #9b74df; stroke-width: 1.7; }
.hero-art { position: relative; min-height: 720px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: 70%; height: 55%; border-radius: 50%; background: radial-gradient(ellipse, rgba(142,93,236,.18), transparent 68%); filter: blur(32px); }
.hero-art img { position: relative; z-index: 1; width: min(690px, 115%); max-width: none; mix-blend-mode: screen; filter: saturate(.74) contrast(1.1); opacity: .93; animation: art-float 8s ease-in-out infinite; }
@keyframes art-float { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-10px) } }
.orbit-tag { position: absolute; z-index: 2; right: 5%; bottom: 13%; width: 190px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(12,13,22,.72); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.orbit-tag > span { color: #6b6875; font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.orbit-tag strong { display: block; margin: 6px 0 4px; font-size: 10px; font-weight: 500; }
.orbit-tag small { color: #5f5d69; font-size: 8px; }
.orbit-tag i { position: absolute; top: 16px; right: 15px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(127,227,189,.7); }

.signal-strip { position: relative; z-index: 2; margin-top: -34px; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: rgba(11,12,20,.7); box-shadow: 0 20px 60px rgba(0,0,0,.24); backdrop-filter: blur(18px); }
.signal { min-height: 86px; padding: 20px 22px; border-right: 1px solid var(--line); }
.signal:last-child { border-right: 0; }
.signal span, .signal strong { display: block; }
.signal span { color: #5f5d69; font-size: 7px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.signal strong { margin-top: 9px; color: #d6d2dc; font-size: 11px; font-weight: 450; }

/* Sections */
.site-section { position: relative; padding: 125px 0; }
.section-head { max-width: 650px; }
.section-title { margin: 13px 0 16px; font-size: clamp(34px, 5vw, 56px); font-weight: 320; letter-spacing: -.045em; line-height: 1.05; }
.section-copy { margin: 0; max-width: 580px; color: #777482; font-size: 14px; line-height: 1.75; }
.center-head { margin-inline: auto; text-align: center; }
.center-head .eyebrow { justify-content: center; }
.center-head .section-copy { margin-inline: auto; }

/* Browser frame */
.browser-showcase { padding-top: 95px; }
.browser-frame { margin-top: 54px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 21px; background: #070810; box-shadow: 0 45px 140px rgba(0,0,0,.58), 0 0 70px rgba(116,69,220,.08), inset 0 1px 0 rgba(255,255,255,.035); }
.browser-top { height: 98px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(16,17,27,.97), rgba(9,10,17,.95)); }
.browser-tabs { height: 30px; display: flex; align-items: center; gap: 7px; }
.browser-dots { display: flex; gap: 7px; margin-right: 10px; }
.browser-dots i { width: 8px; height: 8px; border-radius: 50%; background: #33333e; }
.browser-tab { width: 185px; height: 30px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--line); border-bottom-color: transparent; border-radius: 9px 9px 3px 3px; color: #aaa6b2; background: rgba(255,255,255,.025); font-size: 9px; }
.small-eclipse { width: 13px; height: 13px; }
.small-eclipse::after { inset: -1px -1px -1px 4px; box-shadow: -1px 0 4px rgba(166,120,255,.65); }
.browser-toolbar { height: 42px; display: flex; align-items: center; gap: 8px; margin-top: 5px; }
.browser-control { width: 26px; text-align: center; color: #656370; font-size: 13px; }
.browser-address { height: 34px; flex: 1; display: flex; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: #73717e; background: rgba(255,255,255,.025); font-size: 9px; }
.browser-address svg { width: 13px; height: 13px; fill: none; stroke: var(--violet); stroke-width: 1.7; }
.browser-body { min-height: 560px; display: grid; grid-template-columns: 178px 1fr; }
.browser-sidebar { padding: 22px 12px; border-right: 1px solid var(--line); background: linear-gradient(180deg, #0a0b13, #07080e); }
.mock-brand { display: flex; align-items: center; gap: 10px; padding: 0 10px 22px; color: #aca8b4; font-size: 8px; letter-spacing: .2em; }
.browser-sidebar nav { display: grid; gap: 5px; }
.browser-sidebar nav span { min-height: 35px; display: flex; align-items: center; gap: 9px; padding: 0 10px; border-radius: 9px; color: #74727f; font-size: 8px; }
.browser-sidebar nav span.active { color: #eeeaf3; background: linear-gradient(90deg, rgba(166,120,255,.14), rgba(255,255,255,.025)); box-shadow: inset 2px 0 var(--violet); }
.browser-sidebar nav i { width: 12px; height: 12px; border: 1px solid currentColor; border-radius: 4px; }
.mock-privacy { margin-top: 172px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.018); }
.mock-privacy strong, .mock-privacy span { display: block; }
.mock-privacy strong { color: #b99be8; font-size: 8px; font-weight: 500; }
.mock-privacy span { margin-top: 5px; color: #55535f; font-size: 7px; }
.browser-content { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: center; padding: 72px 7% 54px; overflow: hidden; background: radial-gradient(ellipse at 50% 35%, rgba(78,56,115,.13), transparent 42%), #07080e; }
.browser-content::after { content: ""; position: absolute; left: 7%; right: 7%; bottom: -115px; height: 180px; border-radius: 50% 50% 0 0; border-top: 1px solid rgba(184,132,255,.55); background: radial-gradient(ellipse at 50% 0, rgba(133,88,232,.2), transparent 60%); box-shadow: 0 -3px 25px rgba(151,93,255,.22); }
.mock-word { position: relative; z-index: 1; margin: 0; padding-left: .28em; font-size: 35px; font-weight: 250; letter-spacing: .28em; }
.mock-sub { margin-top: 12px; color: #706e7a; font-size: 8px; letter-spacing: .12em; }
.mock-search { position: relative; z-index: 1; width: min(620px, 100%); height: 49px; display: flex; align-items: center; gap: 12px; margin-top: 30px; padding: 0 16px; border: 1px solid rgba(166,120,255,.34); border-radius: 14px; color: #787581; background: rgba(18,18,29,.8); font-size: 9px; }
.mock-search i { width: 14px; height: 14px; border: 1px solid #aaa6b4; border-radius: 50%; }
.mock-launch { position: relative; z-index: 1; width: min(620px, 100%); display: grid; grid-template-columns: repeat(5,1fr); gap: 9px; margin-top: 18px; }
.mock-launch div { min-height: 78px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: #76737f; background: rgba(255,255,255,.018); font-size: 8px; }
.mock-launch i { width: 24px; height: 24px; display: grid; place-items: center; margin: 0 auto 7px; border-radius: 8px; color: #d9c9f3; background: rgba(166,120,255,.12); font-style: normal; }
.mock-recent { position: relative; z-index: 1; width: min(620px, 100%); margin-top: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; }
.mock-recent div { height: 35px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 8px; padding: 0 11px; border-bottom: 1px solid rgba(255,255,255,.04); color: #817e8a; font-size: 7px; }
.mock-recent div:last-child { border-bottom: 0; }
.mock-recent i { width: 16px; height: 16px; border-radius: 5px; background: rgba(166,120,255,.1); }
.mock-recent time { color: #55535f; }

/* Bento */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: 48px; }
.feature-card { position: relative; min-height: 250px; grid-column: span 4; overflow: hidden; padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, rgba(18,18,29,.82), rgba(9,10,17,.82)); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); transition: transform .22s ease, border-color .22s ease; }
.feature-card.wide { grid-column: span 8; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(166,120,255,.24); }
.feature-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(166,120,255,.15); border-radius: 11px; color: var(--violet); background: rgba(166,120,255,.07); }
.feature-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.feature-card h3 { margin: 42px 0 10px; font-size: 17px; font-weight: 430; }
.feature-card p { margin: 0; max-width: 390px; color: #74717e; font-size: 11px; line-height: 1.65; }
.feature-meta { position: absolute; top: 25px; right: 25px; color: #4f4d58; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.feature-card.wide::after { content: ""; position: absolute; width: 330px; height: 190px; right: -40px; bottom: -80px; border: 1px solid rgba(166,120,255,.16); border-radius: 50%; box-shadow: 0 0 45px rgba(166,120,255,.07); transform: rotate(-12deg); }

/* Privacy */
.privacy-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.privacy-orbit { position: relative; min-height: 490px; display: grid; place-items: center; }
.privacy-orbit::before, .privacy-orbit::after { content: ""; position: absolute; border: 1px solid rgba(166,120,255,.14); border-radius: 50%; transform: rotate(-18deg); }
.privacy-orbit::before { width: 420px; height: 220px; }
.privacy-orbit::after { width: 310px; height: 390px; border-color: rgba(116,216,255,.08); transform: rotate(35deg); }
.privacy-core { position: relative; z-index: 2; width: 126px; height: 126px; display: grid; place-items: center; border: 1px solid rgba(166,120,255,.25); border-radius: 50%; color: #b78cff; background: radial-gradient(circle, rgba(166,120,255,.12), rgba(11,12,19,.85)); box-shadow: 0 0 70px rgba(128,69,221,.16), inset 0 1px 0 rgba(255,255,255,.05); }
.privacy-core svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.privacy-pill { position: absolute; z-index: 3; min-width: 150px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(13,14,23,.82); backdrop-filter: blur(14px); }
.privacy-pill:nth-child(2) { top: 60px; right: 15px; }
.privacy-pill:nth-child(3) { bottom: 64px; left: 0; }
.privacy-pill span, .privacy-pill strong { display: block; }
.privacy-pill span { color: #55535f; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.privacy-pill strong { margin-top: 6px; color: #bdb8c5; font-size: 9px; font-weight: 500; }
.privacy-list { margin-top: 34px; border-top: 1px solid var(--line); }
.privacy-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; min-height: 70px; border-bottom: 1px solid var(--line); }
.privacy-row i { width: 6px; height: 6px; margin-left: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(127,227,189,.65); }
.privacy-row strong, .privacy-row small { display: block; }
.privacy-row strong { color: #d3cfd9; font-size: 10px; font-weight: 500; }
.privacy-row small { margin-top: 5px; color: #5f5c68; font-size: 8px; }
.privacy-row > span { color: #625f6b; font-size: 8px; }

/* Themes + CTA */
.theme-track { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; margin-top: 46px; }
.theme-option { padding: 8px; border: 1px solid var(--line); border-radius: 13px; color: #7d7a87; background: rgba(255,255,255,.016); text-align: left; cursor: pointer; }
.theme-option.active { border-color: rgba(166,120,255,.48); color: #eeeaf2; box-shadow: 0 0 0 2px rgba(166,120,255,.06); }
.theme-swatch { height: 55px; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border-radius: 8px; }
.theme-swatch i { display: block; }
.theme-option strong { display: block; margin: 10px 2px 2px; font-size: 9px; font-weight: 500; }
.theme-option small { margin-left: 2px; color: #55535f; font-size: 7px; }
.nebula i:nth-child(1){background:#080914}.nebula i:nth-child(2){background:#17122b}.nebula i:nth-child(3){background:#4b2e78}.nebula i:nth-child(4){background:#a678ff}
.lunar i:nth-child(1){background:#090b0f}.lunar i:nth-child(2){background:#252b35}.lunar i:nth-child(3){background:#7086aa}.lunar i:nth-child(4){background:#dbe7fb}
.solar i:nth-child(1){background:#130a08}.solar i:nth-child(2){background:#3a1714}.solar i:nth-child(3){background:#9a4332}.solar i:nth-child(4){background:#ff9a68}
.aurora i:nth-child(1){background:#04100f}.aurora i:nth-child(2){background:#0a3935}.aurora i:nth-child(3){background:#277f7b}.aurora i:nth-child(4){background:#63dfce}
.cinder i:nth-child(1){background:#050505}.cinder i:nth-child(2){background:#141414}.cinder i:nth-child(3){background:#33291d}.cinder i:nth-child(4){background:#d5a55b}
.orchid i:nth-child(1){background:#0b0610}.orchid i:nth-child(2){background:#2a1038}.orchid i:nth-child(3){background:#8138ad}.orchid i:nth-child(4){background:#d178ff}
.cta-panel { position: relative; min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 70px 24px; border: 1px solid var(--line); border-radius: 24px; text-align: center; background: radial-gradient(ellipse at 50% 115%, rgba(133,88,232,.3), transparent 50%), linear-gradient(145deg, rgba(17,17,28,.9), rgba(8,9,15,.9)); box-shadow: 0 35px 100px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.035); }
.cta-panel::after { content: ""; position: absolute; left: 5%; right: 5%; bottom: -170px; height: 240px; border-radius: 50% 50% 0 0; border-top: 1px solid rgba(184,132,255,.6); box-shadow: 0 -5px 36px rgba(151,93,255,.32); }
.cta-panel h2 { position: relative; z-index: 1; margin: 15px 0 12px; font-size: clamp(36px,5vw,58px); font-weight: 320; letter-spacing: -.045em; }
.cta-panel p { position: relative; z-index: 1; margin: 0; color: #777482; font-size: 13px; }
.cta-panel .button-row { position: relative; z-index: 1; }

/* Download page */
.page-hero { padding: 165px 0 68px; text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero .display { max-width: 850px; margin-inline: auto; font-size: clamp(46px,7vw,78px); }
.page-hero .lead { margin: 0 auto; }
.version-chip { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 8px; color: #777482; background: rgba(255,255,255,.02); font: 8px ui-monospace, SFMono-Regular, Menlo, monospace; }
.version-chip i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px rgba(127,227,189,.65); }
.download-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.download-card { position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(18,18,29,.84), rgba(9,10,17,.84)); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.download-card.featured { border-color: rgba(166,120,255,.29); box-shadow: 0 0 50px rgba(112,62,198,.08), inset 0 1px 0 rgba(255,255,255,.04); }
.download-card::after { content: ""; position: absolute; width: 250px; height: 170px; right: -80px; bottom: -90px; border: 1px solid rgba(166,120,255,.12); border-radius: 50%; }
.os-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(166,120,255,.14); border-radius: 13px; color: #b78bff; background: rgba(166,120,255,.07); }
.os-icon svg { width: 23px; height: 23px; fill: currentColor; }
.recommend { position: absolute; top: 27px; right: 27px; padding: 5px 8px; border: 1px solid rgba(127,227,189,.16); border-radius: 6px; color: var(--green); background: rgba(127,227,189,.05); font-size: 7px; letter-spacing: .11em; }
.download-card h2 { margin: 32px 0 6px; font-size: 24px; font-weight: 400; }
.download-card > p { margin: 0; color: #716e7b; font-size: 10px; line-height: 1.5; }
.download-meta { display: grid; gap: 9px; margin: 25px 0; padding: 15px; border: 1px solid rgba(255,255,255,.045); border-radius: 11px; background: rgba(0,0,0,.16); }
.download-meta div { display: flex; justify-content: space-between; color: #625f6c; font-size: 8px; }
.download-meta strong { color: #aaa6b2; font-weight: 500; }
.download-card .button-primary, .download-card .button-secondary { position: relative; z-index: 2; width: 100%; margin-top: auto; }
.alternate { display: flex; flex-wrap: wrap; gap: 9px; margin: 17px 0 70px; }
.alternate a { padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; color: #777482; background: rgba(255,255,255,.018); text-decoration: none; font-size: 9px; }
.alternate a:hover { color: #dcd8e2; border-color: rgba(166,120,255,.22); }
.architecture-note { flex: 1 1 420px; padding: 10px 12px; color: #686572; font-size: 9px; line-height: 1.5; }
.architecture-note strong { margin-right: 5px; color: #aaa6b2; font-weight: 500; }
.requirements { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.require-card, .release-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(15,16,26,.66); }
.require-card h3, .release-card h3 { margin: 0 0 18px; font-size: 14px; font-weight: 450; }
.require-card ul, .release-card ul { margin: 0; padding: 0; list-style: none; }
.require-card li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.045); color: #676471; font-size: 9px; }
.require-card li:last-child { border-bottom: 0; }
.require-card li span:last-child { color: #aaa6b2; }
.release-card { margin-top: 14px; }
.release-head { display: flex; justify-content: space-between; align-items: center; }
.release-head span { color: #5e5b67; font-size: 8px; }
.release-card li { position: relative; padding: 8px 0 8px 18px; color: #777482; font-size: 9px; }
.release-card li::before { content: "+"; position: absolute; left: 0; color: var(--violet); }

/* Welcome */
.welcome-nav { grid-template-columns: 1fr auto 1fr; }
.step-dots { display: flex; align-items: center; gap: 6px; }
.step-dot { width: 6px; height: 6px; padding: 0; border: 1px solid rgba(166,120,255,.18); border-radius: 50%; background: rgba(166,120,255,.09); cursor: pointer; transition: .2s ease; }
.step-dot.active { width: 18px; border-radius: 6px; background: var(--violet); box-shadow: 0 0 10px rgba(166,120,255,.48); }
.skip-link { justify-self: end; color: #777482; background: transparent; cursor: pointer; font-size: 9px; }
.progress-line { position: fixed; z-index: 110; top: 0; left: 0; height: 2px; width: 0; background: linear-gradient(90deg, var(--violet), var(--cyan)); box-shadow: 0 0 10px rgba(166,120,255,.5); transition: width .25s ease; }
.welcome-slides { position: relative; }
.welcome-slide { min-height: 100vh; display: grid; align-items: center; padding: 120px 0 70px; }
.welcome-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 80px; }
.welcome-slide.centered .welcome-grid { grid-template-columns: 1fr; text-align: center; }
.welcome-slide.centered .welcome-copy { max-width: 760px; margin: 0 auto; }
.welcome-copy h1, .welcome-copy h2 { margin: 15px 0 18px; font-size: clamp(42px,6vw,72px); font-weight: 310; letter-spacing: -.05em; line-height: 1.03; }
.welcome-copy p { margin: 0; color: #7b7885; font-size: 14px; line-height: 1.75; }
.welcome-copy .button-row { margin-top: 30px; }
.welcome-slide.centered .button-row { justify-content: center; }
.welcome-visual { min-height: 470px; display: grid; place-items: center; }
.welcome-visual img { width: 580px; mix-blend-mode: screen; filter: saturate(.72); }
.control-stack { width: 100%; display: grid; gap: 10px; }
.control-row { min-height: 73px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 13px; padding: 0 17px; border: 1px solid var(--line); border-radius: 13px; background: rgba(16,17,27,.72); }
.control-row > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--violet); background: rgba(166,120,255,.08); font-style: normal; }
.control-row strong, .control-row small { display: block; }
.control-row strong { font-size: 10px; font-weight: 500; }
.control-row small { margin-top: 5px; color: #605d69; font-size: 8px; }
.switch-demo { width: 35px; height: 19px; padding: 2px; border-radius: 20px; background: #6f3eca; }
.switch-demo::after { content: ""; display: block; width: 15px; height: 15px; margin-left: 16px; border-radius: 50%; background: white; }
.welcome-themes { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.welcome-themes .theme-option { cursor: default; }
.shortcut-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.shortcut { min-height: 90px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: rgba(16,17,27,.68); }
.shortcut kbd { display: inline-block; padding: 5px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; color: #c9bfd8; background: rgba(255,255,255,.035); font: 9px ui-monospace, monospace; }
.shortcut strong, .shortcut small { display: block; }
.shortcut strong { margin-top: 13px; font-size: 10px; font-weight: 500; }
.shortcut small { margin-top: 4px; color: #5d5a66; font-size: 8px; }
.final-orbit { position: relative; width: 290px; height: 290px; display: grid; place-items: center; margin: 10px auto 28px; border: 1px solid rgba(166,120,255,.2); border-radius: 50%; box-shadow: 0 0 80px rgba(166,120,255,.12); }
.final-orbit::before, .final-orbit::after { content: ""; position: absolute; border: 1px solid rgba(166,120,255,.09); border-radius: 50%; }
.final-orbit::before { width: 380px; height: 150px; transform: rotate(-13deg); }
.final-orbit::after { width: 170px; height: 360px; transform: rotate(37deg); }
.final-orbit .brand-mark { width: 88px; height: 88px; }
.final-orbit .brand-mark::after { inset: -3px -3px -3px 25px; box-shadow: -5px 0 18px rgba(166,120,255,.7); }

/* Footer */
.site-footer { margin-top: 80px; border-top: 1px solid var(--line); background: rgba(5,6,11,.74); }
.footer-main { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-main p { margin: 0; color: #514f5a; font-size: 8px; text-align: center; }
.footer-links { justify-self: end; display: flex; gap: 18px; }
.footer-links a { color: #686571; text-decoration: none; font-size: 9px; }
.footer-links a:hover { color: #c8c4cf; }
.group-footer { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; border-top: 1px solid rgba(255,255,255,.04); color: #4f4d57; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.group-footer a { display: inline-flex; align-items: center; gap: 6px; color: #7fe3bd; text-decoration: none; }
.group-footer i { width: 6px; height: 6px; border-radius: 50%; background: #7fe3bd; box-shadow: 0 0 8px rgba(127,227,189,.55); }

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

@media (max-width: 980px) {
  .site-nav { grid-template-columns: 1fr auto; }
  .nav-links, .nav-status { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 120px; text-align: center; }
  .hero-copy { padding-bottom: 0; }
  .hero-copy .lead { margin-inline: auto; }
  .hero .button-row, .hero-note { justify-content: center; }
  .hero-art { min-height: 560px; margin-top: -40px; }
  .hero-art img { width: 620px; max-width: 100%; }
  .orbit-tag { right: 12%; bottom: 12%; }
  .browser-body { grid-template-columns: 140px 1fr; }
  .mock-privacy { margin-top: 165px; }
  .feature-card { grid-column: span 6; }
  .feature-card.wide { grid-column: span 12; }
  .privacy-grid, .welcome-grid { grid-template-columns: 1fr; gap: 30px; }
  .privacy-copy { order: -1; }
  .theme-track { grid-template-columns: repeat(3,1fr); }
  .download-grid { grid-template-columns: repeat(2,1fr); }
  .welcome-slide { text-align: center; }
  .welcome-copy .button-row { justify-content: center; }
  .welcome-visual { min-height: 360px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .site-nav { top: 8px; width: calc(100% - 16px); height: 56px; border-radius: 14px; }
  .brand-word { font-size: 9px; }
  .nav-download { min-height: 34px; padding-inline: 11px; }
  .display { font-size: 48px; }
  .hero { min-height: auto; }
  .hero-art { min-height: 430px; }
  .orbit-tag { display: none; }
  .signal-strip { grid-template-columns: repeat(2,1fr); margin-top: 0; }
  .signal:nth-child(2) { border-right: 0; }
  .signal:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .site-section { padding: 88px 0; }
  .browser-frame { border-radius: 15px; }
  .browser-body { grid-template-columns: 1fr; min-height: 500px; }
  .browser-sidebar { display: none; }
  .browser-content { padding-inline: 18px; }
  .mock-launch { grid-template-columns: repeat(3,1fr); }
  .mock-launch div:nth-child(n+4) { display: none; }
  .browser-tab { width: 140px; }
  .bento { grid-template-columns: 1fr; }
  .feature-card, .feature-card.wide { grid-column: auto; min-height: 220px; }
  .privacy-orbit { min-height: 390px; transform: scale(.86); }
  .theme-track { grid-template-columns: repeat(2,1fr); }
  .download-grid, .requirements { grid-template-columns: 1fr; }
  .download-card { min-height: 390px; }
  .welcome-nav { grid-template-columns: 1fr auto; }
  .step-dots { display: none; }
  .welcome-slide { padding-top: 105px; }
  .welcome-visual { min-height: 290px; }
  .welcome-themes, .shortcut-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; justify-items: center; padding: 35px 0; }
  .footer-links { justify-self: center; }
}

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