:root {
  --navy: #0b1020;
  --ink: #12182b;
  --slate: #64748b;
  --gold: #f5b84b;
  --gold-soft: #ffd27a;
  --paper: #fffdf8;
  --cloud: #f8fafc;
  --line: #e2e8f0;
  --green: #198768;
  --max: 1180px;
  --brand-font: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body::selection { color: var(--navy); background: #ffe8af; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; background: white; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 5; height: 88px; color: white; }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; }
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.wordmark { padding-right: .31em; font-family: var(--brand-font); font-weight: 300; letter-spacing: .31em; line-height: 1; text-transform: uppercase; color: transparent; background: linear-gradient(180deg, #fff4c8 0%, #ffe08a 30%, #f5b84b 68%, #a36620 100%); -webkit-background-clip: text; background-clip: text; }
.nav-links { display: flex; align-items: center; gap: 1.8rem; font-size: .88rem; color: #dce1ed; }
.nav-links a { text-decoration: none; transition: color 180ms ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold-soft); }
.nav-cta { border: 1px solid rgba(255,210,122,.35); border-radius: 999px; padding: .65rem 1rem; color: inherit; background: transparent; cursor: pointer; }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--gold-soft); border-color: rgba(255,210,122,.62); }
.lang-switch { color: var(--gold-soft); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background: var(--navy); isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 73% 38%, rgba(245,184,75,.16), transparent 24%), radial-gradient(circle at 15% 20%, rgba(85,96,122,.34), transparent 25%), linear-gradient(135deg, #0b1020 20%, #12182b 72%, #0b1020); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 52%); }
.hero-inner { min-height: 100svh; padding: 132px 0 68px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5vw; }
.eyebrow { margin: 0 0 1rem; color: var(--gold-soft); font-size: .73rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; font-family: var(--brand-font); font-size: clamp(3.9rem, 8.4vw, 7.8rem); font-weight: 300; line-height: .92; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { width: max-content; max-width: 100%; padding-right: .12em; color: transparent; background: linear-gradient(180deg, #fff4c8 0%, #ffe08a 30%, #f5b84b 68%, #a36620 100%); -webkit-background-clip: text; background-clip: text; }
.hero-copy { max-width: 530px; color: #c9cfdb; font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.6; }
.actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.button { --press-x: 0; --press-y: 0; --glare-x: 36%; --glare-y: 20%; position: relative; isolation: isolate; display: inline-flex; min-height: 48px; overflow: hidden; align-items: center; justify-content: center; gap: .6rem; padding: .75rem 1.2rem; border: 1px solid rgba(122,71,24,.46); border-radius: 999px; background: linear-gradient(160deg, #a36620 0%, #d6a247 38%, #ffd27a 72%, #b87724 100%); color: var(--navy); font-weight: 600; text-decoration: none; cursor: pointer; box-shadow: 0 18px 42px -24px rgba(245,184,75,.34), inset 0 1px 0 rgba(255,241,214,.18); transform: perspective(720px) translate3d(0,0,0) rotateX(0) rotateY(0); transform-style: flat; touch-action: manipulation; will-change: transform; transition: transform 190ms cubic-bezier(.2,.9,.2,1), filter 180ms ease, box-shadow 190ms ease; }
.button:not(.button-secondary)::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(circle at 18% 24%, rgba(95,58,19,.16) 0, rgba(95,58,19,.16) .75px, transparent 1.15px), radial-gradient(circle at 74% 66%, rgba(255,241,214,.13) 0, rgba(255,241,214,.13) .7px, transparent 1.1px), linear-gradient(115deg, transparent 20%, rgba(255,241,214,.16) 45%, transparent 68%); opacity: .34; transform: translate3d(calc(var(--press-x) * -7px),calc(var(--press-y) * -5px),0); transition: opacity 180ms ease, transform 190ms cubic-bezier(.2,.9,.2,1); }
.button:not(.button-secondary)::after { content: ''; position: absolute; inset: -35%; z-index: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(ellipse at var(--glare-x) var(--glare-y), rgba(255,246,230,.62) 0, rgba(255,210,122,.32) 14%, transparent 32%), linear-gradient(115deg, transparent 18%, rgba(255,241,214,.14) 42%, transparent 64%), radial-gradient(ellipse at calc(100% - var(--glare-x)) calc(100% - var(--glare-y)), rgba(95,58,19,.28) 0, transparent 32%); opacity: 0; transform: translate3d(calc(var(--press-x) * 10px),calc(var(--press-y) * 8px),0) scale(.96); transition: opacity 170ms ease, transform 190ms cubic-bezier(.2,.9,.2,1); }
.button > span { position: relative; z-index: 1; }
.button:hover { transform: perspective(720px) translate3d(0,-2px,0); filter: saturate(.98) brightness(1.04); box-shadow: 0 22px 48px -22px rgba(245,184,75,.42), inset 0 1px 0 rgba(255,241,214,.22); }
.button[data-press-state="pressed"] { transform: perspective(720px) translate3d(calc(var(--press-x) * -2px),2.5px,0) scale(.968) rotateX(calc(var(--press-y) * -18deg)) rotateY(calc(var(--press-x) * 18deg)); filter: saturate(.96) brightness(.98); box-shadow: 0 10px 24px -20px rgba(245,184,75,.3), inset 0 2px 6px rgba(95,58,19,.26), inset 0 1px 0 rgba(255,241,214,.12); }
.button[data-press-state="pressed"]::before { opacity: .72; transform: translate3d(calc(var(--press-x) * -11px),calc(var(--press-y) * -8px),0); }
.button[data-press-state="pressed"]::after { opacity: 1; transform: translate3d(calc(var(--press-x) * 8px),calc(var(--press-y) * 6px),0) scale(1.02); }
.button[data-press-state="released"] { transform: perspective(720px) translate3d(calc(var(--press-x) * .75px),-.75px,0) scale(1.01) rotateX(calc(var(--press-y) * 4deg)) rotateY(calc(var(--press-x) * -4deg)); transition-duration: 300ms; transition-timing-function: cubic-bezier(.16,1.55,.28,1); }
.button[data-press-state="released"]::after { opacity: .78; transform: translate3d(calc(var(--press-x) * 5px),calc(var(--press-y) * 4px),0) scale(1.06); transition: opacity 300ms ease-out, transform 300ms cubic-bezier(.16,1.55,.28,1); }
.button-secondary { color: white; background: transparent; border-color: rgba(255,255,255,.22); box-shadow: none; }
.beta-note { color: #9ba4b7; font-size: .8rem; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.orbit { position: absolute; width: min(570px, 47vw); aspect-ratio: 1; border: 1px solid rgba(255,210,122,.28); border-radius: 50%; transform: rotate(-16deg); }
.orbit::before { content: ''; position: absolute; width: 10px; height: 10px; top: 11%; left: 18%; border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 24px var(--gold); animation: travel 9s ease-in-out infinite alternate; }
.phone { position: relative; width: min(330px, 76vw); padding: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 42px; background: #090e1c; box-shadow: 0 48px 100px rgba(0,0,0,.45); transform: rotate(4deg); animation: phone-in 900ms cubic-bezier(.18,.82,.22,1) both 180ms; }
.phone-screen { min-height: 610px; padding: 21px 16px 18px; overflow: hidden; border-radius: 33px; color: var(--ink); background: #fbfcfe; }
.phone-screen.real-phone { height: auto; min-height: 0; aspect-ratio: 369 / 690; padding: 0; background: var(--navy); }
.real-phone img { display: block; width: 100%; height: auto; transform: translateY(-13.5%); }
.phone-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.phone-brand { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.phone-brand img { width: 28px; height: 28px; border-radius: 8px; }
.phone-status { color: var(--green); font-size: .72rem; }
.phone h2 { margin-bottom: .25rem; font-size: 1.65rem; }
.phone-sub { color: var(--slate); font-size: .75rem; }
.balance { margin: 23px 0 18px; padding: 19px 0; border-block: 1px solid var(--line); }
.balance span { display: block; color: var(--slate); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.balance strong { display: block; margin-top: .35rem; font-size: 2rem; }
.flow-bar { height: 8px; display: grid; grid-template-columns: 52% 29% 19%; overflow: hidden; border-radius: 99px; background: #e8edf4; }
.flow-bar i:nth-child(1) { background: #a8ddf2; }.flow-bar i:nth-child(2) { background: #f9dc77; }.flow-bar i:nth-child(3) { background: #69d9b0; }
.mini-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin: 9px 0 23px; }
.mini-metrics div { padding: 9px 7px; border: 1px solid var(--line); border-radius: 10px; }
.mini-metrics span { display: block; color: var(--slate); font-size: .55rem; }.mini-metrics b { font-size: .68rem; }
.phone-section { margin-top: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.phone-section-head, .goal-line { display: flex; align-items: center; justify-content: space-between; }
.phone-section-head { margin-bottom: 13px; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.goal-line { font-size: .72rem; }.goal-line b { color: var(--green); }
.goal-track { height: 5px; margin-top: 9px; overflow: hidden; border-radius: 99px; background: #edf1f5; }.goal-track::after { content: ''; display: block; width: 63%; height: 100%; background: linear-gradient(90deg, #70d7ea, #f5b84b); }
.privacy-chip { position: absolute; right: -22px; bottom: 90px; display: flex; align-items: center; gap: .55rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(18,24,43,.82); color: #e8ebf2; font-size: .76rem; backdrop-filter: blur(16px); }
.privacy-chip svg { width: 17px; color: var(--gold-soft); }

.section { padding: clamp(90px, 11vw, 148px) 0; }
.section-label { margin-bottom: 1.4rem; color: #94651d; font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.section h2 { max-width: 820px; margin-bottom: 1.5rem; font-family: var(--brand-font); font-size: clamp(2.35rem, 5vw, 4.9rem); font-weight: 300; line-height: 1.05; letter-spacing: -.03em; }
.section-intro { max-width: 630px; color: var(--slate); font-size: 1.1rem; line-height: 1.7; }
.value-list { margin-top: 70px; border-top: 1px solid var(--line); }
.value-row { display: grid; grid-template-columns: 56px 1fr 1fr; gap: 2rem; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.value-row > span { color: #a16d1a; font-variant-numeric: tabular-nums; }
.value-row h3 { margin: 0; font-size: 1.25rem; }.value-row p { margin: 0; color: var(--slate); line-height: 1.6; }

.brand-interlude { min-height: 62svh; display: grid; place-content: center; justify-items: center; gap: 2rem; overflow: hidden; color: white; background: radial-gradient(circle at center, #1b2541 0, var(--navy) 54%, #080d1a 100%); }
.brand-interlude p { margin: 0; color: #dce1ed; font-family: var(--brand-font); font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 300; letter-spacing: .13em; }
.brand-loader { position: relative; width: 190px; aspect-ratio: 1; display: grid; place-items: center; }
.brand-loader > img { width: 72px; border-radius: 19px; filter: drop-shadow(0 18px 28px rgba(0,0,0,.35)); animation: loader-breathe 2.8s ease-in-out infinite; }
.loader-orbit { position: absolute; inset: 0; border: 1px solid rgba(255,210,122,.24); border-radius: 50%; animation: loader-spin 5.5s linear infinite; }
.loader-orbit::before { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.loader-orbit i { position: absolute; top: 17px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 24px var(--gold); transform: translateX(-50%); }

.privacy { color: white; background: var(--navy); }
.privacy-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.privacy h2 { max-width: 650px; }
.privacy .section-label { color: var(--gold-soft); }.privacy .section-intro { color: #b7bfce; }
.privacy-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.device-core { width: 210px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,210,122,.28); border-radius: 48px; background: radial-gradient(circle at 50% 35%, #232b43, #0b1020); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.device-core img { width: 96px; border-radius: 25px; }
.privacy-ring { position: absolute; width: 390px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.privacy-ring::before, .privacy-ring::after { content: var(--device-label, 'On-device'); position: absolute; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; background: #11172a; color: #cfd5e0; font-size: .68rem; }
.privacy-ring::before { top: 14%; right: -7%; }.privacy-ring::after { content: var(--household-label, 'Your household'); bottom: 12%; left: -10%; }
.privacy-caveat { margin-top: 1.5rem; color: #858fa4; font-size: .75rem; line-height: 1.55; }

.preview { overflow: hidden; background: var(--cloud); }
.preview-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.preview-head .section-intro { max-width: 430px; }
.preview-caption { margin-top: 18px; color: var(--slate); font-size: .74rem; }
.phone-gallery { margin-top: 76px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 54px); align-items: start; }
.phone-shot { margin: 0; }
.phone-shot--now { margin-top: 74px; }
.phone-shot--actuals { margin-top: 22px; }
.device-shot { width: min(100%, 310px); margin-inline: auto; padding: 9px; border: 1px solid #30384d; border-radius: 43px; background: #080d1a; box-shadow: 0 32px 70px rgba(11,16,32,.2); }
.device-screen { height: auto; aspect-ratio: 369 / 690; overflow: hidden; border-radius: 34px; background: white; }
.device-screen img { display: block; width: 100%; height: auto; }
.device-screen--cropped img { transform: translateY(-13.5%); }
.phone-shot--actuals .device-screen img { transform: translateY(-13.5%); }
.phone-shot figcaption { width: min(100%, 310px); margin: 26px auto 0; }
.phone-shot figcaption span { display: block; margin-bottom: .65rem; color: var(--ink); font-size: 1.08rem; font-weight: 650; }
.phone-shot figcaption p { margin: 0; color: var(--slate); font-size: .94rem; line-height: 1.65; }

.pro { position: relative; overflow: hidden; color: white; background: #0d1427; isolation: isolate; }
.pro::before { content: ''; position: absolute; width: min(760px, 75vw); aspect-ratio: 1; right: -22%; top: -38%; z-index: -1; border: 1px solid rgba(255,210,122,.13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,210,122,.025), 0 0 0 180px rgba(255,210,122,.018); }
.pro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(52px, 8vw, 104px); align-items: center; }
.pro-phone { margin: 0; }
.pro-phone .device-shot { width: min(100%, 350px); border-color: rgba(255,210,122,.24); box-shadow: 0 42px 100px rgba(0,0,0,.42), 0 0 80px rgba(245,184,75,.06); transform: rotate(-2deg); }
.pro-phone .device-screen { aspect-ratio: 1170 / 2532; }
.pro-phone figcaption { margin-top: 1.1rem; color: #7f8a9f; font-size: .7rem; text-align: center; letter-spacing: .06em; text-transform: uppercase; }
.pro .section-label { color: var(--gold-soft); }
.pro h2 { max-width: 680px; }
.pro .section-intro { color: #b9c1d0; }
.pro-note { max-width: 530px; margin-top: 1.25rem; color: #7f8a9f; font-size: .76rem; line-height: 1.55; }
.pro-features { margin-top: 2.3rem; border-top: 1px solid rgba(255,255,255,.13); }
.pro-features article { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.pro-features article > span { padding-top: .18rem; color: var(--gold); font-size: .72rem; font-variant-numeric: tabular-nums; }
.pro-features h3 { margin-bottom: .55rem; font-size: 1.16rem; font-weight: 620; }
.pro-features p { margin: 0; color: #939daf; font-size: .9rem; line-height: 1.6; }

.interest-dialog { width: min(620px, calc(100% - 32px)); max-height: min(860px, calc(100svh - 32px)); margin: auto; padding: 0; overflow: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; color: white; background: #11182b; box-shadow: 0 40px 120px rgba(0,0,0,.55); }
.interest-dialog::backdrop { background: rgba(5,9,18,.76); backdrop-filter: blur(12px); animation: backdrop-in 220ms ease both; }
.interest-dialog[open] { animation: dialog-in 320ms cubic-bezier(.2,.8,.2,1) both; }
.dialog-surface { position: relative; padding: clamp(30px, 6vw, 52px); }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #c6cdda; background: transparent; font-size: 1.55rem; line-height: 1; cursor: pointer; }
.dialog-close:hover, .dialog-close:focus-visible { color: white; border-color: rgba(255,210,122,.45); }
.interest-dialog .section-label { margin-bottom: 1rem; color: var(--gold-soft); }
.interest-dialog h2 { max-width: 470px; margin-bottom: 1rem; font-family: var(--brand-font); font-size: clamp(2rem, 7vw, 3.3rem); font-weight: 300; line-height: 1.08; letter-spacing: -.035em; }
.dialog-intro { max-width: 500px; margin-bottom: 2rem; color: #aeb7c7; line-height: 1.65; }
.form-field { display: grid; gap: .65rem; margin-bottom: 1.7rem; color: #dce1ea; font-size: .84rem; font-weight: 600; }
.form-field input { width: 100%; min-height: 50px; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; outline: none; color: white; background: rgba(5,9,18,.3); font: inherit; transition: border-color 160ms ease, box-shadow 160ms ease; }
.form-field input::placeholder { color: #687389; }
.form-field input:focus { border-color: rgba(255,210,122,.7); box-shadow: 0 0 0 3px rgba(245,184,75,.1); }
.other-field[hidden] { display: none; }
.interest-dialog fieldset { margin: 0 0 1.7rem; padding: 0; border: 0; }
.interest-dialog legend { margin-bottom: .8rem; color: #dce1ea; font-size: .84rem; font-weight: 600; }
.interest-dialog legend span { margin-left: .4rem; color: #778297; font-size: .7rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.interest-choices { display: flex; flex-wrap: wrap; gap: .55rem; }
.interest-choice { cursor: pointer; }
.interest-choice input { position: absolute; opacity: 0; pointer-events: none; }
.interest-choice span { display: block; padding: .65rem .85rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #aeb7c7; font-size: .78rem; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.interest-choice input:checked + span { color: #ffe9b0; border-color: rgba(255,210,122,.5); background: rgba(245,184,75,.1); }
.interest-choice input:focus-visible + span { outline: 2px solid var(--gold-soft); outline-offset: 3px; }
.form-privacy { margin: -.15rem 0 1.2rem; color: #7d889d; font-size: .72rem; line-height: 1.55; }
.form-privacy a { color: #b8c0ce; }
.form-status { min-height: 1.2rem; margin-bottom: .65rem; color: #ffb4a8; font-size: .78rem; }
.form-submit { width: 100%; }
.form-submit[disabled] { cursor: wait; filter: saturate(.55); opacity: .78; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.dialog-success { min-height: 390px; display: grid; place-content: center; justify-items: start; }
.dialog-success[hidden] { display: none; }
.dialog-success .button-secondary { margin-top: 1rem; }
.success-mark { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 1.6rem; border: 1px solid rgba(255,210,122,.36); border-radius: 50%; color: var(--gold-soft); background: rgba(245,184,75,.08); font-size: 1.2rem; }
.dialog-success p { max-width: 440px; color: #aeb7c7; line-height: 1.65; }

.cta { text-align: center; background: #fffaf0; }
.cta h2 { margin-inline: auto; }.cta .section-intro { margin-inline: auto; }.cta .actions { justify-content: center; }.cta .button-secondary { color: var(--ink); border-color: #ccd1db; }
.cta .button-secondary:hover { box-shadow: 0 12px 28px -22px rgba(11,16,32,.35); }
.cta-note { max-width: 620px; margin: 1.6rem auto 0; color: #8b7657; font-size: .75rem; line-height: 1.6; }
.site-footer { padding: 50px 0; color: #c3cad7; background: #080d1a; }
.footer-grid { display: flex; justify-content: space-between; gap: 3rem; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: .8rem; }.footer-links a { text-decoration: none; }.footer-note { margin: .6rem 0 0; color: #737d91; font-size: .72rem; }

.legal-header { position: static; color: white; background: var(--navy); }
.legal { min-height: calc(100vh - 190px); padding: 90px 0 120px; }
.legal-inner { max-width: 760px; }.legal h1 { font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 500; letter-spacing: -.04em; text-transform: none; }.legal h2 { margin-top: 3rem; font-size: 1.2rem; }.legal p, .legal li { color: var(--slate); line-height: 1.75; }.placeholder { margin: 2rem 0; padding: 1.25rem 1.4rem; border-left: 3px solid var(--gold); background: #fff7e4; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes phone-in { from { opacity: 0; transform: translateY(48px) rotate(8deg) scale(.96); } }
@keyframes travel { to { transform: translate(280px, 330px) scale(.65); opacity: .45; } }
@keyframes loader-spin { to { transform: rotate(360deg); } }
@keyframes loader-breathe { 50% { transform: scale(1.06); filter: drop-shadow(0 20px 36px rgba(245,184,75,.22)); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(22px) scale(.975); } }
@keyframes backdrop-in { from { opacity: 0; } }

@media (max-width: 850px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav-links a:not(.nav-cta):not(.lang-switch) { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 130px; text-align: center; }
  .hero-copy { margin-inline: auto; }.actions { justify-content: center; }.hero-visual { min-height: 570px; }.orbit { width: 480px; }
  .privacy-chip { right: -4px; }
  .privacy-grid { grid-template-columns: 1fr; }.privacy-visual { min-height: 430px; }.privacy-ring { width: min(390px, 88vw); }
  .preview-head { display: block; }.phone-gallery { grid-template-columns: 1fr; gap: 70px; }.phone-shot--now, .phone-shot--actuals { margin-top: 0; }
  .value-row { grid-template-columns: 40px 1fr; gap: 1rem; }.value-row p { grid-column: 2; }
  .pro-grid { grid-template-columns: 1fr; }.pro-phone { order: 2; }.pro-phone .device-shot { width: min(330px, 82vw); }
}
@media (max-width: 520px) {
  .site-header { height: 76px; }.wordmark { font-size: .78rem; }.nav-cta { padding: .55rem .75rem; font-size: .75rem; }
  h1 { font-size: clamp(3.1rem, 18vw, 5rem); letter-spacing: .03em; }.hero-inner { padding-top: 110px; }.hero-visual { min-height: 530px; margin-top: 10px; }.phone { width: 280px; }.phone-screen { min-height: 530px; }.privacy-chip { bottom: 28px; }
  .section { padding: 82px 0; }.section h2 { font-size: 2.55rem; }.value-row { padding: 25px 0; }.brand-interlude { min-height: 520px; }.device-shot { width: 285px; }
  .interest-dialog { width: calc(100% - 20px); max-height: calc(100svh - 20px); border-radius: 22px; }.dialog-surface { padding: 42px 22px 26px; }.dialog-close { top: 12px; right: 12px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }.footer-links { gap: 1rem; }
}
@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; }
  .button[data-press-state] { transform: none; }
}
