:root {
  --ink: #17342f;
  --ink-deep: #0c2c27;
  --ink-soft: #526a64;
  --primary: #17483f;
  --primary-dark: #103930;
  --green: #2e8266;
  --mint: #dcece5;
  --mint-light: #eef5f1;
  --paper: #f5f2ea;
  --white: #fff;
  --accent: #f2a24b;
  --accent-light: #fff0dc;
  --border: #ceded8;
  --shadow: 0 20px 60px rgba(12, 44, 39, .12);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.shell { width: min(calc(100% - 40px), 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; z-index: 1000; left: 16px; top: -80px; padding: 10px 15px; border-radius: 8px; color: var(--white); background: var(--ink-deep); transition: top .2s ease; }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink-deep); line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem, 6.5vw, 5.6rem); font-weight: 800; }
h1 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4.5vw, 4rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--green); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #a9d8c9; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(255,255,255,.96); transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.scrolled { border-color: var(--border); box-shadow: 0 8px 30px rgba(12,44,39,.06); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.logo-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px 13px 13px 4px; color: var(--primary-dark); background: var(--accent); font-size: 1.35rem; font-weight: 900; }
.logo-copy strong, .logo-copy small { display: block; line-height: 1.1; }
.logo-copy strong { color: var(--ink-deep); font-size: 1.03rem; letter-spacing: -.025em; }
.logo-copy small { margin-top: 4px; color: var(--ink-soft); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 38px); margin-left: auto; }
.main-nav a { position: relative; color: #35524c; font-size: .87rem; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-login { margin-left: 8px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--primary); transition: .2s ease; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--primary); border-radius: 11px 11px 11px 3px; color: var(--white); background: var(--primary); font-size: .9rem; font-weight: 800; line-height: 1.2; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--primary-dark); border-color: var(--primary-dark); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .8rem; }
.button-accent { color: var(--primary-dark); background: var(--accent); border-color: var(--accent); }
.button-accent:hover, .button-accent:focus-visible { color: var(--primary-dark); background: #ffb55f; border-color: #ffb55f; }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.45); }
.button-outline-light:hover, .button-outline-light:focus-visible { color: var(--primary-dark); background: var(--white); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--primary); font-size: .9rem; font-weight: 800; }
.text-link:hover span { transform: translate(2px, 2px); }
.text-link span { transition: transform .18s ease; }

.hero { position: relative; overflow: hidden; padding: 95px 0 0; background: var(--mint-light); }
.hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; }
.hero::before { width: 290px; height: 290px; right: -130px; top: 90px; border: 1px solid #bcd7cd; border-radius: 50%; }
.hero::after { width: 170px; height: 170px; right: -70px; top: 150px; border: 1px solid #bcd7cd; border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 72px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 90px; }
.hero-lead { max-width: 660px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 36px 0 0; padding: 0; list-style: none; color: #35524c; font-size: .8rem; font-weight: 700; }
.hero-checks li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; color: var(--white); background: var(--green); font-size: .65rem; }
.hero-visual { position: relative; min-height: 545px; align-self: end; }
.mini-dashboard { position: absolute; right: 0; bottom: 0; width: min(540px, 100%); overflow: hidden; border: 9px solid var(--primary); border-bottom: 0; border-radius: 24px 24px 0 0; background: var(--white); box-shadow: var(--shadow); transform: rotate(1deg); }
.mini-top { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid var(--border); }
.mini-top > span { width: 8px; height: 8px; border-radius: 50%; background: var(--border); }
.mini-top > span:first-child { background: var(--accent); }
.mini-top b { margin-left: auto; color: var(--ink-soft); font-size: .65rem; }
.mini-body { min-height: 400px; display: grid; grid-template-columns: 95px 1fr; }
.mini-sidebar { padding: 50px 18px; background: var(--primary); }
.mini-sidebar i { display: block; height: 8px; margin-bottom: 24px; border-radius: 4px; background: rgba(255,255,255,.34); }
.mini-sidebar i:nth-child(2) { width: 78%; background: var(--accent); }
.mini-sidebar i:nth-child(4) { width: 66%; }
.mini-content { padding: 54px 30px 30px; background: #f4f7f5; }
.mini-kicker { color: var(--green); font-size: .55rem; font-weight: 900; letter-spacing: .12em; }
.mini-content h2 { margin: 10px 0 30px; font-size: 2rem; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-stats i { height: 76px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); }
.mini-chart { height: 150px; display: flex; align-items: flex-end; gap: 18px; margin-top: 15px; padding: 25px 28px 0; border: 1px solid var(--border); border-radius: 12px; background: var(--white); }
.mini-chart .bar { width: 13%; background: var(--green); border-radius: 5px 5px 0 0; }
.bar-1 { height: 44%; }.bar-2 { height: 67%; }.bar-3 { height: 53%; }.bar-4 { height: 88%; background: var(--accent) !important; }.bar-5 { height: 72%; }
.paper-note { position: absolute; z-index: 3; width: 230px; padding: 18px 20px; border: 1px solid #e8d2b6; border-radius: 4px 14px 14px 14px; background: #fffaf2; box-shadow: 0 14px 35px rgba(12,44,39,.12); }
.paper-note::before { content: ""; position: absolute; width: 36px; height: 9px; left: 50%; top: -5px; background: rgba(242,162,75,.72); transform: translateX(-50%) rotate(-2deg); }
.paper-note span, .paper-note strong, .paper-note small { display: block; }
.paper-note strong { margin: 5px 0 3px; color: var(--ink-deep); line-height: 1.25; }
.paper-note small { color: var(--ink-soft); font-size: .72rem; }
.note-label { color: var(--green); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.note-top { left: -30px; top: 22px; transform: rotate(-3deg); }
.note-bottom { right: -20px; bottom: 56px; transform: rotate(2deg); }
.proof-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-bottom: 0; border-radius: 18px 18px 0 0; background: var(--white); box-shadow: 0 -10px 40px rgba(12,44,39,.05); }
.proof-strip div { display: flex; align-items: baseline; gap: 10px; padding: 25px 28px; border-right: 1px solid var(--border); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { color: var(--primary); font-size: 1.7rem; line-height: 1; letter-spacing: -.04em; }
.proof-strip span { color: var(--ink-soft); font-size: .73rem; font-weight: 700; }

.section { padding: 110px 0; }
.intro-section { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.intro-grid h2 { max-width: 600px; margin: 0; }
.intro-copy { padding-top: 34px; border-top: 1px solid var(--border); }
.intro-copy p { color: var(--ink-soft); font-size: 1.08rem; }
.intro-copy p:first-child { color: var(--ink); font-size: 1.25rem; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; color: var(--ink-soft); }

.steps-section { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 350px; padding: 30px; border: 1px solid #dedbd2; border-radius: 4px 22px 22px 22px; background: var(--white); }
.step-card.featured { color: var(--white); background: var(--primary); border-color: var(--primary); transform: translateY(-12px); }
.step-number { position: absolute; top: 24px; right: 27px; color: #9cafaa; font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 55px 0 62px; border-radius: 18px 18px 18px 5px; color: var(--primary); background: var(--mint); font-size: 1.6rem; font-weight: 900; }
.featured .step-icon { color: var(--primary-dark); background: var(--accent); }
.step-card h3 { font-size: 1.42rem; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.featured h3 { color: var(--white); }
.featured p, .featured .step-number { color: #cbe0da; }

.categories-section { color: var(--white); background: var(--primary-dark); }
.categories-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; }
.categories-copy { position: sticky; top: 130px; align-self: start; }
.categories-copy h2 { color: var(--white); }
.categories-copy p { max-width: 480px; color: #bcd2cb; }
.category-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.category-list li { display: grid; grid-template-columns: 62px 1fr; align-items: center; min-height: 66px; border-bottom: 1px solid rgba(255,255,255,.2); color: #ecf5f2; font-size: 1.18rem; font-weight: 700; }
.category-list span { color: var(--accent); font-size: .67rem; font-weight: 850; letter-spacing: .08em; }

.product-section { overflow: hidden; background: var(--mint-light); }
.product-heading { align-items: start; }
.product-frame { position: relative; max-width: 1110px; margin: 0 auto; overflow: hidden; border: 8px solid var(--primary); border-radius: 20px 20px 5px 5px; background: var(--primary); box-shadow: 0 35px 70px rgba(12,44,39,.18); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; color: #cbe0da; background: var(--primary); }
.browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #7aa99a; }
.browser-bar span:first-child { background: var(--accent); }
.browser-bar b { margin-left: 8px; font-size: .67rem; font-weight: 700; }
.portal-preview { min-height: 550px; display: grid; grid-template-columns: 180px 1fr; color: var(--ink); background: var(--mint-light); }
.portal-side { padding: 26px 18px; color: var(--white); background: var(--primary); }
.portal-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 38px; }
.portal-brand > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px 10px 10px 3px; color: var(--primary-dark); background: var(--accent); font-size: .95rem; font-weight: 900; }
.portal-brand b { font-size: .75rem; line-height: 1.15; }
.portal-brand small { display: block; margin-top: 4px; color: #bad4cc; font-size: .42rem; letter-spacing: .08em; }
.portal-side ul { margin: 0; padding: 0; list-style: none; }
.portal-side li { display: flex; align-items: center; gap: 10px; padding: 11px 10px; border-radius: 8px; color: #c9ddd7; font-size: .68rem; font-weight: 700; }
.portal-side li.active { color: var(--white); background: rgba(255,255,255,.11); }
.portal-side li:nth-child(2) { margin: 5px 0; color: var(--primary-dark); background: var(--accent); }
.portal-workspace { min-width: 0; }
.portal-head { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 27px; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.92); }
.portal-head small, .portal-head strong { display: block; }
.portal-head small { color: var(--ink-soft); font-size: .42rem; letter-spacing: .08em; }
.portal-head strong { font-size: .68rem; }
.portal-head > span { padding: 8px 12px; border-radius: 8px; color: var(--white); background: var(--primary); font-size: .57rem; font-weight: 800; }
.portal-content { padding: 31px 34px 38px; }
.portal-kicker { color: var(--green); font-size: .5rem; font-weight: 900; letter-spacing: .12em; }
.portal-content > h3 { margin: 8px 0 4px; font-size: 2rem; }
.portal-content > p { margin-bottom: 23px; color: var(--ink-soft); font-size: .68rem; }
.portal-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.portal-kpis > div { min-height: 95px; padding: 14px; border: 1px solid var(--border); border-radius: 11px; background: var(--white); }
.portal-kpis small, .portal-kpis strong, .portal-kpis span { display: block; }
.portal-kpis small { color: var(--ink-soft); font-size: .42rem; font-weight: 800; letter-spacing: .05em; }
.portal-kpis strong { margin: 4px 0 0; font-size: 1.4rem; }
.portal-kpis span { color: var(--ink-soft); font-size: .43rem; }
.portal-panels { display: grid; grid-template-columns: 1.45fr .72fr; gap: 12px; margin-top: 13px; }
.portal-panels section { min-height: 205px; padding: 17px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); }
.portal-panels section > small { color: var(--green); font-size: .44rem; font-weight: 900; letter-spacing: .1em; }
.portal-panels h4 { margin: 5px 0 15px; font-size: .83rem; }
.portal-bars { height: 120px; display: flex; align-items: flex-end; justify-content: space-around; gap: 10px; padding: 8px 12px 0; border-left: 1px solid #d9e4df; border-bottom: 1px solid #d9e4df; }
.portal-bars i { width: 10%; border-radius: 4px 4px 0 0; background: var(--green); }
.portal-bars i:nth-child(1) { height: 34%; }.portal-bars i:nth-child(2) { height: 52%; }.portal-bars i:nth-child(3) { height: 46%; }.portal-bars i:nth-child(4) { height: 72%; background: var(--accent); }.portal-bars i:nth-child(5) { height: 63%; }.portal-bars i:nth-child(6) { height: 86%; background: var(--accent); }
.portal-panels ul { margin: 0; padding: 0; list-style: none; }
.portal-panels li { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 7px; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: .56rem; }
.portal-panels li b { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.portal-panels li span { color: var(--ink-soft); }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 55px; background: var(--border); border: 1px solid var(--border); }
.outcome-grid article { padding: 26px 24px; background: var(--white); }
.outcome-grid span { display: block; margin-bottom: 32px; color: var(--green); font-size: .65rem; font-weight: 850; letter-spacing: .08em; }
.outcome-grid h3 { font-size: 1.05rem; }
.outcome-grid p { margin: 0; color: var(--ink-soft); font-size: .82rem; }

.clarity-section { background: var(--white); }
.clarity-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; }
.clarity-title { padding: 40px; border: 1px solid var(--border); border-radius: 4px 22px 22px 22px; background: var(--accent-light); }
.clarity-title h2 { margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.clarity-title p { margin: 0; color: var(--ink-soft); }
.clarity-points { border-top: 1px solid var(--border); }
.clarity-points article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--border); }
.clarity-points > article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-size: .8rem; font-weight: 900; }
.clarity-points h3 { margin-bottom: 7px; font-size: 1.05rem; }
.clarity-points p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.scan-section { padding-top: 0; background: var(--white); }
.scan-card { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 520px; overflow: hidden; border-radius: 5px 28px 28px 28px; color: var(--white); background: var(--primary); box-shadow: var(--shadow); }
.scan-price { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 50px; color: var(--primary-dark); background: var(--accent); text-align: center; }
.scan-price .eyebrow { color: #71420a; }
.price { margin: 0; font-size: clamp(6rem, 12vw, 10rem); font-weight: 850; line-height: .85; letter-spacing: -.09em; }
.price sup { position: relative; top: -1.8em; margin-right: 8px; font-size: 1.7rem; letter-spacing: 0; }
.price-note { margin-top: 22px; font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.scan-copy { padding: clamp(45px, 7vw, 80px); }
.scan-copy h2 { max-width: 650px; color: var(--white); }
.scan-copy > p { max-width: 720px; color: #cbe0da; }
.scan-copy ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 30px 0; padding: 0; list-style: none; }
.scan-copy li { padding-top: 15px; border-top: 2px solid var(--accent); color: var(--white); font-size: .82rem; font-weight: 750; }
.scan-copy .scan-followup { margin-bottom: 26px; font-size: .82rem; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-title { position: sticky; top: 130px; align-self: start; }
.faq-title h2 { margin-bottom: 12px; }
.faq-title p { color: var(--ink-soft); }
.faq-list { border-top: 1px solid #cbc8bf; }
.faq-list details { border-bottom: 1px solid #cbc8bf; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 27px 0; color: var(--ink-deep); cursor: pointer; font-size: 1.08rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--border); border-radius: 50%; background: var(--white); transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -8px 55px 27px 0; color: var(--ink-soft); }

.final-cta { padding: 80px 0; color: var(--white); background: var(--primary-dark); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { max-width: 670px; margin: 0; color: var(--white); }
.final-cta .button-row { flex: 0 0 auto; }
.site-footer { padding: 36px 0; color: #bcd2cb; background: #09231f; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.footer-logo .logo-copy strong { color: var(--white); }
.footer-logo .logo-copy small { color: #94b8ad; }
.footer-grid > p { max-width: 430px; margin: 0; font-size: .8rem; }
.footer-company { display: block; margin-top: 7px; color: #8fb2a8; font-size: .66rem; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; font-size: .75rem; }
.footer-links a { color: var(--white); }

.legal-header { border-bottom-color: var(--border); }
.legal-back { margin-left: auto; }
.legal-main { padding: 90px 0 120px; background: var(--paper); }
.legal-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.legal-grid > aside { position: sticky; top: 130px; }
.legal-grid h1 { max-width: 480px; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.legal-grid > aside p { color: var(--ink-soft); font-size: .82rem; }
.legal-copy { padding: 20px clamp(26px, 5vw, 62px); border: 1px solid #dedbd2; border-radius: 4px 22px 22px 22px; background: var(--white); }
.legal-copy section { padding: 35px 0; border-bottom: 1px solid var(--border); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin-bottom: 13px; font-size: 1.45rem; letter-spacing: -.025em; }
.legal-copy p, .legal-copy li { color: var(--ink-soft); }
.legal-copy p:last-child { margin-bottom: 0; }
.legal-copy a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-copy ul { padding-left: 22px; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 420px; gap: 35px; }
  .note-top { left: -10px; }
  .note-bottom { right: -5px; }
  .proof-strip div { display: block; padding: 22px; }
  .proof-strip strong, .proof-strip span { display: block; }
  .proof-strip span { margin-top: 6px; }
  .categories-grid, .clarity-grid, .faq-grid { gap: 60px; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta-inner { display: grid; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; display: none; align-items: stretch; padding: 18px 24px 28px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); box-shadow: 0 18px 30px rgba(12,44,39,.1); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px 0; font-size: 1rem; }
  .header-login { display: none; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 30px; }
  .hero-visual { min-height: 510px; width: min(620px, 100%); margin-inline: auto; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--border); border-radius: 18px; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .section { padding: 85px 0; }
  .intro-grid, .section-heading, .categories-grid, .clarity-grid, .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .legal-grid { grid-template-columns: 1fr; gap: 35px; }
  .legal-grid > aside { position: static; }
  .intro-copy { padding-top: 25px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 270px; }
  .step-card.featured { transform: none; }
  .step-icon { margin: 38px 0 34px; }
  .categories-copy, .faq-title { position: static; }
  .category-list li { min-height: 58px; }
  .scan-card { grid-template-columns: 1fr; }
  .scan-price { min-height: 300px; }
  .price { font-size: 8rem; }
  .scan-copy ul { grid-template-columns: 1fr; }
  .portal-preview { grid-template-columns: 145px 1fr; }
  .portal-kpis { grid-template-columns: repeat(2, 1fr); }
  .portal-panels { grid-template-columns: 1fr; }
  .portal-panels section:last-child { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.7rem, 14vw, 4.1rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .logo-mark { width: 39px; height: 39px; }
  .hero { padding-top: 48px; }
  .button-row, .button-row .button { width: 100%; }
  .hero-copy .text-link { justify-content: center; }
  .hero-checks { display: grid; }
  .hero-visual { min-height: 390px; }
  .mini-dashboard { width: calc(100% - 5px); border-width: 6px; }
  .mini-body { min-height: 315px; grid-template-columns: 70px 1fr; }
  .mini-sidebar { padding: 45px 12px; }
  .mini-content { padding: 42px 17px 20px; }
  .mini-content h2 { font-size: 1.45rem; }
  .mini-stats i { height: 55px; }
  .mini-chart { height: 110px; gap: 11px; padding: 18px 15px 0; }
  .paper-note { width: 185px; padding: 14px; }
  .paper-note strong { font-size: .8rem; }
  .paper-note small { font-size: .6rem; }
  .note-top { top: 0; left: 5px; }
  .note-bottom { right: 2px; bottom: 30px; }
  .proof-strip div { padding: 18px 15px; }
  .proof-strip strong { font-size: 1.4rem; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 35px; }
  .step-card { padding: 24px; }
  .category-list li { grid-template-columns: 44px 1fr; font-size: 1rem; }
  .product-frame { border-width: 5px; }
  .browser-bar { height: 34px; }
  .portal-preview { min-height: 450px; grid-template-columns: 58px 1fr; }
  .portal-side { padding: 18px 8px; }
  .portal-brand { justify-content: center; }
  .portal-brand b, .portal-side li span { display: none; }
  .portal-side li { justify-content: center; padding: 10px 4px; }
  .portal-head { height: 50px; padding: 0 15px; }
  .portal-content { padding: 22px 15px 28px; }
  .portal-content > h3 { font-size: 1.5rem; }
  .portal-kpis { gap: 6px; }
  .portal-kpis > div { min-height: 76px; padding: 10px; }
  .portal-kpis strong { font-size: 1.05rem; }
  .portal-kpis span { display: none; }
  .portal-panels section { min-height: 165px; padding: 13px; }
  .portal-bars { height: 94px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid span { margin-bottom: 16px; }
  .clarity-title { padding: 28px; }
  .scan-section { padding-inline: 8px; }
  .scan-price { min-height: 250px; padding: 36px 20px; }
  .price { font-size: 7rem; }
  .scan-copy { padding: 38px 25px; }
  .faq-list summary { padding: 22px 0; font-size: .98rem; }
  .faq-list details p { margin-right: 0; }
  .final-cta { padding: 65px 0; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 12px; }
  .legal-main { padding: 55px 0 80px; }
  .legal-back { font-size: .73rem; }
  .legal-copy { padding: 6px 22px; }
}

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