:root{--ink:#121416;--muted:#5f646b;--line:#e4ddd4;--cream:#f7f2ea;--paper:#fff;--orange:#ee7326;--orange2:#c9510f;--soft:#fff0e4;--green:#1f7a4d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.62}a{color:inherit}.wrap{width:min(1080px,calc(100% - 40px));margin:0 auto}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850}.brand img{width:34px;height:34px;border-radius:9px}.links,.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:14px;color:var(--muted);font-weight:750}.links a,.footer a{text-decoration:none}.links a:hover,.footer a:hover,.card a:hover,.source a:hover{color:var(--orange2)}.cta{background:var(--ink);color:#fff;border-radius:999px;padding:10px 16px;text-decoration:none;font-weight:850}.hero{padding:64px 0 46px;max-width:900px}.kicker{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--orange2);font-weight:900}h1{font-size:clamp(43px,7vw,78px);line-height:.98;letter-spacing:-.05em;margin:15px 0 21px}h2{font-size:clamp(29px,4vw,45px);line-height:1.07;letter-spacing:-.037em;margin:0 0 16px}h3{font-size:20px;line-height:1.24;margin:0 0 8px}.lede{font-size:clamp(18px,2.2vw,22px);color:var(--muted);max-width:69ch}.reviewed{font-size:13px;color:var(--muted);margin-top:20px}.answer{background:var(--ink);color:#fff;border-radius:24px;padding:29px;margin:4px 0 52px;font-size:18px}.answer strong{color:#fdba74}.section{padding:49px 0;border-top:1px solid var(--line)}.section>p{max-width:75ch}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.card p,.muted{color:var(--muted)}.card p:last-child{margin-bottom:0}.card a{font-weight:850}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;counter-reset:item}.step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px}.step:before{counter-increment:item;content:counter(item);display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--soft);color:var(--orange2);font-weight:900;margin-bottom:14px}.step p{color:var(--muted);margin-bottom:0}.callout{background:var(--soft);border:1px solid #fed7aa;border-radius:22px;padding:27px}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px 20px}.faq summary{font-weight:850;cursor:pointer}.faq p{color:var(--muted);margin:11px 0 0}.source{padding:17px 0;border-bottom:1px solid var(--line)}.source:last-child{border-bottom:0}.source a{font-weight:850}.source p{color:var(--muted);margin:5px 0 0}.final{background:linear-gradient(145deg,var(--orange),var(--orange2));color:#fff;border-radius:26px;padding:34px}.final p{color:#fff0e5;max-width:66ch}.button{display:inline-flex;background:#fff;color:var(--ink);border-radius:13px;padding:13px 17px;margin:7px 8px 0 0;text-decoration:none;font-weight:850}.footer{padding:38px 0;color:var(--muted);font-size:14px}.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media(max-width:850px){.links{display:none}.grid.three,.steps{grid-template-columns:1fr 1fr}.hero{padding-top:38px}}@media(max-width:580px){.wrap{width:min(100% - 30px,1080px)}h1{font-size:47px}.grid,.grid.three,.steps{grid-template-columns:1fr}.answer,.final{padding:24px}.section{padding:40px 0}.button{width:100%;justify-content:center;margin-left:0}}
