:root {
  --bg: #f8f8f5;
  --surface: #ffffff;
  --surface-2: #f2f4f8;
  --text: #171e2b;
  --muted: #6b768b;
  --line: rgba(24, 31, 45, .09);
  --blue: #3158d4;
  --blue-bright: #5c80ff;
  --teal: #167c75;
  --green: #317b2b;
  --amber: #9f5910;
  --dark: #0e1117;
  --radius-lg: 34px;
  --radius-md: 24px;
  --shadow: 0 24px 80px rgba(31, 41, 61, .11);
  --font-display: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.ambient { position: fixed; width: 34rem; height: 34rem; border-radius: 999px; filter: blur(90px); opacity: .16; pointer-events: none; z-index: -1; }
.ambient-one { background: #7f9cff; top: -12rem; right: -10rem; }
.ambient-two { background: #62c4ba; top: 38rem; left: -18rem; opacity: .09; }

.site-header { position: sticky; top: 14px; z-index: 50; width: min(1220px, calc(100% - 28px)); min-height: 70px; margin: 14px auto 0; padding: 10px 12px 10px 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 23px; background: rgba(250,250,247,.78); backdrop-filter: blur(18px) saturate(150%); box-shadow: 0 12px 45px rgba(35, 43, 59, .08); }
.brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; }
.brand-mark { width: 43px; height: 43px; flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; filter: drop-shadow(0 8px 16px rgba(49,88,212,.2)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: var(--font-display); font-size: 18px; letter-spacing: -.4px; }
.brand-copy small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.top-nav { display: flex; align-items: center; gap: 4px; padding: 4px; border-radius: 14px; background: rgba(22, 30, 44, .04); }
.top-nav a { padding: 9px 13px; border-radius: 11px; color: #5f697c; font-size: 13px; font-weight: 600; transition: .2s ease; }
.top-nav a:hover, .top-nav a.is-active { color: var(--text); background: var(--surface); box-shadow: 0 3px 12px rgba(35,43,59,.08); }
.header-cta { justify-self: end; padding: 11px 16px; border-radius: 13px; color: white; background: var(--text); font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-1px); background: #242d3f; }

.page { display: none; }
.page.is-active { display: block; }
.hero { min-height: 760px; padding: 102px 0 72px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.62); color: #536078; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(22,124,117,.1); }
.eyebrow.plain { padding: 0; border: 0; border-radius: 0; background: none; color: var(--blue); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.eyebrow.light { color: #8fa8ff; }
.hero h1 { max-width: 680px; margin: 25px 0 22px; font-family: var(--font-display); font-size: clamp(58px, 6.4vw, 92px); line-height: .98; letter-spacing: -.067em; font-weight: 800; }
.hero h1 span, .section-intro h2 span { color: #7e899b; }
.hero-lede { max-width: 620px; margin: 0; color: #5e697c; font-size: 19px; line-height: 1.6; letter-spacing: -.01em; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 19px; border-radius: 15px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 18px; height: 18px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 26px rgba(49,88,212,.23); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(49,88,212,.28); }
.availability { display: inline-flex; align-items: center; gap: 8px; color: #697488; font-size: 13px; font-weight: 600; }
.availability .apple { color: var(--text); font-size: 9px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 37px; color: #788397; font-size: 12px; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: "✓"; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--teal); background: rgba(22,124,117,.09); font-size: 10px; font-weight: 800; }

.hero-visual { position: relative; min-height: 630px; display: grid; place-items: center; }
.phone-shell { position: relative; z-index: 3; width: 355px; height: 700px; padding: 11px; border-radius: 54px; background: #0b0d12; box-shadow: 0 38px 90px rgba(15,23,39,.25), inset 0 0 0 1px rgba(255,255,255,.18); transform: rotate(3.5deg); }
.phone-island { position: absolute; z-index: 4; top: 22px; left: 50%; width: 106px; height: 29px; border-radius: 18px; transform: translateX(-50%); background: #050609; }
.phone-screen { height: 100%; padding: 18px 17px 14px; overflow: hidden; border-radius: 44px; background: linear-gradient(145deg, #fbfbf8 0%, #f6f8fc 56%, #eef4f3 100%); }
.phone-topline { display: flex; align-items: center; justify-content: space-between; padding: 0 7px 17px; color: #191d27; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.phone-heading { display: flex; justify-content: space-between; align-items: center; padding: 8px 3px 16px; }
.phone-kicker { color: #8690a2; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.phone-heading h2 { margin: 2px 0 0; font-family: var(--font-display); font-size: 24px; letter-spacing: -.04em; }
.mini-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: white; background: linear-gradient(145deg, #3158d4, #617ef0); font-weight: 700; font-size: 12px; }
.metric-card, .small-card, .timeline-card { border: 1px solid rgba(25,33,48,.06); background: rgba(255,255,255,.88); box-shadow: 0 12px 34px rgba(34,45,67,.07); }
.primary-metric { padding: 17px 17px 11px; border-radius: 24px; }
.metric-label { display: flex; align-items: center; justify-content: space-between; color: #6d788a; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.status-pill { padding: 5px 7px; border-radius: 999px; color: #267a37; background: #eaf6ec; font-size: 8px; text-transform: none; letter-spacing: 0; }
.metric-number { margin-top: 5px; font-family: var(--font-display); font-size: 46px; font-weight: 700; letter-spacing: -.055em; }
.metric-meta { display: flex; justify-content: space-between; margin-top: -4px; color: #8a94a5; font-size: 9px; }
.sparkline { height: 67px; margin-top: 10px; }
.sparkline svg { width: 100%; height: 100%; }
.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.small-card { min-height: 121px; padding: 13px; border-radius: 20px; display: flex; flex-direction: column; align-items: flex-start; }
.small-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; font-size: 12px; font-weight: 800; margin-bottom: 8px; }
.small-icon.blue { color: var(--blue); background: rgba(49,88,212,.09); }
.small-icon.teal { color: var(--teal); background: rgba(22,124,117,.09); }
.small-card small { color: #7c8798; font-size: 9px; }
.small-card strong { margin-top: 2px; font-family: var(--font-display); font-size: 21px; letter-spacing: -.03em; }
.small-card strong em { color: #7d8797; font-family: var(--font-body); font-style: normal; font-size: 9px; font-weight: 600; }
.delta { margin-top: auto; color: #7d8797; font-size: 8px; }
.delta.good { color: #337d43; }
.timeline-card { margin-top: 10px; padding: 14px; border-radius: 20px; }
.timeline-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 9px; }
.timeline-head strong { font-size: 10px; }
.timeline-head span { color: var(--blue); font-size: 8px; font-weight: 700; }
.timeline-row { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; padding: 8px 0; border-top: 1px solid rgba(20,30,45,.06); }
.timeline-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.teal-dot { background: var(--teal); }
.timeline-row div { display: flex; flex-direction: column; }
.timeline-row strong { font-size: 9px; }
.timeline-row small, .timeline-row > span:last-child { color: #8a94a4; font-size: 7px; }
.timeline-row.muted { opacity: .76; }
.phone-tabs { margin-top: 10px; display: flex; align-items: flex-end; justify-content: space-around; color: #9aa2b1; font-size: 13px; }
.phone-tabs span { display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 48px; }
.phone-tabs small { font-size: 7px; }
.phone-tabs .active { color: var(--blue); }
.glow-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(49,88,212,.14); }
.glow-ring-one { width: 510px; height: 510px; }
.glow-ring-two { width: 650px; height: 650px; border-color: rgba(22,124,117,.08); }
.hero-visual::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(92,128,255,.19), rgba(92,128,255,0) 70%); filter: blur(10px); }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { min-height: 120px; padding: 31px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font-family: var(--font-display); font-size: 18px; letter-spacing: -.025em; }
.proof-strip span { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.features { padding: 150px 0; }
.section-intro { max-width: 760px; margin-bottom: 52px; }
.section-intro h2 { margin: 13px 0 18px; font-family: var(--font-display); font-size: clamp(44px, 5.2vw, 70px); line-height: 1.03; letter-spacing: -.058em; }
.section-intro p { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 385px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.75); box-shadow: 0 16px 54px rgba(33,42,59,.05); }
.feature-card-wide { grid-column: 1 / -1; min-height: 430px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; gap: 30px; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; }
.feature-card h3 { max-width: 460px; margin: 16px 0 11px; font-family: var(--font-display); font-size: 28px; line-height: 1.16; letter-spacing: -.04em; }
.feature-card p { max-width: 490px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; font-weight: 800; }
.feature-icon.blue { color: var(--blue); background: rgba(49,88,212,.09); }
.feature-icon.teal { color: var(--teal); background: rgba(22,124,117,.09); }
.feature-icon.green { color: var(--green); background: rgba(49,123,43,.09); }
.feature-icon.amber { color: var(--amber); background: rgba(159,89,16,.09); }
.chart-art { position: relative; align-self: stretch; min-height: 300px; display: flex; align-items: flex-end; color: var(--blue); padding: 26px 10px 24px; background: linear-gradient(145deg, rgba(49,88,212,.07), rgba(22,124,117,.03)); border-radius: 26px; }
.chart-art svg { width: 100%; height: 78%; }
.chart-badge { position: absolute; top: 24px; right: 24px; padding: 7px 9px; border-radius: 999px; background: white; color: #68748a; font-size: 10px; font-weight: 700; box-shadow: 0 6px 20px rgba(25,35,55,.07); }
.chart-labels { position: absolute; inset: auto 22px 15px; display: flex; justify-content: space-between; color: #8993a3; font-size: 10px; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 54px; }
.mini-stats span { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); display: flex; flex-direction: column; }
.mini-stats small { color: var(--muted); font-size: 10px; }
.mini-stats strong { margin-top: 7px; font-family: var(--font-display); font-size: 25px; letter-spacing: -.03em; }
.mini-stats em { margin-top: 5px; color: var(--teal); font-style: normal; font-size: 10px; font-weight: 700; }
.dark-card { color: white; border-color: rgba(255,255,255,.07); background: linear-gradient(145deg, #111722, #0c1118); box-shadow: 0 24px 64px rgba(12,17,24,.17); }
.dark-card p { color: #a9b4c4; }
.feature-icon.glass { color: #afc0ff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); }
.photo-pair { position: absolute; right: 25px; bottom: -8px; width: 56%; height: 190px; display: flex; gap: 10px; transform: rotate(-2deg); }
.photo-silhouette { position: relative; flex: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 22px 22px 0 0; background: radial-gradient(circle at 50% 30%, #66748a 0 11%, transparent 12%), radial-gradient(ellipse at 50% 87%, #516076 0 35%, transparent 36%), linear-gradient(145deg, #253145, #17202e); }
.photo-silhouette.after { background: radial-gradient(circle at 50% 30%, #7b91a6 0 11%, transparent 12%), radial-gradient(ellipse at 50% 87%, #668398 0 32%, transparent 33%), linear-gradient(145deg, #1f3d43, #16262c); }
.photo-silhouette span { position: absolute; left: 12px; bottom: 12px; padding: 5px 7px; border-radius: 8px; background: rgba(0,0,0,.25); color: rgba(255,255,255,.75); font-size: 9px; }
.health-chip, .notification-card { position: absolute; left: 30px; right: 30px; bottom: 30px; display: flex; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(31,41,62,.07); }
.health-chip > span { display: grid; place-items: center; width: 36px; height: 36px; margin-right: 11px; border-radius: 11px; color: #e84555; background: #fff1f3; font-size: 18px; }
.health-chip div, .notification-card div { display: flex; flex-direction: column; }
.health-chip strong, .notification-card strong { font-size: 11px; }
.health-chip small, .notification-card small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.health-chip b { margin-left: auto; color: var(--green); font-size: 9px; }
.notification-card { right: 26px; left: 26px; bottom: 31px; }
.notif-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-right: 11px; border-radius: 12px; color: white; background: linear-gradient(145deg, var(--blue), #6c88ec); font-family: var(--font-display); font-weight: 800; }
.notification-card em { margin-left: auto; align-self: flex-start; color: #929cac; font-size: 9px; font-style: normal; }

.privacy-banner { position: relative; min-height: 510px; margin-bottom: 145px; padding: 70px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; overflow: hidden; border-radius: 42px; background: radial-gradient(circle at 12% 30%, rgba(61,100,214,.35), transparent 30%), linear-gradient(135deg, #0d121b, #111926 60%, #0a1316); color: white; box-shadow: 0 35px 85px rgba(13,18,27,.18); }
.privacy-copy h2 { margin: 14px 0 17px; font-family: var(--font-display); font-size: clamp(40px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.055em; }
.privacy-copy p { max-width: 620px; margin: 0; color: #aab6c8; font-size: 16px; line-height: 1.65; }
.privacy-copy a { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: #c6d1ff; font-size: 13px; font-weight: 700; }
.privacy-orbit { position: relative; width: 290px; height: 290px; margin: auto; border: 1px solid rgba(151,172,255,.16); border-radius: 50%; box-shadow: inset 0 0 60px rgba(90,119,225,.08); }
.privacy-orbit::before, .privacy-orbit::after { content: ""; position: absolute; inset: 47px; border: 1px solid rgba(119,223,208,.13); border-radius: 50%; }
.privacy-orbit::after { inset: 93px; background: linear-gradient(145deg, rgba(90,119,225,.35), rgba(33,135,124,.34)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 55px rgba(64,105,223,.22); }
.privacy-orbit span { position: absolute; z-index: 2; inset: 112px; border-radius: 15px; background: #dbe4ff; clip-path: polygon(20% 42%, 20% 32%, 30% 16%, 50% 8%, 70% 16%, 80% 32%, 80% 42%, 88% 42%, 88% 90%, 12% 90%, 12% 42%); }
.privacy-orbit i, .privacy-orbit b { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #6b87ee; box-shadow: 0 0 16px #6b87ee; }
.privacy-orbit i { left: 21px; top: 136px; }
.privacy-orbit b { right: 42px; bottom: 56px; background: #57b9ae; box-shadow: 0 0 16px #57b9ae; }

.closing { padding-bottom: 120px; }
.closing-card { min-height: 360px; padding: 68px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; border: 1px solid rgba(49,88,212,.09); border-radius: 40px; background: linear-gradient(145deg, #eef2ff, #edf7f5); }
.closing-card h2 { margin: 14px 0 12px; font-family: var(--font-display); font-size: clamp(42px, 4.8vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.closing-card p { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; }
.button-light { flex: 0 0 auto; background: white; color: var(--text); box-shadow: 0 12px 30px rgba(31,41,61,.08); }
.button-light:hover { transform: translateY(-2px); }

.legal-page { padding: 100px 0 120px; }
.legal-shell { width: min(1060px, calc(100% - 44px)); margin: 0 auto; display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 95px; align-items: start; }
.legal-aside { position: sticky; top: 120px; padding-top: 12px; }
.legal-aside h1 { margin: 14px 0 12px; font-family: var(--font-display); font-size: 44px; line-height: 1.02; letter-spacing: -.055em; }
.legal-aside > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.legal-meta { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: #8a94a4; font-size: 11px; line-height: 1.5; }
.legal-meta strong { color: var(--text); font-size: 12px; }
.legal-document { padding: 46px 52px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.8); box-shadow: 0 20px 65px rgba(31,41,60,.05); }
.legal-callout { margin-bottom: 42px; padding: 20px 22px; display: flex; flex-direction: column; gap: 4px; border-radius: 17px; background: linear-gradient(145deg, rgba(49,88,212,.08), rgba(22,124,117,.07)); }
.legal-callout strong { font-family: var(--font-display); font-size: 15px; }
.legal-callout span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.legal-document h2 { margin: 39px 0 11px; font-family: var(--font-display); font-size: 21px; letter-spacing: -.025em; }
.legal-document h2:first-of-type { margin-top: 0; }
.legal-document p { margin: 0 0 15px; color: #596477; font-size: 14px; line-height: 1.78; }
.legal-document a { color: var(--blue); font-weight: 600; }

.support-page { padding: 105px 0 125px; }
.support-shell { max-width: 1040px; }
.support-hero { max-width: 720px; margin: 0 auto 65px; text-align: center; }
.support-hero .eyebrow { justify-content: center; }
.support-hero h1 { margin: 14px 0 14px; font-family: var(--font-display); font-size: clamp(52px, 6vw, 78px); letter-spacing: -.065em; line-height: 1; }
.support-hero p { margin: 0 auto; max-width: 640px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.support-hero .button { margin-top: 28px; }
.support-hero > small { display: block; margin-top: 11px; color: #8993a2; font-size: 11px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.support-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.75); }
.support-number { display: inline-flex; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.support-card h2 { margin: 32px 0 10px; font-family: var(--font-display); font-size: 24px; letter-spacing: -.035em; }
.support-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.support-note { margin-top: 17px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 25px; color: white; background: var(--dark); }
.support-note div:first-child { display: flex; flex-direction: column; gap: 4px; }
.support-note strong { font-family: var(--font-display); font-size: 15px; }
.support-note span { color: #aab4c4; font-size: 11px; }
.support-links { display: flex; gap: 9px; }
.support-links a { padding: 9px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; font-size: 11px; font-weight: 700; }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.brand-mark.mini { width: 34px; height: 34px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--font-display); font-size: 14px; }
.footer-brand span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.footer-links { display: flex; gap: 22px; color: #667187; font-size: 11px; font-weight: 600; }
.footer-links a:hover { color: var(--text); }
.copyright { justify-self: end; color: #8a94a5; font-size: 10px; }

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

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .top-nav { position: fixed; left: 50%; bottom: 15px; z-index: 100; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.75); background: rgba(247,248,246,.9); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(25,35,55,.16); }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 85px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 680px; }
  .phone-shell { transform: rotate(2deg) scale(.94); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:first-child { padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .feature-card-wide { grid-template-columns: 1fr; }
  .privacy-banner { grid-template-columns: 1fr; padding: 55px 42px; text-align: center; }
  .privacy-copy { display: flex; flex-direction: column; align-items: center; }
  .privacy-orbit { width: 230px; height: 230px; }
  .privacy-orbit span { inset: 90px; }
  .closing-card { flex-direction: column; align-items: flex-start; }
  .legal-shell { grid-template-columns: 1fr; gap: 35px; }
  .legal-aside { position: static; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 20px; padding: 35px 0 90px; }
  .copyright { justify-self: center; }
}

@media (max-width: 650px) {
  .shell, .legal-shell { width: min(100% - 28px, 1180px); }
  .site-header { width: calc(100% - 18px); top: 9px; margin-top: 9px; min-height: 62px; border-radius: 19px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-copy small { display: none; }
  .top-nav { gap: 1px; padding: 4px; width: calc(100% - 24px); justify-content: space-between; }
  .top-nav a { flex: 1; text-align: center; padding: 10px 7px; font-size: 11px; }
  .hero { padding-top: 70px; min-height: auto; }
  .hero h1 { font-size: clamp(52px, 17vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .trust-row { justify-content: center; gap: 12px; }
  .hero-visual { min-height: 570px; margin-top: -15px; }
  .phone-shell { width: 300px; height: 595px; border-radius: 47px; transform: rotate(2deg); }
  .phone-screen { border-radius: 37px; padding: 16px 14px 12px; }
  .phone-island { width: 94px; height: 25px; }
  .metric-number { font-size: 38px; }
  .sparkline { height: 50px; }
  .small-card { min-height: 98px; padding: 10px; }
  .small-card strong { font-size: 18px; }
  .timeline-card { padding: 10px; }
  .glow-ring-one { width: 390px; height: 390px; }
  .glow-ring-two { width: 510px; height: 510px; }
  .features { padding: 100px 0; }
  .section-intro h2 { font-size: 44px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .feature-card { min-height: 350px; padding: 24px; }
  .feature-card-wide { min-height: 610px; }
  .chart-art { min-height: 260px; }
  .photo-pair { width: 68%; }
  .privacy-banner { width: calc(100% - 28px); padding: 44px 24px; border-radius: 30px; }
  .privacy-copy h2 { font-size: 42px; }
  .closing-card { padding: 42px 26px; border-radius: 30px; }
  .legal-page { padding-top: 72px; }
  .legal-aside h1 { font-size: 40px; }
  .legal-document { padding: 28px 22px; border-radius: 24px; }
  .support-page { padding-top: 75px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-note { align-items: flex-start; flex-direction: column; }
}

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