:root {
  color-scheme: dark;
  --black: #000;
  --near-black: #070708;
  --white: #f5f5f7;
  --light: #f5f5f7;
  --light-card: #fff;
  --dark-card: #161617;
  --text-dark: #1d1d1f;
  --text-light: #f5f5f7;
  --muted-dark: #6e6e73;
  --muted-light: #a1a1a6;
  --blue: #2997ff;
  --green: #43e58d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--text-light);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.global-nav {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 52px;
  background: rgba(0, 0, 0, .76);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.nav-inner {
  width: min(980px, calc(100% - 44px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.nav-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 600; letter-spacing: -.025em; }
.nav-brand img { border-radius: 7px; }
.nav-inner nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav-inner nav a { color: rgba(255, 255, 255, .78); font-size: 12px; transition: color .2s ease; }
.nav-inner nav a:hover { color: #fff; }
.nav-inner .nav-cta { padding: 5px 12px 6px; border-radius: 999px; color: #fff; background: #0071e3; }

.hero-section { position: relative; min-height: 1040px; padding: 120px 24px 130px; overflow: hidden; text-align: center; }
.hero-glow { position: absolute; top: 270px; left: 50%; width: 1100px; height: 800px; transform: translateX(-50%); background: radial-gradient(ellipse at center, rgba(44, 201, 127, .16), rgba(15, 103, 98, .06) 42%, transparent 72%); filter: blur(10px); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.product-kicker { margin: 0 0 20px; font-size: 22px; line-height: 1.2; font-weight: 600; letter-spacing: -.025em; }
.hero-section h1 { margin: 0; font-size: clamp(64px, 8vw, 108px); line-height: .98; letter-spacing: -.07em; font-weight: 700; }
.hero-section h1 span { color: transparent; background: linear-gradient(104deg, #a8f6cc 0%, #43e58d 40%, #55b9ea 100%); -webkit-background-clip: text; background-clip: text; }
.hero-subtitle { margin: 28px auto 0; color: #a1a1a6; font-size: clamp(23px, 2.5vw, 32px); line-height: 1.35; font-weight: 500; letter-spacing: -.035em; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 22px; margin: 36px 0 0; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 980px; padding: 0 22px; font-size: 16px; font-weight: 400; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-blue { background: #0071e3; color: #fff; }.button-blue:hover { background: #0077ed; }
.button-link { padding-inline: 0; color: var(--blue); }.button-link span { margin: -2px 0 0 5px; font-size: 25px; }.button-link:hover { text-decoration: underline; }
.hero-meta { margin: 18px 0 0; color: #6e6e73; font-size: 12px; }

.app-showcase { position: relative; width: min(1080px, calc(100vw - 64px)); margin: 80px auto 0; }
.showcase-halo { position: absolute; inset: -8% -20% -5%; border-radius: 50%; background: radial-gradient(ellipse, rgba(73, 239, 155, .2), transparent 67%); filter: blur(40px); }
.app-frame { position: relative; max-height: 940px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 44px; background: #071315; box-shadow: 0 60px 150px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.03); }
.app-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,.14); pointer-events: none; }
.app-frame > img { width: 100%; height: auto; }
.power-demo { max-height: none; padding: 34px; text-align: left; background: radial-gradient(circle at 8% 4%, rgba(36, 118, 76, .35), transparent 34%), linear-gradient(145deg, #152724, #101819 58%, #0b1417); }
.demo-app-head { position: relative; z-index: 2; display: flex; align-items: center; min-height: 58px; }
.demo-brand { display: flex; align-items: center; gap: 14px; }.demo-brand img { width: 58px; height: 58px; border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.3); }.demo-brand span b,.demo-brand span small { display: block; }.demo-brand span b { font-size: 26px; letter-spacing: -.04em; }.demo-brand span small { margin-top: 3px; color: #93a39c; font-size: 12px; }
.demo-status { margin-left: auto; min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid rgba(247,174,52,.17); border-radius: 999px; color: #f7ae34; background: rgba(247,174,52,.1); font-size: 13px; font-weight: 600; transition: .35s ease; }.demo-status > i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }.demo-status svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 2; }.demo-status .battery-fill { fill: currentColor; stroke: none; }
.demo-metrics { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.demo-metric { position: relative; min-height: 128px; padding: 18px 19px; overflow: hidden; border: 1px solid rgba(216,240,230,.1); border-radius: 23px; background: rgba(9,20,18,.32); }.demo-metric::after { content:""; position:absolute; right:-30px; top:-35px; width:90px; height:90px; border-radius:50%; background:radial-gradient(circle,rgba(73,239,155,.09),transparent 70%); }.demo-metric > span { color:#9eaaa5; font-size:13px; font-weight:600; }.demo-metric > b { display:block; margin-top:12px; font-size:31px; line-height:1; letter-spacing:-.04em; }.demo-metric > b strong { font-weight:580; }.demo-metric > b i { color:#9ba7a2; font-size:13px; font-style:normal; }.demo-metric > small { display:block; margin-top:13px; color:#71817a; font-size:10px; }.demo-metric.output { border-color:rgba(247,174,52,.12) }.demo-metric.output > b strong { color:#f4f7f4 }.demo-metric.level > b strong { color:#f7ae34 }
.demo-flow-heading { height: 68px; display:flex; align-items:center; justify-content:space-between; }.demo-flow-heading > span { display:flex;align-items:center;gap:10px;font-size:18px;font-weight:650; }.demo-flow-heading > span i { position:relative;width:14px;height:14px;border:2px solid #49ef9b;border-radius:50% }.demo-flow-heading > span i::before,.demo-flow-heading > span i::after { content:"";position:absolute;width:5px;height:5px;border:2px solid #49ef9b;border-radius:50%; }.demo-flow-heading > span i::before{left:-9px;top:-7px}.demo-flow-heading > span i::after{right:-9px;bottom:-7px}.demo-flow-heading > small { color:#798b83;font-size:10px; }
.demo-flow-panel { padding: 16px 18px 12px; border:1px solid rgba(216,240,230,.08); border-radius:28px; background:rgba(5,16,17,.34); }
.demo-flow-canvas { position:relative;display:grid; grid-template-columns:minmax(160px, 21%) 1fr minmax(205px, 27%); width:100%; height:390px; transition:height .35s cubic-bezier(.25,.46,.45,.94); }
.demo-source { position:relative;z-index:3;align-self:start;top:20.5128%;height:61.0256%;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(247,174,52,.5);border-radius:26px;background:linear-gradient(145deg,rgba(247,174,52,.16),rgba(26,26,22,.92));box-shadow:0 24px 50px rgba(0,0,0,.24); }.source-battery { position:relative;width:48px;height:26px;margin-bottom:16px;border:3px solid #f7ae34;border-radius:7px }.source-battery::after{content:"";position:absolute;right:-8px;top:6px;width:5px;height:9px;border-radius:0 3px 3px 0;background:#f7ae34}.source-battery span{display:block;width:28px;height:12px;margin:4px;border-radius:2px;background:#f7ae34}.source-plug { display:none;position:relative;width:48px;height:48px;margin-bottom:10px;border-radius:50%;background:rgba(73,239,155,.12) }.source-plug::before{content:"↯";position:absolute;inset:0;display:grid;place-items:center;color:#49ef9b;font-size:28px}.demo-source>small{color:#f7ae34;font-size:12px;font-weight:650}.demo-source>strong{margin-top:9px;font-size:34px;line-height:1;letter-spacing:-.04em}.demo-source>strong i{color:#9ba7a2;font-size:13px;font-style:normal}.demo-source>em{margin-top:13px;padding:6px 9px;border-radius:999px;color:#f7ae34;background:rgba(247,174,52,.1);font-size:9px;font-style:normal}
.demo-flow-svg { align-self:stretch;width:100%;height:390px;overflow:visible;filter:drop-shadow(0 7px 9px rgba(0,0,0,.2)); }.demo-lane { opacity:.88;transition:opacity .4s ease,filter .4s ease }.lane-glint { fill:none;stroke:rgba(255,255,255,.35);stroke-width:2;stroke-linecap:round;stroke-dasharray:2 18;animation:laneMotion 2.4s linear infinite }.glint-cpu{animation-delay:-.5s}.glint-gpu{animation-delay:-1s}.glint-last{animation-delay:-1.5s}
.demo-destinations { position:relative;height:390px;z-index:3 }.demo-destination { position:absolute;left:0;right:0;display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:9px;padding:0 14px;border:1px solid;border-radius:17px;background:rgba(18,27,27,.94);box-shadow:0 12px 28px rgba(0,0,0,.18) }.demo-destination.screen{top:6.15%;height:40%;border-color:rgba(247,174,52,.36);color:#f7ae34}.demo-destination.cpu{top:48.2%;height:15.9%;border-color:rgba(93,201,238,.35);color:#5dc9ee}.demo-destination.gpu{top:66.15%;height:13.3%;border-color:rgba(132,125,244,.38);color:#9188f4}.demo-destination.last{top:81.5%;height:16.4%;border-color:rgba(229,120,71,.37);color:#e57847}.destination-icon{font-size:21px}.demo-destination p{margin:0}.demo-destination p b,.demo-destination p small{display:block}.demo-destination p b{font-size:13px}.demo-destination p small{margin-top:3px;color:#778780;font-size:9px}.demo-destination>strong{color:#eef3ef;font-size:16px;white-space:nowrap}
.demo-flow-legend { min-height:39px;display:flex;align-items:center;gap:12px;padding:10px 4px 0;color:#778780;font-size:9px }.demo-flow-legend span{display:flex;align-items:center;gap:6px}.demo-flow-legend span i{width:6px;height:6px;border-radius:50%;background:#49ef9b;box-shadow:0 0 8px #49ef9b}.demo-flow-legend b{color:#aab8b2;font-weight:500}.demo-flow-legend em{margin-left:auto;font-style:normal}
.demo-summary { min-height:76px;margin-top:15px;padding:0 16px;display:flex;align-items:center;border:1px solid rgba(216,240,230,.08);border-radius:20px;background:rgba(255,255,255,.025) }.demo-summary>span{display:grid;grid-template-columns:28px 1fr;align-items:center}.demo-summary>span>i{grid-row:1/3;width:18px;height:18px;margin-right:10px;border:2px solid #f7ae34;border-radius:5px}.demo-summary>span b{font-size:12px}.demo-summary>span small{margin-top:4px;color:#76877f;font-size:9px}.demo-state-controls{margin-left:auto;padding:3px;display:flex;border-radius:999px;background:rgba(255,255,255,.055)}.demo-state-controls button{border:0;border-radius:999px;padding:7px 11px;color:#819089;background:transparent;font:10px inherit;cursor:pointer}.demo-state-controls button.active{color:#eaf4ee;background:rgba(255,255,255,.1);box-shadow:0 1px 5px rgba(0,0,0,.18)}
.demo-disclaimer { margin:14px auto 0;color:#687771;font-size:10px;line-height:1.5;text-align:center }
.power-demo[data-state="charging"] .demo-status,.power-demo[data-state="full"] .demo-status{color:#49ef9b;border-color:rgba(73,239,155,.2);background:rgba(73,239,155,.1)}.power-demo[data-state="charging"] .source-battery,.power-demo[data-state="full"] .source-battery{display:none}.power-demo[data-state="charging"] .source-plug,.power-demo[data-state="full"] .source-plug{display:block}.power-demo[data-state="charging"] .demo-source,.power-demo[data-state="full"] .demo-source{border-color:rgba(73,239,155,.45);background:linear-gradient(145deg,rgba(73,239,155,.15),rgba(18,27,24,.94))}.power-demo[data-state="charging"] .demo-source>small,.power-demo[data-state="charging"] .demo-source>em,.power-demo[data-state="full"] .demo-source>small,.power-demo[data-state="full"] .demo-source>em{color:#49ef9b}.power-demo[data-state="charging"] .lane-last{filter:hue-rotate(56deg) saturate(1.15)}.power-demo[data-state="charging"] .demo-destination.last{color:#49ef9b;border-color:rgba(73,239,155,.35)}
@keyframes laneMotion{to{stroke-dashoffset:-40}}

.essentials-section{padding:96px 24px 84px;background:#f5f5f7;color:#1d1d1f}.essentials-inner{width:min(1080px,100%);margin:auto}.essentials-copy{display:flex;align-items:flex-end;justify-content:space-between;gap:48px}.essentials-copy p{margin:0 0 8px;color:#86868b;font-size:17px;font-weight:600}.essentials-copy h2{margin:0;font-size:clamp(42px,5.3vw,68px);line-height:1.04;letter-spacing:-.06em}.essentials-list{margin-top:66px;display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.essentials-list>div{padding-top:22px;border-top:1px solid #d2d2d7}.essentials-list span,.essentials-list b,.essentials-list small{display:block}.essentials-list span{margin-bottom:42px;color:#86868b;font-size:11px}.essentials-list b{font-size:20px;letter-spacing:-.025em}.essentials-list small{margin-top:8px;color:#6e6e73;font-size:14px;line-height:1.5}
.release-section{padding:0 24px 96px;background:#f5f5f7;color:#1d1d1f}.release-inner{width:min(1080px,100%);margin:auto;padding-top:76px;border-top:1px solid #d2d2d7}.release-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.release-heading p{margin:0 0 7px;color:#86868b;font-size:13px;font-weight:600}.release-heading h2{margin:0;font-size:38px;letter-spacing:-.045em}.release-heading>span{padding-bottom:5px;color:#86868b;font-size:12px}.release-options{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.release-options>a{min-height:112px;padding:18px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;border:1px solid #dedee2;border-radius:20px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.release-options>a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.07)}.release-options i{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#1d1d1f;color:#fff;font-size:20px;font-style:normal;font-weight:600}.release-options span b,.release-options span small{display:block}.release-options span b{font-size:15px}.release-options span small{margin-top:5px;color:#86868b;font-size:10px}.release-options em{color:#0071e3;font-size:11px;font-style:normal;white-space:nowrap}.release-note{margin:20px 0 0;color:#86868b;font-size:11px;line-height:1.6}.release-note a{color:#0071e3}
.compact-privacy{padding:72px 24px;background:#000}.compact-privacy-inner{width:min(1080px,100%);margin:auto;display:grid;grid-template-columns:58px 1fr auto;gap:22px;align-items:center}.compact-privacy-inner>span{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;color:#55e59a;background:#0d241a;box-shadow:inset 0 0 0 1px rgba(85,229,154,.18);font-size:22px}.compact-privacy-inner p{margin:0 0 7px;color:#55e59a;font-size:12px;font-weight:600}.compact-privacy-inner h2{margin:0;font-size:27px;letter-spacing:-.04em}.compact-privacy-inner>a{color:#2997ff;font-size:14px;white-space:nowrap}.compact-privacy-inner>a i{font-size:20px;font-style:normal}

.overview-section { position: relative; z-index: 2; padding: 150px 24px; background: var(--light); color: var(--text-dark); }
.section-heading { width: min(1080px, 100%); margin: 0 auto 74px; text-align: center; }
.section-kicker { margin: 0 0 15px; color: #86868b; font-size: 20px; font-weight: 600; letter-spacing: -.025em; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 6.3vw, 80px); line-height: 1.04; letter-spacing: -.06em; font-weight: 700; }
.section-heading h2 span { color: #86868b; }
.feature-grid { width: min(1120px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature-card { position: relative; overflow: hidden; min-height: 620px; border-radius: 32px; background: var(--light-card); box-shadow: 0 3px 16px rgba(0,0,0,.035); }
.feature-flow { grid-column: 1 / -1; min-height: 650px; background: #111; color: #f5f5f7; }
.feature-menubar { grid-column: 1 / -1; min-height: 680px; background: linear-gradient(150deg, #e7ecea, #fafafa); }
.feature-copy { position: relative; z-index: 5; max-width: 600px; padding: 54px 56px 0; }
.feature-copy > p { margin: 0 0 10px; color: #86868b; font-size: 15px; font-weight: 600; }
.feature-copy h3 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.08; letter-spacing: -.05em; font-weight: 650; }
.feature-copy > span { display: block; max-width: 500px; margin-top: 18px; color: #86868b; font-size: 18px; line-height: 1.55; letter-spacing: -.02em; }
.feature-flow .feature-copy > p { color: #6eeaa7; }.feature-flow .feature-copy > span { color: #a1a1a6; }
.feature-flow .feature-copy { max-width: 410px; padding-top: 148px; }
.feature-flow .feature-copy > span { max-width: 340px; }
.flow-preview { position: absolute; right: 46px; top: 72px; width: min(61%, 660px); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; box-shadow: 0 35px 80px rgba(0,0,0,.45); }
.flow-preview img { width: 100%; height: auto; }

.feature-live { background: radial-gradient(circle at 55% 80%, #eafbf1, #fff 55%); }
.live-number { position:absolute; left:50%; bottom:75px; transform:translateX(-50%); display:flex; align-items:baseline; color:#1d1d1f; }.live-number > span { font-size:130px; line-height:.8; font-weight:650; letter-spacing:-.08em; }.live-number i { margin-left:12px; color:#86868b; font-size:36px; font-style:normal; }.live-number b { position:absolute; left:50%; top:-48px; transform:translateX(-50%); padding:7px 12px; border-radius:999px; background:#dff8e9; color:#167647; font-size:11px; letter-spacing:.08em; }.live-number b::before { content:""; display:inline-block; width:6px; height:6px; margin-right:6px; border-radius:50%; background:#32d275; box-shadow:0 0 0 5px rgba(50,210,117,.11); animation:pulse 1.6s ease-in-out infinite; }
.feature-menubar .feature-copy { max-width:550px; }.menu-visual { position:absolute; right:-24px; bottom:-15px; width:59%; height:570px; border:1px solid rgba(0,0,0,.1); border-radius:28px 0 0 0; overflow:hidden; background:#d9d8d3; box-shadow:-30px 40px 80px rgba(0,0,0,.16); }
.mock-menubar { height:40px; padding:0 16px; display:flex; align-items:center; justify-content:space-between; color:#1d1d1f; font-size:11px; background:rgba(245,245,240,.92); }
.mock-popover { width:92%; margin:12px 12px 0 auto; padding:23px; border:1px solid rgba(255,255,255,.12); border-radius:20px; background:linear-gradient(145deg,#18342b,#11191a 68%); color:#f5f5f7; box-shadow:0 18px 42px rgba(0,0,0,.22); }.mock-popover > div { display:flex; align-items:center; gap:11px; }.mock-popover img{width:38px;border-radius:9px}.mock-popover div span b,.mock-popover div span small{display:block}.mock-popover div span b{font-size:15px}.mock-popover div span small{margin-top:2px;color:#92a19b;font-size:9px}.mock-popover div em{margin-left:auto;padding:7px 10px;border-radius:999px;background:rgba(247,174,52,.12);color:#f7ae34;font-size:9px;font-style:normal}.mock-popover ul{list-style:none;margin:22px 0 30px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.mock-popover li{height:94px;padding:14px 11px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(0,0,0,.12)}.mock-popover li span{display:block;color:#a6b0ac;font-size:9px}.mock-popover li b{display:block;margin-top:13px;font-size:24px}.mock-popover li i{color:#8d9994;font-size:10px;font-style:normal}.mock-popover > p{display:flex;justify-content:space-between;margin:0;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);color:#9aa7a1;font-size:10px}

.privacy-section { padding: 150px 24px; background: #000; }
.privacy-inner { width:min(1000px,100%); margin:auto; display:grid; grid-template-columns:160px 1fr; gap:64px; align-items:start; }
.privacy-icon { width:145px;height:145px;display:grid;place-items:center;border-radius:40px;background:linear-gradient(145deg,#0f3023,#07120e);box-shadow:inset 0 0 0 1px rgba(117,255,181,.15),0 30px 80px rgba(27,201,107,.12)}.privacy-icon svg{width:64px;fill:none;stroke:#55e59a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.privacy-inner .section-kicker{color:#55e59a}.privacy-inner h2{margin:0;font-size:clamp(44px,6vw,72px);line-height:1.05;letter-spacing:-.06em}.privacy-inner > div:last-child > p:not(.section-kicker){max-width:720px;margin:28px 0 20px;color:#a1a1a6;font-size:20px;line-height:1.55;letter-spacing:-.025em}.privacy-inner a{color:var(--blue);font-size:18px}.privacy-inner a span{font-size:25px}

.download-section { padding:150px 24px 120px; background:var(--light); color:var(--text-dark); }
.download-section .section-heading { margin-bottom:60px; }.download-section .section-heading > p:last-child { margin:22px 0 0;color:#86868b;font-size:18px; }.download-grid { width:min(1040px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }.download-card { position:relative;min-height:390px;padding:34px;border:1px solid #e5e5e7;border-radius:28px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.045);transition:transform .25s ease,box-shadow .25s ease; }.download-card:hover { transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.085); }.recommend-label{position:absolute;right:22px;top:22px;padding:5px 9px;border-radius:999px;background:#e8f2ff;color:#0071e3;font-size:10px;font-weight:600}.chip-icon{width:68px;height:68px;display:grid;place-items:center;margin-bottom:46px;border-radius:17px;background:linear-gradient(145deg,#2d2d2f,#09090a);color:#fff;font-size:30px;font-weight:600;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15),0 10px 25px rgba(0,0,0,.16)}.chip-icon.intel{background:linear-gradient(145deg,#3d80d1,#1353a3);font-family:Georgia,serif;font-style:italic}.chip-icon.universal{background:linear-gradient(145deg,#1d8b63,#0b4030);font-size:25px}.download-card p{margin:0 0 8px;color:#86868b;font-size:13px;font-weight:600}.download-card h3{margin:0;font-size:27px;letter-spacing:-.04em}.download-card small{display:block;margin-top:9px;color:#86868b}.download-card > b{position:absolute;left:34px;bottom:32px;color:#0071e3;font-size:15px;font-weight:400}.download-card > b span{margin-left:5px}.install-notice{width:min(1040px,100%);margin:22px auto 0;padding:25px 30px;display:grid;grid-template-columns:1fr 1.4fr auto;gap:28px;align-items:center;border-radius:20px;background:#e8e8ed}.install-notice > div{display:flex;align-items:flex-start;gap:12px}.install-notice > div > span{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#1d1d1f;color:#fff;font-size:11px}.install-notice p{margin:0}.install-notice p b,.install-notice p small{display:block}.install-notice p b{font-size:13px}.install-notice p small{margin-top:4px;color:#6e6e73;font-size:11px;line-height:1.4}.install-notice > a{color:#0071e3;font-size:12px;white-space:nowrap}

.site-footer { background:#f5f5f7;color:#6e6e73;border-top:1px solid #d2d2d7; }.footer-inner { width:min(980px,calc(100% - 44px));min-height:100px;margin:auto;display:flex;align-items:center;font-size:11px}.footer-inner > p{margin-right:auto;color:#1d1d1f;font-weight:600}.footer-inner > p span{margin-left:7px;color:#86868b;font-weight:400}.footer-inner > div{display:flex;gap:24px}.footer-inner a:hover{text-decoration:underline}

.reveal { opacity:0;transform:translateY(18px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94) }.reveal.visible{opacity:1;transform:none}
@keyframes pulse{50%{opacity:.45}}

/* Shared secondary pages */
.site-header { width:min(980px,calc(100% - 44px));height:72px;margin:auto;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.12) }.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:600}.brand img{border-radius:8px}.system-pill{margin-left:auto;color:#a1a1a6;font-size:12px}.privacy-page{max-width:760px;margin:90px auto 130px;padding:0 24px}.privacy-page .eyebrow{color:#55e59a;font-size:11px;letter-spacing:.08em}.privacy-page h1{margin:18px 0 34px;font-size:62px;letter-spacing:-.06em}.privacy-page h2{margin-top:48px;font-size:24px;letter-spacing:-.03em}.privacy-page p,.privacy-page li{color:#a1a1a6;line-height:1.8}.privacy-page a{color:var(--blue)}.not-found{min-height:70vh;display:grid;place-content:center;text-align:center}.not-found h1{margin:0;color:#55e59a;font-size:100px}.not-found p{color:#a1a1a6}.not-found a{color:var(--blue)}

@media (max-width: 900px) {
  .hero-section{min-height:0;padding-top:100px}.app-showcase{width:calc(100vw - 48px)}
  .power-demo{padding:24px}.demo-metrics{gap:8px}.demo-metric{min-height:112px;padding:15px}.demo-metric>b{font-size:26px}.demo-flow-canvas,.demo-flow-svg,.demo-destinations{height:330px}.demo-destination{padding:0 10px;grid-template-columns:22px 1fr auto}.demo-destination>strong{font-size:13px}.destination-icon{font-size:17px}
  .feature-grid{grid-template-columns:1fr}.feature-flow,.feature-menubar{grid-column:auto}.feature-flow{min-height:920px}.feature-flow .feature-copy{max-width:620px;padding-top:54px}.feature-flow .feature-copy>span{max-width:520px}.flow-preview{left:28px;right:28px;top:auto;bottom:28px;width:auto}.feature-live{min-height:570px}.feature-menubar{min-height:850px}.feature-menubar .feature-copy{max-width:100%}.menu-visual{right:0;bottom:0;width:94%;height:520px}
  .privacy-inner{grid-template-columns:1fr;gap:42px}.download-grid{grid-template-columns:1fr 1fr}.download-card:last-child{grid-column:1/-1}.install-notice{grid-template-columns:1fr 1fr}.install-notice>a{grid-column:1/-1}
  .release-options{grid-template-columns:1fr}.release-options>a{min-height:96px}
}

@media (min-width: 2000px) {
  .hero-section h1 { font-size: 116px; }
  .hero-subtitle { font-size: 34px; }
  .app-showcase { width: min(1240px, 60vw); }
}

@media (min-width: 2400px) {
  .hero-section h1 { font-size: 124px; }
  .app-showcase { width: min(1360px, 54vw); }
}

@media (max-width: 620px) {
  .nav-inner{width:calc(100% - 30px)}.nav-inner nav{gap:14px}.nav-inner nav a:not(.nav-cta){display:none}
  .hero-section{padding:76px 10px 90px}.product-kicker{font-size:17px}.hero-section h1{font-size:55px}.hero-subtitle{font-size:21px}.hero-actions{flex-direction:column;gap:6px;margin-top:30px}.button{font-size:15px}.app-showcase{width:100%;margin-top:56px}.app-frame{max-height:680px;border-radius:24px}.power-demo{max-height:none;padding:14px 12px}.demo-brand{gap:9px}.demo-brand img{width:42px;height:42px;border-radius:10px}.demo-brand span b{font-size:18px}.demo-brand span small{font-size:8px}.demo-status{min-height:34px;padding:0 9px;gap:5px;font-size:10px}.demo-status>i{display:none}.demo-status svg{width:22px}.demo-metrics{grid-template-columns:1fr 1fr;margin-top:16px}.demo-metric{min-height:91px;padding:11px 12px;border-radius:16px}.demo-metric>span{font-size:9px}.demo-metric>b{margin-top:8px;font-size:22px}.demo-metric>small{margin-top:8px;font-size:8px}.demo-flow-heading{height:52px}.demo-flow-heading>span{font-size:14px}.demo-flow-heading>small{display:none}.demo-flow-panel{padding:8px 7px 7px;border-radius:20px}.demo-flow-canvas,.demo-flow-svg,.demo-destinations{height:270px}.demo-flow-canvas{grid-template-columns:26% 45% 29%}.demo-source{border-radius:17px}.source-battery{width:34px;height:19px;margin-bottom:10px;border-width:2px}.source-battery::after{right:-6px;top:5px;width:4px;height:7px}.source-battery span{width:20px;height:9px;margin:3px}.source-plug{width:34px;height:34px}.demo-source>small{font-size:9px}.demo-source>strong{font-size:21px}.demo-source>strong i{font-size:9px}.demo-source>em{margin-top:8px;padding:4px 6px;font-size:7px}.demo-destination{grid-template-columns:15px 1fr;padding:0 6px;border-radius:11px}.destination-icon{font-size:12px}.demo-destination p b{font-size:9px}.demo-destination p small,.demo-destination>strong{display:none}.demo-flow-legend{gap:6px;font-size:7px}.demo-flow-legend em{display:none}.demo-summary{min-height:98px;padding:10px;align-items:flex-start;flex-direction:column;justify-content:center}.demo-state-controls{margin:9px 0 0;width:100%;justify-content:space-between}.demo-state-controls button{padding:6px 9px}.demo-disclaimer{padding:0 12px;font-size:8px}
  .overview-section,.privacy-section,.download-section{padding:96px 16px}.section-heading{margin-bottom:48px}.section-kicker{font-size:16px}.section-heading h2{font-size:43px}.feature-grid{gap:14px}.feature-card{min-height:560px;border-radius:24px}.feature-copy{padding:34px 28px 0}.feature-copy h3{font-size:34px}.feature-copy>span{font-size:16px}.feature-flow{min-height:650px}.feature-flow .feature-copy{padding:34px 28px 0}.flow-preview{left:18px;right:18px;bottom:20px;border-radius:18px}.live-number>span{font-size:98px}.feature-menubar{min-height:760px}.menu-visual{width:96%;height:450px}.mock-popover{padding:16px}.mock-popover div em{display:none}.mock-popover ul{grid-template-columns:1fr 1fr}.mock-popover li:last-child{display:none}
  .privacy-inner{gap:28px}.privacy-icon{width:98px;height:98px;border-radius:28px}.privacy-icon svg{width:45px}.privacy-inner h2{font-size:43px}.privacy-inner>div:last-child>p:not(.section-kicker){font-size:17px}.privacy-inner a{font-size:16px}
  .download-grid{grid-template-columns:1fr}.download-card:last-child{grid-column:auto}.download-card{min-height:340px}.install-notice{grid-template-columns:1fr;padding:23px}.install-notice>a{grid-column:auto}.footer-inner{width:calc(100% - 32px);padding:28px 0;align-items:flex-start;flex-direction:column;gap:17px;min-height:0}.footer-inner>p{margin:0}
  .privacy-page{margin-top:60px}.privacy-page h1{font-size:46px}
  .essentials-section{padding:72px 20px 64px}.essentials-copy{display:block}.essentials-copy h2{font-size:42px}.essentials-list{margin-top:48px;grid-template-columns:1fr;gap:28px}.essentials-list>div{display:grid;grid-template-columns:38px 1fr;column-gap:8px}.essentials-list span{grid-row:1/3;margin:3px 0 0}.essentials-list small{margin-top:5px}.release-section{padding:0 20px 68px}.release-inner{padding-top:58px}.release-heading{display:block}.release-heading h2{font-size:33px}.release-heading>span{display:block;margin-top:10px}.release-options{margin-top:26px}.release-options>a{grid-template-columns:44px 1fr auto;padding:14px}.release-options i{width:44px;height:44px}.compact-privacy{padding:56px 20px}.compact-privacy-inner{grid-template-columns:48px 1fr;gap:16px}.compact-privacy-inner>span{width:46px;height:46px;border-radius:14px}.compact-privacy-inner h2{font-size:21px}.compact-privacy-inner>a{grid-column:2;margin-top:2px}
}

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