:root{--background:#f7f9fb;--foreground:#102033;--muted:#5f6f82;--accent:#0f766e;--accent-strong:#0b5f59;--surface:#fff;--ring:#0f766e3d}*{box-sizing:border-box}html,body{min-height:100%}body{color:var(--foreground);background:radial-gradient(circle at 0 0,#0f766e21,#0000 32rem),linear-gradient(135deg,#f7f9fb 0%,#eef4f7 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.home{align-items:center;min-height:100vh;padding:2rem;display:flex}.hero{width:100%;max-width:760px;margin:0 auto}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font-size:.84rem;font-weight:700}h1{letter-spacing:0;margin:0;font-size:clamp(3rem,9vw,6.5rem);line-height:.95}.headline{color:var(--muted);max-width:620px;margin:1.5rem 0 2.25rem;font-size:clamp(1.25rem,3vw,1.75rem);line-height:1.45}.button{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:3rem;padding:.8rem 1.2rem;font-weight:700;transition:background .16s,box-shadow .16s,transform .16s;display:inline-flex;box-shadow:0 14px 30px #0f766e2e}.button:hover{background:var(--accent-strong);transform:translateY(-1px);box-shadow:0 18px 36px #0f766e38}.button:focus-visible{outline:4px solid var(--ring);outline-offset:4px}@media (max-width:520px){.home{align-items:flex-start;padding:5rem 1.25rem 2rem}.button{width:100%}}
