:root{--ink:#1e293b;--muted:#475569;--line:#e2e8f0;--paper:#f8fafc;--blue:#2563eb;--orange:#c2410c;--white:#fff}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif}body{margin:0;min-width:320px}.shell{max-width:1120px;margin:0 auto;padding-left:32px;padding-right:32px}.header{height:80px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;gap:9px;align-items:center;color:var(--ink);font-weight:750;text-decoration:none;letter-spacing:-.03em}.brand span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:var(--blue);color:var(--white);font-size:14px}.header nav{display:flex;gap:24px}.header nav a,.footer a{color:var(--muted);font-size:14px;text-decoration:none}.header nav a:hover,.header nav a:focus-visible,.footer a:hover,.footer a:focus-visible{color:var(--blue);text-decoration:underline}.hero{padding-top:116px;padding-bottom:104px;max-width:920px;margin-left:max(0px,calc((100% - 1120px)/2));margin-right:0}.eyebrow{margin:0 0 20px;color:var(--blue);font-size:12px;font-weight:750;letter-spacing:.13em}.hero h1,.page h1{margin:0;max-width:780px;letter-spacing:-.055em;line-height:1.04;font-size:clamp(42px,6vw,76px)}.lead{max-width:660px;margin:28px 0 0;color:var(--muted);font-size:20px;line-height:1.6}.button{display:inline-flex;align-items:center;gap:12px;margin-top:38px;padding:14px 18px;border-radius:8px;background:var(--orange);color:var(--white);font-size:15px;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease}.button:hover{background:#9a3412;transform:translateY(-1px)}.button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding-top:1px;padding-bottom:84px;background:var(--line)}.features article{min-height:244px;padding:32px;background:var(--white)}.number{color:var(--orange);font-size:13px;font-weight:750}.features h2{margin:46px 0 10px;letter-spacing:-.03em;font-size:22px}.features p,.page p{color:var(--muted);line-height:1.65}.footer{display:flex;justify-content:space-between;padding-top:28px;padding-bottom:32px;color:var(--muted);font-size:13px;border-top:1px solid var(--line)}.page{max-width:840px;padding-top:112px;padding-bottom:112px}.page h1{font-size:clamp(40px,5vw,64px)}.page hr{margin:48px 0;border:0;border-top:1px solid var(--line)}.page>p:not(.eyebrow):not(.lead){max-width:680px;font-size:17px}.not-found{min-height:100vh;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}@media(max-width:700px){.shell{padding-left:22px;padding-right:22px}.header{height:68px}.header nav{gap:16px}.hero{padding-top:80px;padding-bottom:72px}.lead{font-size:18px}.features{grid-template-columns:1fr;padding-bottom:48px}.features article{min-height:auto}.features h2{margin-top:28px}.page{padding-top:76px;padding-bottom:76px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
