:root{color-scheme:light;--ink:#17212c;--muted:#536272;--orange:#fa5a22;--cream:#fff8f2;--line:#e9e4df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}a{color:inherit}img{max-width:100%;height:auto}.wrap{width:min(1080px,calc(100% - 40px));margin:auto}.top{border-bottom:1px solid var(--line);background:#fff}.top .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}.brand{font-weight:800;text-decoration:none;letter-spacing:-.03em}.brand span{color:var(--orange)}nav{display:flex;flex-wrap:wrap;gap:22px}nav a{font-size:14px;text-decoration:none;color:var(--muted)}nav a:hover,.text-link:hover{color:var(--orange)}.hero{background:linear-gradient(145deg,#fff8f2,#fff 65%);padding:76px 0 62px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:48px}.eyebrow{margin:0 0 12px;color:#b54519;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}h1,h2,h3{line-height:1.13;letter-spacing:-.04em}h1{font-size:clamp(42px,6vw,68px);margin:0 0 20px}h2{font-size:clamp(30px,4vw,44px);margin:0 0 16px}h3{font-size:23px;margin:0 0 10px}p{margin:0 0 16px}.lead{font-size:20px;color:var(--muted);max-width:610px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.button{display:inline-block;padding:13px 20px;border-radius:12px;background:var(--ink);color:#fff;text-decoration:none;font-weight:700}.button.primary{background:var(--orange)}.button:hover{filter:brightness(.92)}.fine{font-size:13px;color:var(--muted)}.hero-image{border-radius:22px;box-shadow:0 24px 70px #19263720;max-height:520px;object-fit:cover;object-position:top}.section{padding:70px 0}.section.alt{background:#f8fafb}.intro{max-width:660px;color:var(--muted)}.steps,.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.step,.card{border:1px solid var(--line);border-radius:18px;padding:25px;background:#fff}.number{display:inline-grid;place-items:center;width:36px;height:36px;margin-bottom:17px;border-radius:50%;background:#fff0e8;color:#ad431c;font-weight:800}.card a{text-decoration:none}.card p,.step p{color:var(--muted)}.text-link{font-weight:700;color:var(--orange);text-decoration:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.split img{border-radius:18px;max-height:560px;object-fit:cover;object-position:top}.guide{padding:62px 0 80px}.guide article{max-width:780px}.guide h1{font-size:clamp(38px,5vw,60px)}.guide h2{font-size:30px;margin-top:42px}.guide ol{padding-left:22px}.guide li{margin:12px 0}.callout{background:var(--cream);border-left:4px solid var(--orange);padding:20px 24px;border-radius:8px;margin:30px 0}.footer{background:var(--ink);color:#d8e0e8;padding:32px 0}.footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer a{color:#fff}.footer p{margin:0;font-size:14px}@media(max-width:760px){.hero{padding:46px 0}.hero-grid,.split{grid-template-columns:1fr}.hero-image{max-height:400px;width:100%;object-fit:cover}.steps,.cards{grid-template-columns:1fr}.section{padding:52px 0}.top .wrap{align-items:flex-start;flex-direction:column}nav{gap:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
