:root {
  color-scheme: dark;
  --bg: #080c13;
  --bg-soft: #0d1320;
  --surface: #111827;
  --surface-strong: #171e2e;
  --line: rgba(159, 177, 215, .15);
  --line-strong: rgba(159, 177, 215, .28);
  --text: #f8f5ef;
  --muted: #8fa8cb;
  --accent: #6355ff;
  --accent-bright: #8d2cff;
  --accent-soft: rgba(99, 85, 255, .16);
  --success: #14d69a;
  --warning: #ffbd1a;
  --display: 'DM Serif Display', Georgia, serif;
  --ui: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  --body: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .38);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 80% 4%, rgba(99,85,255,.16), transparent 28rem), radial-gradient(circle at 8% 38%, rgba(47,78,143,.12), transparent 30rem), var(--bg); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.04; letter-spacing: -.045em; }
h1, h2, h3 { font-weight: 400; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.page-grid { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .35; background-image: linear-gradient(rgba(139,151,185,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(139,151,185,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: #fff; color: #080b13; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #b9b1ff; outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(159,177,215,.12); background: rgba(8,12,19,.9); backdrop-filter: blur(18px); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 1.25rem; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(159,177,215,.24); border-radius: 12px; background: linear-gradient(145deg,#25205c,#17152d); box-shadow: 0 8px 24px rgba(99,85,255,.2), inset 0 1px rgba(255,255,255,.12); }
.brand-mark img { width: 36px; height: 36px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.main-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 10px; color: var(--muted); font-size: .84rem; font-weight: 500; transition: color .2s, background .2s; }
.main-nav a:hover { color: var(--text); background: rgba(255,255,255,.04); }
.main-nav .nav-download { margin-left: 14px; padding-inline: 18px; color: #10131c; border-color: transparent; background: var(--text); font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.lang-switch, .menu-toggle { min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: rgba(255,255,255,.035); cursor: pointer; }
.lang-switch { padding: 0 12px; font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.locale-menu { position: relative; z-index: 20; }
.locale-trigger { min-width: 44px; min-height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: rgba(255,255,255,.035); cursor: pointer; font-size: 1.15rem; list-style: none; }
.locale-trigger::-webkit-details-marker { display: none; }
.locale-options { position: absolute; top: calc(100% + 8px); right: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; min-width: 136px; padding: 8px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(9,14,26,.98); box-shadow: var(--shadow); }
.locale-option { min-width: 52px; min-height: 42px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 9px; background: transparent; color: var(--text); cursor: pointer; font-size: 1.2rem; text-decoration: none; }
.locale-option:hover, .locale-option:focus-visible, .locale-option.is-current { border-color: var(--accent); background: var(--accent-soft); outline: none; }
.locale-option:disabled { cursor: not-allowed; filter: grayscale(1); opacity: .32; }
.menu-toggle { display: none; width: 44px; padding: 10px; }
.menu-toggle span { width: 20px; height: 1.5px; display: block; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(5.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-5.5px) rotate(-45deg); }

.hero { min-height: calc(100vh - 72px); display: flex; align-items: center; padding: 72px 0 82px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(390px,.96fr); align-items: center; gap: clamp(42px,7vw,88px); }
.kicker, .eyebrow, .section-index, .product-coordinates, .feature-number, .story-copy > span, .recommended-label { font-family: var(--ui); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; color: #9daaff; }
.status-dot, .pulse { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(112,225,178,.11), 0 0 18px rgba(112,225,178,.55); }
.hero h1 { max-width: 700px; margin-bottom: 26px; color: #c9d3ff; font-size: clamp(4rem,7.2vw,7.1rem); line-height: .9; }
.hero h1 span { color: #f8f5ef; -webkit-text-stroke: 0; }
.hero-lead { max-width: 610px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1rem,1.45vw,1.12rem); line-height: 1.7; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg,var(--accent),var(--accent-bright)); box-shadow: 0 16px 40px rgba(99,85,255,.28); }
.button-secondary { border-color: var(--line-strong); background: rgba(255,255,255,.035); color: #dbe4ff; }
.cta-row .button-primary { min-width: 198px; justify-content: flex-start; }
.cta-row svg { width: 24px; height: 24px; }
.cta-row small, .cta-row strong { display: block; line-height: 1.12; }
.cta-row small { font-size: .63rem; font-weight: 500; opacity: .75; }
.proof-list { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; }
.proof-list li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .82rem; }
.proof-list span { color: var(--accent); font-family: var(--display); font-size: .68rem; }
.proof-list b { font-weight: 500; }
.hero-product { position: relative; min-width: 0; }
.product-coordinates { display: flex; justify-content: space-between; margin-bottom: 12px; color: var(--muted); }
.phone-stage { min-height: 610px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(159,177,215,.1); border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 48%,rgba(99,85,255,.16),transparent 42%), linear-gradient(145deg,rgba(17,24,39,.7),rgba(8,12,19,.35)); box-shadow: 0 30px 90px rgba(0,0,0,.26); }
.phone-stage::before { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(159,177,215,.08); border-radius: 26px; }
.orbit { position: absolute; border: 1px solid rgba(146,134,255,.22); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; }
.orbit-two { width: 320px; height: 320px; }
.hero-screen { position: relative; z-index: 2; width: 270px; filter: drop-shadow(0 26px 42px rgba(0,0,0,.55)); transform: rotate(1.5deg); }
.floating-card { position: absolute; z-index: 3; padding: 13px 15px; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center; border: 1px solid var(--line-strong); border-radius: 13px; background: rgba(12,17,30,.88); box-shadow: 0 18px 40px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.floating-card strong { font-family: var(--ui); font-size: .84rem; }
.floating-card small { grid-column: 2; color: var(--muted); font-size: .7rem; }
.floating-privacy { left: 7%; bottom: 14%; }
.floating-tools { right: 7%; top: 18%; display: block; text-align: center; }
.floating-tools strong { display: block; color: #d7d3ff; font-size: 1.35rem; }
.floating-tools small { display: block; }

.capability-strip { overflow: hidden; border-block: 1px solid var(--line); background: #0c111e; }
.strip-track { width: max-content; min-width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-around; gap: 32px; padding: 0 28px; color: #c7cede; font-family: var(--ui); font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.strip-track i { color: var(--accent); font-style: normal; }

.section { padding: 136px 0; }
.section[id] { scroll-margin-top: 104px; }
.section-intro { display: grid; grid-template-columns: 100px minmax(0,1.2fr) minmax(260px,.7fr); gap: 30px; align-items: start; margin-bottom: 56px; }
.section-index { color: #7f8cff; }
.eyebrow { margin-bottom: 14px; color: #bdb7ff; }
.section-intro h2, .privacy-copy h2 { margin-bottom: 0; color: #f8f5ef; font-size: clamp(2.5rem,4.8vw,4.9rem); }
.section-intro > p:last-child { margin: 34px 0 0; color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.feature-browser { position: relative; overflow-x: auto; overflow-y: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: rgba(10,15,26,.82); box-shadow: var(--shadow); }
.feature-comparison-grid { display: grid; grid-template-columns: repeat(2,minmax(380px,1fr)); min-width: 760px; }
.feature-comparison .feature-page { grid-column: auto; padding: 38px 34px 42px; }
.feature-comparison .feature-plan-free { border-right: 1px solid var(--line); }
.feature-comparison .feature-list { grid-template-columns: 1fr; }
.feature-comparison .feature-plan-intro { min-height: 150px; }
.feature-comparison .feature-page + .feature-page { border-left: 1px solid var(--line); }
.feature-browser-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 24px; border-bottom: 1px solid var(--line); background: rgba(7,11,21,.72); }
.feature-page-status { margin: 0; color: var(--muted); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.feature-page { padding: 38px 12px 42px; }
.feature-plan-intro { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 22px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.feature-plan-mark { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid rgba(112,225,178,.3); border-radius: 18px; background: rgba(112,225,178,.08); }
.feature-plan-mark-pro { border-color: rgba(124,109,250,.42); background: var(--accent-soft); }
.feature-plan-mark img { width: 52px; height: 52px; }
.feature-plan-type { margin-bottom: 8px; color: var(--success); font-family: var(--ui); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
#feature-page-pro .feature-plan-type { color: #bdb7ff; }
.feature-plan-intro h3 { margin-bottom: 8px; font-size: clamp(1.7rem,3vw,2.7rem); }
.feature-plan-intro div > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); }
.feature-list { margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 34px; list-style: none; }
.feature-list li { min-height: 58px; position: relative; display: flex; align-items: center; padding: 13px 12px 13px 34px; border-bottom: 1px dashed rgba(193,204,230,.14); color: #d8deea; font-size: .9rem; }
.feature-list li::before { content: '✓'; position: absolute; left: 5px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 6px; background: rgba(112,225,178,.1); color: var(--success); font-size: .7rem; font-weight: 800; }
.feature-list-pro li::before { content: '✦'; background: var(--accent-soft); color: #bdb7ff; }

.product-story { border-top: 1px solid var(--line); background: rgba(10,15,27,.56); }
.app-gallery { border-top: 1px solid var(--line); background: linear-gradient(145deg,rgba(99,85,255,.08),rgba(10,15,27,.7)); }
.app-gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.app-gallery-card { overflow: hidden; margin: 0; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(9,14,26,.9); box-shadow: var(--shadow); }
.app-gallery-card img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: #f4f5f8; }
.app-gallery-card figcaption { min-height: 54px; display: flex; align-items: center; padding: 12px 14px; color: #d8deea; font-size: .78rem; line-height: 1.35; }
.story-row { min-height: 630px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px,8vw,110px); align-items: center; padding: 82px 0; border-top: 1px solid var(--line); }
.story-reverse .story-copy { order: 2; }
.story-reverse .story-visual { order: 1; }
.story-copy { max-width: 480px; }
.story-copy > span { display: block; margin-bottom: 18px; color: var(--accent); }
.story-copy h3 { margin-bottom: 18px; color: #f8f5ef; font-size: clamp(2.25rem,4vw,4rem); }
.story-copy p { color: var(--muted); }
.story-copy ul { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.story-copy li { padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: #ced4e3; font-size: .76rem; }
.story-visual { min-height: 520px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: radial-gradient(circle at 50% 50%,rgba(99,85,255,.22),transparent 42%),linear-gradient(135deg,#11192b,#0b1019); }
.story-visual::before { content: ''; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(99,85,255,.22); transform: rotate(45deg); }
.story-visual img { position: relative; z-index: 1; width: 220px; max-height: 470px; filter: drop-shadow(0 24px 40px rgba(0,0,0,.42)); }

.privacy-section { border-block: 1px solid rgba(99,85,255,.25); background: linear-gradient(130deg,rgba(99,85,255,.16),rgba(8,12,19,.4) 55%); }
.privacy-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(40px,8vw,110px); align-items: center; }
.privacy-copy h2 { margin-bottom: 24px; }
.privacy-copy > p:not(.eyebrow):not(.section-index) { max-width: 640px; color: var(--muted); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 12px; color: #d5d1ff; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.privacy-terminal { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: rgba(6,10,18,.78); box-shadow: var(--shadow); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; }
.terminal-head { min-height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.terminal-head span { width: 8px; height: 8px; border-radius: 50%; background: #414b61; }
.terminal-head span:first-child { background: var(--accent); }
.terminal-head b { margin-left: auto; color: var(--muted); font-size: .7rem; font-weight: 500; }
.privacy-terminal dl { margin: 0; padding: 14px 22px; }
.privacy-terminal dl div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px dashed rgba(193,204,230,.12); font-size: .76rem; }
.privacy-terminal dt { color: var(--muted); }
.privacy-terminal dd { margin: 0; color: var(--success); text-align: right; }
.privacy-terminal > p { margin: 0; padding: 17px 22px; display: flex; align-items: center; gap: 10px; background: rgba(112,225,178,.055); color: #bdf2dc; font-size: .68rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(18,26,43,.78); }
.price-card.recommended { border-color: rgba(99,85,255,.68); background: linear-gradient(160deg,rgba(99,85,255,.18),rgba(18,26,43,.9) 45%); box-shadow: 0 24px 60px rgba(52,40,140,.2); transform: translateY(-10px); }
.recommended-label { position: absolute; top: -12px; left: 20px; margin: 0; padding: 4px 8px; border-radius: 6px; background: var(--accent); color: #fff; }
.price-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.price-head p { margin-bottom: 14px; color: var(--accent); font-family: var(--ui); font-size: .65rem; }
.price-head h3 { margin-bottom: 0; font-size: 1.35rem; }
.price-head > span { padding: 5px 6px; border: 1px solid rgba(112,225,178,.24); border-radius: 7px; background: rgba(112,225,178,.08); color: var(--success); font-size: .6rem; font-weight: 700; }
.price-description { min-height: 84px; margin: 18px 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.price { margin-bottom: 22px; }
.price del, .price strong, .price small { display: block; }
.price del { color: var(--muted); font-size: .7rem; }
.price strong { margin: 4px 0; font-family: var(--display); font-size: clamp(1.8rem,3vw,2.55rem); line-height: 1; letter-spacing: -.06em; }
.price small { color: var(--muted); font-size: .72rem; }
.price-cta { width: 100%; margin-top: auto; padding-inline: 10px; font-size: .74rem; }
.pricing-note { margin: 18px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.billing-note { margin-top: 30px; display: flex; gap: 16px; padding: 20px 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--muted); }
.billing-note > span { color: var(--accent); font-size: 1.4rem; }
.billing-note p { margin: 0; }
.billing-note strong { color: var(--text); }
.billing-note a { color: #cec9ff; text-decoration: underline; text-underline-offset: 3px; }

.final-cta { padding: 86px 0; background: linear-gradient(110deg,#4f3cff,#8a20f2 58%,#5644da); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta .eyebrow { color: rgba(255,255,255,.72); }
.final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(2.3rem,5vw,4.5rem); }
.button-light { flex-shrink: 0; background: #fff; color: #151126; box-shadow: 0 16px 40px rgba(31,12,77,.22); }
.site-footer { padding: 70px 0 24px; background: #060a10; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 50px; }
.footer-grid > div > p { max-width: 350px; margin: 20px 0 0; color: var(--muted); font-size: .86rem; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid nav p { margin-bottom: 7px; color: #757f96; font-family: var(--ui); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.footer-grid nav a { min-height: 32px; color: var(--muted); font-size: .84rem; }
.footer-grid nav a:hover { color: var(--text); }
.footer-bottom { margin-top: 54px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #717b90; font-size: .72rem; }
.mobile-download { display: none; }

[data-reveal] { opacity: 1; transform: translateY(22px); transition: transform .65s var(--ease); }
[data-reveal].is-visible { transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; top: 78px; left: 20px; right: 20px; display: none; padding: 12px; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(11,16,29,.98); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding-inline: 16px; }
  .main-nav .nav-download { margin: 6px 0 0; justify-content: center; background: var(--accent); border-color: transparent; }
  .menu-toggle { display: block; }
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 35px; }
  .phone-stage { min-height: 550px; }
  .hero-screen { width: 210px; }
  .section-intro { grid-template-columns: 70px 1fr; }
  .section-intro > p:last-child { grid-column: 2; margin-top: 0; }
  .pricing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 760px; margin-inline: auto; }
  .price-card.recommended { transform: none; }
  .price-description { min-height: 0; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 32px, 1180px); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 520px; }
  .lang-switch { font-size: .7rem; padding-inline: 9px; }
  .hero { padding: 55px 0 74px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3rem,14vw,5rem); }
  .phone-stage { min-height: 580px; }
  .hero-product { margin-top: 20px; }
  .proof-list { gap: 10px 16px; }
  .capability-strip { overflow-x: auto; scrollbar-width: none; }
  .capability-strip::-webkit-scrollbar { display: none; }
  .strip-track { justify-content: flex-start; overflow: visible; }
  .section { padding: 88px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 16px; margin-bottom: 38px; }
  .section-intro > p:last-child { grid-column: auto; margin: 0; }
  .section-intro h2, .privacy-copy h2 { font-size: clamp(2.4rem,11vw,3.7rem); }
  .feature-page { padding: 28px 8px 34px; }
  .feature-list { grid-template-columns: 1fr; margin-top: 16px; }
  .feature-comparison .feature-page { padding: 30px 22px 34px; }
  .app-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .story-row, .story-row.story-reverse { min-height: 0; grid-template-columns: 1fr; gap: 36px; padding: 58px 0; }
  .story-reverse .story-copy, .story-reverse .story-visual { order: initial; }
  .story-visual { min-height: 500px; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-terminal dl { padding-inline: 16px; }
  .privacy-terminal dl div { font-size: .68rem; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div { grid-column: 1 / 3; }
  .mobile-download { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 45; min-height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: linear-gradient(135deg,var(--accent),var(--accent-bright)); box-shadow: 0 14px 38px rgba(0,0,0,.4); font-weight: 700; }
}

@media (max-width: 480px) {
  .header-inner { gap: 10px; }
  .brand { gap: 8px; font-size: .9rem; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-mark img { width: 32px; height: 32px; }
  .hero h1 { font-size: clamp(2.75rem,14.5vw,4rem); }
  .cta-row { flex-direction: column; }
  .cta-row .button { width: 100%; }
  .phone-stage { min-height: 520px; }
  .hero-screen { width: 190px; }
  .floating-privacy { left: 3%; }
  .floating-tools { right: 3%; }
  .feature-browser-head { min-height: 58px; padding-inline: 18px; }
  .feature-plan-intro { grid-template-columns: 1fr; gap: 16px; }
  .feature-list li { padding-right: 0; }
  .story-visual { min-height: 450px; }
  .story-visual img { width: 195px; }
  .price-card { padding: 25px; }
  .price-head h3 { font-size: 1.45rem; }
  .price-description { min-height: 0; font-size: .84rem; }
  .price-cta { font-size: .8rem; }
  .billing-note { padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto; }
  .footer-bottom { gap: 8px; flex-direction: column; }
}

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