/* THE ANSWER PAGES SHARE ONE STYLESHEET (2026-09-02, Marc: "Seems like the
   issue is hand maintained items. Identity and replace them").

   Nine SEO answer pages — the diploma-exam, upgrading, admission-average and
   tutoring-cost family — each carried a byte-identical copy of this block.
   Identical today, which is the only reason this merge is safe to do
   mechanically; the blog's copies were identical once too, and by the time
   anyone looked they had split into two variants that each had a rule the
   other was missing.

   Verified before and after against the computed styles of body, h1, .eyebrow
   and .wrap on all nine pages: no change. */

:root{--ink:#1D3E36;--ink2:#16302A;--mid:#40766A;--mid2:#264C42;--sage:#A9CBC1;
--mint:#3FE0CB;--cream:#F6FBF9;--cream2:#F3F9F7;--amber:#E8A94A;--line:#DCEDE8}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--ink2);
font-family:'Inter',system-ui,sans-serif;line-height:1.6;font-size:17px}
/* ONE WIDTH ACROSS THE SITE (2026-08-27, Marc): 1400px containers, line
   length capped separately on the text elements below. */
.wrap{max-width:1400px;margin:0 auto;padding:56px 22px 96px}
.eyebrow{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.12em;
text-transform:uppercase;color:var(--mid);margin-bottom:14px}
h1{max-width:26ch;font-family:'Newsreader',Georgia,serif;font-weight:600;font-size:40px;line-height:1.15;
letter-spacing:-.01em;color:var(--ink);margin:0 0 16px}
.lede{font-size:19px;color:var(--mid2);margin-bottom:44px;max-width:62ch}
h2{font-family:'Newsreader',Georgia,serif;font-weight:600;font-size:25px;color:var(--ink);
margin:52px 0 6px;padding-top:22px;border-top:1px solid var(--line)}
h3{font-size:18px;font-weight:600;color:var(--ink);margin:30px 0 8px}
p{margin:0 0 14px;max-width:66ch}
a{color:var(--mid);text-decoration:underline;text-underline-offset:3px}
a:hover{color:var(--ink)}
.cta{background:var(--ink);color:#fff;border-radius:10px;padding:28px 30px;margin:56px 0 0}
.cta h2{border:0;padding:0;margin:0 0 8px;color:#fff;font-size:23px}
.cta p{color:var(--sage);margin-bottom:18px}
.btn{display:inline-block;background:var(--mint);color:var(--ink2);font-weight:600;
padding:12px 22px;border-radius:8px;text-decoration:none;font-size:16px}
.rel{margin-top:56px;padding-top:22px;border-top:1px solid var(--line)}
.rel ul{list-style:none;padding:0;margin:0}
.rel li{margin-bottom:9px}
.src{max-width:900px;margin-top:44px;padding:18px 20px;background:var(--cream2);border-left:3px solid var(--sage);
font-size:14.5px;color:var(--mid2)}
.src p{margin:0}
.back{font-size:14px;color:var(--mid);text-decoration:none;display:inline-block;margin-bottom:26px}
@media(max-width:600px){h1{font-size:31px}.wrap{padding:36px 18px 70px}body{font-size:16px}}
/* The footer partial is set for the site's dark pages; on this cream page its
   sage links wash out. Give its container the dark ground it expects. */
#site-footer{background:var(--ink2);margin-top:64px}
