:root {
  color-scheme: dark;
  --bg: #0b0c0f;
  --surface: #111318;
  --surface-2: #171a20;
  --surface-3: #20242c;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.2);
  --text: #f4f3ef;
  --muted: #a8a9ad;
  --muted-2: #777b84;
  --accent: #ff3b24;
  --accent-2: #ff6b52;
  --accent-dark: #d52b17;
  --green: #64d989;
  --yellow: #efc861;
  --sidebar: 286px;
  --max: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 15px/1.65 Inter, ui-sans-serif, system-ui, sans-serif; }
a { color: inherit; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--accent); color: #fff; }

.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 9px 14px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.site-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 50; width: var(--sidebar); border-right: 1px solid var(--line); background: rgba(11, 12, 15, 0.97); padding: 28px 22px; display: flex; flex-direction: column; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: #f3f2ed; overflow: hidden; }
.brand-mark img { width: 35px; }
.brand strong, .brand small { display: block; }
.brand strong { letter-spacing: -0.02em; }
.brand small { color: var(--muted); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

.search { position: relative; display: block; margin: 34px 0 26px; }
.search > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.search input { width: 100%; height: 42px; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--text); padding: 0 40px 0 12px; outline: none; }
.search input:focus { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.search kbd { position: absolute; right: 9px; bottom: 9px; min-width: 22px; height: 23px; border: 1px solid var(--line); background: var(--surface-2); color: var(--muted); display: grid; place-items: center; font-size: 11px; }

.nav-list { display: grid; overflow: auto; }
.nav-list a { position: relative; padding: 8px 10px 8px 18px; color: var(--muted); text-decoration: none; font-size: 13px; border-left: 1px solid var(--line); transition: .18s ease; }
.nav-list a:hover, .nav-list a.active { color: var(--text); background: rgba(255,255,255,.035); }
.nav-list a.active::before { content: ""; position: absolute; width: 3px; inset: 0 auto 0 -2px; background: var(--accent); }
.sidebar-foot { margin-top: auto; display: flex; align-items: center; gap: 8px; color: var(--muted-2); font-size: 11px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(100,217,137,.65); }

.mobile-header { display: none; }
main { margin-left: var(--sidebar); overflow: hidden; }
.hero, .content-section, .cta-section, footer { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
.hero { min-height: 770px; padding: 54px 0 64px; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--line); padding-bottom: 13px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .65fr); gap: 72px; align-items: end; margin: 80px 0; }
.kicker { margin: 0 0 14px; color: var(--accent-2); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h2, h3, p, li, dd, td { overflow-wrap: break-word; }
h1 { max-width: 880px; margin-bottom: 28px; font-size: clamp(52px, 5.9vw, 90px); line-height: .96; letter-spacing: -.07em; font-weight: 650; }
h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1.04; letter-spacing: -.045em; }
h3 { font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.lead { max-width: 810px; color: #cac9c5; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 18px; text-decoration: none; font-weight: 700; font-size: 13px; transition: .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent-dark); color: #fff; }
.button-primary:hover { background: #bf2515; }
.button-secondary { border-color: var(--line-strong); background: var(--surface); }
.button-secondary:hover { border-color: #fff; }
.button-light { background: #fff; color: #111; }

.score-card { border-top: 2px solid var(--accent); background: var(--surface); padding: 28px; }
.score-ring { display: flex; align-items: baseline; gap: 4px; margin-bottom: 38px; }
.score-ring strong { font-size: 72px; line-height: 1; letter-spacing: -.08em; }
.score-ring span { color: var(--muted); }
.score-card h2 { margin: 16px 0 10px; font-size: 27px; }
.score-card p { color: var(--muted); margin-bottom: 0; }
.tag { display: inline-flex; align-items: center; min-height: 24px; padding: 0 8px; border: 1px solid; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.tag-green { color: var(--green); border-color: rgba(100,217,137,.35); background: rgba(100,217,137,.07); }
.tag-yellow { color: var(--yellow); border-color: rgba(239,200,97,.35); background: rgba(239,200,97,.07); }
.tag-gray { color: var(--muted); border-color: var(--line); background: rgba(255,255,255,.03); }

.metric-strip { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; border-block: 1px solid var(--line); }
.metric-strip div { padding: 19px 18px; border-right: 1px solid var(--line); }
.metric-strip div:last-child { border-right: 0; }
.metric-strip dt { font-size: 24px; font-weight: 750; letter-spacing: -.04em; }
.metric-strip dd { margin: 2px 0 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

.content-section { padding: 118px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 84px 1fr; gap: 24px; align-items: start; margin-bottom: 64px; }
.section-heading h2 { max-width: 900px; margin-bottom: 0; }
.section-index { display: block; padding-top: 5px; color: var(--accent); font-family: ui-monospace, monospace; }
.section-lead { max-width: 860px; margin: -28px 0 48px 108px; color: var(--muted); font-size: 18px; }
.prose-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; margin-left: 108px; }
.prose-large { font-size: 20px; line-height: 1.65; color: #d2d1cc; }
.callout { border-top: 2px solid var(--accent); padding: 22px 0; }
.callout-label { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.check-list { list-style: none; margin: 18px 0 0; padding: 0; }
.check-list li { position: relative; padding: 7px 0 7px 24px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-2); font-weight: 800; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.value-grid article { background: var(--surface); padding: 30px; }
.value-grid article > span { color: var(--accent); font: 12px ui-monospace, monospace; }
.value-grid h3 { margin: 35px 0 10px; }
.value-grid p { color: var(--muted); margin-bottom: 0; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.capability-card { position: relative; min-height: 370px; border: 1px solid var(--line); background: var(--surface); padding: 26px; }
.capability-card .tag { position: absolute; right: 22px; top: 22px; }
.icon-label { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--accent-2); font: 700 11px ui-monospace, monospace; }
.capability-card h3 { margin: 42px 0 18px; }
.capability-card ul { margin: 0; padding-left: 17px; color: var(--muted); }
.capability-card li { margin: 6px 0; }
.truth-note, .license-note { margin-top: 22px; padding: 18px 20px; border-left: 3px solid var(--accent); background: rgba(255,59,36,.055); color: #cecdc9; }

.erp-answer { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-bottom: 34px; }
.erp-answer > div { background: var(--surface); padding: 32px; }
.erp-answer strong { display: block; margin-bottom: 10px; font-size: 23px; }
.erp-answer p { color: var(--muted); margin: 0; }
.comparison-table { overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; background: var(--surface-2); }
td { background: var(--surface); }
tbody tr:last-child td { border-bottom: 0; }
.section-summary { margin: 24px 0 0; font-size: 18px; }

.process-line { margin: 0 0 0 108px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-line li { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-line li > span { color: var(--accent); font: 13px ui-monospace, monospace; }
.process-line h3 { margin-bottom: 6px; }
.process-line p { max-width: 800px; margin: 0; color: var(--muted); }

.architecture-map { padding: 40px; background: #08090b; border: 1px solid var(--line); text-align: center; }
.architecture-entry { display: inline-block; padding: 10px 20px; border: 1px solid var(--line-strong); }
.architecture-arrow { padding: 16px; color: var(--muted); font: 12px ui-monospace, monospace; }
.architecture-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.architecture-row span { padding: 20px 10px; background: var(--surface-2); border-top: 2px solid var(--accent); }
.architecture-row-bottom span { border-color: #727681; }
.stack-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 14px; }
.stack-grid article { border: 1px solid var(--line); background: var(--surface); padding: 28px; }
.stack-grid dl { margin: 0; }
.stack-grid dl div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.stack-grid dl div:last-child { border: 0; }
.stack-grid dt { color: var(--muted); }
.stack-grid dd { margin: 0; }

.audit-intro { display: grid; grid-template-columns: 270px 1fr; gap: 54px; align-items: center; border-block: 1px solid var(--line); padding: 30px 0; }
.audit-intro div strong, .audit-intro div span { display: block; }
.audit-intro div strong { color: var(--accent-2); font-size: 54px; line-height: 1; letter-spacing: -.06em; }
.audit-intro div span { margin-top: 7px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.audit-intro p { margin: 0; color: #cecdc9; font-size: 17px; }
.score-table { margin: 44px 0; }
.score-table > div { display: grid; grid-template-columns: 220px 1fr 42px; gap: 18px; align-items: center; padding: 9px 0; }
.score-table > div > span { color: var(--muted); }
.score-table i { height: 5px; background: var(--surface-3); }
.score-table b { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.score-table .score-88 { width: 88%; }
.score-table .score-87 { width: 87%; }
.score-table .score-86 { width: 86%; }
.score-table .score-84 { width: 84%; }
.score-table .score-83 { width: 83%; }
.score-table .score-82 { width: 82%; }
.score-table .score-77 { width: 77%; }
.score-table .score-75 { width: 75%; }
.score-table .score-68 { width: 68%; }
.score-table .score-55 { width: 55%; }
.score-table .score-30 { width: 30%; }
.score-table strong { text-align: right; }
.audit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.audit-columns article { border: 1px solid var(--line); background: var(--surface); padding: 28px; }
.audit-columns h3 { margin: 24px 0 18px; }
.audit-columns ul { margin: 0; padding-left: 18px; color: var(--muted); }
.audit-columns li { margin: 7px 0; }
.audit-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 14px; border: 1px solid var(--line); background: var(--line); }
.audit-facts article { background: var(--surface); padding: 22px; }
.audit-facts strong, .audit-facts span { display: block; }
.audit-facts strong { font-size: 28px; letter-spacing: -.04em; }
.audit-facts span { color: var(--muted); font-size: 12px; }
.fine-print { color: var(--muted-2); font-size: 12px; }
.audit-facts + .fine-print { margin-top: 18px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--surface); padding: 30px; }
.price-card.featured { border-color: var(--accent); background: linear-gradient(180deg, rgba(255,59,36,.08), var(--surface) 28%); }
.recommended { position: absolute; top: 0; right: 0; padding: 7px 10px; background: var(--accent-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.plan-name { color: var(--accent-2); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; font-weight: 800; }
.price-card > p { min-height: 52px; margin: 14px 0 26px; color: var(--muted); }
.price strong, .price span, .monthly strong, .monthly span { display: block; }
.price strong { font-size: 37px; line-height: 1.05; letter-spacing: -.055em; }
.price span, .monthly span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.monthly { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.monthly strong { font-size: 25px; }
.price-card .check-list { flex: 1; margin: 28px 0; color: #d2d1cd; }
.commercial-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 30px; color: var(--muted); font-size: 13px; }

.benchmark-card { display: grid; grid-template-columns: 1fr 50px 1fr 1fr; align-items: stretch; border: 1px solid var(--line); background: var(--surface); }
.benchmark-card > div { padding: 30px; border-right: 1px solid var(--line); }
.benchmark-card > div:last-child { border: 0; }
.benchmark-card span, .benchmark-card strong, .benchmark-card small { display: block; }
.benchmark-card > div > span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.benchmark-card > div > strong { margin: 14px 0 8px; font-size: 28px; letter-spacing: -.04em; }
.benchmark-card small { color: var(--muted-2); }
.benchmark-card .benchmark-arrow { display: grid; place-items: center; padding: 0; font-size: 23px; color: var(--accent); }
.benchmark-card .benchmark-result { background: rgba(255,59,36,.07); }
.benchmark-result strong { color: var(--accent-2); }
.savings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 45px 0; }
.savings-grid article { border-top: 1px solid var(--line-strong); padding: 23px 0; }
.savings-grid p { color: var(--muted); margin: 0; }
.roi-calculator { display: grid; grid-template-columns: .75fr 1fr 1fr; gap: 34px; padding: 34px; border: 1px solid var(--line); background: var(--surface); }
.calculator-copy p { color: var(--muted); }
#roi-form { display: grid; gap: 12px; min-width: 0; margin: 0; padding: 0; border: 0; }
#roi-form label { color: var(--muted); font-size: 12px; }
#roi-form input { width: 100%; height: 42px; margin-top: 6px; border: 1px solid var(--line); background: #0c0d10; color: var(--text); padding: 0 10px; }
#roi-form input:focus { outline: 1px solid var(--accent); border-color: var(--accent); }
.roi-results { margin: 0; }
.roi-results div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.roi-results dt { color: var(--muted); }
.roi-results dd { margin: 0; font-weight: 800; }
.roi-results .roi-highlight { margin-top: 12px; padding: 15px; border: 1px solid rgba(255,59,36,.4); background: rgba(255,59,36,.07); display: block; }
.roi-highlight dt, .roi-highlight dd { display: block; }
.roi-highlight dd { color: var(--accent-2); font-size: 25px; }

.valuation-hero { display: grid; grid-template-columns: 1fr 300px; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.valuation-hero > * { background: var(--surface); padding: 36px; }
.valuation-hero span, .valuation-hero strong { display: block; }
.valuation-hero span { color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.valuation-hero strong { margin: 14px 0; font-size: clamp(40px, 5vw, 67px); letter-spacing: -.065em; line-height: 1; }
.valuation-hero p { max-width: 780px; color: var(--muted); margin: 0; }
.valuation-hero aside { display: flex; flex-direction: column; justify-content: center; background: rgba(255,59,36,.07); }
.valuation-hero aside strong { color: var(--accent-2); font-size: 36px; }
.valuation-hero small { color: var(--muted); }
.valuation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.valuation-grid article { min-height: 240px; padding: 24px; border: 1px solid var(--line); background: var(--surface); }
.valuation-grid .valuation-main { border-top: 2px solid var(--accent); }
.valuation-grid span, .valuation-grid strong { display: block; }
.valuation-grid span { color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: .08em; }
.valuation-grid strong { margin: 34px 0 12px; font-size: 29px; letter-spacing: -.04em; }
.valuation-grid p { color: var(--muted); margin: 0; }
.methodology { margin-top: 60px; }
.methodology > p { max-width: 920px; margin: 24px 0 0; color: var(--muted); }
.table-total td { font-weight: 800; background: var(--surface-2); }

.source-list { border-top: 1px solid var(--line); }
.source-list a { display: grid; grid-template-columns: 1fr 1.6fr 30px; gap: 30px; padding: 19px 10px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s ease; }
.source-list a::after { content: "↗"; color: var(--accent); text-align: right; }
.source-list a:hover { background: rgba(255,255,255,.035); }
.source-list span { color: var(--muted); }
.source-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 28px; color: var(--muted-2); font-size: 12px; }

.cta-section { margin-top: 70px; padding: 70px; background: var(--accent-dark); color: white; }
.cta-section .kicker { color: white; opacity: 1; }
.cta-section h2 { max-width: 850px; }
.cta-section p { max-width: 750px; font-size: 18px; }
.cta-section .button { margin-top: 15px; }
footer { display: flex; justify-content: space-between; gap: 30px; padding: 42px 0 60px; color: var(--muted-2); font-size: 11px; }

.search-hidden { display: none !important; }
.search-empty { position: fixed; z-index: 100; left: calc(var(--sidebar) + 50%); bottom: 24px; transform: translateX(-50%); padding: 14px 18px; background: #fff; color: #111; box-shadow: 0 10px 30px rgba(0,0,0,.35); }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .score-card { display: grid; grid-template-columns: 150px 1fr; gap: 25px; }
  .score-ring { margin: 0; }
  .metric-strip { grid-template-columns: repeat(3, 1fr); }
  .metric-strip div:nth-child(3) { border-right: 0; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card > p { min-height: auto; }
  .benchmark-card { grid-template-columns: 1fr 40px 1fr; }
  .benchmark-result { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .savings-grid { grid-template-columns: repeat(2, 1fr); }
  .roi-calculator { grid-template-columns: 1fr 1fr; }
  .calculator-copy { grid-column: 1 / -1; }
  .valuation-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .sidebar { transform: translateX(-102%); width: min(88vw, 330px); transition: transform .2s ease; box-shadow: 20px 0 70px rgba(0,0,0,.4); }
  .sidebar.open { transform: none; }
  .mobile-header { position: fixed; z-index: 45; inset: 0 0 auto; height: 58px; padding: 0 18px; display: flex; align-items: center; gap: 15px; background: rgba(11,12,15,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-header a { text-decoration: none; font-weight: 750; }
  .mobile-header small { color: var(--muted); }
  .menu-button { width: 32px; height: 32px; display: grid; place-content: center; gap: 4px; border: 0; background: transparent; color: white; }
  .menu-button > span:not(.sr-only) { display: block; width: 19px; height: 1px; background: currentColor; }
  main { margin-left: 0; padding-top: 58px; }
  .hero, .content-section, .cta-section, footer { width: min(calc(100% - 36px), var(--max)); }
  .hero { min-height: auto; padding-top: 32px; }
  .hero-grid { margin: 55px 0; }
  .metric-strip { grid-template-columns: repeat(2, 1fr); }
  .metric-strip div, .metric-strip div:nth-child(3) { border-right: 1px solid var(--line); }
  .metric-strip div:nth-child(even) { border-right: 0; }
  .section-heading { grid-template-columns: 45px 1fr; gap: 12px; margin-bottom: 42px; }
  .section-lead { margin-left: 57px; }
  .prose-grid, .process-line { margin-left: 0; }
  .prose-grid { grid-template-columns: 1fr; gap: 25px; }
  .value-grid, .erp-answer, .audit-columns, .commercial-notes, .source-meta { grid-template-columns: 1fr; }
  .capability-grid, .stack-grid { grid-template-columns: 1fr; }
  .architecture-row { grid-template-columns: repeat(2, 1fr); }
  .audit-intro { grid-template-columns: 1fr; gap: 20px; }
  .score-table > div { grid-template-columns: 145px 1fr 35px; gap: 10px; font-size: 12px; }
  .audit-facts { grid-template-columns: repeat(2, 1fr); }
  .valuation-hero { grid-template-columns: 1fr; }
  .source-list a { grid-template-columns: 1fr 24px; gap: 8px; }
  .source-list a strong { grid-column: 1 / -1; grid-row: 2; }
  .source-list a::after { grid-column: 2; grid-row: 1; }
  .cta-section { padding: 45px 30px; }
  footer { display: grid; }
  .search-empty { left: 50%; width: calc(100% - 36px); text-align: center; }
}

@media (max-width: 560px) {
  h1 { font-size: 42px; }
  h2 { font-size: 35px; }
  .eyebrow { display: grid; gap: 5px; }
  .score-card { display: block; }
  .score-ring { margin-bottom: 24px; }
  .metric-strip { grid-template-columns: 1fr; }
  .metric-strip div, .metric-strip div:nth-child(3), .metric-strip div:nth-child(even) { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-strip div:last-child { border-bottom: 0; }
  .content-section { padding: 84px 0; }
  .section-lead { margin: -18px 0 34px; }
  .capability-card { min-height: auto; }
  .architecture-map { padding: 22px 12px; }
  .architecture-row { grid-template-columns: 1fr; }
  .process-line li { grid-template-columns: 42px 1fr; gap: 12px; }
  .audit-facts, .savings-grid, .valuation-grid, .roi-calculator { grid-template-columns: 1fr; }
  .roi-results { margin-top: 10px; }
  .benchmark-card { grid-template-columns: 1fr; }
  .benchmark-card .benchmark-arrow { padding: 10px; transform: rotate(90deg); }
  .benchmark-card > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .valuation-hero > * { padding: 25px; }
}

@media print {
  :root { color-scheme: light; --bg: #fff; --surface: #fff; --surface-2: #f4f4f4; --text: #111; --muted: #555; --line: #ccc; }
  .sidebar, .mobile-header, .hero-actions, .cta-section { display: none !important; }
  main { margin: 0; }
  .hero, .content-section, footer { width: 100%; }
  .hero { min-height: auto; }
  .content-section { break-inside: avoid; padding: 42px 0; }
  a { text-decoration: none; }
}

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