:root {
  --ink: #172b3f;
  --muted: #5b6e82;
  --night: #102a4c;
  --night-soft: #224f75;
  --blue: #5b7fa6;
  --blue-dark: #315f86;
  --sky: #c9ddf0;
  --lavender: #c9bde8;
  --mint: #8fcbc4;
  --warm: #f2c99f;
  --paper: #f8f7f3;
  --line: rgba(20, 32, 53, 0.12);
  --shadow: 0 24px 70px rgba(31, 48, 89, 0.14);
  --radius: 28px;
  --max: 1260px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(201, 221, 240, 0.58), transparent 26rem),
    radial-gradient(circle at 8% 28%, rgba(201, 189, 232, 0.28), transparent 22rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(20, 32, 53, 0.08);
  background: rgba(251, 252, 255, 0.84);
  backdrop-filter: blur(18px);
}

.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--night); font-size: 1.2rem; font-weight: 720; letter-spacing: -0.035em; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; }
.brand-mark img { width: 100%; height: 100%; display: block; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: 0.92rem; font-weight: 650; }
.nav-links a:hover { color: var(--ink); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; transition: 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--night); box-shadow: 0 14px 30px rgba(16, 42, 76, 0.24); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { border-color: var(--line); background: rgba(255, 255, 255, 0.72); }
.button.small { min-height: 42px; padding-inline: 18px; font-size: 0.88rem; }

.hero { position: relative; padding: 58px 0 48px; overflow: hidden; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: center; gap: 54px; }
.hero-grid > *, .focus-grid > *, .devices-grid > *, .privacy-card > * { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--blue-dark); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -0.045em; }
h1 { margin-bottom: 20px; max-width: 680px; font-size: clamp(2.65rem, 3.8vw, 3.65rem); line-height: 1.03; }
h1 span { display: block; }
h1 span + span { margin-top: .12em; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.3rem); }
h3 { margin-bottom: 10px; font-size: 1.3rem; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 26px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.12rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.microcopy { margin-top: 18px !important; font-size: 0.82rem !important; }

.phone-stage { min-height: 540px; position: relative; display: grid; place-items: center; }
.product-backdrop { position: absolute; inset: 8% -8% 0; border-radius: 48% 48% 22% 22%; background: linear-gradient(rgba(16,42,76,.05), rgba(16,42,76,.1)), url("night-dawn-backdrop.webp") center/cover; box-shadow: inset 0 0 90px rgba(16,42,76,.16); }
.real-phone { position: relative; z-index: 2; overflow: hidden; border: 9px solid #111a2c; border-radius: 50px; background: #f4f7fb; box-shadow: 0 38px 90px rgba(20,32,53,.32); }
.real-phone::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
.real-phone img { width: 100%; height: auto; display: block; }
.device-notch { position: absolute; z-index: 3; width: 105px; height: 27px; top: -1px; left: 50%; border-radius: 0 0 17px 17px; background: #111a2c; transform: translateX(-50%); }
.hero-phone { width: min(286px, 82vw); height: 525px; transform: rotate(2.5deg); }
.hero-phone img { transform: translateY(-1px); }
.product-proof { position: absolute; z-index: 4; right: 1%; bottom: 8%; display: flex; flex-direction: column; min-width: 132px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.72); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 16px 40px rgba(16,42,76,.18); backdrop-filter: blur(16px); }
.product-proof strong { color: #27835a; font-size: 1.8rem; line-height: 1; }
.product-proof span { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.orb { position: absolute; width: 480px; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, var(--sky), var(--lavender)); filter: saturate(0.9); overflow: hidden; }
.orb::before, .orb::after { content: ""; position: absolute; left: -8%; width: 116%; border-radius: 50%; transform: rotate(-8deg); }
.orb::before { height: 46%; bottom: -6%; background: rgba(16, 42, 76, 0.2); }
.orb::after { height: 32%; bottom: -10%; background: rgba(143, 203, 196, 0.36); }
.dawn-dot { position: absolute; width: 28px; height: 28px; top: 70px; right: 84px; z-index: 2; border-radius: 50%; background: var(--warm); }
.phone { width: min(310px, 82vw); min-height: 560px; position: relative; padding: 24px 20px; border: 9px solid #111a2c; border-radius: 52px; background: #f7f9fe; box-shadow: 0 38px 90px rgba(20, 32, 53, 0.32); transform: rotate(3deg); }
.phone::before { content: ""; display: block; width: 104px; height: 26px; margin: -13px auto 26px; border-radius: 0 0 18px 18px; background: #111a2c; }
.phone-title { margin: 0 0 24px; text-align: center; font-size: 1.05rem; font-weight: 720; }
.phone-card { margin-bottom: 14px; padding: 20px; border: 1px solid rgba(20, 32, 53, 0.08); border-radius: 22px; background: white; box-shadow: 0 8px 20px rgba(31, 48, 89, 0.06); }
.phone-label { margin-bottom: 9px; color: var(--muted); font-size: 0.78rem; }
.protected { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; color: #237750; background: #daf4e7; font-weight: 800; }
.protected::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: white; background: #2fa46d; font-size: 0.72rem; }
.schedule { margin: 12px 0 0; color: var(--muted); }
.metric { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.metric strong { color: #2b8a5b; font-size: 2.7rem; line-height: 1; }
.metric span { color: var(--muted); font-size: 0.78rem; }
.focus-pill { display: flex; align-items: center; gap: 12px; color: #563db7; font-weight: 760; }
.focus-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: white; background: #7059d9; }

.trust-strip { padding: 18px 0 44px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--line); }
.trust-item { padding: 19px; text-align: center; background: rgba(255,255,255,0.75); }
.trust-item strong { display: block; font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: 0.88rem; }

.section { padding: 78px 0; }
.section.soft { background: rgba(201, 221, 240, 0.26); }
.section.dark { color: white; background: var(--night); }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.dark .section-heading p { color: #b9c4dc; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step, .feature { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.8); box-shadow: 0 12px 35px rgba(31,48,89,0.06); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.step-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: white; background: var(--night); font-weight: 820; }
.step-symbol { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--night); background: rgba(201,221,240,.55); font-size: 1.35rem; }
.step-symbol.brand-step { background: rgba(143,203,196,.24); }
.step-symbol img { width: 29px; height: 29px; }
.step p, .feature p { margin-bottom: 0; color: var(--muted); }

.focus-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 70px; }
.focus-visual { min-height: 490px; position: relative; display: grid; place-items: center; border-radius: 36px; background: linear-gradient(145deg, #294e71, #102a4c); overflow: hidden; }
.focus-visual::before { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,0.16); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,0.035), 0 0 0 120px rgba(255,255,255,0.025); }
.focus-phone { width: 248px; height: 438px; border-width: 8px; border-radius: 40px; transform: rotate(-2deg) translateY(24px); box-shadow: 0 30px 70px rgba(0,0,0,.38); }
.focus-phone img { height: 100%; object-fit: cover; object-position: center 74%; }
.focus-caption { position: absolute; z-index: 4; left: 34px; top: 34px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.1); color: white; font-size: .8rem; font-weight: 720; backdrop-filter: blur(12px); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #91e2c3; box-shadow: 0 0 0 5px rgba(145,226,195,.12); }
.focus-copy p { color: #bec9df; font-size: 1.03rem; }
.focus-copy .callout { margin-top: 22px; padding: 18px; border-left: 3px solid var(--sky); border-radius: 0 18px 18px 0; background: rgba(255,255,255,0.07); color: white; font-weight: 690; }

.product-story { overflow: hidden; background: linear-gradient(180deg, rgba(201,221,240,.22), transparent); }
.product-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }
.product-story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.story-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 30px; }
.story-facts div { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); }
.story-facts strong, .story-facts span { display: block; }
.story-facts strong { color: var(--night); font-size: 1.25rem; }
.story-facts span { margin-top: 3px; color: var(--muted); font-size: .76rem; }
.progress-stage { min-height: 520px; position: relative; display: grid; place-items: center; border-radius: 36px; background: linear-gradient(145deg, rgba(201,221,240,.72), rgba(201,189,232,.45)); }
.progress-stage::before { content: ""; position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.38); filter: blur(2px); }
.progress-phone { width: 258px; height: 468px; transform: rotate(2deg); }
.progress-phone img { height: 100%; object-fit: cover; object-position: center top; }

.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 15px; background: rgba(201, 189, 232, 0.42); font-size: 1.2rem; }

.devices { overflow: hidden; }
.devices-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 76px; }
.devices-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.device-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.device-facts span { padding: 9px 13px; border: 1px solid rgba(16,42,76,.11); border-radius: 999px; color: var(--night); background: white; font-size: .78rem; font-weight: 720; }
.devices-visual { min-height: 460px; position: relative; display: flex; align-items: center; justify-content: center; gap: 76px; border-radius: 38px; background: linear-gradient(145deg, rgba(201,221,240,.62), rgba(201,189,232,.44)); }
.devices-visual::before, .devices-visual::after { content: ""; position: absolute; width: 440px; height: 160px; left: 50%; border-radius: 50%; transform: translateX(-50%) rotate(-7deg); }
.devices-visual::before { bottom: 22px; background: rgba(16,42,76,.12); }
.devices-visual::after { bottom: -12px; background: rgba(143,203,196,.28); }
.mini-phone { width: 160px; min-height: 320px; position: relative; z-index: 2; padding: 25px 15px 16px; border: 7px solid #142035; border-radius: 32px; background: #F7FAFC; box-shadow: 0 22px 52px rgba(16,42,76,.18); }
.phone-one { transform: rotate(-7deg); }
.phone-two { transform: rotate(7deg); }
.mini-top { margin-bottom: 28px; text-align: center; color: var(--night); font-size: .82rem; font-weight: 750; }
.mini-status { margin-bottom: 20px; padding: 8px; border-radius: 999px; color: #277A58; background: #E8F5F0; text-align: center; font-size: .76rem; font-weight: 800; }
.mini-app { margin-top: 10px; padding: 13px 12px; border-radius: 14px; color: var(--night); background: white; box-shadow: 0 5px 14px rgba(16,42,76,.07); font-size: .78rem; font-weight: 700; }
.muted-app { color: #8A98A8; background: #EEF2F6; }
.account-orbit { width: 154px; height: 154px; position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: 0 18px 48px rgba(16,42,76,.16); transform: translate(-50%,-50%); backdrop-filter: blur(16px); }
.account-orbit img { width: 31px; height: 31px; margin-bottom: 4px; }
.account-orbit strong { color: #277A58; font-size: 2rem; line-height: 1; }
.account-orbit span { margin-top: 4px; color: var(--muted); font-size: .65rem; }

.privacy-card { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; padding: 44px; border-radius: 34px; background: linear-gradient(135deg, rgba(143,203,196,.24), rgba(201,189,232,.25)); }
.privacy-points { display: grid; gap: 18px; }
.privacy-point { display: flex; gap: 14px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.76); }
.privacy-point::before { content: "✓"; flex: 0 0 auto; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: white; background: #299467; font-size: 0.76rem; font-weight: 900; }

.quote { max-width: 900px; margin: 0 auto; text-align: center; }
.quote blockquote { margin: 0; font-size: clamp(1.8rem, 3vw, 2.9rem); font-weight: 790; line-height: 1.15; letter-spacing: -0.045em; }
.quote p { margin-top: 24px; color: #b9c4dc; }

.faq { display: grid; gap: 14px; }
details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
summary { cursor: pointer; font-weight: 760; }
details p { margin: 14px 0 0; color: var(--muted); }

.launch-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; padding: 52px; border-radius: 38px; color: white; background: linear-gradient(135deg, var(--night), var(--night-soft)); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.launch-card::after { content: ""; position: absolute; width: 280px; height: 280px; right: -90px; top: -150px; border-radius: 50%; background: var(--warm); opacity: .75; }
.launch-card > * { position: relative; z-index: 1; }
.launch-card p { color: #dfe5ff; font-size: 1.05rem; }
.early-access-copy h2 { font-size: clamp(2.35rem, 4.5vw, 3.8rem); }
.early-access-copy .eyebrow { color: var(--sky); }
.early-access-benefits { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.early-access-benefits li { display: flex; gap: 10px; color: #eef3ff; font-size: .94rem; }
.early-access-benefits li::before { content: "✓"; color: #8fdbc1; font-weight: 900; }
.early-access-form { display: grid; gap: 17px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.field { display: grid; gap: 7px; }
.field label { color: white; font-size: .82rem; font-weight: 720; }
.field label span { color: #bccbe0; font-weight: 500; }
.field input, .field select { width: 100%; min-height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.96); font: inherit; font-size: .95rem; outline: none; }
.field input:focus, .field select:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(201,221,240,.25); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #dbe5f2; font-size: .78rem; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--mint); }
.submit-button { width: 100%; border: 0; color: var(--night); background: white; cursor: pointer; font: inherit; }
.submit-button:hover { background: #eef5fb; }
.submit-button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { margin: -3px 0 0 !important; color: #bfcde0 !important; font-size: .7rem !important; line-height: 1.5; }
.form-note a { text-underline-offset: 2px; }
.form-status { min-height: 1.4em; margin: 0 !important; font-size: .82rem !important; font-weight: 680; }
.form-status.success { color: #a9efcf; }
.form-status.error { color: #ffd0c9; }
.trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.site-footer { padding: 52px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 0.86rem; }
.copyright { color: var(--muted); font-size: 0.82rem; }

.legal { padding: 64px 0 84px; }
.legal article { max-width: 790px; }
.legal h1 { margin-bottom: 14px; font-size: clamp(2.2rem, 3.6vw, 3.1rem); }
.legal h2 { margin: 34px 0 10px; font-size: 1.45rem; letter-spacing: -.025em; }
.legal h3 { margin: 23px 0 7px; font-size: 1.08rem; letter-spacing: -.02em; }
.legal p, .legal li { color: var(--muted); }
.legal p { margin: 0 0 13px; }
.legal ul, .legal ol { margin: 10px 0 18px; padding-left: 22px; }
.legal li + li { margin-top: 6px; }
.legal .notice { margin: 20px 0; padding: 16px; border: 1px solid #e9c46a; border-radius: 16px; background: #fff9e8; color: #765d13; }
.legal-meta { color: var(--muted); }

@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero { padding-top: 52px; }
  .hero-grid, .focus-grid, .privacy-card, .devices-grid, .launch-card, .product-story-grid { grid-template-columns: 1fr; }
  .phone-stage { min-height: 500px; }
  .hero-phone { width: min(270px, 80vw); height: 495px; transform: rotate(1deg); }
  .product-proof { right: 0; bottom: 5%; }
  .steps { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .devices-visual { min-height: 500px; }
}

@media (max-width: 560px) {
  body { font-size: 14.5px; line-height: 1.48; }
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .nav { min-height: 60px; }
  .brand { gap: 8px; font-size: 1.05rem; }
  .brand-mark { width: 31px; height: 31px; }
  .nav .button { display: none; }
  .hero { padding: 28px 0 24px; }
  .hero-grid { gap: 20px; }
  .eyebrow { margin-bottom: 12px; max-width: 100%; font-size: .62rem; line-height: 1.4; letter-spacing: .09em; }
  .eyebrow::before { width: 20px; }
  h1 { margin-bottom: 13px; max-width: 100%; font-size: clamp(1.9rem, 8.8vw, 2.25rem); line-height: 1.02; }
  h2 { margin-bottom: 12px; font-size: 1.58rem; line-height: 1.06; }
  h3 { margin-bottom: 7px; font-size: 1.05rem; }
  h1 span { display: inline; }
  h1 span + span { display: block; margin-top: .12em; }
  .hero-copy > p:not(.eyebrow) { margin-bottom: 17px; font-size: .9rem; }
  .devices-copy > p:not(.eyebrow), .focus-copy p, .section-heading p, .product-story-copy > p:not(.eyebrow) { font-size: .9rem; }
  .actions { gap: 8px; }
  .actions .button { min-height: 41px; padding-inline: 14px; font-size: .8rem; }
  .microcopy { margin-top: 12px !important; font-size: .7rem !important; }
  .phone-stage { min-height: 350px; }
  .hero-phone { width: min(194px, 58vw); height: 342px; border-width: 7px; border-radius: 39px; }
  .device-notch { width: 78px; height: 21px; }
  .product-backdrop { inset: 5% 1% 0; border-radius: 34px; }
  .product-proof { min-width: 108px; padding: 12px 14px; }
  .product-proof strong { font-size: 1.45rem; }
  .orb { width: 410px; }
  .phone { width: min(300px, 88vw); min-height: 540px; transform: none; }
  .trust-strip { padding: 10px 0 24px; }
  .trust-grid { border-radius: 16px; }
  .section { padding: 34px 0; }
  .section-heading { margin-bottom: 22px; }
  .privacy-card, .launch-card { gap: 22px; padding: 22px 17px; border-radius: 22px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-item { padding: 12px 7px; }
  .trust-item strong { font-size: .78rem; }
  .trust-item span { font-size: .64rem; line-height: 1.3; }
  .steps { gap: 10px; }
  .step { padding: 15px; border-radius: 18px; }
  .step-top { margin-bottom: 10px; }
  .step-number { width: 32px; height: 32px; border-radius: 10px; font-size: .78rem; }
  .step-symbol { width: 34px; height: 34px; font-size: 1rem; }
  .step-symbol img { width: 22px; height: 22px; }
  .step p { font-size: .82rem; line-height: 1.42; }
  .features { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .feature { padding: 14px 12px; border-radius: 17px; }
  .feature h3 { font-size: .9rem; }
  .feature p { font-size: .72rem; line-height: 1.38; }
  .feature-icon { width: 32px; height: 32px; margin-bottom: 10px; border-radius: 10px; font-size: .95rem; }
  .focus-grid, .product-story-grid, .devices-grid { gap: 24px; }
  .focus-visual { min-height: 320px; border-radius: 25px; }
  .focus-phone { width: 180px; height: 300px; border-width: 7px; border-radius: 33px; transform: rotate(-2deg) translateY(14px); }
  .focus-caption { top: 15px; left: 14px; padding: 7px 10px; font-size: .68rem; }
  .focus-copy .callout { margin-top: 15px; padding: 13px; font-size: .84rem; }
  .story-facts { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 18px; }
  .story-facts div { padding: 12px; border-radius: 14px; }
  .story-facts strong { font-size: 1.05rem; }
  .story-facts span { font-size: .66rem; }
  .progress-stage { min-height: 330px; border-radius: 25px; }
  .progress-phone { width: 185px; height: 316px; border-width: 7px; border-radius: 34px; }
  .devices-visual { gap: 23px; min-height: 290px; border-radius: 25px; }
  .mini-phone { width: 112px; min-height: 246px; padding: 20px 11px 12px; border-width: 6px; }
  .mini-top { margin-bottom: 18px; }
  .mini-app { padding: 9px 8px; font-size: .66rem; }
  .account-orbit { width: 96px; height: 96px; }
  .account-orbit strong { font-size: 1.5rem; }
  .device-facts { gap: 6px; margin-top: 17px; }
  .device-facts span { padding: 6px 9px; font-size: .66rem; }
  .privacy-points { gap: 9px; }
  .privacy-point { gap: 10px; padding: 12px; border-radius: 14px; font-size: .8rem; }
  .privacy-point::before { width: 21px; height: 21px; }
  .quote blockquote { font-size: 1.45rem; }
  .quote p { margin-top: 14px; font-size: .82rem; }
  .faq { gap: 8px; }
  details { padding: 15px 16px; border-radius: 14px; }
  summary { font-size: .86rem; }
  details p { margin-top: 9px; font-size: .8rem; }
  .early-access-copy h2 { font-size: 1.65rem; }
  .early-access-benefits { gap: 6px; margin-top: 17px; }
  .early-access-benefits li { font-size: .8rem; }
  .early-access-form { gap: 12px; padding: 17px 13px; border-radius: 20px; }
  .field { gap: 4px; }
  .field input, .field select { min-height: 43px; font-size: .84rem; }
  .site-footer { padding: 34px 0; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .legal { padding: 32px 0 46px; }
  .legal h1 { margin-bottom: 10px; font-size: 1.9rem; line-height: 1.05; }
  .legal h2 { margin: 25px 0 8px; font-size: 1.18rem; line-height: 1.15; }
  .legal h3 { margin: 18px 0 5px; font-size: .98rem; line-height: 1.2; }
  .legal p, .legal li { font-size: .84rem; line-height: 1.48; }
  .legal p { margin-bottom: 10px; }
  .legal ul, .legal ol { margin: 8px 0 14px; padding-left: 19px; }
  .legal li + li { margin-top: 4px; }
  .legal-meta { font-size: .74rem !important; }
}

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