:root {
  color-scheme: light;
  --ink: #17312b;
  --ink-soft: #536760;
  --forest: #153f35;
  --forest-2: #235d50;
  --paper: #fbf7ee;
  --white: #fffdf8;
  --cream: #f4ead9;
  --sky: #a9cfea;
  --sage: #dce8cf;
  --mint: #bfe4d2;
  --coral: #df725e;
  --sun: #efc66d;
  --blue: #6d9fc8;
  --line: rgba(23, 49, 43, 0.14);
  --shadow: 0 24px 70px rgba(26, 57, 49, 0.14);
  --soft-shadow: 0 12px 34px rgba(26, 57, 49, 0.09);
  --container: 1160px;
  --font: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--font);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { min-width: 320px; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); }
body:not(.home) { background: radial-gradient(circle at 9% 7%, rgba(169, 207, 234, 0.5), transparent 29rem), linear-gradient(180deg, #f8f2e6, var(--paper) 34rem); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(3.3rem, 7.5vw, 6.4rem); line-height: 0.94; letter-spacing: -0.055em; }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4.2vw, 3.7rem); line-height: 1.03; letter-spacing: -0.045em; }
h3 { margin-bottom: 10px; font-size: 1.35rem; line-height: 1.18; letter-spacing: -0.02em; }
p { color: var(--ink-soft); line-height: 1.68; }
section[id] { scroll-margin-top: 108px; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 11px 15px; border-radius: 10px; color: #fff; background: var(--forest); font-weight: 800; text-decoration: none; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(var(--container), calc(100% - 36px)); min-height: 68px; margin: 18px auto 0; padding: 10px 12px 10px 14px; border: 1px solid rgba(255,255,255,.64); border-radius: 20px; background: rgba(255, 252, 245, 0.78); box-shadow: 0 12px 34px rgba(31, 62, 54, 0.1); backdrop-filter: blur(18px); }
.home .site-header { position: absolute; top: 0; left: 50%; margin-top: 18px; transform: translateX(-50%); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.25rem; font-weight: 800; letter-spacing: -0.025em; text-decoration: none; white-space: nowrap; }
.brand img { width: 44px; height: 44px; object-fit: contain; border-radius: 13px; }
.primary-nav, .site-header > nav { display: flex; align-items: center; gap: 4px; }
.primary-nav a, .site-header > nav a { min-height: 44px; padding: 12px 15px; border-radius: 12px; color: #334f47; font-size: .92rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .site-header > nav a:hover, .primary-nav a[aria-current="page"] { color: var(--forest); background: rgba(21,63,53,.07); }
.primary-nav .nav-support { padding-inline: 18px; color: #fff; background: var(--forest); }
.primary-nav .nav-support:hover { color: #fff; background: var(--forest-2); }

.hero { position: relative; display: grid; align-items: center; min-height: max(760px, 100svh); padding: 136px 0 102px; overflow: hidden; background: url("hero-landscape.webp") center / cover no-repeat; }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(219,235,239,.42), rgba(255,255,255,.04) 64%), linear-gradient(180deg, rgba(255,255,255,.04), rgba(251,247,238,.08) 66%, var(--paper) 100%); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 430px); gap: clamp(40px, 7vw, 96px); align-items: center; width: min(var(--container), calc(100% - 44px)); margin: auto; }
.hero-copy { max-width: 660px; }
.eyebrow { margin-bottom: 14px; color: var(--forest); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: var(--mint); }
.hero h1 { max-width: 10.5ch; margin-bottom: 24px; }
.hero-text { max-width: 610px; margin-bottom: 0; color: #3e5a52; font-size: clamp(1.05rem, 1.8vw, 1.28rem); font-weight: 600; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 30px; }
.store-badge { display: inline-flex; align-items: center; gap: 12px; min-height: 62px; padding: 9px 18px 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; color: #fff; background: #101b18; box-shadow: var(--soft-shadow); text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.store-badge:hover { background: var(--forest-2); transform: translateY(-2px); }
.badge-mark { position: relative; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.12); }
.badge-mark::before { position: absolute; inset: 8px 11px; content: ""; border: 2px solid #fff; border-radius: 4px; }
.badge-mark::after { position: absolute; left: 17px; bottom: 10px; width: 4px; height: 2px; content: ""; border-radius: 2px; background: #fff; }
.store-badge small, .store-badge strong { display: block; line-height: 1.05; }
.store-badge small { color: rgba(255,255,255,.69); font-size: .69rem; font-weight: 600; }
.store-badge strong { margin-top: 3px; font-size: 1.2rem; }
.text-button { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 4px; color: var(--forest); font-weight: 800; text-underline-offset: 5px; }
.text-button span { transition: transform 180ms ease; }
.text-button:hover span { transform: translateX(4px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 25px 0 0; padding: 0; color: #3f5c54; font-size: .8rem; font-weight: 700; list-style: none; }
.hero-proof li { position: relative; padding-left: 14px; }
.hero-proof li::before { position: absolute; top: .45em; left: 0; width: 6px; height: 6px; content: ""; border-radius: 50%; background: var(--coral); }

.product-preview { width: 100%; padding: 24px; border: 1px solid rgba(255,255,255,.78); border-radius: 28px; background: rgba(255,253,248,.87); box-shadow: 0 32px 84px rgba(34,72,62,.2); backdrop-filter: blur(18px); }
.preview-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.preview-header span, .preview-header strong { display: block; }
.preview-header span { margin-bottom: 3px; color: var(--ink-soft); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.preview-header strong { font-size: 1.65rem; }
.preview-header img { width: 48px; height: 48px; border-radius: 14px; background: var(--cream); }
.preview-list { display: grid; gap: 8px; }
.preview-row { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 12px; border: 1px solid rgba(23,49,43,.09); border-radius: 16px; background: rgba(255,255,255,.56); }
.preview-row i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; font-size: 1.25rem; font-style: normal; }
.preview-row i.feed { color: #994636; background: #f7d0c8; }
.preview-row i.sleep { color: #315f87; background: #d4e6f4; }
.preview-row i.diaper { color: #6c5724; background: #f5e2ac; }
.preview-row span strong, .preview-row span small { display: block; }
.preview-row span strong { font-size: .9rem; }
.preview-row span small { margin-top: 2px; color: var(--ink-soft); font-size: .74rem; }
.preview-row b { font-size: .76rem; }
.preview-prompt { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; margin-top: 12px; padding: 15px; border-radius: 18px; color: #fff; background: var(--forest); }
.preview-prompt > i { color: var(--sun); font-size: 1.25rem; font-style: normal; }
.preview-prompt small, .preview-prompt strong { display: block; }
.preview-prompt small { margin-bottom: 3px; color: var(--mint); font-size: .69rem; font-weight: 700; text-transform: uppercase; }
.preview-prompt strong { font-size: .83rem; line-height: 1.3; }
.preview-note { margin: 10px 2px 0; font-size: .7rem; text-align: center; }

.quiet-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); width: min(var(--container), calc(100% - 44px)); margin: -34px auto 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,248,.92); box-shadow: var(--soft-shadow); list-style: none; backdrop-filter: blur(12px); }
.quiet-strip li { display: flex; align-items: center; gap: 11px; min-height: 68px; padding: 16px 20px; color: #365149; font-size: .86rem; font-weight: 700; }
.quiet-strip li + li { border-left: 1px solid var(--line); }
.quiet-strip span { color: var(--coral); font-size: .68rem; letter-spacing: .08em; }

.section, .assistant-section, .safety-band, .faq-section, .closing-cta { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading.compact { max-width: 720px; }
.section-heading > p, .section-heading > div + p { margin-bottom: 0; font-size: 1.05rem; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; max-width: none; }
.split-heading h2 { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card { position: relative; min-height: 268px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,248,.72); transition: transform 180ms ease, box-shadow 180ms ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--soft-shadow); }
.feature-card > small { position: absolute; top: 28px; right: 26px; color: #8a9994; font-size: .7rem; font-weight: 800; }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 35px; border-radius: 16px; font-size: 1.5rem; font-weight: 700; }
.feature-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon.feed { color: #954534; background: #f6cec5; }
.feature-icon.sleep { color: #315f87; background: #d3e5f3; }
.feature-icon.diaper { color: #6a5522; background: #f3dfaa; }
.feature-icon.growth { color: #315f43; background: #d5eadc; }
.feature-icon.health { color: #a04c5c; background: #f4d3d8; }
.feature-icon.reminder { color: #fff; background: var(--forest); }
.feature-card p { margin-bottom: 0; font-size: .94rem; }

.assistant-section { display: grid; grid-template-columns: 1fr minmax(340px,.82fr); gap: clamp(40px,7vw,88px); align-items: center; margin-block: 18px 112px; padding: clamp(34px,5vw,64px); border-radius: 34px; color: #fff; background: radial-gradient(circle at 86% 10%, rgba(109,159,200,.3), transparent 19rem), var(--forest); box-shadow: var(--shadow); }
.assistant-section h2 { color: #fff; }
.assistant-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); font-size: 1rem; }
.check-list { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; color: rgba(255,255,255,.88); font-size: .9rem; font-weight: 700; list-style: none; }
.check-list li { position: relative; padding-left: 26px; }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--mint); }
.assistant-card { padding: 22px; border: 1px solid rgba(255,255,255,.72); border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 24px 60px rgba(0,0,0,.16); }
.assistant-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; font-size: .86rem; font-weight: 800; }
.assistant-card-top i { color: var(--coral); font-style: normal; }
.status-pill { padding: 6px 9px; border-radius: 999px; color: var(--forest); background: var(--mint); font-size: .62rem; text-transform: uppercase; }
.question-bubble { margin-left: 26px; padding: 14px 16px; border-radius: 16px 16px 5px 16px; color: #fff; background: var(--forest-2); font-size: .88rem; font-weight: 700; line-height: 1.45; }
.answer-bubble { margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 16px 16px 16px 5px; background: #f6f1e7; }
.answer-bubble > strong { font-size: .78rem; text-transform: uppercase; }
.answer-bubble p { margin: 8px 0 14px; font-size: .83rem; line-height: 1.55; }
.answer-caution { padding-top: 12px; border-top: 1px solid var(--line); color: #587068; font-size: .7rem; line-height: 1.45; }
.answer-caution span { color: var(--coral); font-weight: 900; }

.access-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.plan-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.plan-card { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,253,248,.72); }
.plan-card.premium { color: #fff; background: var(--forest); }
.plan-card > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 56px; }
.plan-label { padding: 7px 10px; border-radius: 999px; color: var(--forest); background: var(--mint); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.plan-card small { color: #8a9994; font-weight: 800; }
.plan-card.premium p, .plan-card.premium small { color: rgba(255,255,255,.7); }
.plan-card p { margin-bottom: 0; font-size: .91rem; }

.safety-band { display: grid; grid-template-columns: .7fr 1.3fr; gap: 54px; padding: clamp(32px,5vw,58px); border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, #edf1dc, #dce9d2); }
.safety-heading p:last-child { margin-bottom: 0; }
.safety-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.safety-grid article { display: flex; flex-direction: column; min-height: 245px; padding: 22px; border: 1px solid rgba(23,49,43,.11); border-radius: 20px; background: rgba(255,253,248,.55); }
.safety-grid article > span { margin-bottom: 33px; color: var(--coral); font-size: .68rem; font-weight: 800; }
.safety-grid p { margin-bottom: 20px; font-size: .82rem; }
.safety-grid a { margin-top: auto; color: var(--forest); font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 112px 0; }
.faq-intro { align-self: start; }
.faq-intro p:not(.eyebrow) { max-width: 390px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,248,.72); }
.faq-list summary { min-height: 62px; padding: 19px 48px 17px 20px; cursor: pointer; color: var(--ink); font-size: 1rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 20px; content: "+"; color: var(--coral); font-size: 1.3rem; }
.faq-list summary { position: relative; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 20px; font-size: .91rem; }
.faq-list a { color: var(--forest); font-weight: 800; }

.closing-cta { display: grid; grid-template-columns: 76px 1fr auto; gap: 24px; align-items: center; margin-bottom: 110px; padding: 30px 34px; border-radius: 28px; background: #f3c9bd; }
.closing-cta img { border-radius: 20px; }
.closing-cta h2 { margin-bottom: 5px; font-size: clamp(1.8rem,3vw,2.7rem); }
.closing-cta p { margin-bottom: 0; }
.closing-cta .eyebrow { margin-bottom: 8px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border-radius: 14px; color: #fff; background: var(--forest); font-size: .88rem; font-weight: 800; text-decoration: none; }
.primary-button:hover { background: var(--forest-2); }

.site-footer, body > footer { display: grid; grid-template-columns: 1fr auto auto; gap: clamp(40px,8vw,110px); width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 52px 0 60px; border-top: 1px solid var(--line); }
.footer-about { max-width: 340px; }
.footer-about p, body > footer > div p { margin: 10px 0 24px; font-size: .88rem; }
.footer-about > span { color: #788781; font-size: .72rem; }
.site-footer nav, body > footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; min-width: 130px; }
.site-footer nav strong { margin-bottom: 5px; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer nav a, body > footer nav a { min-height: 32px; color: var(--ink-soft); font-size: .82rem; font-weight: 700; text-decoration: none; }
.site-footer nav a:hover, body > footer nav a:hover { color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }

/* Document and support pages */
body:not(.home) .site-header { position: sticky; top: 14px; }
body:not(.home) main { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.legal-page { display: grid; grid-template-columns: minmax(250px, .55fr) minmax(0, 1fr); gap: clamp(42px,7vw,90px); padding: 86px 0 110px; }
.legal-intro { align-self: start; position: sticky; top: 118px; }
.legal-intro h1 { margin-bottom: 16px; font-size: clamp(3rem,6vw,5.2rem); }
.legal-updated { margin-bottom: 20px; color: var(--forest); font-size: .82rem; font-weight: 800; }
.legal-intro > p:last-of-type { font-size: 1rem; }
.page-toc { display: grid; gap: 3px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.page-toc strong { margin-bottom: 7px; font-size: .71rem; letter-spacing: .09em; text-transform: uppercase; }
.page-toc a { width: fit-content; padding: 4px 0; color: var(--ink-soft); font-size: .8rem; font-weight: 700; text-decoration: none; }
.page-toc a:hover { color: var(--forest); text-decoration: underline; }
.legal-card { width: 100%; max-width: 780px; padding: clamp(26px,4vw,48px); border: 1px solid var(--line); border-radius: 26px; background: rgba(255,253,248,.78); box-shadow: var(--soft-shadow); }
.legal-card h2, .document-section h2 { margin: 0 0 11px; font-size: clamp(1.35rem,2.4vw,1.7rem); line-height: 1.2; letter-spacing: -.025em; }
.legal-card h2:not(:first-child) { margin-top: 34px; }
.legal-card p { margin-bottom: 0; }
.legal-card ul, .legal-card ol, .support-card ul { margin: 12px 0 0; padding-left: 22px; color: var(--ink-soft); line-height: 1.68; }
.legal-card li + li, .support-card li + li { margin-top: 7px; }
.legal-card a, .support-card a { color: var(--forest); font-weight: 800; }
.document-section + .document-section { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.document-note { margin-top: 22px; padding: 17px 19px; border-left: 4px solid var(--coral); border-radius: 0 12px 12px 0; background: #f8e8e2; }
.document-note p { margin: 0; color: #5f504c; font-size: .86rem; }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.support-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,248,.76); box-shadow: var(--soft-shadow); }
.support-card.full { grid-column: 1 / -1; }
.support-card h2 { margin-bottom: 10px; font-size: clamp(1.3rem,2vw,1.65rem); line-height: 1.2; }
.support-card p { margin-bottom: 0; font-size: .92rem; }
.support-email { display: inline-flex; align-items: center; max-width: 100%; min-height: 54px; margin-top: 18px; padding: 10px 14px; border-radius: 14px; color: #fff; background: var(--forest); font-size: clamp(.75rem,2.6vw,.9rem); font-weight: 800; overflow-wrap: anywhere; text-decoration: none; }
.steps { counter-reset: steps; padding: 0 !important; list-style: none; }
.steps li { position: relative; min-height: 34px; padding-left: 43px; }
.steps li::before { position: absolute; top: -3px; left: 0; display: grid; place-items: center; width: 31px; height: 31px; counter-increment: steps; content: counter(steps); border-radius: 50%; color: #fff; background: var(--forest); font-size: .75rem; font-weight: 800; }

@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr 370px; gap: 42px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .access-section, .safety-band { grid-template-columns: 1fr; }
  .safety-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .hero { min-height: auto; padding: 136px 0 90px; background-position: 56% center; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .product-preview { width: min(540px,100%); }
  .quiet-strip { grid-template-columns: repeat(2,1fr); }
  .quiet-strip li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .quiet-strip li:nth-child(4) { border-top: 1px solid var(--line); }
  .split-heading, .assistant-section, .faq-section { grid-template-columns: 1fr; }
  .split-heading { gap: 20px; }
  .assistant-section { gap: 36px; }
  .faq-section { gap: 32px; }
  .faq-intro p:not(.eyebrow) { max-width: 620px; }
  .legal-page { grid-template-columns: 1fr; padding-top: 60px; }
  .legal-intro { position: static; max-width: 720px; }
  .page-toc { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .page-toc strong { grid-column: 1 / -1; }
  .legal-card { max-width: 760px; }
  .site-footer, body > footer { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 88px; }
  h1 { font-size: clamp(2.8rem,14vw,4.2rem); }
  h2 { font-size: clamp(2rem,10vw,2.8rem); }
  .site-header { top: 0; width: calc(100% - 24px); min-height: 60px; margin-top: 12px; padding: 8px 9px 8px 10px; border-radius: 17px; }
  .home .site-header { margin-top: 12px; }
  .brand { gap: 8px; font-size: 1.05rem; }
  .brand img { width: 40px; height: 40px; border-radius: 11px; }
  .nav-optional, .site-header > nav a:not(.nav-support):not([aria-current="page"]) { display: none; }
  .primary-nav a, .site-header > nav a { min-height: 42px; padding: 11px 14px; }
  .hero { padding: 112px 0 74px; background-position: 58% center; }
  .hero::before { background: linear-gradient(180deg, rgba(219,235,239,.36), rgba(255,255,255,.11) 65%, var(--paper) 100%); }
  .hero-inner, .section, .assistant-section, .safety-band, .faq-section, .closing-cta, .quiet-strip, .site-footer, body > footer, body:not(.home) main { width: calc(100% - 28px); }
  .hero h1 { margin-bottom: 18px; }
  .hero-text { font-size: 1rem; line-height: 1.55; }
  .hero-actions { align-items: flex-start; margin-top: 24px; }
  .hero-proof { display: grid; gap: 7px; }
  .product-preview { padding: 18px; border-radius: 23px; }
  .preview-row { grid-template-columns: 38px minmax(0,1fr) auto; gap: 9px; padding: 10px; }
  .preview-row i { width: 38px; height: 38px; }
  .quiet-strip { margin-top: -24px; border-radius: 17px; }
  .quiet-strip li { min-height: 58px; padding: 13px 15px; font-size: .79rem; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 28px; }
  .feature-grid, .plan-grid, .safety-grid, .support-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; padding: 23px; }
  .feature-icon { margin-bottom: 27px; }
  .assistant-section { margin-block: 0 78px; padding: 28px 20px; border-radius: 25px; }
  .question-bubble { margin-left: 10px; }
  .assistant-card { padding: 16px; }
  .access-section { gap: 22px; }
  .plan-card { min-height: 250px; }
  .plan-card > div { margin-bottom: 38px; }
  .safety-band { gap: 28px; padding: 28px 20px; border-radius: 24px; }
  .safety-grid article { min-height: 220px; }
  .faq-section { padding: 78px 0; }
  .closing-cta { grid-template-columns: 58px 1fr; gap: 15px; margin-bottom: 76px; padding: 24px 20px; border-radius: 23px; }
  .closing-cta img { width: 58px; height: 58px; }
  .closing-cta .primary-button { grid-column: 1 / -1; width: 100%; }
  .site-footer, body > footer { grid-template-columns: 1fr; gap: 28px; padding: 38px 0 44px; }
  .footer-about { grid-column: auto; }
  .site-footer nav, body > footer nav { min-width: 0; }
  .legal-page { gap: 34px; padding: 48px 0 78px; }
  .legal-card { padding: 25px 20px; border-radius: 21px; }
  .page-toc { grid-template-columns: 1fr; }
  .page-toc strong { grid-column: auto; }
  .support-card.full { grid-column: auto; }
}

@media (max-width: 390px) {
  .brand span { max-width: 96px; white-space: normal; line-height: 1.05; }
  .hero-actions { display: grid; }
  .store-badge { width: fit-content; }
  .preview-row { grid-template-columns: 36px 1fr; }
  .preview-row b { grid-column: 2; justify-self: start; }
  .quiet-strip { grid-template-columns: 1fr; }
  .quiet-strip li + li { border-top: 1px solid var(--line); border-left: 0; }
  .assistant-card-top { align-items: flex-start; flex-direction: column; }
}

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

@media print {
  .site-header, .site-footer, body > footer, .page-toc, .skip-link { display: none !important; }
  body, body:not(.home) { background: #fff; }
  body:not(.home) main { width: 100%; }
  .legal-page { display: block; padding: 0; }
  .legal-intro { margin-bottom: 28px; }
  .legal-card { max-width: none; padding: 0; border: 0; box-shadow: none; }
}
