:root {
  --ink: #111334;
  --muted: #656985;
  --primary: #5048e9;
  --primary-dark: #3d35d6;
  --mint: #35d8c4;
  --lavender: #f1f0ff;
  --lavender-2: #e7e7ff;
  --card: #ffffff;
  --line: #e7e8f3;
  --shadow: 0 24px 70px rgba(69, 62, 177, .13);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 108px 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .88); border-bottom: 1px solid rgba(231, 232, 243, .75); backdrop-filter: blur(18px); }
.nav-wrap { height: 74px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 750; letter-spacing: -.03em; }
.brand-mark { position: relative; width: 26px; height: 26px; display: inline-block; }
.brand-mark i, .brand-mark b { position: absolute; width: 15px; height: 15px; border: 2px solid var(--primary); border-radius: 7px; transform: rotate(45deg); }
.brand-mark i { top: 1px; left: 2px; }
.brand-mark b { right: 2px; bottom: 1px; border-color: var(--mint); }
.primary-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.primary-nav a { color: #555a78; font-size: 14px; font-weight: 550; transition: color .2s ease; }
.primary-nav a:hover { color: var(--primary); }
.button { min-height: 46px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; color: #fff; background: var(--primary); font-size: 14px; font-weight: 700; box-shadow: 0 10px 25px rgba(80, 72, 233, .2); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(80, 72, 233, .28); }
.button-small { min-height: 38px; padding-inline: 16px; border-radius: 10px; font-size: 13px; }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; border-radius: 10px; background: var(--lavender); padding: 11px; }
.menu-button span { height: 2px; display: block; margin: 4px 0; background: var(--ink); border-radius: 2px; transition: .2s ease; }

.hero { min-height: 720px; padding: 82px 0 92px; position: relative; overflow: hidden; background: linear-gradient(135deg, #fbfbff 0%, #f1f0ff 56%, #eeefff 100%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.55)); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(4px); pointer-events: none; }
.hero-orb-one { width: 390px; height: 390px; top: -220px; right: 14%; border: 80px solid rgba(101, 92, 255, .07); }
.hero-orb-two { width: 230px; height: 230px; left: -130px; bottom: -80px; background: rgba(85, 225, 207, .08); }
.hero-grid { min-height: 550px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; position: relative; z-index: 1; }
.eyebrow { width: fit-content; margin: 0 0 18px; display: flex; align-items: center; gap: 8px; color: #555a78; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .075em; }
.eyebrow > span { width: 8px; height: 8px; background: var(--mint); border-radius: 999px; box-shadow: 0 0 0 5px rgba(53, 216, 196, .12); }
.eyebrow b { padding-left: 8px; border-left: 1px solid #cfd1e4; color: var(--primary); font-weight: 650; text-transform: none; letter-spacing: normal; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(42px, 3.8vw, 50px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 em { display: inline; font-style: normal; background: linear-gradient(90deg, var(--primary) 0%, #4e74ec 52%, #28bea9 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 650px; margin: 25px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-ghost { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: 0 8px 25px rgba(35, 37, 80, .07); }
.button-ghost:hover { color: var(--primary); background: #fff; }
.play-icon { width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 12px solid currentColor; transform: translateX(2px); }
.hero-stats { max-width: 600px; margin: 34px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-stats div { padding: 0 22px; border-right: 1px solid rgba(98, 101, 133, .15); }
.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats dt { color: var(--ink); font-size: 21px; font-weight: 800; line-height: 1.15; }
.hero-stats dt span { color: #f6b524; font-size: 13px; }
.hero-stats dd { margin: 6px 0 0; color: #80839a; font-size: 10px; }
.hero-stats .lock-dot { color: var(--mint); margin-right: 3px; }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.device-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(101, 92, 255, .25), rgba(101, 92, 255, 0) 68%); filter: blur(4px); }
.phone-card { width: min(344px, 80vw); padding: 15px 17px 17px; position: relative; z-index: 2; transform: rotate(1.5deg); border: 9px solid #151827; border-radius: 36px; background: #fbfbff; box-shadow: 0 35px 70px rgba(25, 24, 79, .26), 0 6px 18px rgba(25, 24, 79, .18); }
.phone-card::before { content: ""; width: 78px; height: 17px; position: absolute; top: -4px; left: 50%; transform: translateX(-50%); background: #151827; border-radius: 0 0 12px 12px; }
.phone-status { display: flex; justify-content: space-between; padding: 0 7px 12px; color: #282b48; font-size: 9px; font-weight: 700; }
.phone-head { display: flex; align-items: center; justify-content: space-between; padding: 8px 3px 14px; }
.mini-brand { display: flex; align-items: center; gap: 9px; }
.mini-logo { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--primary), #7772ff); box-shadow: 0 6px 12px rgba(80,72,233,.22); font-size: 7px; font-weight: 800; }
.mini-brand b, .mini-brand small { display: block; }
.mini-brand b { font-size: 11px; }
.mini-brand b i { color: var(--mint); font-size: 6px; font-style: normal; }
.mini-brand small { color: #9294a7; font-size: 7px; }
.bell { color: var(--primary); }
.phone-chat { display: grid; gap: 7px; }
.phone-message { max-width: 88%; padding: 8px 10px; border-radius: 9px; font-size: 6.7px; line-height: 1.45; }
.phone-message-ai { border: 1px solid #ececf7; border-bottom-left-radius: 3px; color: #555973; background: #fff; }
.phone-message-user { margin-left: auto; border-bottom-right-radius: 3px; color: #fff; background: linear-gradient(135deg, var(--primary), #4037cb); }
.trigger-card { margin-left: 20px; padding: 9px 10px 8px; border: 1px solid #ececf7; border-radius: 10px; background: #fff; box-shadow: 0 8px 20px rgba(42,40,99,.06); }
.trigger-title { display: flex; align-items: center; gap: 5px; font-size: 7px; }
.trigger-title span { color: var(--primary); }
.trigger-title small { margin-left: auto; color: #e04d60; font-size: 6px; }
.trigger-card p { margin: 5px 0 6px; color: #757990; font-size: 6px; }
.trigger-chart { height: 23px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; gap: 5px; border-bottom: 1px solid #e4e5f1; }
.trigger-chart i { height: 35%; border-radius: 3px 3px 0 0; background: #dcdcff; }
.trigger-chart i:nth-child(2) { height: 52%; }
.trigger-chart i:nth-child(3) { height: 100%; background: var(--primary); }
.trigger-chart i:nth-child(4) { height: 65%; }
.trigger-chart i:nth-child(5) { height: 43%; }
.quick-prompts { display: flex; gap: 5px; }
.quick-prompts span { padding: 5px 7px; border: 1px solid #e8e8f4; border-radius: 99px; color: #73778e; background: #fff; font-size: 5.7px; white-space: nowrap; }
.phone-input { height: 29px; padding-left: 8px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #e1e2ef; border-radius: 8px; color: #9b9daf; background: #fff; font-size: 6px; }
.phone-input button { width: 20px; height: 20px; margin-right: 4px; padding: 0; border: 0; border-radius: 6px; color: #fff; background: var(--primary); font-size: 8px; }
.score-card, .nudge-card { border: 1px solid #ececf7; border-radius: 14px; background: #fff; }
.score-card { padding: 14px; display: flex; justify-content: space-between; align-items: center; }
.score-card small, .score-card strong, .score-card span { display: block; }
.score-card small { color: #777a95; font-size: 8px; }
.score-card strong { margin: 2px 0; font-size: 30px; line-height: 1; }
.score-card sup { color: #9294a7; font-size: 10px; }
.score-card span { color: #0da77c; font-size: 8px; font-weight: 650; }
.score-ring { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--primary) 0 82%, #e9e8ff 82%); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: 8px; border-radius: inherit; background: #fff; }
.score-ring b { z-index: 1; color: var(--primary); }
.nudge-card { margin-top: 10px; padding: 12px; box-shadow: 0 8px 20px rgba(42,40,99,.06); }
.nudge-title { display: flex; align-items: center; gap: 6px; font-size: 9px; }
.nudge-title span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; color: #e04d60; background: #fff0f2; }
.nudge-title small { margin-left: auto; color: #9698ab; }
.nudge-card p { margin: 8px 0 0; color: #6e718a; font-size: 8px; line-height: 1.55; }
.focus-summary { display: flex; justify-content: space-between; padding: 13px 3px 7px; }
.focus-summary div:last-child { text-align: right; }
.focus-summary span, .focus-summary b { display: block; }
.focus-summary span { color: #8c8fa6; font-size: 7px; }
.focus-summary b { font-size: 10px; }
.focus-bar { display: grid; grid-template-columns: 72% 28%; height: 8px; border-radius: 99px; overflow: hidden; background: #eee; }
.focus-bar i { background: linear-gradient(90deg, var(--primary), #7772ff); }
.focus-bar b { background: #f1a65e; }
.phone-card > button { width: 100%; margin-top: 13px; padding: 11px 13px; display: flex; justify-content: space-between; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(90deg, var(--primary), #675df4); font: 650 9px/1 Inter, sans-serif; }
.phone-nav { margin-top: 15px; display: grid; grid-template-columns: repeat(4, 1fr); color: #9a9caf; font-size: 14px; text-align: center; }
.phone-nav span { display: grid; gap: 1px; }
.phone-nav small { font-size: 6px; }
.phone-nav .active { color: var(--primary); }
.privacy-pill { padding: 9px 16px; position: absolute; z-index: 3; right: -12px; bottom: 66px; display: grid; grid-template-columns: auto 1fr; column-gap: 8px; border: 1px solid #e8e8f4; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(34,35,79,.12); font-size: 9px; }
.privacy-pill span { grid-row: 1 / 3; color: #19b6a1; font-size: 20px; }
.privacy-pill b { font-size: 9px; }
.privacy-pill small { color: #8a8da3; font-size: 7px; }

.features { background: linear-gradient(180deg, #f4f3ff 0%, #eeefff 100%); }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.kicker { margin: 0 0 9px; color: var(--primary); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-heading h2, .coach-copy h2, .download-card h2, .privacy-inner h2 { margin: 0; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child, .coach-copy > p, .download-card > div > p, .privacy-inner > p { color: var(--muted); }
.section-heading > p:last-child { margin: 15px auto 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 300px; padding: 26px; display: flex; flex-direction: column; border: 1px solid rgba(224,225,243,.9); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 14px 40px rgba(53,52,104,.06); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(53,52,104,.1); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; font-size: 20px; font-weight: 700; }
.feature-icon.purple { color: var(--primary); background: #efeeff; }
.feature-icon.mint { color: #0aa990; background: #dffaf5; }
.feature-icon.lilac { color: #7a6ee8; background: #f1efff; }
.feature-icon.gray { color: #6e7283; background: #eff1f5; }
.feature-card h3 { margin: 20px 0 10px; font-size: 17px; line-height: 1.35; }
.feature-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-card a { margin-top: auto; color: var(--primary); font-size: 10px; font-weight: 700; }

.coach-section { background: #fff; }
.coach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.chat-window { padding: 24px; border: 1px solid #e8e8f5; border-radius: 22px; background: linear-gradient(145deg, #fbfbff, #f3f2ff); box-shadow: var(--shadow); }
.chat-header { padding-bottom: 18px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #e7e7f3; }
.coach-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--primary); }
.chat-header b, .chat-header small { display: block; }
.chat-header b { font-size: 13px; }
.chat-header small { color: #19a77e; font-size: 8px; }
.chat-header em { margin-left: auto; color: #9698ac; font-size: 8px; font-style: normal; }
.message { max-width: 83%; margin-top: 16px; padding: 13px 15px; border-radius: 14px; font-size: 12px; line-height: 1.55; }
.message-user { margin-left: auto; color: #fff; background: linear-gradient(135deg, var(--primary), #655bf1); border-bottom-right-radius: 4px; }
.message-ai { color: #4e526e; background: #fff; border: 1px solid #e8e8f4; border-bottom-left-radius: 4px; }
.message.compact { width: fit-content; padding: 9px 14px; font-size: 10px; }
.insight-chip { margin-top: 12px; padding: 12px; display: grid; grid-template-columns: 28px 1fr; gap: 1px 9px; border-radius: 12px; color: #595d77; background: #fff; border: 1px solid #e7e8f3; font-size: 10px; }
.insight-chip span { grid-row: 1/3; width: 28px; height: 28px; display: grid; place-items: center; color: var(--primary); background: var(--lavender); border-radius: 8px; }
.insight-chip small { color: #85889d; }
.unlock-row { margin-top: 12px; padding: 10px; display: flex; align-items: center; gap: 8px; border-radius: 12px; color: #555973; background: rgba(255,255,255,.72); font-size: 9px; }
.unlock-row > span { color: var(--primary); font-size: 15px; }
.unlock-row b { line-height: 1.25; }
.unlock-row small { display: block; color: #85889d; font-size: 7px; font-weight: 500; }
.unlock-row button { margin-left: auto; padding: 7px 10px; border: 0; border-radius: 99px; color: #fff; background: var(--primary); font: 600 7px/1 Inter, sans-serif; }
.chat-input { margin-top: 18px; height: 44px; padding-left: 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #dbdced; border-radius: 12px; color: #9b9daf; background: #fff; font-size: 10px; }
.chat-input button { width: 32px; height: 32px; margin-right: 6px; border: 0; border-radius: 9px; color: #fff; background: var(--primary); }
.coach-copy > p:not(.kicker) { margin: 20px 0 26px; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.compare-card { padding: 18px; border-radius: 14px; }
.compare-card h3 { margin: 0 0 12px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.compare-card ul { margin: 0; padding: 0; list-style: none; }
.compare-card li { padding: 5px 0 5px 16px; position: relative; color: #60647d; font-size: 10px; }
.compare-card li::before { position: absolute; left: 0; }
.compare-card.before { border: 1px solid #f0dddd; background: #fffafa; }
.compare-card.before h3 { color: #d44f60; }
.compare-card.before li::before { content: "×"; color: #d44f60; }
.compare-card.after { color: #fff; background: linear-gradient(145deg, var(--primary), #4037cb); box-shadow: 0 16px 34px rgba(80,72,233,.22); }
.compare-card.after h3, .compare-card.after li { color: #fff; }
.compare-card.after li::before { content: "✓"; color: #7ff1dd; }

.download-section { background: linear-gradient(180deg, #eef0ff, #f2f2ff); }
.download-card { padding: 44px 48px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; border: 1px solid #e0e2f2; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.download-card > div > p:not(.eyebrow) { max-width: 690px; margin: 16px 0 24px; }
.download-actions { display: flex; align-items: center; gap: 16px; }
.download-actions small { color: #6f7289; font-size: 10px; }
.download-actions .play-button > span:last-child { display: grid; line-height: 1.05; }
.download-actions .play-button > span:last-child small { color: inherit; font-size: 7px; font-weight: 500; text-transform: uppercase; }
.qr-wrap { padding: 16px; display: grid; justify-items: center; border-radius: 16px; background: #f6f5ff; border: 1px solid #e6e6f3; }
.qr-wrap img { display: block; padding: 7px; border-radius: 9px; background: #fff; }
.qr-wrap b { margin-top: 8px; font-size: 11px; }
.qr-wrap small { color: #878a9f; font-size: 8px; }

.testimonials { background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-card { padding: 26px; display: flex; flex-direction: column; border: 1px solid #e8e8f3; border-radius: 16px; background: #fff; box-shadow: 0 14px 35px rgba(45,44,91,.06); }
.stars { color: var(--primary); font-size: 12px; letter-spacing: 3px; }
.quote-card blockquote { margin: 14px 0 24px; color: #4e526c; font-size: 13px; font-style: italic; line-height: 1.7; }
.author { margin-top: auto; display: flex; align-items: center; gap: 11px; }
.author > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--primary); background: var(--lavender); font-size: 11px; font-weight: 700; }
.author > span.mint-avatar { color: #0c9a83; background: #dff9f4; }
.author > span.lilac-avatar { color: #685bd1; background: #eeeafd; }
.author p, .author b, .author small { margin: 0; display: block; }
.author b { font-size: 11px; }
.author small { color: #9597aa; font-size: 8px; }

.privacy-section { padding: 70px 0; background: linear-gradient(180deg, #f4f3ff, #efefff); }
.privacy-inner { max-width: 760px; text-align: center; }
.privacy-icon { width: 48px; height: 48px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; color: var(--primary); background: #fff; box-shadow: 0 10px 25px rgba(80,72,233,.1); font-size: 24px; }
.privacy-inner h2 { font-size: 32px; }
.privacy-inner p { margin: 14px auto 12px; font-size: 13px; }
.privacy-inner a { color: var(--primary); font-size: 12px; font-weight: 700; }
.site-footer { border-top: 1px solid #e3e4f1; background: #f4f3ff; }
.footer-row { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.footer-row p { margin: 0; color: #7e8196; font-size: 10px; }
.footer-row nav { display: flex; gap: 24px; }
.footer-row nav a { color: #686b82; font-size: 10px; }
.footer-row nav a:hover { color: var(--primary); }

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

@media (max-width: 1020px) {
  .primary-nav { gap: 18px; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .coach-grid { gap: 36px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, var(--container)); }
  .section { padding: 76px 0; }
  .nav-wrap { height: 66px; }
  .menu-button { display: block; }
  .primary-nav { position: fixed; inset: 66px 0 auto; padding: 20px 24px 28px; display: grid; gap: 0; transform: translateY(-120%); opacity: 0; pointer-events: none; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 18px 30px rgba(38,38,80,.08); transition: transform .25s ease, opacity .25s ease; }
  .primary-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav a { padding: 13px 2px; border-bottom: 1px solid #f0f0f7; font-size: 15px; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 70px 0 76px; }
  .hero-grid, .coach-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-stats { margin-inline: auto; }
  .hero-visual { min-height: 510px; }
  .privacy-pill { right: 3%; }
  .coach-copy { grid-row: 1; text-align: center; }
  .coach-copy > p { margin-inline: auto; }
  .download-card { grid-template-columns: 1fr; text-align: center; }
  .download-card .eyebrow { margin-inline: auto; }
  .download-actions { justify-content: center; flex-wrap: wrap; }
  .qr-wrap { width: fit-content; margin-inline: auto; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-row { padding: 25px 0; grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 540px) {
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; gap: 15px; }
  .hero-stats div, .hero-stats div:first-child { padding: 0; border: 0; }
  .hero-visual { min-height: 485px; }
  .phone-card { transform: none; }
  .privacy-pill { right: -4px; bottom: 45px; }
  .feature-grid, .compare-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .download-card { padding: 30px 20px; }
  .download-actions { align-items: stretch; }
  .download-actions .button { width: 100%; }
  .footer-row nav { flex-wrap: wrap; justify-content: center; }
}

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