:root{color-scheme:light;--ink:#183d40;--muted:#52706e;--paper:#fbfcf6;--line:#dbe5dd;--green:#225f4a}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.75 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--green);text-underline-offset:4px}a:focus-visible{outline:3px solid #cb8133;outline-offset:5px}header,main,footer{max-width:1040px;margin:auto;padding:26px 32px}header{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{font-size:19px;font-weight:800;text-decoration:none;letter-spacing:-.4px}.brand span{color:#b4672e}nav{display:flex;gap:24px;font-size:14px}h1,h2,h3{line-height:1.12;letter-spacing:-1px}h1{font-size:clamp(38px,7vw,74px);max-width:770px;margin:16px 0 25px}h2{font-size:28px;margin:45px 0 18px}h3{font-size:21px;margin:0 0 12px}p{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800;color:#946127}.hero{padding:62px 0 55px}.intro{font-size:21px;color:var(--muted);max-width:660px}.btn{display:inline-block;background:var(--green);color:white;border-radius:14px;padding:12px 21px;text-decoration:none;font-weight:650;margin:13px 10px 0 0}.secondary{background:#e8eee4;color:var(--green)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:26px;border:1px solid var(--line);border-radius:20px;background:white}.card p{font-size:15px;color:var(--muted);margin:0}.number{display:block;color:#ba7b39;font-weight:800;font-size:13px;margin-bottom:24px}.support{margin:42px 0 22px;padding:30px;background:#eaf1e6;border-radius:20px}.support h2{margin-top:0}.legal{max-width:820px}.legal h1{font-size:48px}.legal h2{font-size:25px;letter-spacing:-.5px}.legal li{margin-bottom:10px}.note{border-left:3px solid #c88c45;padding:12px 20px;background:#f4efe1}.small,footer{font-size:14px;color:var(--muted)}footer{border-top:1px solid var(--line);margin-top:35px;display:flex;justify-content:space-between;gap:20px}.email{overflow-wrap:anywhere}@media(max-width:650px){header,main,footer{padding:22px}header{align-items:flex-start}nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.hero{padding:35px 0}.cards{grid-template-columns:1fr}.number{margin-bottom:12px}.legal h1{font-size:39px}footer{display:block}.support{padding:24px}}
