:root {
  color-scheme: dark;
  --page: #020e1a;
  --page-raised: #061626;
  --surface: #0b1f33;
  --surface-bright: #103149;
  --border: #1b435c;
  --border-soft: rgba(238, 243, 236, 0.1);
  --text: #eef3ec;
  --muted: #a9bdc9;
  --accent: #35fa83;
  --accent-dark: #071d18;
  --blue: #46a4df;
  --error: #ff6b7a;
  --content: 1180px;
  --copy: 720px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--page);
  color: var(--text);
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; line-height: 1.6; background: var(--page); color: var(--text); }
img { display: block; max-width: 100%; }
a { color: var(--accent); text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { font-weight: 800; }
h1, h2, h3 { line-height: 1.12; }
h1 { font-size: 7rem; margin-bottom: 0.15em; }
h2 { font-size: 3.6rem; max-width: 16ch; margin-bottom: 0.55em; }
h3 { font-size: 1.35rem; }

.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 14px; background: var(--accent); color: var(--accent-dark); font-weight: 800; }
.skip-link:focus { top: 16px; }
.content-width { width: min(var(--content), calc(100% - 40px)); margin-inline: auto; }
.narrow-copy { max-width: var(--copy); }
.section { padding: 104px 0; }
.section-kicker, .eyebrow, .audience-label { margin-bottom: 12px; color: var(--accent); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; }
.section-lead { color: var(--muted); font-size: 1.3rem; }
.muted { color: var(--muted); }

.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid var(--border-soft); background: rgba(2, 14, 26, 0.96); backdrop-filter: blur(18px); }
.site-header-inner { width: min(1440px, calc(100% - 40px)); min-height: 72px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 1.2rem; font-weight: 900; text-decoration: none; }
.wordmark img { border-radius: 8px; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav > a:not(.button) { color: var(--muted); font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.button):hover, .primary-nav > a:not(.button):focus-visible { color: var(--text); }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); color: var(--text); cursor: pointer; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--accent); border-radius: 6px; background: var(--accent); color: var(--accent-dark); font-weight: 900; text-align: center; text-decoration: none; cursor: pointer; transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease; box-shadow: 0 12px 38px rgba(53, 250, 131, 0.15); }
.button:hover { transform: translateY(-1px); background: #28df71; color: var(--accent-dark); box-shadow: 0 16px 46px rgba(53, 250, 131, 0.22); }
.button:active { transform: translateY(1px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 8px 15px; }
.button-secondary { border-color: rgba(238, 243, 236, 0.45); background: rgba(2, 14, 26, 0.72); color: var(--text); box-shadow: none; }
.button-secondary:hover { border-color: var(--accent); background: #163d57; color: var(--text); box-shadow: 0 12px 32px rgba(2, 14, 26, 0.28); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); background: #020b16; }
.hero-inner { width: 100%; max-width: 1568px; margin-inline: auto; padding: clamp(56px, 6vw, 88px) clamp(24px, 4vw, 64px); display: grid; grid-template-columns: minmax(420px, 0.82fr) minmax(0, 1.18fr); gap: clamp(40px, 5vw, 72px); align-items: center; }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: 0; }
.hero-content > * { max-width: 660px; }
.hero h1 { font-size: clamp(3.5rem, 7vw, 6.75rem); }
.hero-visual { width: 100%; max-width: 820px; min-width: 0; justify-self: end; margin: 0; padding: 12px; border: 1px solid rgba(53, 250, 131, 0.22); border-radius: 8px; background: #041321; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36); }
.hero-visual img { width: 100%; height: auto; aspect-ratio: 1024 / 500; object-fit: contain; border-radius: 6px; }
.hero-tagline { color: var(--accent); font-size: 2rem; font-weight: 900; }
.hero-copy { color: #c5d2d8; font-size: 1.3rem; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 24px; }
.hero-meta { color: var(--muted); font-size: 0.86rem; }
.hero-meta span { margin: 0 7px; color: var(--accent); }

.trust-strip { position: relative; z-index: 2; border-block: 1px solid var(--border); background: var(--surface); }
.trust-strip-inner { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-strip span { padding: 10px 24px; border-right: 1px solid var(--border); color: #d4e0e3; font-size: 0.85rem; font-weight: 800; text-align: center; }
.trust-strip span:first-child { border-left: 1px solid var(--border); }

.problem-section { background: #04111f; }
.problem-section h2 { max-width: 13ch; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 56px; }
.section-heading > p { max-width: 470px; color: var(--muted); font-size: 1.05rem; }
.product-section { border-top: 1px solid var(--border-soft); }
.product-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 80px; border: 1px solid var(--border); background: var(--border); }
.flow-step { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 30px; background: var(--surface); }
.flow-step p { margin-bottom: 0; color: var(--muted); }
.step-number { color: var(--accent); font-size: 0.8rem; font-weight: 900; }

.product-carousel { max-width: 1120px; margin-inline: auto; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: #041321; }
.carousel-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--accent) var(--surface); }
.carousel-ready .carousel-track { display: block; overflow: hidden; }
.carousel-slide { flex: 0 0 100%; min-width: 100%; display: grid; grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr); align-items: center; scroll-snap-align: start; background: #041321; }
.carousel-slide[hidden] { display: none !important; }
.carousel-copy { padding: clamp(36px, 5vw, 64px); }
.carousel-copy h3 { max-width: 13ch; margin-bottom: 22px; font-size: 2.7rem; }
.carousel-copy > p:not(.section-kicker) { max-width: 47ch; color: var(--muted); font-size: 1.08rem; }
.story-points { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.story-points li { position: relative; padding-left: 28px; color: #d5e0e3; }
.story-points li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.carousel-media { min-width: 0; min-height: 760px; display: grid; place-items: center; margin: 0; padding: 32px; border-right: 1px solid var(--border); background: #071a2a; }
.carousel-media img { width: auto; max-width: 100%; height: auto; max-height: 720px; object-fit: contain; filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.42)); }
.carousel-controls { min-height: 72px; padding: 12px 16px; display: grid; grid-template-columns: 44px 1fr auto 44px; gap: 12px; align-items: center; border-top: 1px solid var(--border); background: var(--surface); }
.carousel-controls[hidden] { display: none !important; }
.carousel-arrow, .carousel-tabs button { min-width: 44px; min-height: 44px; border: 1px solid var(--border); border-radius: 6px; background: var(--page-raised); color: var(--text); cursor: pointer; }
.carousel-arrow { padding: 0; font-size: 1.25rem; }
.carousel-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.carousel-tabs button { padding: 8px 14px; font-size: 0.88rem; font-weight: 800; }
.carousel-tabs button[aria-selected="true"] { border-color: rgba(53, 250, 131, 0.52); background: rgba(53, 250, 131, 0.14); color: var(--accent); }
.carousel-arrow:hover, .carousel-tabs button:hover { border-color: var(--accent); }
.carousel-arrow:focus-visible, .carousel-tabs button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.carousel-status { color: var(--muted); font-size: 0.8rem; white-space: nowrap; }

.how-section { background: var(--surface); }
.how-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin: 50px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.how-list li { counter-increment: steps; padding-top: 24px; border-top: 2px solid var(--accent); }
.how-list li::before { content: "0" counter(steps); display: block; margin-bottom: 36px; color: var(--accent); font-size: 0.85rem; font-weight: 900; }
.how-list strong, .how-list span { display: block; }
.how-list strong { margin-bottom: 10px; font-size: 1.2rem; }
.how-list span { color: var(--muted); }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--border); background: var(--border); }
.audience-grid article { padding: 44px; background: var(--surface); }
.audience-grid h3 { max-width: 20ch; font-size: 2rem; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

.trust-section { background: #061523; }
.trust-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.trust-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; border: 1px solid var(--border); background: var(--border); }
.trust-details div { padding: 28px; background: var(--surface); }
.trust-details dt { margin-bottom: 8px; color: var(--text); font-weight: 800; }
.trust-details dd { margin: 0; color: var(--muted); }

.access-section { border-block: 1px solid rgba(53, 250, 131, 0.18); background: #041b19; }
.access-layout { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 72px; align-items: start; }
.access-copy { position: sticky; top: 110px; }
.access-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.08rem; }
.access-points { display: grid; gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.access-points li { padding-left: 24px; position: relative; }
.access-points li::before { content: "•"; position: absolute; left: 4px; color: var(--accent); }
.access-form-panel { padding: 36px; border: 1px solid rgba(53, 250, 131, 0.24); border-radius: 8px; background: var(--surface); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3); }
.access-form-panel form { display: grid; gap: 20px; }
.download-cta-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 72px; align-items: center; }
.download-cta-panel { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 22px; align-items: center; padding: 30px; border: 1px solid rgba(53, 250, 131, 0.26); border-radius: 8px; background: var(--surface); box-shadow: 0 28px 76px rgba(0, 0, 0, 0.3); }
.download-cta-panel > img { border-radius: 18px; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32); }
.download-cta-panel strong, .download-cta-panel span { display: block; }
.download-cta-panel strong { margin-bottom: 4px; font-size: 1.15rem; }
.download-cta-panel span { color: var(--muted); }
.download-cta-actions { min-width: 190px; display: grid; gap: 10px; }
.download-cta-actions .button { width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-group { display: grid; gap: 7px; }
label { font-weight: 800; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 6px; background: var(--page-raised); color: var(--text); }
textarea { min-height: 118px; resize: vertical; }
select { appearance: auto; }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; color: var(--muted); font-size: 0.9rem; font-weight: 500; }
.consent-row input { width: 20px; min-height: 20px; margin: 3px 0 0; accent-color: var(--accent); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: -6px 0 0; color: var(--muted); font-size: 0.8rem; text-align: center; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.faq-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 22px 46px 22px 0; cursor: pointer; font-size: 1.05rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--accent); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 46px 22px 0; color: var(--muted); }

.site-footer { padding: 50px 0 34px; border-top: 1px solid var(--border); background: #010a12; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { border-radius: 8px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: var(--muted); font-size: 0.85rem; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-main nav a { color: var(--muted); font-size: 0.88rem; text-decoration: none; }
.legal-disclaimer { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--border-soft); color: #78909e; font-size: 0.76rem; }
.legal-disclaimer p { max-width: 950px; margin-bottom: 8px; }

/* Legal and transactional pages */
body.legal-page { background: #04111f; }
.legal-shell { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 96px; }
.legal-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 50px; }
.legal-nav .wordmark { margin-right: auto; }
.legal-nav > a:not(.wordmark) { color: var(--muted); text-decoration: none; }
.legal-shell h1 { font-size: 4.4rem; max-width: 12ch; }
.legal-shell h2 { max-width: none; margin-top: 2.2rem; font-size: 1.35rem; }
.legal-shell p, .legal-shell li { color: #c5d2d8; }
.legal-shell .panel { margin-top: 30px; padding: 28px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.legal-shell form { display: grid; gap: 12px; }
.legal-shell .button { margin-top: 14px; }
.success-mark { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 2rem; font-weight: 900; }

/* Smart beta download page */
body.download-page { min-height: 100vh; background: #020e1a; }
.download-header { border-bottom: 1px solid var(--border-soft); background: #020b16; }
.download-header-inner { width: min(1180px, calc(100% - 40px)); min-height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.download-shell { width: min(1120px, calc(100% - 40px)); min-height: calc(100vh - 228px); margin-inline: auto; padding: 72px 0 84px; }
.download-intro { max-width: 820px; display: flex; align-items: center; gap: 28px; margin-bottom: 46px; }
.download-app-icon { flex: 0 0 auto; border-radius: 25px; box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42), 0 0 34px rgba(53, 250, 131, 0.13); }
.download-intro h1 { margin-bottom: 4px; font-size: clamp(3.25rem, 7vw, 5.6rem); }
.download-intro p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.18rem; }
.download-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.download-option { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 172px; gap: 28px; align-items: center; padding: 34px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); box-shadow: 0 24px 68px rgba(0, 0, 0, 0.28); }
.download-option-copy { min-width: 0; }
.platform-label { display: block; margin-bottom: 10px; color: var(--accent); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.download-option h2 { max-width: 12ch; margin-bottom: 12px; font-size: 2rem; }
.download-option p { min-height: 5.2em; margin-bottom: 22px; color: var(--muted); }
.testflight-badge { width: 218px; min-height: 66px; display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 12px; background: #000; color: #fff; text-decoration: none; }
.testflight-mark { color: #63b6ff; font-size: 2.1rem; line-height: 1; }
.testflight-badge small, .testflight-badge strong { display: block; line-height: 1.12; }
.testflight-badge small { font-size: 0.72rem; font-weight: 600; }
.testflight-badge strong { font-size: 1.33rem; }
.google-play-badge { width: 218px; min-height: 66px; display: inline-flex; align-items: center; }
.google-play-badge img { width: 218px; height: auto; }
.testflight-badge:hover, .google-play-badge:hover { transform: translateY(-1px); }
.qr-link { width: 172px; padding: 9px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px; background: #fff; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28); }
.qr-link img { width: 152px; height: 152px; }
.download-note { margin: 28px 0 0; color: var(--muted); text-align: center; }
.download-footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; padding: 26px 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--border-soft); color: #78909e; font-size: 0.84rem; }
.download-footer nav { display: flex; gap: 22px; }
.download-footer a { color: var(--muted); text-decoration: none; }
.download-footer p { margin: 0; }

@media (max-width: 1100px) {
  h1 { font-size: 5.25rem; }
  h2 { font-size: 3rem; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .primary-nav { position: absolute; inset: 72px 0 auto; display: none; padding: 22px 20px 28px; border-bottom: 1px solid var(--border); background: var(--page); }
  .primary-nav[data-open="true"] { display: grid; }
  .primary-nav .button { margin-top: 6px; }
  .hero-inner { grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr); gap: 36px; padding-inline: 32px; }
  .trust-strip-inner { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(3) { border-left: 1px solid var(--border); }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .section-heading, .trust-layout, .access-layout, .download-cta-layout, .faq-layout { grid-template-columns: 1fr; display: grid; gap: 36px; }
  .product-flow { grid-template-columns: 1fr; }
  .carousel-slide { grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr); }
  .carousel-media { min-height: 660px; padding: 28px; }
  .carousel-media img { max-height: 620px; }
  .carousel-copy { padding: 40px; }
  .carousel-copy h3 { font-size: 2.25rem; }
  .how-list { grid-template-columns: 1fr; }
  .how-list li::before { margin-bottom: 16px; }
  .access-copy { position: static; }
  .download-options { grid-template-columns: 1fr; }
  .download-option p { min-height: 0; }
}

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 38px; padding: 56px 32px; }
  .hero-visual { max-width: 760px; justify-self: center; }
  .carousel-slide { grid-template-columns: 1fr; grid-template-areas: "copy" "media"; }
  .carousel-copy { grid-area: copy; }
  .carousel-media { grid-area: media; min-height: 660px; border-top: 1px solid var(--border); border-right: 0; }
  .carousel-controls { grid-template-columns: 44px 1fr 44px; }
  .carousel-status { grid-column: 1 / -1; grid-row: 2; text-align: center; }
}

@media (max-width: 620px) {
  h1 { font-size: 3.4rem; }
  h2 { font-size: 2.25rem; }
  .section-lead { font-size: 1.08rem; }
  .content-width, .site-header-inner, .legal-shell { width: min(100% - 28px, var(--content)); }
  .section { padding: 76px 0; }
  .hero-inner { gap: 32px; padding: 46px 20px; }
  .hero-tagline { font-size: 1.35rem; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-meta { display: none; }
  .hero-meta span { margin: 0 3px; }
  .trust-strip-inner, .form-row, .audience-grid, .trust-details { grid-template-columns: 1fr; }
  .trust-strip span, .trust-strip span:first-child, .trust-strip span:nth-child(3) { border-left: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .trust-strip span:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 40px; }
  .carousel-copy { padding: 34px 24px; }
  .carousel-copy h3 { max-width: 15ch; font-size: 2rem; }
  .carousel-media { min-height: 580px; padding: 24px 18px; }
  .carousel-media img { max-height: 540px; }
  .carousel-controls { grid-template-columns: 44px 1fr 44px; padding: 12px; }
  .carousel-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .carousel-tabs button { padding-inline: 8px; }
  .audience-grid article, .access-form-panel { padding: 26px 20px; }
  .download-cta-panel { grid-template-columns: auto 1fr; padding: 24px 20px; }
  .download-cta-actions { grid-column: 1 / -1; width: 100%; }
  .download-header-inner, .download-shell, .download-footer { width: min(100% - 28px, 1120px); }
  .download-header-inner { min-height: 70px; }
  .download-header .button { min-height: 40px; padding-inline: 12px; font-size: 0.82rem; }
  .download-shell { padding: 48px 0 64px; }
  .download-intro { align-items: flex-start; gap: 18px; margin-bottom: 34px; }
  .download-app-icon { width: 82px; height: 82px; border-radius: 18px; }
  .download-intro h1 { font-size: 3rem; }
  .download-intro p { font-size: 1rem; }
  .download-option { grid-template-columns: 1fr; gap: 26px; padding: 28px 22px; }
  .download-option h2 { font-size: 1.8rem; }
  .qr-link { justify-self: center; }
  .download-footer { align-items: flex-start; flex-direction: column; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; }
  .legal-nav { align-items: flex-start; }
  .legal-nav .wordmark { width: 100%; }
  .legal-shell h1 { font-size: 3rem; }
}

@media (max-height: 600px) and (orientation: landscape) {
  h1 { font-size: 3.4rem; }
  .hero-inner { grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr); gap: 28px; padding: 28px 32px; }
  .hero-content { width: auto; padding: 0; }
  .hero-content > * { max-width: 100%; }
  .hero-visual { max-width: 680px; }
  .hero-tagline { margin-bottom: 12px; font-size: 1.3rem; }
  .hero-copy, .hero-meta { display: none; }
  .hero-actions { display: flex; gap: 8px; margin: 16px 0 0; }
  .hero-actions .button { min-height: 44px; padding: 8px 13px; font-size: 0.84rem; }
  .trust-strip-inner { min-height: 58px; }
  .section { padding: 64px 0; }
}

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