@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600&display=swap');

:root {
  --cream: #f0ecdf;
  --paper: #fffdf7;
  --ink: #1b1d16;
  --muted: #63675a;
  --green: #2b4a21;
  --green-2: #48643f;
  --sage: #b8c3ad;
  --sage-light: #dbe1d4;
  --line: rgba(43, 74, 33, .16);
  --radius: 28px;
  --shadow: 0 22px 70px rgba(36, 44, 29, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .75rem 1rem; color: white; background: var(--green); border-radius: 10px; }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 20; width: min(1180px, calc(100% - 40px)); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-size: 1.45rem; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.brand img { border-radius: 12px; box-shadow: 0 4px 18px rgba(43,74,33,.12); }
.navigation { display: flex; align-items: center; gap: 2rem; }
.navigation a { font-size: .92rem; font-weight: 600; text-decoration: none; }
.navigation a:not(.nav-cta):hover { color: var(--green-2); }
.nav-cta { padding: .72rem 1.1rem; color: white; background: var(--green); border-radius: 12px; box-shadow: 0 8px 24px rgba(43,74,33,.18); }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; font: inherit; font-weight: 700; }

.hero { position: relative; width: min(1240px, calc(100% - 32px)); min-height: 690px; margin: 0 auto 32px; padding: 86px 6vw 68px; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 2rem; background: rgba(255,253,247,.7); border: 1px solid rgba(255,255,255,.85); border-radius: 36px; box-shadow: inset 0 0 0 1px rgba(43,74,33,.03); }
.hero-grid { position: absolute; inset: -18%; opacity: .42; overflow: hidden; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(ellipse 74% 68% at 50% 46%, #000 16%, transparent 80%); transform: perspective(700px) rotateX(58deg) scale(1.45) translateY(-6%); transform-origin: 50% 100%; animation: grid-drift 18s ease-in-out infinite alternate; }
.hero-grid::before, .hero-grid::after { content: ''; position: absolute; border: 1px solid rgba(43,74,33,.17); border-radius: 44% 56% 38% 62% / 55% 35% 65% 45%; }
.hero-grid::before { width: 52%; aspect-ratio: 1.35; left: 8%; top: 24%; animation: contour-float 13s ease-in-out infinite alternate; }
.hero-grid::after { width: 44%; aspect-ratio: 1; right: 4%; bottom: 10%; animation: contour-float 16s ease-in-out -4s infinite alternate-reverse; }
.hero-grid i { position: absolute; display: block; width: 28%; aspect-ratio: 1; border: 1px solid rgba(72,100,63,.13); border-radius: 48% 52% 67% 33% / 37% 61% 39% 63%; }
.hero-grid i:nth-child(1) { top: 5%; left: 34%; animation: cell-wander 17s ease-in-out infinite alternate; }
.hero-grid i:nth-child(2) { right: 22%; top: 42%; width: 22%; animation: cell-wander 14s ease-in-out -6s infinite alternate-reverse; }
.hero-grid i:nth-child(3) { left: 16%; bottom: 8%; width: 19%; animation: cell-wander 19s ease-in-out -2s infinite alternate; }
@keyframes grid-drift { from { background-position: 0 0, 0 0; } to { background-position: 32px 18px, 18px 32px; } }
@keyframes contour-float { from { transform: translate3d(-2%, -2%, 0) rotate(-4deg) scale(.94); } to { transform: translate3d(5%, 4%, 0) rotate(5deg) scale(1.08); } }
@keyframes cell-wander { from { transform: translate3d(-10px, 0, 0) rotate(-8deg); } to { transform: translate3d(34px, 22px, 0) rotate(12deg); } }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 1.2rem; color: var(--green-2); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; padding: .48rem .8rem; background: rgba(219,225,212,.65); border: 1px solid rgba(72,100,63,.18); border-radius: 99px; letter-spacing: .06em; text-transform: none; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(43,74,33,.1); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 1.2rem 0 1.3rem; font-size: clamp(3.2rem, 6.2vw, 6.2rem); line-height: .98; letter-spacing: -.075em; }
h1 em { color: var(--green); font-family: 'Fraunces', Georgia, serif; font-style: normal; font-weight: 600; letter-spacing: -.055em; }
.hero-lede { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 52px; padding: .8rem 1.25rem; border-radius: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(43,74,33,.24); }
.button-secondary { background: rgba(255,255,255,.72); border: 1px solid rgba(43,74,33,.15); box-shadow: 0 8px 22px rgba(36,44,29,.08); }
.button-disabled { cursor: default; color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); }
.button-disabled:hover { transform: none; }
.availability { margin-top: 1.1rem; color: var(--muted); font-size: .84rem; }
.availability span { color: var(--green-2); font-size: .65rem; }

.phone-stage { position: relative; z-index: 2; min-height: 560px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: min(315px, 78vw); padding: 9px; background: #20211d; border: 1px solid #4e5149; border-radius: 48px; box-shadow: 0 34px 70px rgba(34,40,29,.25), inset 0 0 0 1px rgba(255,255,255,.16); transform: rotate(3deg); }
.phone-bar { position: absolute; z-index: 3; inset: 18px 28px auto; display: flex; justify-content: space-between; color: var(--ink); font-size: .65rem; font-weight: 700; }
.phone-bar i { width: 76px; height: 20px; margin-top: -4px; background: #191a17; border-radius: 15px; }
.phone-content { min-height: 565px; padding: 62px 18px 22px; overflow: hidden; background: #f2eee2; border-radius: 40px; }
.app-title { display: flex; flex-direction: column; margin-bottom: 18px; }
.app-title span { font-family: 'Fraunces', Georgia, serif; font-size: 2rem; font-weight: 600; line-height: 1; }
.app-title b { margin-top: 4px; color: var(--muted); font-size: .73rem; font-weight: 500; }
.prompt-card { padding: 16px; color: white; background: var(--green); border-radius: 20px; box-shadow: 0 12px 24px rgba(43,74,33,.18); }
.prompt-card small { color: #cdd8c7; font-size: .59rem; font-weight: 700; letter-spacing: .1em; }
.prompt-card p { margin: .4rem 0 0; font-family: 'Fraunces', Georgia, serif; font-size: 1.14rem; line-height: 1.3; }
.entry-card { margin: 13px 0; padding: 16px; background: #fffdf7; border: 1px solid rgba(43,74,33,.09); border-radius: 20px; box-shadow: 0 8px 20px rgba(42,48,34,.07); }
.entry-meta { display: flex; justify-content: space-between; color: #7c8174; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.entry-card h3 { margin: .65rem 0 .35rem; font-family: 'Fraunces', Georgia, serif; font-size: 1.18rem; }
.entry-card p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.memory-row { display: flex; gap: 6px; margin-top: 13px; }
.memory-row span { padding: 5px 7px; color: var(--green-2); background: #e7ebdf; border-radius: 8px; font-size: .58rem; font-weight: 700; }
.checkin-row { display: flex; gap: 6px; margin-top: 7px; }
.checkin-row span { padding: 4px 7px; color: #6f6752; background: #f0e8d5; border-radius: 8px; font-size: .54rem; font-weight: 700; }
.phone-content button { width: 100%; padding: 12px; border: 0; color: white; background: var(--green); border-radius: 14px; font: inherit; font-size: .78rem; font-weight: 700; }
.orbit { position: absolute; border: 1px solid rgba(43,74,33,.15); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 380px; height: 540px; transform: rotate(50deg); }
.float-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: .7rem .9rem; background: rgba(255,253,247,.9); border: 1px solid rgba(43,74,33,.12); border-radius: 12px; box-shadow: 0 12px 30px rgba(43,74,33,.13); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 700; }
.float-note span { display: grid; width: 24px; height: 24px; place-items: center; color: white; background: var(--green); border-radius: 8px; }
.float-note-top { top: 85px; right: 0; }
.float-note-bottom { bottom: 80px; left: -15px; }

.trust-strip { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 74px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trust-strip div { display: flex; flex-direction: column; padding-left: 1.2rem; border-left: 2px solid var(--green); }
.trust-strip strong { font-size: .95rem; }
.trust-strip span { color: var(--muted); font-size: .78rem; }
.section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; column-gap: 8vw; margin-bottom: 64px; }
.section-heading .kicker { grid-column: 1 / -1; }
.section-heading h2, .privacy-banner h2, .final-cta h2 { margin: 0; font-family: 'Fraunces', Georgia, serif; font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: 0 0 .45rem; color: var(--muted); font-size: 1.08rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { position: relative; min-height: 300px; padding: 30px; background: rgba(255,253,247,.68); border: 1px solid rgba(43,74,33,.1); border-radius: 24px; transition: transform .25s ease, box-shadow .25s ease; }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-number { color: #8d9184; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.step-icon { display: grid; width: 52px; height: 52px; margin: 52px 0 24px; place-items: center; color: white; background: var(--green); border-radius: 16px; font-size: 1.3rem; }
.step h3, .feature h3 { margin: 0 0 .7rem; font-size: 1.35rem; letter-spacing: -.03em; }
.step p, .feature p { margin: 0; color: var(--muted); }
.bento-section { padding-top: 70px; }
.section-heading.compact { display: block; max-width: 710px; }
.bento { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.feature { position: relative; min-height: 350px; padding: 34px; overflow: hidden; background: var(--paper); border: 1px solid rgba(43,74,33,.1); border-radius: var(--radius); }
.feature-large { grid-row: span 2; min-height: 720px; display: flex; flex-direction: column; justify-content: space-between; background: #dce3d5; }
.feature-label { display: inline-block; margin-bottom: 18px; padding: 5px 9px; color: var(--green); background: rgba(255,255,255,.55); border-radius: 8px; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.feature h3 { max-width: 520px; font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; }
.feature p { max-width: 540px; }
.paper { width: 88%; margin: 42px auto -72px; padding: 40px 36px 100px; background: #fffdf8; border-radius: 20px 20px 0 0; box-shadow: 0 -4px 38px rgba(43,74,33,.12); transform: rotate(-2deg); }
.paper span { color: #8b8e83; font-size: .64rem; font-weight: 700; letter-spacing: .12em; }
.paper h4 { margin: 18px 0 24px; font-family: 'Fraunces', Georgia, serif; font-size: 1.8rem; }
.paper i { display: block; height: 1px; margin: 16px 0; background: #cfd3c8; }
.paper i.short { width: 62%; }
.paper div { display: inline-block; margin-top: 20px; padding: 6px 10px; color: var(--green); background: #e3eadc; border-radius: 9px; font-size: .7rem; }
.feature-health { color: white; background: var(--green); }
.feature-health .feature-label { color: white; background: rgba(255,255,255,.12); }
.feature-health p { color: #d5ddcf; }
.rings { position: absolute; right: 28px; bottom: 18px; width: 118px; height: 118px; }
.rings span { position: absolute; inset: 0; border: 12px solid #d9e7d0; border-right-color: rgba(255,255,255,.12); border-radius: 50%; }
.rings span:nth-child(2) { inset: 20px; border-width: 10px; border-color: #97b389 #97b389 #97b389 rgba(255,255,255,.12); }
.rings span:nth-child(3) { inset: 39px; border-width: 8px; border-color: #f0ecdf #f0ecdf rgba(255,255,255,.12) #f0ecdf; }
.feature-widget { background: #fff9ed; }
.widget { width: 80%; margin: 36px auto -60px; padding: 24px; background: var(--green); border-radius: 25px; box-shadow: 0 16px 30px rgba(43,74,33,.25); color: white; }
.widget b { display: block; font-family: 'Fraunces', Georgia, serif; font-size: 3.4rem; line-height: 1; }
.widget span { display: block; color: #d1dccb; }
.widget small { display: block; margin-top: 30px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.2); }
.feature-export { grid-column: 1 / -1; min-height: 270px; padding-right: 45%; }
.export-icons { position: absolute; right: 34px; bottom: 70px; display: flex; align-items: center; gap: 12px; }
.export-icons span { padding: 14px 18px; background: #e5eadf; border-radius: 14px; font-weight: 700; }
.export-icons i { color: #7a7f72; font-style: normal; }

.vision-section { width: min(1240px, calc(100% - 32px)); padding-inline: 4vw; background: rgba(255,253,247,.54); border: 1px solid rgba(255,255,255,.8); border-radius: 34px; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.roadmap-card { min-height: 310px; padding: 28px; background: var(--paper); border: 1px solid rgba(43,74,33,.1); border-radius: 24px; box-shadow: 0 12px 32px rgba(43,74,33,.05); }
.roadmap-highlight { grid-column: span 2; background: var(--green); color: white; }
.roadmap-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.roadmap-top b { color: #a5aa9f; font-size: .72rem; letter-spacing: .1em; }
.roadmap-highlight .roadmap-top b { color: #91a18a; }
.status { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 99px; font-size: .66rem; font-weight: 700; letter-spacing: .03em; }
.status::before { content: ''; width: 6px; height: 6px; background: currentColor; border-radius: 50%; }
.status-now { color: #2f5a28; background: #e2ebdd; }
.status-building { color: #dce8d6; background: rgba(255,255,255,.12); }
.status-planned { color: #6f654c; background: #eee8d9; }
.status-explore { color: #546a4c; background: #e4e9e0; }
.roadmap-card h3 { margin: 0 0 .8rem; font-family: 'Fraunces', Georgia, serif; font-size: 1.75rem; line-height: 1.12; letter-spacing: -.035em; }
.roadmap-card p { margin: 0; color: var(--muted); }
.roadmap-highlight p { max-width: 630px; color: #d4dfcf; }
.habit-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; max-width: 570px; margin-top: 30px; }
.habit-preview span { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; font-size: .76rem; }
.habit-preview i { display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; font-style: normal; font-size: .65rem; }
.view-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 26px; }
.view-chips span { padding: 5px 9px; color: var(--green-2); background: #e8ece3; border-radius: 8px; font-size: .67rem; font-weight: 700; }
.mini-chart { height: 72px; margin-top: 25px; display: flex; align-items: end; gap: 6px; }
.mini-chart i { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--green-2), var(--sage)); border-radius: 6px 6px 2px 2px; }
.roadmap-note { margin: 26px 0 0; color: #797d72; font-size: .8rem; text-align: center; }

.privacy-banner { width: min(1240px, calc(100% - 32px)); margin: 80px auto; padding: 80px 7vw; display: grid; grid-template-columns: .45fr 1fr .85fr; align-items: center; gap: 5vw; color: white; background: var(--green); border-radius: 34px; overflow: hidden; }
.privacy-mark { position: relative; }
.privacy-mark::before { content: ''; position: absolute; inset: -54px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.privacy-mark img { position: relative; z-index: 1; border-radius: 30px; box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.kicker.light { color: #b8c9af; }
.privacy-banner h2 { font-size: clamp(2.4rem, 4.2vw, 4rem); }
.privacy-banner p { color: #d7dfd2; }
.text-link { display: inline-flex; gap: .5rem; margin-top: 1rem; color: white; font-weight: 700; }
.privacy-list { margin: 0; padding: 0; list-style: none; }
.privacy-list li { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.privacy-list li > span { display: grid; flex: 0 0 30px; height: 30px; place-items: center; color: var(--green); background: var(--sage-light); border-radius: 50%; font-weight: 700; }
.privacy-list strong, .privacy-list small { display: block; }
.privacy-list small { margin-top: 2px; color: #b9c8b3; }
.final-cta { padding: 120px 20px 140px; text-align: center; color: white; background: #1d2619; }
.final-cta img { margin: 0 auto 30px; border-radius: 20px; }
.final-cta .kicker { color: #aebfa6; }
.final-cta > p:not(.kicker) { color: #bbc5b6; font-size: 1.1rem; }
.final-cta .button { margin-top: 18px; }
footer { padding: 36px max(24px, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 3rem; background: #171a15; color: #c1c6bd; font-size: .82rem; }
.footer-brand { color: white; font-size: 1.1rem; }
footer nav { display: flex; gap: 1.2rem; }
footer a { text-decoration: none; }
.copyright { color: #7e8479; }

.legal-header { border-bottom: 1px solid var(--line); }
.legal-main { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.legal-hero { max-width: 840px; padding: 90px 0 70px; }
.legal-hero h1 { margin-top: 1.4rem; }
.legal-intro { max-width: 720px; color: var(--muted); font-size: 1.2rem; }
.last-updated { margin-top: 2rem; color: #777b70; font-size: .82rem; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: start; gap: 7vw; padding: 30px 0 120px; }
.legal-summary { position: sticky; top: 24px; padding: 24px; background: var(--green); color: white; border-radius: 20px; }
.legal-summary strong { font-family: 'Fraunces', Georgia, serif; font-size: 1.35rem; }
.legal-summary ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.legal-summary li { position: relative; padding: 9px 0 9px 21px; color: #d4dfcf; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.legal-summary li::before { content: '✓'; position: absolute; left: 0; color: #b6caaa; }
.legal-content { max-width: 760px; }
.legal-content section { position: relative; padding: 48px 0; border-top: 1px solid var(--line); }
.legal-content section:first-child { border-top: 0; }
.legal-number { color: var(--green-2); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.legal-content h2 { margin: .5rem 0 1.4rem; font-family: 'Fraunces', Georgia, serif; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.1; letter-spacing: -.04em; }
.legal-content p, .legal-content li { color: #4e5248; }
.legal-content strong { color: var(--ink); }
.legal-content a { color: var(--green); font-weight: 700; }
.legal-content code { padding: .15rem .35rem; background: rgba(43,74,33,.08); border-radius: 5px; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content li { margin-bottom: .8rem; }
.data-table { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.data-table > div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 18px 20px; background: rgba(255,253,247,.55); border-bottom: 1px solid var(--line); }
.data-table > div:last-child { border-bottom: 0; }
.data-table span { color: var(--muted); font-size: .9rem; }
.legal-callout { margin: 2rem 0; padding: 24px; background: var(--sage-light); border-radius: 18px; }
.legal-callout p { margin-bottom: 0; }
.roadmap-policy { background: #e9e3d4; }
.legal-note { margin-top: 2rem; padding-top: 1rem; border-top: 1px dashed var(--line); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-toggle { display: block; }
  .navigation:not(.legal-nav) { position: absolute; left: 0; right: 0; top: 70px; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .navigation.is-open { display: flex; }
  .navigation a { padding: .55rem; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 56px; text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .phone-stage { min-height: 610px; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 1.2rem; }
  .bento { grid-template-columns: 1fr; }
  .roadmap-grid { grid-template-columns: repeat(2, 1fr); }
  .roadmap-highlight { grid-column: span 2; }
  .feature-large { grid-row: auto; min-height: 640px; }
  .feature-export { grid-column: auto; padding-right: 34px; padding-bottom: 150px; }
  .export-icons { left: 34px; right: auto; bottom: 36px; }
  .privacy-banner { grid-template-columns: 120px 1fr; }
  .privacy-list { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr 1fr; gap: 1rem 2rem; }
  footer nav { justify-self: end; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-summary { position: static; }
}

@media (max-width: 650px) {
  .navigation.legal-nav a:first-child { display: none; }
  .navigation.legal-nav { gap: 0; }
  .hero { width: calc(100% - 20px); min-height: auto; padding: 48px 18px 40px; border-radius: 26px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero h1 br { display: none; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .phone-stage { min-height: 570px; }
  .float-note-top { right: -6px; }
  .float-note-bottom { left: -6px; }
  .trust-strip, .steps { grid-template-columns: 1fr; }
  .trust-strip { padding-bottom: 30px; }
  .section { padding: 76px 0; }
  .steps { gap: 12px; }
  .step { min-height: 260px; }
  .step-icon { margin-top: 35px; }
  .feature { min-height: 330px; padding: 26px; }
  .feature-large { min-height: 570px; }
  .paper { width: 102%; padding: 28px 24px 80px; }
  .feature-export { padding-bottom: 145px; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .roadmap-highlight { grid-column: auto; }
  .roadmap-card { min-height: 0; }
  .export-icons { left: 24px; gap: 6px; }
  .export-icons span { padding: 10px; font-size: .75rem; }
  .privacy-banner { width: calc(100% - 20px); margin: 40px auto; padding: 52px 24px; grid-template-columns: 1fr; border-radius: 26px; }
  .privacy-mark img { width: 86px; }
  .privacy-list { grid-column: auto; }
  .final-cta { padding: 90px 20px 100px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > * { justify-self: center; }
  .legal-main { width: min(100% - 32px, 1120px); }
  .legal-hero { padding: 60px 0 34px; }
  .legal-hero h1 br { display: none; }
  .data-table > div { grid-template-columns: 1fr; gap: 4px; }
}

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