:root { --ink:#17231e; --muted:#66736d; --line:#dbe3dd; --cream:#f7f5ef; --green:#214a39; --lime:#cfe85c; --orange:#ee8f55; }
* { box-sizing:border-box; }
body { margin:0; color:var(--ink); background:var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
a { color:inherit; }
.site-header { display:flex; justify-content:space-between; align-items:center; padding:24px clamp(22px,5vw,72px); border-bottom:1px solid var(--line); }
.brand { text-decoration:none; font-weight:900; letter-spacing:.12em; font-size:1.05rem; }
.brand small { display:block; margin-top:4px; color:var(--muted); font-size:.56rem; letter-spacing:.2em; }
.source-link { font-size:.78rem; font-weight:700; text-underline-offset:4px; }
main { max-width:1240px; margin:auto; padding:0 clamp(22px,5vw,72px) 40px; }
.hero { padding:clamp(64px,11vw,138px) 0 64px; max-width:780px; }
.eyebrow { color:var(--orange); text-transform:uppercase; letter-spacing:.18em; font-size:.7rem; font-weight:800; }
h1 { margin:18px 0; font-size:clamp(3rem,8vw,7rem); line-height:.9; letter-spacing:-.07em; font-weight:900; }
h1 em { color:var(--green); font-family:Georgia, serif; font-weight:400; letter-spacing:-.08em; }
.hero-copy { max-width:600px; color:var(--muted); font-size:1.05rem; line-height:1.6; }
.graph-strip { display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-top:30px; }
.graph-node { display:flex; flex-direction:column; gap:2px; background:white; border:1px solid var(--line); padding:12px 16px; text-decoration:none; }
.graph-node b { font-size:1rem; color:var(--green); }
.graph-node span { color:var(--muted); font-size:.6rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.graph-node:hover { border-color:var(--green); }
.graph-arrow { color:var(--orange); font-weight:800; }
.hero-meta { display:flex; gap:24px; margin-top:35px; color:var(--green); font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.hero-meta span + span:before { content:'•'; margin-right:24px; color:var(--orange); }
.assurances { display:grid; gap:10px; margin-top:26px; max-width:640px; }
.assurances span { display:flex; gap:10px; align-items:baseline; font-size:.83rem; color:var(--muted); line-height:1.5; }
.assurances b { color:var(--green); }
.assurances b:after { content:' — '; color:var(--line); }
.section-h { margin:56px 0 16px; font-size:.72rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--green); }
.section-h:before { content:''; display:block; width:34px; height:3px; background:var(--orange); margin-bottom:12px; }
.section-h h2, h2 { font-size:clamp(1.5rem,3.4vw,2.4rem); letter-spacing:-.04em; margin:12px 0 8px; line-height:1.05; font-weight:900; text-transform:none; letter-spacing:-.03em; color:var(--ink); }
.how { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:18px; padding:44px 0 8px; }
.how div { background:white; border:1px solid var(--line); padding:22px; }
.how b { display:block; color:var(--green); letter-spacing:.02em; margin-bottom:8px; font-size:.95rem; }
.how span { color:var(--muted); font-size:.83rem; line-height:1.55; }
.stat-row { display:flex; flex-wrap:wrap; gap:12px; margin:18px 0 10px; }
.stat { flex:1 1 240px; display:flex; flex-direction:column; gap:10px; background:white; border:1px solid var(--line); padding:18px 20px; }
.stat span { color:var(--orange); font-size:.65rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.stat b { color:var(--muted); font-weight:500; font-size:.85rem; line-height:1.55; }
.outcomes { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:18px; padding-top:12px; }
.card { display:flex; flex-direction:column; background:white; border:1px solid var(--line); padding:24px; transition:transform .2s, box-shadow .2s; }
.card:hover { transform:translateY(-3px); box-shadow:0 12px 28px #214a3914; }
.card-top { display:flex; justify-content:space-between; align-items:center; gap:8px; flex-wrap:wrap; }
.pill { color:var(--green); background:#edf4e9; border-radius:999px; padding:6px 10px; font-size:.62rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.badge { color:var(--muted); border:1px solid var(--line); border-radius:999px; padding:5px 9px; font-size:.58rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.card h2 { margin:22px 0 10px; font-size:1.35rem; line-height:1.05; letter-spacing:-.04em; }
.card .description { color:var(--muted); font-size:.83rem; line-height:1.55; margin:0 0 22px; }
.card-footer { display:flex; margin-top:auto; font-size:.75rem; font-weight:800; }
.card-footer a { color:var(--green); }
.fine { color:var(--muted); font-size:.75rem; line-height:1.6; }
.fine a { color:var(--green); font-weight:800; }
footer { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; padding:25px clamp(22px,5vw,72px); border-top:1px solid var(--line); color:var(--muted); font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; }
footer a { color:var(--green); font-weight:800; }
@media (max-width:650px) { footer { align-items:flex-start; flex-direction:column; } .hero-meta { flex-direction:column; gap:8px; } .hero-meta span + span:before { display:none; } }
