/* September 2026 visual refresh. Existing page content and base styles are retained. */
:root {
  --paper: #faf8f2; --forest: #173c32; --forest-hover: #245447;
  --sage: #e6ede0; --clay: #ac533a; --soft-ink: #53615a; --rule: #d0d5c8;
  --ink: var(--forest); --text: var(--forest); --muted: var(--soft-ink);
  --line: var(--rule); --ring: var(--rule); --mist: var(--sage); --white: var(--paper);
  --indigo: var(--forest); --indigo-dark: var(--forest-hover); --brand: var(--forest);
  --accent: var(--clay); --bg: var(--paper); --surface-soft: var(--sage);
  --shell: min(1320px, calc(100% - 96px)); --shadow: 0 20px 40px #173c321c;
  --display: Georgia, 'Times New Roman', serif;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--paper); color: var(--forest);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--forest); background: var(--paper); font: 17px/1.65 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-underline-offset: 5px; }
button, summary { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 5px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1100; padding: 12px 20px; background: var(--forest); color: white; transform: translateY(-160%); text-decoration: none; border-radius: 8px; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: #faf8f2f2; border-bottom: 1px solid transparent; backdrop-filter: blur(16px); }
.site-header.scrolled { border-color: var(--rule); }
.header-inner { display: flex; min-height: 98px; justify-content: space-between; align-items: center; gap: 28px; }
.site-header .brand, .site-footer .brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 30px/1.2 var(--display); letter-spacing: -1.1px; white-space: nowrap; }
.site-header .brand img, .site-footer .brand img { width: 50px; height: 50px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 32px; }
.primary-nav > a:not(.button) { padding-block: 12px; text-decoration: none; font-size: 15px; font-weight: 500; }
.primary-nav > a:not(.button):hover { color: var(--clay); }
.button, .btn-primary { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 24px; border: 1px solid var(--forest); border-radius: 10px; background: var(--forest); color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; line-height: 1.3; box-shadow: none; transition: background .18s ease, transform .18s ease; }
.button:hover, .btn-primary:hover { background: var(--forest-hover); box-shadow: none; transform: translateY(-1px); }
.button-small { min-height: 48px; padding: 12px 23px; }
.button-secondary, .btn-ghost { color: var(--forest); border: 1px solid var(--rule); background: transparent; box-shadow: none; }
.button-secondary:hover, .btn-ghost:hover { background: var(--sage); color: var(--forest); }
.menu-button { display: none; align-items: center; gap: 8px; min-height: 44px; border: 0; background: transparent; color: var(--forest); font-size: 14px; }
.menu-button svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; fill: none; }
h1, h2 { font-family: var(--display); font-weight: 400; }
.section { padding-block: 104px; }
.home-hero { padding-top: 24px; }
.home-hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 50px; align-items: center; }
.home-hero .hero-copy { padding-block: 34px; }
.home-hero h1 { margin: 0; font-size: clamp(54px, 5.85vw, 84px); line-height: 1.04; letter-spacing: -4px; }
.home-hero h1 em { color: var(--clay); font-weight: 400; }
.hero-lede { max-width: 510px; margin: 30px 0 0; font-size: 20px; line-height: 1.6; color: #454e48; }
.hero-actions-new { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.app-store-button { display: inline-flex; align-items: center; justify-content: center; min-width: 188px; min-height: 61px; gap: 10px; padding: 10px 17px; background: #080b09; color: #fff; text-decoration: none; border: 1px solid #636a61; border-radius: 10px; transition: transform .2s; }
.app-store-button:hover { transform: translateY(-2px); }
.app-store-button svg { width: 30px; height: 36px; fill: currentColor; }
.app-store-button span { display: grid; font-size: 26px; line-height: 1.03; letter-spacing: -.4px; }
.app-store-button small { font-size: 11px; margin-bottom: 3px; letter-spacing: .05px; }
.explore-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 15px; text-decoration: underline; font-weight: 500; }
.explore-link svg, .editorial-guide > svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-note { max-width: 470px; margin-top: 22px; color: var(--soft-ink); font-size: 13px; }
.hero-note span { padding-inline: 4px; }
.hero-stage { display: flex; align-items: center; justify-content: center; gap: 21px; padding: 28px 30px; min-width: 0; background: var(--sage); border-radius: 34px; }
.device { margin: 0; padding: 6px; overflow: hidden; border: 2px solid #41433e; border-radius: 38px; background: #101410; box-shadow: 0 16px 23px #26392c26, 0 2px 3px #0004; }
.device img { width: 100%; border-radius: 29px; }
.hero-device { flex: 1.05; min-width: 0; }
.secondary-device { flex: .87; min-width: 0; }
.hero-signoff { text-align: center; margin: 25px 0 24px; font: italic 20px/1.5 var(--display); }
.benefit-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid var(--rule); padding-block: 27px; }
.benefit-strip > div { display: flex; gap: 18px; align-items: center; padding-inline: 26px; }
.benefit-strip > div:first-child { padding-left: 0; }
.benefit-strip > div + div { border-left: 1px solid var(--rule); }
.benefit-strip svg { width: 49px; height: 49px; flex-shrink: 0; padding: 8px; border-radius: 50%; background: var(--sage); fill: none; stroke: var(--forest); stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; }
.benefit-strip span { display: grid; }
.benefit-strip strong { font: 21px/1.35 var(--display); }
.benefit-strip small { color: var(--muted); font-size: 12px; margin-top: 4px; }
.tour-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.tour-copy h2, .section-split-heading h2, .pricing-section h2, .faq-layout h2 { font-size: clamp(38px,4vw,58px); line-height: 1.1; letter-spacing: -2px; margin: 0; }
.section-lede { color: var(--muted); max-width: 480px; font-size: 18px; margin: 24px 0 36px; }
.tour-option { border-bottom: 1px solid var(--rule); }
.tour-option button { display: grid; grid-template-columns: 34px 1fr 22px; gap: 14px; align-items: center; text-align: left; padding: 20px 0; width: 100%; min-height: 68px; border: 0; background: transparent; color: #62685e; font-size: 18px; }
.tour-option button[aria-selected="true"] { color: var(--forest); font-weight: 650; }
.tour-option:has([aria-selected="true"]) { border-bottom-color: var(--forest); }
.tour-option svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.tour-number { color: var(--clay); font: 21px var(--display); }
.tour-option p { margin: -4px 34px 22px 48px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.tour-preview { padding: 32px 40px 22px; border-radius: 30px; background: var(--sage); min-width: 0; touch-action: pan-y pinch-zoom; }
.tour-panel img { pointer-events: none; user-select: none; -webkit-user-drag: none; }
.tour-panel .device { width: 282px; max-width: 100%; margin-inline: auto; }
.tour-panel .device img { aspect-ratio: 1320 / 2868; object-fit: cover; }
.tour-controls { display: grid; grid-template-columns: 44px 1fr 44px; gap: 12px; align-items: center; margin-top: 22px; }
.tour-controls > span { text-align: center; font-size: 12px; }
.tour-arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #8a9787; background: var(--paper); color: var(--forest); border-radius: 50%; }
.tour-arrow:hover { background: white; }
.tour-arrow svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
[data-tour-previous] svg { transform: rotate(180deg); }
.setup-section { padding-top: 0; }
.setup-section > .shell { padding-top: 64px; border-top: 1px solid var(--rule); }
.section-split-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-split-heading > p { max-width: 320px; color: var(--muted); margin: 0 0 5px; font-size: 18px; }
.setup-steps { list-style: none; margin: 46px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.setup-steps .step-number { display: flex; align-items: center; gap: 14px; width: auto; height: auto; border-radius: 0; color: var(--clay); background: none; font: 16px/1.5 inherit; font-weight: 500; }
.setup-steps .step-number::after { content: ''; height: 1px; flex: 1; background: #b6755e; }
.setup-steps h3 { font: 23px/1.3 var(--display); margin: 21px 0 12px; letter-spacing: -.5px; }
.setup-steps p { margin: 0; font-size: 15px; color: var(--muted); }
.editorial-guides { padding-top: 0; }
.editorial-guides > .shell { padding-top: 72px; border-top: 1px solid var(--rule); }
.editorial-guides .explore-link { color: var(--clay); }
.editorial-guide-list { margin-top: 36px; }
.editorial-guide { display: grid; grid-template-columns: 70px 1fr 28px; gap: 24px; align-items: center; padding: 25px 0; text-decoration: none; border-bottom: 1px solid var(--rule); }
.editorial-guide > span { font: 35px var(--display); color: var(--clay); }
.editorial-guide h3 { font-size: 21px; font-weight: 500; line-height: 1.35; margin: 0; }
.editorial-guide p { color: var(--muted); margin: 5px 0 0; font-size: 14px; }
.editorial-guide > svg { color: var(--clay); transition: transform .2s; }
.editorial-guide:hover h3 { color: var(--clay); }
.editorial-guide:hover > svg { transform: translateX(4px); }
.pricing-section { background: var(--sage); }
.pricing-section .section-heading { max-width: 840px; }
.pricing-section .section-heading p { font-size: 17px; max-width: 590px; margin-inline: auto; }
.pricing-grid { display: grid; margin: 42px auto 0; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; max-width: 1100px; border-radius: 12px; overflow: hidden; border: 1px solid var(--rule); }
.price-card { padding: 30px 18px; border: 0; border-radius: 0; text-align: center; box-shadow: none; background: var(--paper); }
.price-card + .price-card { border-left: 1px solid var(--rule); }
.price-card h3 { font: 27px/1.3 var(--display); }
.price-card h3::after { content: ''; display: block; width: 32px; height: 1px; background: var(--clay); margin: 15px auto 0; }
.price { display: flex; justify-content: center; font: 48px/1.1 var(--display); letter-spacing: -2px; margin: 25px 0 0; }
.price span { font: inherit; margin: 0; }
.price-period { font-size: 14px; color: inherit; margin: 10px 0 0; }
.price-card.featured { color: var(--paper); background: var(--forest); box-shadow: none; }
.pricing-disclaimer { max-width: 800px; margin: 22px auto 0; line-height: 1.6; text-align: center; color: var(--muted); font-size: 13px; }
.pricing-action { margin-top: 22px; text-align: center; }
.pricing-action .button { background: transparent; color: var(--forest); border-color: #82917b; }
.pricing-action .button:hover { background: #faf8f270; }
.faq-section { background: var(--paper); }
.faq-layout { grid-template-columns: .83fr 1.17fr; gap: 100px; }
.faq-layout > div:first-child p { font-size: 16px; }
.faq-list { border: 0; border-radius: 0; background: transparent; }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list details + details { border-top: 0; }
.faq-list summary { padding: 22px 36px 22px 0; font: 23px/1.35 var(--display); }
.faq-list summary::after { right: 0; background: none; color: var(--clay); font-family: sans-serif; }
.faq-list details > div { padding: 0 36px 24px 0; font-size: 15px; }
.faq-list details a { font-weight: 500; text-decoration: underline; }
.download-finale { background: var(--forest); color: var(--paper); text-align: center; padding: 76px 0 50px; }
.download-finale h2 { font-size: clamp(40px,4.6vw,67px); letter-spacing: -2px; line-height: 1.1; margin: 0; }
.download-finale h2 em { color: #d4dfc6; }
.download-finale p { color: #d4ddce; font-size: 16px; margin: 24px auto; max-width: 540px; }
.download-finale .app-store-button { border-color: #adb5a5; }
.download-finale .final-compatibility { font-size: 13px; margin-bottom: 0; }
.home-page .site-footer { background: var(--forest); color: var(--paper); padding-top: 0; }
.home-page .footer-grid { padding-top: 42px; border-top: 1px solid #657967; }
.site-footer .footer-grid { gap: 32px; grid-template-columns: 1.5fr repeat(3,1fr) 1.1fr; }
.site-footer .brand { font-size: 24px; }
.site-footer .brand img { width: 42px; height: 42px; }
.home-page .footer-grid nav a, .home-page .footer-grid p, .home-page .footer-bottom { color: #d4ddce; }
.home-page .footer-grid nav a:hover { color: white; text-decoration: underline; }
.footer-grid nav a { min-height: 30px; }
.home-page .footer-bottom { border-top-color: #657967; }
.footer-bottom button { min-height: 44px; }
/* Bring article and legacy landing pages into the same visual system. */
.page-hero { background: var(--sage); }
.page-hero h1, .guide-hero h1 { font-family: var(--display); font-weight: 400; letter-spacing: -2.5px; }
.guide-content h2, .guide-content h3, .library-group h2 { font-family: var(--display); font-weight: 400; }
.guide-toc, .guide-note, .inline-cta, .related-guides a { border-radius: 12px; }
.guide-note { background: var(--sage); }
.library-link { box-shadow: none; }
.legacy-page { overflow-x: visible; }
.legacy-page .container { width: min(1200px,calc(100% - 96px)); }
.legacy-page .hero { padding-block: 62px 76px; }
.legacy-page .hero h1 { font-size: clamp(42px,4.7vw,68px); line-height: 1.06; font-weight: 400; letter-spacing: -2px; }
.legacy-page .lead { color: var(--muted); font-size: 19px; line-height: 1.7; }
.legacy-page .phone-wrap::before { inset: 0; border-radius: 28px; background: var(--sage); filter: none; }
.legacy-page .phone { width: min(275px,70vw); border-color: #151d16; border-radius: 37px; box-shadow: var(--shadow); }
.legacy-page .phone-wrap { padding: 26px; }
.legacy-page .card, .legacy-page .intent-card, .legacy-page .faq-item { border-color: var(--rule); border-radius: 15px; background: var(--paper); box-shadow: none; }
.legacy-page .card i { background: var(--sage); border-radius: 50%; }
.legacy-page .section-white, .legacy-page .faq { background: #f0f2e9; }
.legacy-page .section-title h2, .legacy-page .intent-panel h2, .legacy-page .faq h2 { font-weight: 400; letter-spacing: -1px; }
.legacy-page .trust-item { box-shadow: none; border-color: var(--rule); background: transparent; }
.legacy-page .cta { background: var(--forest); }
.legacy-page .cta .btn-primary { background: var(--paper); color: var(--forest); }
.legacy-page .cta .btn-ghost { color: var(--paper); border-color: #a5b19a; background: transparent; }
.legacy-page .footer { background: var(--paper); }
.legal-page .wrap { width: min(900px,calc(100% - 48px)); margin: 60px auto; }
.legal-page .card { padding: clamp(24px,5vw,60px); background: #fffdf8; box-shadow: none; border: 1px solid var(--rule); border-radius: 18px; }
.legal-page .card h1 { font-size: clamp(38px,5vw,58px); line-height: 1.12; margin-bottom: 18px; letter-spacing: -1.5px; }
.legal-page .card h2 { font-size: 29px; margin-top: 36px; }
.legal-page .card h3 { font-size: 19px; }
.legal-page .card p, .legal-page .card li { overflow-wrap: anywhere; }
.legal-page .card a { color: var(--clay); }
.legal-page footer { background: var(--paper); }
@media (min-width: 1101px) and (max-height: 850px) {
  .header-inner { min-height: 82px; }
  .home-hero { padding-top: 14px; }
  .hero-stage { padding: 22px 35px; max-width: 580px; justify-self: end; }
  .hero-device { max-width: 247px; }
  .secondary-device { max-width: 204px; }
  .hero-signoff { margin-block: 18px; }
  .benefit-strip { padding-block: 22px; }
}
@media (max-width: 1100px) {
  :root { --shell: min(100% - 56px, 1000px); }
  .primary-nav { gap: 21px; }
  .site-header .brand { font-size: 26px; }
  .home-hero-grid { gap: 28px; }
  .home-hero h1 { font-size: 60px; letter-spacing: -3px; }
  .hero-lede { font-size: 18px; }
  .hero-stage { padding: 26px 18px; gap: 12px; }
  .device { border-radius: 29px; padding: 5px; }
  .device img { border-radius: 22px; }
  .benefit-strip > div { padding-inline: 18px; gap: 12px; }
  .benefit-strip strong { font-size: 18px; }
  .benefit-strip small { font-size: 11px; }
  .tour-grid { gap: 54px; }
  .tour-preview { padding: 28px 25px 22px; }
  .faq-layout { gap: 55px; }
  .site-footer .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .site-footer .footer-grid > div:last-child { grid-column: auto; }
  .legacy-page .container { width: calc(100% - 56px); }
}
@media (max-width: 960px) {
  .header-inner { min-height: 78px; }
  .menu-button { display: inline-flex; }
  .primary-nav { position: absolute; top: 78px; left: 28px; right: 28px; display: none; padding: 16px; border: 1px solid var(--rule); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; gap: 0; }
  .primary-nav > a:not(.button) { padding: 12px; }
  .primary-nav .button { margin-top: 8px; }
  .home-hero h1 { font-size: 51px; letter-spacing: -2.7px; }
  .home-hero .hero-copy { text-align: left; }
  .hero-actions-new { gap: 12px; }
  .home-hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-stage { gap: 10px; }
  .hero-stage .device { padding: 4px; border-radius: 23px; }
  .hero-stage .device img { border-radius: 17px; }
  .hero-note { font-size: 12px; }
  .benefit-strip > div { flex-direction: column; align-items: flex-start; }
  .section { padding-block: 80px; }
  .setup-section, .editorial-guides { padding-top: 0; }
  .tour-grid { gap: 32px; }
  .tour-copy h2, .section-split-heading h2, .pricing-section h2, .faq-layout h2 { font-size: 44px; }
  .tour-option button { font-size: 16px; grid-template-columns: 28px 1fr 18px; gap: 10px; }
  .tour-option p { margin-left: 38px; }
  .tour-preview { padding: 25px 19px 20px; }
  .tour-controls { gap: 8px; }
  .tour-controls > span { font-size: 11px; }
  .setup-steps { grid-template-columns: 1fr 1fr; gap: 34px; }
  .faq-layout { grid-template-columns: 1fr 1.2fr; gap: 36px; }
}
@media (max-width: 700px) {
  :root { --shell: calc(100% - 40px); }
  html { scroll-padding-top: 88px; }
  .header-inner { min-height: 72px; }
  .site-header .brand { font-size: 24px; letter-spacing: -.8px; gap: 6px; }
  .site-header .brand img { width: 42px; height: 42px; }
  .primary-nav { top: 72px; left: 20px; right: 20px; }
  .home-hero { padding-top: 28px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .home-hero .hero-copy { text-align: center; padding: 0; }
  .home-hero h1 { font-size: clamp(47px,11.7vw,72px); letter-spacing: -2.7px; }
  .hero-lede { max-width: 500px; margin: 22px auto 0; font-size: 17px; line-height: 1.65; }
  .hero-actions-new { justify-content: center; gap: 12px 22px; margin-top: 24px; }
  .app-store-button { min-width: 175px; min-height: 57px; padding: 9px 13px; }
  .app-store-button span { font-size: 24px; }
  .hero-note { max-width: 300px; margin: 17px auto 0; line-height: 1.7; }
  .hero-stage { width: 100%; max-width: 490px; margin-inline: auto; padding: 24px 20px; gap: 15px; border-radius: 24px; }
  .hero-stage .device { border-radius: 27px; }
  .hero-stage .device img { border-radius: 20px; }
  .hero-signoff { font-size: 17px; max-width: 290px; margin: 22px auto 28px; }
  .benefit-strip { grid-template-columns: 1fr; gap: 0; padding-block: 5px; }
  .benefit-strip > div, .benefit-strip > div:first-child { padding: 17px 2px; flex-direction: row; align-items: center; gap: 16px; }
  .benefit-strip > div + div { border-left: 0; border-top: 1px solid var(--rule); }
  .benefit-strip svg { width: 44px; height: 44px; }
  .benefit-strip strong { font-size: 20px; }
  .benefit-strip small { font-size: 12px; }
  .section { padding-block: 65px; }
  .tour-grid { grid-template-columns: 1fr; gap: 30px; }
  .tour-copy h2, .section-split-heading h2, .pricing-section h2, .faq-layout h2 { font-size: 39px; letter-spacing: -1.7px; }
  .section-lede { font-size: 16px; margin: 20px 0 22px; }
  .tour-option button { font-size: 17px; padding-block: 16px; min-height: 62px; }
  .tour-option p { font-size: 14px; }
  .tour-preview { padding: 27px 24px 20px; border-radius: 24px; }
  .tour-panel .device { width: 255px; border-radius: 34px; }
  .tour-panel .device img { border-radius: 26px; }
  .tour-controls > span { font-size: 11px; }
  .setup-section, .editorial-guides { padding-top: 0; }
  .setup-section > .shell, .editorial-guides > .shell { padding-top: 48px; }
  .section-split-heading { display: grid; gap: 22px; }
  .section-split-heading > p { font-size: 16px; }
  .setup-steps { gap: 32px 24px; margin-top: 34px; }
  .setup-steps h3 { font-size: 22px; }
  .setup-steps p { font-size: 14px; }
  .editorial-guide { grid-template-columns: 40px 1fr 21px; gap: 14px; padding-block: 22px; }
  .editorial-guide > span { font-size: 29px; }
  .editorial-guide h3 { font-size: 17px; }
  .editorial-guide p { font-size: 13px; }
  .editorial-guide-list { margin-top: 20px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; margin-top: 30px; }
  .price-card { padding: 25px 10px; }
  .price-card:nth-child(3) { border-left: 0; }
  .price-card:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .price-card h3 { font-size: 24px; }
  .price { font-size: 40px; margin-top: 20px; }
  .price-period { font-size: 13px; }
  .pricing-section .section-heading p { font-size: 16px; }
  .pricing-disclaimer { font-size: 12px; }
  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .faq-list summary { font-size: 22px; min-height: 72px; }
  .faq-list details > div { font-size: 14px; padding-right: 22px; }
  .download-finale { padding: 60px 0 42px; }
  .download-finale h2 { font-size: 40px; letter-spacing: -1.8px; }
  .download-finale p { font-size: 15px; }
  .download-finale .final-compatibility { max-width: 270px; font-size: 12px; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 27px; }
  .site-footer .footer-brand { grid-column: 1 / -1; }
  .site-footer .footer-brand p { max-width: none; }
  .site-footer .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 30px; }
  .site-footer .footer-bottom button { padding-left: 0; }
  .legacy-page .container { width: calc(100% - 40px); }
  .legacy-page .hero { padding-top: 30px; }
  .legacy-page .hero h1 { font-size: 43px; }
  .legacy-page .lead { font-size: 17px; }
  .legacy-page .hero-grid { gap: 34px; }
  .legacy-page .phone-wrap { min-height: 0; }
  .legacy-page .phone { width: min(250px,70vw); }
  .page-hero h1, .guide-hero h1 { font-size: 43px; }
  .legal-page .wrap { width: calc(100% - 32px); margin: 24px auto; }
  .legal-page .card { padding: 25px 21px; }
  .legal-page .grid.two { grid-template-columns: 1fr; }
}
@media (max-width: 370px) {
  :root { --shell: calc(100% - 32px); }
  .site-header .brand { font-size: 22px; }
  .home-hero h1 { font-size: 43px; letter-spacing: -2.4px; }
  .hero-stage { padding: 22px 13px; gap: 11px; }
  .hero-stage .device { border-radius: 23px; padding: 3px; }
  .hero-stage .device img { border-radius: 17px; }
  .setup-steps { grid-template-columns: 1fr; }
  .tour-preview { padding-inline: 17px; }
  .tour-controls { grid-template-columns: 44px 1fr 44px; gap: 4px; }
  .download-finale h2 { font-size: 35px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
/* Match the existing opt-in banner to the refreshed palette. */
body #analytics-consent { border-color: var(--rule); background: #faf8f2fa; color: var(--forest); box-shadow: 0 12px 35px #173c3224; }
body #analytics-consent .analytics-consent__copy span { color: var(--muted); }
body #analytics-consent .analytics-consent__actions button { border-color: var(--rule); color: var(--forest); }
body #analytics-consent .analytics-consent__actions button[data-consent=accept] { border-color: var(--forest); background: var(--forest); color: #fff; }
