:root{--brand:#7357ff;--ink:#17152b;--muted:#625f72;--surface:#f4f2ff;--radius:22px;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff}.shell{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:800;font-size:1.25rem;color:inherit;text-decoration:none}nav{display:flex;gap:20px;flex-wrap:wrap}nav a,.footer a{color:inherit}.hero{padding:clamp(64px,10vw,140px) 0}.eyebrow{color:var(--brand);font-weight:700;text-transform:uppercase;letter-spacing:.08em}h1{font-size:clamp(2.5rem,7vw,5.8rem);line-height:1.02;max-width:14ch;margin:.2em 0}.lead{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--muted);max-width:62ch}.button{display:inline-block;margin-top:20px;padding:14px 22px;border-radius:999px;background:var(--brand);color:#fff;text-decoration:none;font-weight:700}.section{padding:64px 0}.section h2{font-size:clamp(1.8rem,4vw,3rem)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid article,details{padding:24px;background:var(--surface);border-radius:var(--radius)}details+details{margin-top:12px}.footer{padding:40px 0;display:flex;justify-content:space-between;border-top:1px solid #e7e4ef}@media(max-width:760px){.header{align-items:flex-start;padding:20px 0;flex-direction:column}.grid{grid-template-columns:1fr}.footer{flex-direction:column}}

.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;z-index:9;background:#fff;padding:.75rem}.visual{display:block;width:100%;height:auto;max-width:760px;margin-top:40px;border-radius:var(--radius)}a:focus-visible{outline:3px solid var(--brand);outline-offset:4px}
