:root {
  --text: #152032;
  --muted: #626d7c;
  --white: #ffffff;
  --surface: #f5f7f8;
  --navy: #17263d;
  --accent: #18815b;
  --accent-soft: #ccefdc;
  --line: #d9dee4;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Aptos, Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
::selection { color: var(--text); background: var(--accent-soft); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--white); background: var(--navy); transform: translateY(-160%); }.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.logo { font-size: 20px; font-weight: 750; letter-spacing: -.03em; text-decoration: none; }.logo span { color: var(--accent); }
.main-nav { display: flex; gap: 32px; }.main-nav a { color: var(--muted); font-size: 14px; font-weight: 600; text-decoration: none; }.main-nav a:hover { color: var(--text); }
.menu-button { display: none; min-width: 52px; min-height: 44px; color: var(--text); background: var(--white); border: 1px solid var(--line); }

.hero { padding: 112px 0; background: var(--surface); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 96px; align-items: center; }
.overline { margin: 0 0 20px; color: var(--accent); font-size: 13px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6vw, 76px); font-weight: 650; line-height: 1; letter-spacing: -.06em; }
.lead { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; color: var(--white); background: var(--navy); border: 1px solid var(--navy); border-radius: 3px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s; }.button:hover { color: var(--navy); background: transparent; }
.text-link { font-weight: 700; text-underline-offset: 5px; }

.report-preview { padding: 32px; background: var(--white); border: 1px solid #cbd2db; box-shadow: 0 20px 50px rgba(23,38,61,.08); }
.report-preview > header { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 2px solid var(--navy); }.report-preview header strong { font-size: 16px; }.report-preview header strong span { color: var(--accent); }.report-preview header small { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.report-title { padding: 28px 0 22px; }.report-title small { color: var(--accent); font-size: 11px; font-weight: 700; text-transform: uppercase; }.report-title h2 { margin: 4px 0 0; font-size: 28px; letter-spacing: -.03em; }
.report-preview dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border: 1px solid var(--line); }.report-preview dl div { display: flex; flex-direction: column-reverse; padding: 16px; border-right: 1px solid var(--line); }.report-preview dl div:last-child { border: 0; }.report-preview dt { color: var(--muted); font-size: 11px; }.report-preview dd { margin: 0; font-size: 24px; font-weight: 700; }
.report-preview ol { padding: 0; margin: 24px 0 0; list-style: none; border-top: 1px solid var(--line); }.report-preview li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }.report-preview li span { color: var(--accent); font-size: 12px; font-weight: 700; }.report-preview li p { margin: 0; font-size: 14px; }

.section { padding: 112px 0; }
.section-heading { max-width: 760px; }.section-heading h2, .contact h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); font-weight: 600; line-height: 1.06; letter-spacing: -.05em; }.section-heading.compact h2 { font-size: clamp(36px, 4vw, 52px); }
.deliverables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 64px; }
.deliverables article { padding-top: 24px; border-top: 1px solid var(--navy); }.deliverables span { color: var(--accent); font-size: 13px; }.deliverables h3 { margin: 32px 0 8px; font-size: 21px; }.deliverables p { margin: 0; color: var(--muted); font-size: 15px; }

.section-navy { color: var(--white); background: var(--navy); }
.section-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; }
.steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.3); }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.2); }.steps span { color: #74d3a5; font-size: 12px; }.steps h3 { margin: 0 0 4px; font-size: 20px; }.steps p { margin: 0; color: #c3cad3; }

.priority-list { margin-top: 56px; border-top: 1px solid var(--navy); }
.priority-list article { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }.priority-list > article > span { font-size: 30px; font-weight: 650; }.priority-list h3 { margin: 0 0 4px; font-size: 22px; }.priority-list p { max-width: 720px; margin: 0; color: var(--muted); }
.scope-note { max-width: 800px; margin: 32px 0 0; color: var(--muted); font-size: 14px; }

.contact { padding: 96px 0; background: var(--surface); border-top: 1px solid var(--line); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }.contact-inner > div:last-child { padding-top: 36px; }.contact-inner p { max-width: 520px; margin: 0 0 28px; color: var(--muted); font-size: 18px; }
.site-footer { padding: 40px 0; border-top: 1px solid var(--line); }.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 48px; align-items: center; }.footer-inner div { display: flex; gap: 24px; }.footer-inner div a { color: var(--muted); font-size: 14px; text-decoration: none; }.footer-inner small { color: var(--muted); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero-grid, .section-grid, .contact-inner { grid-template-columns: 1fr; gap: 56px; }
  .deliverables { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr auto; }.footer-inner small { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .menu-button { display: block; }.main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 8px 16px 24px; background: var(--white); border-bottom: 1px solid var(--line); }.main-nav.open { display: grid; }.main-nav a { min-height: 48px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .hero, .section { padding: 80px 0; }.actions { align-items: flex-start; flex-direction: column; }.report-preview { padding: 20px; }.report-preview dl { grid-template-columns: 1fr; }.report-preview dl div { flex-direction: row; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line); }
  .deliverables { grid-template-columns: 1fr; }.contact { padding: 80px 0; }.footer-inner { grid-template-columns: 1fr; gap: 24px; }.footer-inner small { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
