:root{color-scheme:light;--ink:#123f40;--coral:#d9362e;--paper:#fff9f3}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:18px/1.7 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header,main,footer{max-width:1080px;margin:auto;padding:24px}header{display:flex;align-items:center;justify-content:space-between;gap:24px}header img{width:min(310px,60vw);height:auto}a{color:var(--coral);text-underline-offset:4px}a:focus-visible{outline:3px solid #ff8a00;outline-offset:5px}.hero{padding:65px 0 35px;max-width:820px}h1{font-size:clamp(42px,7vw,80px);line-height:1.05;letter-spacing:-.05em;margin:20px 0 30px}h2{line-height:1.25;margin-top:36px}p{max-width:760px}.eyebrow{text-transform:uppercase;font-size:13px;letter-spacing:.16em;font-weight:800;color:var(--coral)}.badge{display:inline-block;background:#ffe6dc;border-radius:30px;padding:8px 16px;font-weight:700;font-size:15px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.card{background:white;border:1px solid #eddcd2;border-radius:28px;padding:24px}.card h2{margin-top:0;font-size:24px}.card p{font-size:16px}.legal{max-width:840px}.legal h1{font-size:clamp(36px,6vw,56px)}footer{border-top:1px solid #eddcd2;margin-top:45px;font-size:15px;display:flex;flex-wrap:wrap;gap:22px}li{margin-bottom:12px}@media(max-width:650px){.grid{grid-template-columns:1fr}.hero{padding-top:30px}header,main,footer{padding:20px}header>a:last-child{font-size:14px}}
