:root {
  --ink: #16251d;
  --muted: #6a786f;
  --muted-light: #a1afa6;
  --cream: #f4f7f2;
  --white: #ffffff;
  --leaf: #2e6949;
  --leaf-dark: #1e4e36;
  --mint: #e7f3e7;
  --line: #dfe8e0;
  --orange: #e88850;
  --orange-dark: #c86b39;
  --yellow: #f2d46b;
  --shadow: 0 20px 60px rgba(20, 48, 34, .10);
  --radius: 20px;
}

* { 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; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.section-light { background: var(--cream); }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,232,224,.8); backdrop-filter: blur(15px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 760; letter-spacing: -.05em; }
.brand-accent { color: var(--orange); }
.brand-mark { display: inline-flex; align-items: end; gap: 3px; width: 21px; height: 20px; padding: 2px 0; }
.brand-mark span { display: block; width: 5px; border-radius: 4px; background: var(--leaf); }
.brand-mark span:nth-child(1) { height: 8px; opacity: .58; }
.brand-mark span:nth-child(2) { height: 13px; opacity: .78; }
.brand-mark span:nth-child(3) { height: 19px; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 13px; color: #5c6c63; font-weight: 600; }
.main-nav a:not(.nav-cta) { transition: color .2s; }
.main-nav a:not(.nav-cta):hover { color: var(--leaf); }
.nav-cta { background: var(--ink); color: var(--white); padding: 12px 16px; border-radius: 999px; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--leaf); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 23px; color: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 90px 0 105px; background: radial-gradient(circle at 80% -10%, #e5f4e8 0, transparent 38%), linear-gradient(130deg, #fcfdfb 0%, #f0f6ef 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(46,105,73,.08); border-radius: 50%; right: -200px; top: -250px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 68px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 8px; color: var(--leaf); font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: .15em; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(232,136,80,.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin: 23px 0 23px; font-size: clamp(43px, 5.4vw, 72px); line-height: .99; letter-spacing: -.075em; font-weight: 730; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 565px; color: #65746a; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; padding: 15px 22px; font-size: 13px; font-weight: 720; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(31,80,50,.13); }
.button-primary { color: var(--white); background: var(--leaf); }
.button-primary:hover { background: var(--leaf-dark); }
.button-outline { color: var(--leaf-dark); border: 1px solid #b9d1bf; background: transparent; }
.button-outline:hover { background: var(--mint); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--leaf); font-size: 13px; font-weight: 730; }
.text-link:hover { color: var(--orange-dark); }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 52px; color: #7f8e83; font-size: 10px; letter-spacing: .03em; }
.hero-proof strong { color: var(--ink); font-size: 12px; }
.proof-divider { display: block; width: 3px; height: 3px; background: var(--orange); border-radius: 50%; }

.hero-visual { position: relative; min-height: 450px; display: flex; align-items: center; justify-content: center; }
.hero-visual-glow { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: rgba(222,241,225,.9); filter: blur(2px); }
.dashboard-card { position: relative; width: 100%; max-width: 500px; padding: 24px; border: 1px solid rgba(218,230,220,.9); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.dash-topline { display: flex; align-items: center; justify-content: space-between; color: var(--leaf); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #61b77d; box-shadow: 0 0 0 4px rgba(97,183,125,.15); vertical-align: middle; }
.mini-label { margin-left: 6px; padding: 3px 5px; color: #a26746; background: #fff3e7; border-radius: 4px; font-size: 8px; }
.dash-date { color: #a0afa4; font-size: 8px; letter-spacing: .04em; }
.dash-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: 34px; }
.dash-kicker, .report-label { color: #93a196; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.dash-heading h3 { margin: 8px 0 0; font-size: 20px; line-height: 1.15; letter-spacing: -.04em; }
.dash-change { color: var(--orange-dark); font-size: 28px; font-weight: 750; letter-spacing: -.06em; text-align: right; }
.dash-change small { display: block; color: #9aaca0; font-size: 9px; font-weight: 500; letter-spacing: 0; }
.mini-chart { display: flex; height: 145px; margin: 25px 0 20px; border-top: 1px solid #edf1ed; border-bottom: 1px solid #edf1ed; }
.chart-y { display: flex; flex-direction: column; justify-content: space-between; padding: 12px 11px 26px 0; color: #a4b0a8; font-size: 8px; }
.chart-area { position: relative; flex: 1; background: repeating-linear-gradient(to bottom, transparent 0, transparent 46px, #f0f4f0 47px, transparent 48px); }
.chart-bars { position: absolute; inset: 16px 30px 28px 26px; display: flex; align-items: end; justify-content: space-around; }
.chart-bars span { display: block; width: 27px; border-radius: 6px 6px 2px 2px; background: linear-gradient(to top, #bcdcc3, #6fae7d); }
.chart-bars span:nth-child(2) { background: linear-gradient(to top, #d2e5d6, #90bf99); }
.chart-bars span:nth-child(3) { background: linear-gradient(to top, #f1c9ae, #e98954); }
.chart-line { position: absolute; z-index: 2; inset: 23px 40px 50px 36px; display: flex; align-items: end; justify-content: space-around; }
.chart-line i { display: block; width: 8px; height: 8px; border: 2px solid var(--white); border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 1px var(--leaf); }
.chart-line i:nth-child(2) { transform: translateY(-4px); }
.chart-line i:nth-child(3) { background: var(--orange); box-shadow: 0 0 0 1px var(--orange); transform: translateY(-35px); }
.chart-x { position: absolute; left: 26px; right: 24px; bottom: 10px; display: flex; justify-content: space-around; color: #8f9e93; font-size: 8px; }
.dash-footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 3px; }
.dash-stat { padding-right: 10px; border-right: 1px solid #e8eee8; }
.dash-stat:last-child { border-right: 0; }
.dash-stat span, .dash-stat small { display: block; color: #9aa99e; font-size: 9px; }
.dash-stat strong { display: block; margin: 3px 0 2px; font-size: 16px; letter-spacing: -.04em; }
.dash-stat .stock-ok { color: #4a9a62; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(225,234,226,.95); border-radius: 12px; background: rgba(255,255,255,.95); box-shadow: 0 12px 25px rgba(31,73,48,.13); }
.floating-note-top { right: -33px; top: 77px; }
.floating-note-bottom { left: -27px; bottom: 55px; }
.note-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #bc6234; background: #fff0e6; font-weight: 800; }
.note-icon-green { color: #3f9360; background: #e8f5e9; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: 11px; }
.floating-note small { margin-top: 2px; color: #94a397; font-size: 8px; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-items { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 72px; }
.trust-label { color: #99a69d; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; color: #75847a; font-size: 11px; font-weight: 620; }
.trust-icon { color: var(--orange); font-size: 16px; }

.section-intro { max-width: 620px; }
.section-intro h2, .report-copy h2, .audience-copy h2, .contact-copy h2 { margin: 22px 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.065em; font-weight: 720; }
.section-intro p, .report-copy > p, .audience-copy > p, .contact-copy > p { max-width: 550px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 64px; }
.step-card { position: relative; min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.step-number { position: absolute; top: 27px; right: 27px; color: #b5c0b6; font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.step-icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 33px; border-radius: 14px; color: var(--leaf); background: var(--mint); font-size: 23px; }
.step-card:nth-child(2) .step-icon { color: var(--orange-dark); background: #fff0e6; }
.step-card:nth-child(3) .step-icon { color: #5b75a2; background: #edf2fa; }
.step-card h3 { margin-bottom: 11px; font-size: 20px; letter-spacing: -.04em; }
.step-card p { min-height: 72px; margin-bottom: 23px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.step-caption { color: #a1ada4; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.report-section { background: #183429; color: var(--white); overflow: hidden; }
.report-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.report-copy .eyebrow { color: #a6d8b2; }
.report-copy h2 { max-width: 520px; }
.report-copy > p { color: #b4c7b9; }
.report-highlights { display: flex; flex-wrap: wrap; gap: 27px; margin: 37px 0 27px; }
.report-highlights div { padding-left: 15px; border-left: 1px solid rgba(167,216,180,.5); }
.report-highlights strong, .report-highlights span { display: block; }
.report-highlights strong { font-size: 25px; letter-spacing: -.05em; }
.report-highlights span { margin-top: 2px; color: #9db6a4; font-size: 9px; }
.small-note { display: flex; align-items: center; gap: 8px; color: #87a391 !important; font-size: 10px !important; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #76ce8e; box-shadow: 0 0 0 4px rgba(118,206,142,.12); }
.report-card { padding: 24px; border: 1px solid rgba(227,242,229,.72); border-radius: 18px; color: var(--ink); background: var(--white); box-shadow: 0 24px 60px rgba(7,29,18,.25); }
.report-card-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.report-card h3 { margin: 8px 0 0; font-size: 22px; letter-spacing: -.045em; }
.icon-button { width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 9px; color: var(--leaf); background: var(--cream); }
.report-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 25px 0 17px; padding: 9px 11px; border-radius: 8px; background: var(--cream); color: #87968b; font-size: 10px; }
.report-meta strong { color: #4c5f52; font-weight: 700; }
.confidence-badge { color: #45845b; font-weight: 720; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 510px; }
th { padding: 0 12px 12px; color: #a0aca3; font-size: 9px; text-align: left; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
td { padding: 15px 12px; border-top: 1px solid #edf1ed; color: #627167; font-size: 12px; }
td strong { color: var(--ink); font-size: 13px; }
.best-row td:first-child, .best-row td:nth-child(2) { color: var(--leaf); }
.high-row td:nth-child(2) strong { color: var(--orange-dark); }
.store-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #c8dccc; }
.store-gemini { background: #8fcca0; }
.store-drmax { background: var(--orange); }
.stock { display: inline-flex; align-items: center; gap: 5px; color: #5b9669; font-size: 10px; }
.stock i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #66b278; }
.position-badge { display: inline-flex; padding: 5px 7px; border-radius: 5px; color: #718177; background: #f2f5f2; font-size: 9px; font-weight: 750; }
.position-best { color: #3c8654; background: #e8f5ea; }
.position-high { color: #bc6537; background: #fff0e7; }
.report-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 18px; color: #97a49a; font-size: 9px; }
.report-card-footer strong { color: #65746a; }
.footer-link { color: var(--leaf); font-weight: 750; }

.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.audience-copy h2 { max-width: 510px; }
.audience-copy .text-link { margin-top: 15px; }
.audience-list { border-top: 1px solid var(--line); }
.audience-row { display: flex; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.audience-symbol { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; color: var(--leaf); background: var(--white); font-size: 19px; }
.audience-row strong, .audience-row small { display: block; }
.audience-row strong { font-size: 15px; letter-spacing: -.025em; }
.audience-row small { margin-top: 4px; color: #86938a; font-size: 11px; }
.audience-arrow { margin-left: auto; color: var(--orange); font-size: 17px; }
.audience-row-muted { opacity: .55; }
.audience-row-muted .audience-symbol { color: #8d9890; }

.offer-section { padding-bottom: 115px; }
.section-intro-center { margin: 0 auto; text-align: center; }
.section-intro-center .eyebrow { justify-content: center; }
.section-intro-center p { margin-right: auto; margin-left: auto; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.offer-card { position: relative; display: flex; flex-direction: column; min-height: 465px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.offer-card-featured { border-color: #9fc8a8; box-shadow: 0 20px 48px rgba(41,101,65,.12); }
.offer-ribbon { position: absolute; top: 0; left: 26px; padding: 7px 10px; border-radius: 0 0 7px 7px; color: #fff; background: var(--leaf); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.offer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; }
.offer-tag { color: #a3afa6; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.offer-icon { color: #bfcec1; font-size: 11px; font-weight: 750; }
.offer-card h3 { margin-bottom: 11px; font-size: 23px; letter-spacing: -.055em; }
.offer-desc { min-height: 54px; margin-bottom: 26px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.offer-price { padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-price strong, .offer-price span { display: block; }
.offer-price strong { font-size: 25px; letter-spacing: -.06em; }
.offer-price span { margin-top: 3px; color: #98a49c; font-size: 9px; }
.offer-card ul { display: grid; gap: 10px; padding: 0; margin: 22px 0 27px; list-style: none; color: #637268; font-size: 11px; }
.offer-card li::before { content: "✓"; margin-right: 8px; color: var(--leaf); font-weight: 800; }
.offer-card .button { margin-top: auto; }
.pricing-note { margin: 26px 0 0; color: #9da9a0; font-size: 10px; text-align: center; }
.pricing-note-strong { margin-top: 34px; color: var(--leaf); font-size: 12px; font-weight: 720; }

.contact-section { background: #e8f2e8; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.contact-copy h2 { max-width: 520px; }
.contact-promise { display: flex; align-items: start; gap: 12px; margin-top: 20px; }
.contact-promise > span { display: grid; place-items: center; flex: 0 0 23px; width: 23px; height: 23px; margin-top: 1px; border-radius: 50%; color: var(--leaf); background: #cfe7d2; font-size: 12px; font-weight: 800; }
.contact-promise strong, .contact-promise small { display: block; }
.contact-promise strong { font-size: 12px; }
.contact-promise small { margin-top: 3px; color: #829187; font-size: 10px; }
.lead-form { padding: 32px; border: 1px solid rgba(198,217,200,.9); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-header { margin-bottom: 24px; }
.form-step { color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.form-header h3 { margin: 8px 0 5px; font-size: 25px; letter-spacing: -.05em; }
.form-header p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.lead-form label { display: block; margin-bottom: 14px; color: #5f6e64; font-size: 10px; font-weight: 720; }
.lead-form input:not([type="checkbox"]), .lead-form textarea, .lead-form select { display: block; width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #dce6dd; border-radius: 9px; outline: 0; color: var(--ink); background: #fbfdfb; font-size: 12px; font-weight: 450; transition: border-color .2s, box-shadow .2s; }
.lead-form textarea { resize: vertical; min-height: 75px; }
.lead-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #73907b 50%), linear-gradient(135deg, #73907b 50%, transparent 50%); background-position: calc(100% - 15px) 50%, calc(100% - 11px) 50%; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; }
.lead-form input:not([type="checkbox"]):focus, .lead-form textarea:focus, .lead-form select:focus { border-color: #85b995; box-shadow: 0 0 0 3px rgba(121,183,137,.14); }
.checkbox-label { display: flex !important; align-items: start; gap: 9px; font-weight: 450 !important; line-height: 1.45; }
.checkbox-label input { flex: 0 0 auto; margin-top: 1px; accent-color: var(--leaf); }
.checkbox-label a { color: var(--leaf); text-decoration: underline; }
.form-status { min-height: 19px; margin: 12px 0 0; color: var(--leaf); font-size: 11px; font-weight: 650; }
.form-status.error { color: #b65736; }
.form-footnote { margin: 6px 0 0; color: #abb6ae; font-size: 9px; line-height: 1.45; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 21px 0; color: var(--ink); cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; letter-spacing: -.02em; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--orange); font-size: 20px; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 600px; margin: -5px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.site-footer { padding: 48px 0 42px; color: #aec0b2; background: #14291f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; align-items: end; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark span { background: #91c69a; }
.site-footer p { max-width: 235px; margin: 15px 0 0; color: #7e9886; font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: #9fb4a5; font-size: 11px; }
.footer-links a:hover { color: var(--white); }
.footer-meta { display: flex; flex-direction: column; align-items: end; gap: 4px; color: #718978; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-short { transition-delay: .07s; }

@media (max-width: 980px) {
  .hero-grid, .report-grid, .audience-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero { padding-top: 72px; }
  .hero-visual { max-width: 620px; }
  .report-grid { gap: 58px; }
  .audience-list { max-width: 650px; }
  .contact-grid { gap: 45px; }
  .faq-grid { gap: 40px; }
  .trust-items { flex-wrap: wrap; padding: 20px 0; }
  .trust-label { width: 100%; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 560px); }
  .section { padding: 80px 0; }
  .main-nav { position: absolute; display: none; top: 70px; right: 16px; left: 16px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px; }
  .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  h1 { font-size: clamp(42px, 13vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 37px; }
  .hero-visual { min-height: 430px; margin-top: 8px; }
  .dashboard-card { padding: 17px; }
  .floating-note-top { right: -4px; top: 47px; transform: scale(.86); transform-origin: right top; }
  .floating-note-bottom { left: -4px; bottom: 32px; transform: scale(.86); transform-origin: left bottom; }
  .dash-date { display: none; }
  .steps-grid, .offer-grid { grid-template-columns: 1fr; gap: 14px; }
  .step-card { min-height: auto; }
  .step-card p { min-height: auto; }
  .report-card { padding: 16px; }
  .report-meta { align-items: start; flex-direction: column; }
  .report-card-footer { align-items: start; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-meta { align-items: start; }
}

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

.seo-section { background: #122f3a; color: #f5faf5; }
.seo-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 92px; align-items: start; }
.seo-section .eyebrow { color: #a9d3ae; }
.seo-section .section-intro p { color: #bfd0c5; }
.seo-content { display: grid; gap: 12px; }
.seo-card { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 23px; border: 1px solid rgba(189, 221, 195, .18); border-radius: 15px; background: rgba(255, 255, 255, .06); }
.seo-card-number { color: #f2c49e; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.seo-card h3 { margin-bottom: 7px; color: #fff; font-size: 17px; letter-spacing: -.035em; }
.seo-card p { margin-bottom: 0; color: #bfd0c5; font-size: 12px; line-height: 1.6; }
.consent-banner { position: fixed; z-index: 60; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1120px; margin: 0 auto; padding: 17px 20px; border: 1px solid #cbdccc; border-radius: 15px; color: var(--ink); background: rgba(255, 255, 255, .97); box-shadow: 0 18px 48px rgba(20, 48, 34, .2); }
.consent-banner[hidden] { display: none; }
.consent-copy strong { display: block; margin-bottom: 3px; font-size: 12px; }
.consent-copy p { max-width: 650px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent-actions .button { padding: 12px 15px; font-size: 11px; }
.button-quiet { color: var(--leaf-dark); border: 1px solid #c8d9ca; background: #f3f8f3; }
.button-quiet:hover { background: #e7f3e7; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lead-form button:disabled { opacity: .65; cursor: wait; }

@media (max-width: 980px) {
  .seo-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  .consent-banner { align-items: stretch; flex-direction: column; gap: 14px; padding: 16px; }
  .consent-actions { flex-direction: column-reverse; }
  .consent-actions .button { width: 100%; }
}
