:root {
  --ink: #141414;
  --muted: #66666d;
  --paper: #f5f5f7;
  --white: #fff;
  --blue: #1768ff;
  --lime: #a9d72d;
  --line: #dedee3;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky; z-index: 50; top: 12px; width: min(720px, calc(100% - 28px)); height: 66px;
  margin: 12px auto 0; padding: 0 14px 0 18px; display: flex; align-items: center; gap: 24px;
  color: #fff; background: rgba(7,7,8,.96); border: 1px solid rgba(255,255,255,.12);
  border-radius: 23px; box-shadow: 0 14px 40px rgba(0,0,0,.16); backdrop-filter: blur(20px);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 750; white-space: nowrap; }
.brand img { width: 30px; height: 30px; border-radius: 8px; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; color: #a7a7ad; font-size: 14px; }
.nav-links a:hover { color: #fff; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; color: #111; background: #fff; border-radius: 15px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.header-cta i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.menu-button { display: none; }

.hero { overflow: hidden; padding: 78px 24px 0; text-align: center; }
.eyebrow, .section-heading > p, .section-label { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { max-width: 980px; margin: 24px auto 22px; font-size: clamp(62px,7.3vw,116px); line-height: .88; letter-spacing: -.065em; font-weight: 800; }
.hero h1 em, .section-heading h2 em, .dark-intro h2 em, .how-title h2 em, .install-copy h2 em, .final-cta h2 em { display: block; font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
.hero h1 em { margin-top: 14px; }
.hero-copy { max-width: 720px; margin: 34px auto 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; padding: 0 23px; align-items: center; justify-content: center; border-radius: 16px; font-size: 15px; font-weight: 750; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(23,104,255,.24); }
.button.secondary { background: #fff; border: 1px solid #d2d2d7; }

.dynamic-showcase { position: relative; width: min(1140px,100%); height: 660px; margin: 74px auto 0; overflow: hidden; color: #fff; background: #06080d; border: 12px solid #0b0b0c; border-bottom: 0; border-radius: 42px 42px 0 0; box-shadow: 0 -14px 70px rgba(15,18,30,.18); }
.showcase-menubar { position: absolute; z-index: 6; top: 0; left: 0; right: 0; height: 34px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.88); background: rgba(2,3,6,.88); backdrop-filter: blur(12px); font-size: 11px; }
.showcase-wallpaper { position: absolute; inset: 34px 0 0; background: radial-gradient(circle at 25% 35%,rgba(61,116,223,.85),transparent 34%),radial-gradient(circle at 72% 24%,rgba(131,67,222,.75),transparent 29%),radial-gradient(circle at 56% 80%,rgba(0,191,200,.45),transparent 34%),linear-gradient(145deg,#07101b 10%,#10122d 52%,#050711); }
.showcase-wallpaper::after { content: ""; position: absolute; inset: 0; opacity: .48; background: repeating-radial-gradient(ellipse at 60% 20%,transparent 0 48px,rgba(255,255,255,.06) 50px 52px); transform: rotate(-13deg) scale(1.5); }
.dynamic-island { position: absolute; z-index: 5; top: 82px; left: 50%; width: 440px; height: 76px; overflow: hidden; transform: translateX(-50%); color: #fff; background: rgba(3,4,7,.97); border: 1px solid rgba(255,255,255,.11); border-radius: 38px; box-shadow: 0 26px 70px rgba(0,0,0,.48); transition: width .65s cubic-bezier(.16,1,.3,1),height .65s cubic-bezier(.16,1,.3,1),border-radius .65s cubic-bezier(.16,1,.3,1); }
.dynamic-island.is-expanded { width: min(680px,calc(100% - 54px)); height: 490px; border-radius: 34px; }
.island-compact { position: relative; z-index: 2; height: 76px; padding: 0 19px; display: flex; align-items: center; gap: 13px; background: rgba(5,6,9,.96); }
.island-device-icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: #9bc8ff; background: #15213a; border-radius: 15px; transition: color .35s,background .35s; }
.island-device-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.spinner-icon { display: none; width: 22px; height: 22px; border: 2px solid rgba(255,255,255,.2); border-top-color: #fff; border-radius: 50%; animation: island-spin .75s linear infinite; }
.dynamic-island[data-island-state="connecting"] .phone-icon { display: none; }
.dynamic-island[data-island-state="connecting"] .spinner-icon { display: block; }
.dynamic-island[data-island-state="connecting"] .island-device-icon { color: #fff; background: #33275e; }
.dynamic-island[data-island-state="connected"] .island-device-icon { color: #a9ed63; background: #1b321e; }
@keyframes island-spin { to { transform: rotate(360deg); } }
.island-copy { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 3px; text-align: left; }
.island-copy strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.island-copy small { overflow: hidden; color: #8d9099; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.island-metric { flex: 0 0 auto; padding: 9px 12px; color: #afcaff; background: #151b28; border-radius: 12px; font-size: 11px; font-weight: 700; transition: color .3s,background .3s; }
.dynamic-island[data-island-state="connected"] .island-metric { color: #5ff18e; background: #10251a; }
.island-preview { position: absolute; top: 82px; left: 12px; right: 12px; bottom: 12px; overflow: hidden; opacity: 0; transform: translateY(18px) scale(.98); border: 1px solid #2b2d34; border-radius: 24px; background: #090a0d; transition: opacity .35s .18s,transform .5s .15s; }
.dynamic-island.is-expanded .island-preview { opacity: 1; transform: none; }
.island-shot { position: absolute; inset: 50% auto auto 50%; width: auto; max-width: calc(100% - 18px); max-height: calc(100% - 18px); transform: translate(-50%,-48%) scale(.97); opacity: 0; border-radius: 18px; transition: opacity .35s,transform .5s; }
.island-shot.is-active { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.island-controls { position: absolute; z-index: 4; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; padding: 6px; background: rgba(5,6,9,.6); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; backdrop-filter: blur(16px); }
.island-control { min-height: 34px; padding: 0 12px; display: inline-flex; align-items: center; gap: 7px; color: #9b9da5; background: transparent; border: 0; border-radius: 999px; font-size: 11px; font-weight: 700; cursor: pointer; }
.island-control i { width: 7px; height: 7px; background: #656873; border-radius: 50%; }
.island-control.is-active { color: #fff; background: rgba(255,255,255,.1); }
.island-control[data-island-control="ready"].is-active i { background: #75abff; box-shadow: 0 0 0 4px rgba(117,171,255,.12); }
.island-control[data-island-control="connecting"].is-active i { background: #a989ff; box-shadow: 0 0 0 4px rgba(169,137,255,.12); }
.island-control[data-island-control="connected"].is-active i { background: #4ce87c; box-shadow: 0 0 0 4px rgba(76,232,124,.12); }

.ticker { overflow: hidden; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ticker-track { width: max-content; display: flex; will-change: transform; animation: ticker 28s linear infinite; }
.ticker-group { width: max-content; min-width: 100vw; height: 74px; padding: 0 28px; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 38px; color: #77777d; font-size: 12px; font-weight: 800; letter-spacing: .18em; white-space: nowrap; }
.ticker i { color: var(--blue); font-style: normal; }
@keyframes ticker { to { transform: translate3d(-50%,0,0); } }

.section { width: min(1180px,calc(100% - 48px)); margin-inline: auto; }
.section-heading h2, .dark-intro h2, .how-title h2, .install-copy h2 { margin: 0; font-size: clamp(54px,6.1vw,92px); line-height: .94; letter-spacing: -.06em; }
.section-heading span { display: block; max-width: 720px; margin: 28px auto 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.centered { text-align: center; }

.feature-section { padding: 140px 0; }
.bento-grid { margin-top: 72px; display: grid; grid-template-columns: 1.45fr .75fr .8fr; grid-template-rows: 330px 330px; gap: 18px; }
.bento-card { position: relative; overflow: hidden; min-width: 0; padding: 34px; border: 1px solid rgba(10,10,14,.08); border-radius: 32px; }
.bento-card h3 { margin: 12px 0 14px; font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
.bento-card p { margin: 0; font-size: 15px; line-height: 1.55; }
.bento-main { grid-row: span 2; color: #fff; background: #090a0d; border: 0; }
.bento-main::before { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -180px; border-radius: 50%; background: radial-gradient(circle,rgba(23,104,255,.58),transparent 67%); }
.bento-main > * { position: relative; z-index: 1; }
.bento-main > p { max-width: 440px; color: #9c9ca4; }
.bento-main > img { position: absolute; z-index: 1; width: min(610px,94%); max-width: none; height: auto; left: 52%; bottom: -173px; transform: translateX(-50%); border-radius: 25px; box-shadow: 0 30px 70px rgba(0,0,0,.48); }
.card-kicker { color: #7ca9ff; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.mini-menubar { display: flex; align-items: center; gap: 10px; margin-top: 28px; padding: 13px 15px; color: #d7d7db; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; font-size: 13px; }
.mini-menubar b { margin-left: auto; color: #28e871; }
.mini-logo { display: grid; width: 27px; height: 27px; place-items: center; background: #23252c; border-radius: 8px; }
.card-blue { color: #fff; background: var(--blue); border: 0; }
.card-blue p { color: #c6d8ff; }
.card-white { background: #fff; }
.card-white p { color: var(--muted); }
.card-dark { color: #fff; background: #121319; border: 0; }
.card-dark p { color: #9c9da5; }
.card-lime { color: #171a0a; background: var(--lime); border: 0; }
.metric { font-size: 66px; line-height: 1; letter-spacing: -.07em; font-weight: 800; }
.metric small { margin-left: 5px; font-size: 22px; letter-spacing: -.02em; }
.protocol-mark { min-height: 68px; display: flex; align-items: center; color: #7eaaff; font-family: monospace; font-size: 25px; letter-spacing: -.06em; }

.dark-section { padding: 135px 0 145px; color: #fff; background: #090a0d; }
.dark-intro { display: grid; grid-template-columns: 1.1fr .6fr; gap: 80px; align-items: end; }
.dark-intro .section-label { color: #7ca9ff; }
.dark-intro > p { margin: 0 0 8px; color: #a6a7ad; font-size: 17px; line-height: 1.7; }
.capability-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border-top: 1px solid #27282e; border-left: 1px solid #27282e; border-radius: 30px; }
.capability-grid article { min-height: 220px; padding: 28px; border-right: 1px solid #27282e; border-bottom: 1px solid #27282e; }
.capability-grid article > span { display: grid; width: 43px; height: 43px; place-items: center; color: #8bb1ff; border: 1px solid #343640; border-radius: 13px; }
.feature-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.capability-grid h3 { margin: 34px 0 9px; font-size: 19px; }
.capability-grid p { margin: 0; color: #888a92; font-size: 14px; line-height: 1.55; }

.how-section { padding: 145px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.how-title { position: sticky; top: 115px; }
.how-title > p:last-child { max-width: 400px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps-list li { padding: 44px 0 48px; display: grid; grid-template-columns: 120px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.steps-list li > span { font-size: 36px; font-weight: 800; letter-spacing: -.04em; }
.steps-list h3 { margin: 3px 0 12px; font-size: 22px; letter-spacing: -.025em; }
.steps-list p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.proof-section { padding: 0 0 145px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.proof-card { min-height: 650px; padding: 38px; overflow: hidden; border-radius: 34px; }
.proof-card > p:first-child { margin: 0; color: #73747b; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.proof-card h3 { margin: 32px 0 16px; font-size: clamp(38px,4vw,58px); line-height: .98; letter-spacing: -.055em; }
.proof-copy { max-width: 480px; margin: 0; color: #aaaab1; font-size: 16px; line-height: 1.65; }
.tested-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: #0c0d10; }
.tested-card > p:first-child { position: absolute; top: 38px; left: 38px; }
.android-orbit { position: absolute; inset: 42px 42px auto; height: 340px; display: grid; place-items: center; background: radial-gradient(circle,rgba(169,215,45,.24),transparent 62%); border: 1px solid #2e3037; border-radius: 50%; }
.android-orbit::before, .android-orbit::after { content: ""; position: absolute; inset: 40px; border: 1px solid #24262d; border-radius: 50%; }
.android-orbit::after { inset: 90px; }
.android-orbit span { position: relative; z-index: 2; display: grid; width: 116px; height: 116px; place-items: center; color: #111; background: var(--lime); border-radius: 34px; font-weight: 800; transform: rotate(-8deg); box-shadow: 0 22px 55px rgba(169,215,45,.18); }
.requirements-card { background: #fff; border: 1px solid var(--line); }
.requirements-card ul { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.requirements-card li { padding: 22px 0; display: grid; grid-template-columns: 44px 1fr; border-bottom: 1px solid var(--line); }
.requirements-card li > span { grid-row: span 2; color: var(--blue); font-size: 12px; font-weight: 800; }
.requirements-card li b { font-size: 17px; }
.requirements-card li small { margin-top: 4px; color: var(--muted); font-size: 13px; }

.install-section { padding: 140px 0; background: #dfe9ff; }
.install-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.install-copy > p:not(.section-label) { max-width: 540px; margin: 30px 0 0; color: #5f6470; font-size: 17px; line-height: 1.65; }
.install-badges { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.install-badges span { padding: 9px 12px; color: #31558f; background: rgba(255,255,255,.38); border: 1px solid rgba(23,104,255,.18); border-radius: 999px; font-size: 12px; font-weight: 700; }
.terminal-card { min-width: 0; overflow: hidden; color: #fff; background: #0b0c0f; border: 1px solid #30323a; border-radius: 28px; box-shadow: 0 34px 70px rgba(27,53,108,.18); }
.terminal-top { height: 52px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: #777982; border-bottom: 1px solid #25262b; font-size: 12px; }
.terminal-top > span { display: flex; gap: 7px; }
.terminal-top i { width: 9px; height: 9px; background: #ff6159; border-radius: 50%; }
.terminal-top i:nth-child(2) { background: #ffbd2e; }
.terminal-top i:nth-child(3) { background: #28c941; }
.terminal-card pre { margin: 0; padding: 42px 34px; overflow-x: auto; color: #e6e7eb; font: 14px/2.05 monospace; }
.terminal-card code span { color: #7ca9ff; }
.terminal-card > p { margin: 0; padding: 16px 34px; color: #787a83; border-top: 1px solid #25262b; font-size: 12px; }

.faq-section { padding: 145px 0; }
.faq-list { max-width: 900px; margin: 68px auto 0; }
.faq-list details { margin-bottom: 12px; padding: 0 25px; background: #fff; border: 1px solid var(--line); border-radius: 23px; }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; display: block; width: 34px; height: 34px; flex: 0 0 auto; color: #fff; background: #111; border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 2px; background: currentColor; border-radius: 2px; transform: translate(-50%,-50%); transition: transform .22s ease; }
.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(90deg) scaleX(0); }
.faq-list details p { max-width: 750px; margin: -5px 0 25px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.final-cta { padding: 135px 24px; text-align: center; color: #fff; background: var(--blue); }
.final-cta img { margin-inline: auto; border-radius: 28px; box-shadow: 0 25px 60px rgba(5,38,102,.25); }
.final-cta > p { margin: 28px 0 21px; color: #bfd4ff; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.final-cta h2 { margin: 0; font-size: clamp(56px,7vw,104px); line-height: .91; letter-spacing: -.065em; }
.white-button { margin-top: 36px; color: #111; background: #fff; }

footer { padding: 50px max(24px,calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1fr auto; gap: 18px 40px; align-items: center; color: #fff; background: #090a0d; }
.footer-brand { display: flex; align-items: center; gap: 11px; font-weight: 800; }
.footer-brand img { border-radius: 9px; }
footer > p { grid-column: 1; margin: 0; color: #797b83; font-size: 13px; }
footer nav { grid-column: 2; grid-row: 1; display: flex; gap: 24px; color: #a5a6ac; font-size: 13px; }
footer small { grid-column: 2; grid-row: 2; color: #5f6067; text-align: right; }

@media (max-width: 1050px) {
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 290px 290px; }
  .bento-main { grid-row: span 2; }
  .card-lime { grid-column: 2; }
  .how-section { gap: 55px; }
  .install-inner { gap: 45px; }
}

@media (max-width: 850px) {
  .section { width: min(100% - 32px,720px); }
  .feature-section, .how-section, .faq-section, .dark-section, .install-section { padding-block: 105px; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 280px 280px; }
  .bento-main { grid-column: 1 / -1; grid-row: auto; }
  .bento-main > img { bottom: -205px; width: min(560px,88%); }
  .card-lime { grid-column: auto; }
  .dark-intro { grid-template-columns: 1fr; gap: 35px; }
  .capability-grid { grid-template-columns: repeat(2,1fr); }
  .how-section { grid-template-columns: 1fr; }
  .how-title { position: static; }
  .proof-section, .install-inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { top: 8px; width: calc(100% - 16px); height: 60px; margin-top: 8px; padding: 0 9px 0 12px; border-radius: 20px; }
  .brand span { display: none; }
  .menu-button { z-index: 3; margin-left: auto; width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 6px; color: #fff; background: transparent; border: 0; cursor: pointer; }
  .menu-button span { width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 76px 8px auto; padding: 18px; display: grid; gap: 6px; color: #fff; background: rgba(8,8,10,.98); border: 1px solid #27272b; border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.3); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; }
  .nav-links.open { transform: none; opacity: 1; visibility: visible; }
  .nav-links a { padding: 15px 12px; border-bottom: 1px solid #242428; }
  .nav-links a:last-child { border: 0; }
  .header-cta { margin-left: 0; padding: 11px 14px; }
  .hero { padding: 62px 14px 0; }
  .eyebrow { font-size: 10px; letter-spacing: .13em; }
  .hero h1 { margin-top: 18px; font-size: clamp(50px,14vw,72px); line-height: .93; }
  .hero h1 em { margin-top: 11px; }
  .hero-copy { margin-top: 25px; font-size: 16px; }
  .hero-actions { width: 100%; max-width: 360px; margin: 25px auto 0; flex-direction: column; }
  .button { width: 100%; }
  .dynamic-showcase { height: 520px; margin-top: 48px; border-width: 7px; border-radius: 27px 27px 0 0; }
  .showcase-menubar { height: 28px; padding: 0 10px; font-size: 8px; }
  .showcase-wallpaper { inset: 28px 0 0; }
  .dynamic-island { top: 58px; width: min(340px,calc(100% - 34px)); height: 66px; border-radius: 33px; }
  .dynamic-island.is-expanded { width: calc(100% - 18px); height: 385px; border-radius: 26px; }
  .island-compact { height: 66px; padding: 0 12px; gap: 10px; }
  .island-device-icon { width: 38px; height: 38px; border-radius: 12px; }
  .island-copy strong { font-size: 12px; }
  .island-copy small, .island-metric { font-size: 9px; }
  .island-metric { padding: 8px 9px; }
  .island-preview { top: 72px; left: 8px; right: 8px; bottom: 8px; border-radius: 19px; }
  .island-shot { max-width: calc(100% - 10px); max-height: calc(100% - 10px); border-radius: 14px; }
  .island-controls { bottom: 13px; gap: 2px; padding: 4px; }
  .island-control { min-height: 31px; padding: 0 8px; gap: 5px; font-size: 9px; }
  .ticker-track { animation-duration: 20s; }
  .ticker-group { height: 60px; justify-content: flex-start; }
  .section { width: calc(100% - 28px); }
  .section-heading h2, .dark-intro h2, .how-title h2, .install-copy h2 { font-size: 48px; }
  .section-heading span { margin-top: 22px; font-size: 16px; }
  .feature-section, .how-section, .faq-section, .dark-section, .install-section { padding-block: 82px; }
  .bento-grid { margin-top: 44px; display: flex; flex-direction: column; }
  .bento-card { min-height: 270px; padding: 26px; border-radius: 26px; }
  .bento-main { min-height: 570px; }
  .bento-main > img { width: 94%; bottom: -130px; }
  .metric { font-size: 58px; }
  .dark-intro { gap: 25px; }
  .capability-grid { margin-top: 52px; grid-template-columns: 1fr; border-radius: 24px; }
  .capability-grid article { min-height: 185px; }
  .capability-grid h3 { margin-top: 25px; }
  .how-section { gap: 50px; }
  .steps-list li { grid-template-columns: 65px 1fr; gap: 12px; padding: 33px 0; }
  .steps-list li > span { font-size: 26px; }
  .proof-section { width: calc(100% - 28px); padding-bottom: 82px; }
  .proof-card { min-height: 590px; padding: 27px; border-radius: 27px; }
  .tested-card > p:first-child { top: 27px; left: 27px; }
  .android-orbit { inset: 50px 24px auto; height: 300px; }
  .requirements-card { min-height: auto; }
  .install-inner { gap: 44px; }
  .terminal-card { border-radius: 22px; }
  .terminal-card pre { padding: 30px 20px; font-size: 11px; }
  .faq-list { margin-top: 45px; }
  .faq-list details { padding: 0 18px; border-radius: 18px; }
  .faq-list summary { min-height: 70px; font-size: 15px; }
  .final-cta { padding: 90px 16px; }
  .final-cta h2 { font-size: 51px; }
  footer { padding: 40px 22px; display: flex; flex-direction: column; align-items: flex-start; }
  footer nav { flex-wrap: wrap; }
  footer small { text-align: left; }
}

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