:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#183328;background:#f7f5ed;font-synthesis:none;--green:#2f6b50;--dark:#183328;--sun:#f5c75d;--line:#d8ded6;--muted:#587064;--paper:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;line-height:1.7}a{color:var(--green)}header{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:auto;padding:20px 24px}.brand{font-size:1.35rem;font-weight:850;letter-spacing:-.04em;text-decoration:none;color:var(--dark)}.brand em{color:var(--green);font-style:normal}header nav{display:flex;gap:20px;align-items:center}header nav a{text-decoration:none;font-weight:700}.button{display:inline-block;border:0;border-radius:8px;background:var(--sun);color:var(--dark);padding:13px 20px;text-decoration:none;font-weight:850;line-height:1.35}.button.compact{padding:10px 15px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.76rem;font-weight:850;color:var(--green);margin:0 0 10px}.breadcrumbs{max-width:820px;margin:0 auto;padding:24px 24px 0;display:flex;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:.88rem}.guide{max-width:820px;margin:auto;padding:32px 24px 74px}.article-hero{display:block;padding:18px 0 36px}.article-hero h1,.hub-hero h1{font-size:clamp(2.5rem,6vw,4.8rem);line-height:1.03;letter-spacing:-.055em;margin:0 0 22px}.lede{font-size:1.2rem;line-height:1.55;color:#3e5a4d;max-width:700px}.byline{color:var(--muted);font-size:.9rem}.quick-answer{background:#e7efdf;border-left:5px solid var(--green);padding:24px 26px;border-radius:10px;margin:0 0 44px}.quick-answer p:last-child{font-size:1.08rem;margin:0}.guide section{margin:46px 0}.guide h2,.related h2,.quote-cta h2,.guide-group h2{font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.14;letter-spacing:-.035em;margin:0 0 18px}.guide p{max-width:72ch}.checklist{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;counter-reset:item}.checklist li{counter-increment:item;background:var(--paper);border:1px solid var(--line);border-radius:9px;padding:14px 15px}.checklist li:before{content:counter(item);display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--green);color:#fff;font-size:.78rem;font-weight:800;margin-right:10px}.tool-callout{display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--dark);color:#fff;border-radius:14px;padding:28px!important}.tool-callout h2{font-size:1.55rem;margin:0 0 8px}.tool-callout p{margin:0}.tool-callout .eyebrow{color:#e7c86d}.tool-callout .button{flex:none}.faq details{border-top:1px solid var(--line);padding:17px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:800}.faq details p{color:var(--muted);margin-bottom:0}.sources{font-size:.94rem}.sources ul{padding-left:20px}.editorial-note{color:var(--muted);padding-top:14px;border-top:1px solid var(--line)}.related{background:#e7efdf;padding:58px 24px}.related>div,.quote-cta>div{max-width:960px;margin:auto}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.related-card{background:var(--paper);border:1px solid #c9d6c4;border-radius:11px;padding:20px;text-decoration:none;color:var(--dark)}.related-card span,.guide-card span{display:block;color:var(--green);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:800;margin-bottom:7px}.related-card strong{display:block;line-height:1.3}.quote-cta{background:var(--green);color:#fff;text-align:center;padding:58px 24px}.quote-cta .eyebrow{color:#f5d77e}.quote-cta p{max-width:650px;margin:0 auto 22px}.hub-hero{background:var(--dark);color:#fff;padding:86px 24px}.hub-hero>div{max-width:900px;margin:auto}.hub-hero .eyebrow{color:#e7c86d}.hub-hero h1{max-width:760px}.hub-hero .lede{color:#dce8df}.hero-actions{display:flex;gap:20px;align-items:center;margin-top:28px}.hero-actions>a:not(.button){color:#fff;font-weight:750}.hub-content{max-width:1120px;margin:auto;padding:66px 24px}.guide-group{margin-bottom:70px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:22px}.section-heading h2,.section-heading p{margin-bottom:0}.section-heading p{color:var(--muted)}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.guide-card{display:block;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:23px;text-decoration:none;color:var(--dark);transition:transform .15s,border-color .15s}.guide-card:hover{transform:translateY(-2px);border-color:var(--green)}.guide-card h3{font-size:1.2rem;line-height:1.25;margin:0 0 10px}.guide-card p{color:var(--muted);font-size:.92rem;line-height:1.55}.guide-card strong{color:var(--green);font-size:.9rem}footer{text-align:center;padding:38px 24px;color:var(--muted)}footer .brand{display:inline-block}footer p{margin:7px 0}@media(max-width:780px){header nav a:not(.button){display:none}.related-grid,.guide-grid{grid-template-columns:1fr 1fr}.tool-callout{align-items:flex-start;flex-direction:column}.section-heading{display:block}}@media(max-width:540px){header{padding:16px}.guide,.breadcrumbs{padding-left:18px;padding-right:18px}.article-hero h1,.hub-hero h1{font-size:2.5rem}.checklist,.related-grid,.guide-grid{grid-template-columns:1fr}.hub-hero{padding:62px 20px}.hub-content{padding:48px 18px}.hero-actions{align-items:flex-start;flex-direction:column}.tool-callout{margin-left:-4px!important;margin-right:-4px!important;padding:22px!important}}
