:root {
  color-scheme: dark;
  --bg: #070a12;
  --bg-deep: #05070d;
  --bg-soft: #0d1220;
  --surface: rgba(18, 24, 39, .78);
  --surface-solid: #121827;
  --line: rgba(214, 227, 255, .12);
  --line-strong: rgba(214, 227, 255, .21);
  --text: #f7f9ff;
  --muted: #a6b0c5;
  --faint: #748097;
  --blue: #0a84ff;
  --blue-light: #79baff;
  --violet: #8a6cff;
  --green: #79dba2;
  --radius: 24px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .38);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: -1; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 80% 0, rgba(65, 72, 255, .1), transparent 30%), radial-gradient(circle at 10% 55%, rgba(10, 132, 255, .05), transparent 27%); }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: #06101d; border-radius: 10px; background: #fff; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 126px 0; overflow: clip; scroll-margin-top: 28px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--blue-light); font-size: .76rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(10, 132, 255, .14); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.05em; line-height: 1; }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(3.25rem, 6.8vw, 6rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.45rem, 5vw, 4.4rem); }
h1 span, h2 span { color: transparent; background: linear-gradient(110deg, #7ec0ff 5%, #9d85ff 92%); -webkit-background-clip: text; background-clip: text; }
h3 { margin-bottom: 11px; font-size: 1.2rem; letter-spacing: -.025em; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.04rem; font-weight: 760; letter-spacing: -.02em; }
.app-icon { display: inline-grid; overflow: hidden; width: 66px; height: 66px; place-items: center; border-radius: 18px; filter: drop-shadow(0 10px 20px rgba(0, 64, 203, .28)); }
.app-icon img { width: 100%; height: 100%; object-fit: contain; }
.app-icon--small { width: 30px; height: 30px; border-radius: 9px; }
.site-nav { display: flex; align-items: center; gap: 26px; color: #c0c8d9; font-size: .88rem; font-weight: 620; }
.site-nav > a:not(.button) { transition: color .2s ease; }
.site-nav > a:not(.button):hover { color: #fff; }
.nav-toggle { display: none; padding: 6px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px; border-radius: 5px; background: #fff; transition: transform .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 43px; padding: 10px 16px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-size: .9rem; font-weight: 720; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, #168dff, #526dff); box-shadow: 0 10px 24px rgba(18, 106, 255, .28), inset 0 1px 0 rgba(255, 255, 255, .28); }
.button--primary:hover:not(:disabled) { box-shadow: 0 13px 30px rgba(18, 106, 255, .4), inset 0 1px 0 rgba(255, 255, 255, .28); }
.button--ghost { color: #e7edf8; border-color: var(--line-strong); background: rgba(255, 255, 255, .04); }
.button--ghost:hover:not(:disabled) { background: rgba(255, 255, 255, .085); }
.button--small { min-height: 38px; padding: 8px 13px; }
.button--large { min-height: 52px; padding: 13px 19px; font-size: .98rem; }
.button--block { width: 100%; }
.button:disabled { color: #788399; border-color: var(--line); cursor: not-allowed; background: rgba(255, 255, 255, .035); box-shadow: none; }
.button-icon { font-size: 1.2rem; line-height: 0; }

.hero { min-height: 760px; padding-top: 170px; background: radial-gradient(circle at 50% 30%, rgba(79, 74, 237, .18), transparent 34%), linear-gradient(180deg, #080d19 0%, var(--bg) 90%); }
.hero-inner { display: flex; justify-content: center; }
.hero-copy { position: relative; z-index: 2; max-width: 900px; text-align: center; }
.hero-copy h1, .hero-lede { margin-right: auto; margin-left: auto; }
.hero-lede { max-width: 720px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.22rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-copy .hero-actions { justify-content: center; }
.hero-requirement { margin: 20px 0 0; color: var(--faint); font-size: .8rem; }
.hero-glow { position: absolute; pointer-events: none; border-radius: 50%; opacity: .5; filter: blur(85px); }
.hero-glow--one { top: 12%; right: -7%; width: 460px; height: 460px; background: rgba(39, 71, 255, .28); }
.hero-glow--two { bottom: -25%; left: 22%; width: 340px; height: 340px; background: rgba(120, 76, 255, .17); }

.trust-strip { position: relative; z-index: 3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .018); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { position: relative; min-height: 112px; padding: 25px 20px 25px 51px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong, .trust-grid > div > span:last-child { display: block; }
.trust-grid strong { margin-bottom: 3px; font-size: .9rem; }
.trust-grid > div > span:last-child { color: var(--faint); font-size: .73rem; }
.trust-mark { position: absolute; top: 27px; left: 20px; display: grid; width: 22px; height: 22px; place-items: center; color: #cfe4ff; font-size: .7rem; }

.section-heading { max-width: 700px; margin-bottom: 55px; }
.section-heading > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }

.feature-grid { display: grid; gap: 18px; }
.feature-grid--current { grid-template-columns: repeat(3, 1fr); }
.feature-card { position: relative; overflow: hidden; min-height: 390px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24, 31, 50, .92), rgba(11, 15, 27, .92)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035); }
.feature-card::before { position: absolute; top: -120px; right: -90px; width: 270px; height: 270px; content: ""; border-radius: 50%; background: rgba(69, 105, 255, .12); filter: blur(55px); }
.feature-card > p { min-height: 108px; color: var(--muted); line-height: 1.65; }
.feature-topline { position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #dceaff; border: 1px solid rgba(129, 181, 255, .24); border-radius: 12px; background: rgba(10, 132, 255, .12); font-size: 1.12rem; }
.status-pill { padding: 5px 9px; color: #b8d9ff; border: 1px solid rgba(90, 160, 255, .18); border-radius: 999px; background: rgba(10, 132, 255, .08); font-size: .64rem; font-weight: 720; text-transform: uppercase; }
.compact-list, .check-list, .requirement-list, .privacy-points, .license-steps { margin: 0; padding: 0; list-style: none; }
.compact-list { display: grid; gap: 8px; color: #d6ddec; font-size: .84rem; }
.compact-list li::before { margin-right: 8px; color: var(--green); content: "✓"; }

.why-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 20%, rgba(79, 74, 237, .1), transparent 36%), rgba(255, 255, 255, .012); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .025); }
.why-card > span { display: grid; width: 45px; height: 45px; margin-bottom: 25px; place-items: center; color: #d9e9ff; border-radius: 14px; background: linear-gradient(145deg, rgba(10, 132, 255, .2), rgba(127, 88, 255, .15)); }
.why-card p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }

.showcase-section { background: linear-gradient(180deg, transparent, rgba(18, 26, 47, .48), transparent); }
.showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; max-width: 1040px; margin: 0 auto; }
.showcase-column { display: grid; gap: 18px; align-content: start; }
.showcase-card { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(25, 33, 54, .94), rgba(10, 14, 25, .98)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 22px 60px rgba(0, 0, 0, .16); }
.showcase-card figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin: 0; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.showcase-card figcaption span { font-weight: 720; }
.showcase-card figcaption small { color: var(--faint); }
.showcase-card > picture { display: block; overflow: hidden; background: #111832; }
.showcase-card > picture img { width: 100%; height: auto; }
.color-showcase { display: grid; grid-template-columns: 1.45fr .75fr; align-items: center; gap: 14px; padding: 18px; background: radial-gradient(circle at 24% 48%, rgba(78, 58, 225, .26), transparent 40%), #10162a; }
.color-showcase picture { display: flex; align-items: center; justify-content: center; min-width: 0; overflow: hidden; border-radius: 13px; }
.color-showcase img { width: 100%; height: auto; }

.roadmap-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .012); }
.roadmap-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.roadmap-list { display: grid; gap: 10px; }
.roadmap-list article { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255, 255, 255, .025); }
.roadmap-list article > span { display: grid; width: 42px; height: 42px; place-items: center; color: #d7e6ff; border-radius: 12px; background: rgba(10, 132, 255, .12); }
.roadmap-list strong, .roadmap-list small { display: block; }
.roadmap-list small { margin-top: 3px; color: var(--faint); }
.roadmap-list em { color: #a9cfff; font-size: .68rem; font-style: normal; font-weight: 720; letter-spacing: .04em; text-transform: uppercase; }
.roadmap-list .roadmap-list__future { opacity: .74; }

.pricing-section { background: radial-gradient(circle at 50% 38%, rgba(75, 84, 235, .11), transparent 38%); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; display: flex; min-height: 570px; padding: 32px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(24, 31, 50, .94), rgba(10, 14, 25, .96)); }
.pricing-card--featured { border-color: rgba(103, 151, 255, .38); box-shadow: 0 28px 70px rgba(15, 65, 180, .15), inset 0 1px 0 rgba(255, 255, 255, .08); }
.popular-badge { position: absolute; top: -13px; right: 24px; padding: 6px 11px; color: #fff; border-radius: 999px; background: linear-gradient(135deg, #168dff, #745dff); font-size: .67rem; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.plan-name { margin-bottom: 20px; color: #d9e5f8; font-weight: 720; }
.price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.price strong { font-size: clamp(2.55rem, 4vw, 3.5rem); letter-spacing: -.06em; }
.price span { color: var(--faint); font-size: .82rem; }
.plan-summary { min-height: 50px; color: var(--muted); }
.check-list { display: grid; gap: 13px; margin: 22px 0 30px; color: #d9dfeb; font-size: .87rem; }
.check-list li { position: relative; padding-left: 23px; }
.check-list li::before { position: absolute; left: 0; color: var(--green); content: "✓"; }
.pricing-card .button { margin-top: auto; }
.pricing-note { max-width: 780px; margin: 28px auto 0; color: var(--faint); text-align: center; font-size: .78rem; line-height: 1.6; }

.license-section { padding-top: 75px; }
.license-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: license; }
.license-steps li { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .025); }
.license-steps li > span { display: grid; width: 36px; height: 36px; margin-bottom: 22px; place-items: center; color: #dceaff; border-radius: 11px; background: rgba(10, 132, 255, .15); font-weight: 760; }
.license-steps strong { display: block; margin-bottom: 8px; }
.license-steps p { margin-bottom: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

.privacy-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 17% 45%, rgba(31, 109, 255, .12), transparent 28%), rgba(255, 255, 255, .012); }
.privacy-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.privacy-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 1.06rem; line-height: 1.72; }
.text-link { display: inline-flex; gap: 8px; color: var(--blue-light); font-weight: 680; }
.privacy-points { display: grid; gap: 10px; }
.privacy-points li { display: flex; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255, 255, 255, .025); }
.privacy-points li > span { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; color: var(--green); border-radius: 12px; background: rgba(73, 191, 123, .1); }
.privacy-points strong { display: block; margin-bottom: 3px; }
.privacy-points p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.install-section { padding-bottom: 72px; }
.install-card { position: relative; display: grid; grid-template-columns: 1fr auto; overflow: hidden; gap: 40px; padding: 65px; border: 1px solid rgba(129, 165, 255, .22); border-radius: 30px; background: radial-gradient(circle at 90% 20%, rgba(66, 91, 255, .22), transparent 33%), linear-gradient(145deg, rgba(22, 32, 56, .96), rgba(10, 14, 26, .96)); box-shadow: var(--shadow); }
.install-card h2 { max-width: 650px; }
.install-card > div > p:not(.eyebrow):not(.install-note) { max-width: 650px; color: var(--muted); font-size: 1.03rem; line-height: 1.68; }
.requirement-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0; }
.requirement-list li { padding: 8px 11px; color: #d9e7f8; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .035); font-size: .78rem; }
.requirement-list li::before { margin-right: 7px; color: var(--green); content: "✓"; }
.install-note { margin-bottom: 28px; color: #d6c29c; font-size: .84rem; }
.install-icon { width: 105px; height: 105px; border-radius: 28px; }
.support-section { padding-top: 55px; }
.support-card { padding: 60px 30px; text-align: center; border-top: 1px solid var(--line); }
.support-card h2 { margin-bottom: 16px; }
.support-card p:not(.eyebrow) { max-width: 600px; margin-right: auto; margin-bottom: 25px; margin-left: auto; color: var(--muted); }

.site-footer { padding: 42px 0 28px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px 23px; color: var(--muted); font-size: .8rem; }
.footer-top nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 22px; color: var(--faint); border-top: 1px solid var(--line); font-size: .73rem; }
.footer-bottom p { margin: 0; }

/* Shared interior pages */
.interior-main { min-height: 80vh; padding: 138px 0 100px; }
.interior-hero { max-width: 800px; margin-bottom: 65px; }
.interior-hero--center { margin-right: auto; margin-left: auto; text-align: center; }
.interior-hero--center .hero-actions { justify-content: center; }
.interior-hero h1 { max-width: 800px; font-size: clamp(3rem, 7vw, 5.35rem); }
.interior-hero > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.interior-hero--center > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 36px; color: var(--muted); font-size: .84rem; }
.back-link:hover { color: #fff; }
.notice { display: flex; gap: 14px; max-width: 800px; margin: 0 auto 24px; padding: 18px 20px; color: #eedbb9; border: 1px solid rgba(230, 179, 91, .25); border-radius: 15px; background: rgba(196, 130, 37, .08); }
.notice strong, .notice span { display: block; }
.notice span { color: #c8b99e; font-size: .86rem; }
.install-layout { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: start; }
.install-nav { position: sticky; top: 28px; display: grid; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .025); }
.install-nav a { padding: 8px 10px; color: var(--muted); border-radius: 8px; font-size: .82rem; }
.install-nav a:hover { color: #fff; background: rgba(255, 255, 255, .055); }
.install-content, .legal-content { max-width: 800px; }
.install-block, .legal-block { padding: 0 0 58px; scroll-margin-top: 28px; }
.install-block + .install-block, .legal-block + .legal-block { padding-top: 58px; border-top: 1px solid var(--line); }
.install-block h2, .legal-block h2 { font-size: clamp(2rem, 4vw, 3rem); }
.install-block > p, .legal-block > p, .legal-block li { color: var(--muted); line-height: 1.72; }
.legal-block h3 { margin-top: 28px; }
.legal-block ul { display: grid; gap: 10px; padding-left: 22px; }
.legal-meta { margin-top: 22px; color: var(--faint); font-size: .8rem; }
.step-list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; counter-reset: step; }
.step-list li { position: relative; padding: 21px 22px 21px 67px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .025); counter-increment: step; }
.step-list li::before { position: absolute; top: 18px; left: 19px; display: grid; width: 30px; height: 30px; place-items: center; color: #cfe5ff; border-radius: 9px; background: rgba(10, 132, 255, .16); content: counter(step); font-size: .78rem; font-weight: 750; }
.step-list strong, .step-list span { display: block; }
.step-list span { margin-top: 3px; color: var(--muted); font-size: .9rem; }
.permission-table { overflow: hidden; margin-top: 28px; border: 1px solid var(--line); border-radius: 16px; }
.permission-row { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 18px 20px; }
.permission-row + .permission-row { border-top: 1px solid var(--line); }
.permission-row strong { font-size: .9rem; }
.permission-row span { color: var(--muted); font-size: .88rem; }
.code-block { overflow-x: auto; margin-top: 22px; padding: 17px 19px; color: #cde6ff; border: 1px solid var(--line); border-radius: 13px; background: #050811; font: .83rem/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; }
.inline-link { color: var(--blue-light); text-decoration: underline; text-underline-offset: 3px; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: start; }
.legal-aside { position: sticky; top: 28px; padding: 20px; color: var(--muted); border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .025); font-size: .84rem; line-height: 1.65; }
.legal-aside strong { display: block; margin-bottom: 6px; color: var(--text); }
.legal-aside a { color: var(--blue-light); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay, .reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }
  .hero-copy { max-width: 790px; }
  .feature-grid--current { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-card > p { min-height: 0; }
  .pricing-card { min-height: 0; }
  .why-grid { grid-template-columns: 1fr; }
  .roadmap-grid, .privacy-grid { grid-template-columns: 1fr; gap: 45px; }
  .install-card { padding: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 88px 0; }
  .site-header { position: absolute; }
  .nav-toggle { display: block; }
  .nav-open .nav-toggle span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 68px; right: 15px; left: 15px; display: none; align-items: stretch; padding: 14px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(10, 14, 25, .97); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
  .site-nav.is-open { display: grid; }
  .site-nav > a:not(.button) { padding: 10px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .hero { min-height: 0; padding-top: 132px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid--current { grid-template-columns: 1fr; }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .showcase-grid { grid-template-columns: 1fr; }
  .license-steps { grid-template-columns: 1fr; }
  .install-card { grid-template-columns: 1fr; padding: 38px 28px; }
  .install-icon { position: absolute; top: 30px; right: 28px; width: 66px; height: 66px; border-radius: 18px; opacity: .55; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top nav { justify-content: flex-start; }
  .interior-main { padding-top: 120px; }
  .install-layout, .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .install-nav, .legal-aside { position: static; }
  .install-nav { display: flex; overflow-x: auto; }
  .install-nav a { white-space: nowrap; }
}

@media (max-width: 520px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 92px; border-left: 1px solid var(--line); }
  .showcase-card figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .color-showcase { grid-template-columns: 1fr; }
  .roadmap-list article { grid-template-columns: 42px 1fr; }
  .roadmap-list em { grid-column: 2; }
  .install-icon { display: none; }
  .permission-row { grid-template-columns: 1fr; gap: 4px; }
}

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