:root{color-scheme:light;--background:#f6f8fb;--foreground:#0f172a;--accent:#7ba366}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background);color:var(--foreground);min-height:100vh}a{color:inherit;text-decoration:none}main{display:grid;place-items:center;padding:3rem 1.5rem}.hero{max-width:640px;text-align:center}.hero__eyebrow{letter-spacing:.12em;font-size:.75rem;text-transform:uppercase;margin-bottom:1rem;font-weight:600}.hero__title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem;line-height:1.1}.hero__description{font-size:1.125rem;margin-bottom:2rem;color:rgba(15,23,42,.72)}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.button{padding:.85rem 1.75rem;border-radius:999px;font-weight:600;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease}.button.button--primary{background:var(--accent);color:var(--foreground)}.button.button--secondary{border-color:rgba(15,23,42,.12)}.button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(65,182,101,.35)}