:root{--bg:#f5f6f1;--surface:#ffffff;--surface-muted:#eef2ed;--ink:#18201d;--muted:#5d6862;--line:#d8ded7;--accent:#2f6f5e;--accent-strong:#174e43;--accent-warm:#b85c38;--accent-gold:#c49a35;--shadow:0 18px 50px rgba(24,32,29,0.08);--radius:8px;--max-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65;letter-spacing:0}a{color:inherit;text-decoration:none}main{min-height:70vh}.site-footer,.site-header{width:min(var(--max-width),calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;font-weight:800}.brand-mark{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:var(--radius);background:var(--accent-strong);color:#ffffff;font-size:12px;flex:0 0 auto}.primary-nav,.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}.primary-nav a,.site-footer a{color:var(--muted);font-weight:650}.primary-nav a:hover,.site-footer a:hover{color:var(--accent-strong)}.home-page,.not-found-page,.standard-page{width:min(var(--max-width),calc(100% - 32px));margin:0 auto}.home-hero,.not-found-page,.page-hero{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.home-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:28px;gap:28px;align-items:stretch;padding:36px}.not-found-page,.page-hero{padding:34px 36px}.hero-copy h1,.not-found-page h1,.page-hero h1{max-width:840px;margin:0;font-size:44px;line-height:1.12}.hero-copy p,.not-found-page p,.page-hero p{max-width:680px;color:var(--muted)}.eyebrow{margin:0 0 10px;color:var(--accent-strong);font-size:13px;font-weight:800;text-transform:uppercase}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--accent-strong);color:#ffffff;padding:9px 15px;font-weight:750}.btn:nth-child(2){background:var(--accent-warm)}.hub-visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;min-height:270px;padding:16px;border-radius:var(--radius);background:var(--surface-muted);border:1px solid var(--line)}.hub-node{display:grid;place-items:center;min-height:92px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--accent-strong);font-weight:800}.hub-node-main{grid-column:span 2;background:var(--accent-strong);color:#ffffff}.faq-block,.home-section,.related-links,.section-blocks{margin-top:34px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.content-section h2,.faq-block h2,.home-section h2,.related-links h2,.right-rail h2,.section-heading h2{margin:0 0 10px;line-height:1.2}.content-section p,.home-section p,.inline-link span,.module-card span,.related-card span,.right-rail p,.section-heading p{color:var(--muted)}.card-grid,.inline-link-list,.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.content-section,.faq-item,.inline-link,.module-card,.related-card,.right-rail section{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.inline-link,.module-card,.related-card{display:flex;min-height:132px;flex-direction:column;gap:8px;padding:16px}.inline-link:hover,.module-card:hover,.related-card:hover{border-color:var(--accent)}.split-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);grid-gap:18px;gap:18px;align-items:start;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.key-facts{display:grid;grid-gap:10px;gap:10px;margin:0}.key-fact{display:grid;grid-template-columns:120px minmax(0,1fr);grid-gap:12px;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.key-fact:last-child{border-bottom:0}.key-fact dt{color:var(--muted);font-weight:700}.key-fact dd{margin:0;font-weight:700}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px;align-items:start;margin-top:24px}.article-body{min-width:0}.quick-answer{margin:0 0 24px;padding:18px 20px;border-left:5px solid var(--accent-gold);border-radius:var(--radius);background:var(--surface);font-weight:700}.content-section,.faq-item{padding:22px}.content-section+.content-section{margin-top:16px}.faq-list{display:grid;grid-gap:10px;gap:10px}.faq-item summary{cursor:pointer;font-weight:800}.faq-item p{margin-bottom:0;color:var(--muted)}.right-rail{position:-webkit-sticky;position:sticky;top:18px;display:grid;grid-gap:14px;gap:14px}.right-rail section{padding:16px}.rail-links{display:grid;grid-gap:8px;gap:8px}.rail-links a{color:var(--accent-strong);font-weight:700}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:34px 0 28px;color:var(--muted)}.site-footer p{max-width:620px;margin:0}@media (max-width:900px){.section-heading,.site-footer,.site-header{align-items:flex-start;flex-direction:column}.primary-nav,.site-footer nav{justify-content:flex-start}.content-layout,.home-hero,.split-section{grid-template-columns:1fr}.card-grid,.inline-link-list,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.right-rail{position:static}}@media (max-width:560px){.home-hero,.not-found-page,.page-hero{padding:24px}.hero-copy h1,.not-found-page h1,.page-hero h1{font-size:34px}.card-grid,.inline-link-list,.key-fact,.related-grid{grid-template-columns:1fr}.key-fact{gap:2px}.hub-visual{grid-template-columns:1fr}.hub-node-main{grid-column:span 1}}