@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap";
:root{--color-bg:#fff;--color-text:#111;--color-muted:#333;--color-surface:#fff;--surface-border:#111}html,body{min-height:100%}body{color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Manrope,Segoe UI,Trebuchet MS,sans-serif;overflow-x:hidden}*{box-sizing:border-box}.hero{place-items:center;min-height:100dvh;padding:2.5rem 1.25rem;animation:.62s ease-out fadeUp;display:grid}.hero-panel{border:1px solid var(--surface-border);background:var(--color-surface);text-align:center;border-radius:1rem;width:min(680px,100%);padding:clamp(1.5rem,4vw,2.5rem)}.hero-kicker{color:var(--color-text);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .8rem;font-size:.85rem;font-weight:700}.hero-panel h1{margin:0;font-size:clamp(2rem,6vw,3.2rem);font-weight:700;line-height:1.1}.hero-copy{max-width:42ch;color:var(--color-muted);margin:1rem auto 1.8rem;font-size:clamp(1rem,2.2vw,1.15rem);line-height:1.65}.hero-cta{color:#fff;background:#111;border:1px solid #111;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.35rem;font-weight:700;text-decoration:none;transition:transform .15s,background-color .15s,color .15s;display:inline-flex}.hero-cta:hover{color:#111;background:#fff;transform:translateY(-1px)}.hero-cta:focus-visible{outline-offset:3px;outline:2px solid #111}@media (max-width:540px){.hero-panel{border-radius:1.15rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
