:root{--bg-0:#000000;--bg-1:#0a0f0a;--accent:#70c35b;--accent-bright:#8fd47a;--accent-soft:rgba(112,195,91,0.16);--text:#ffffff;--muted:#a7b3a2}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:radial-gradient(1100px 560px at 50% -15%,var(--accent-soft),transparent 60%),linear-gradient(160deg,var(--bg-1) 0,var(--bg-0) 55%);background-attachment:fixed;-webkit-font-smoothing:antialiased}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;gap:1.6rem}.logo{width:min(320px,76vw);height:auto;display:block;background:#ffffff;padding:16px 22px;border-radius:16px;box-shadow:0 18px 50px -18px rgba(0,0,0,.7);margin-bottom:.4rem;animation:rise .7s ease both}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-weight:600;padding:.45rem .95rem;border:1px solid var(--accent-soft);border-radius:999px;background:var(--accent-soft);animation:rise .7s ease .05s both}.dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite}h1{margin:0;font-size:clamp(2.6rem,8vw,5rem);line-height:1.02;letter-spacing:-.03em;font-weight:800;animation:rise .7s ease .1s both}h1 .grad{background:linear-gradient(100deg,var(--accent),var(--accent-bright));-webkit-background-clip:text;background-clip:text;color:transparent}.tagline{margin:0;max-width:38ch;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;color:var(--muted);animation:rise .7s ease .15s both}.cta{display:inline-flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:#062b03;text-decoration:none;padding:.85rem 1.6rem;border-radius:999px;background:linear-gradient(100deg,var(--accent),var(--accent-bright));box-shadow:0 10px 30px -10px rgba(112,195,91,.6);transition:transform .15s ease,box-shadow .15s ease;animation:rise .7s ease .2s both}.cta:hover{transform:translateY(-2px);box-shadow:0 16px 36px -10px rgba(112,195,91,.75)}.footer{margin-top:.75rem;font-size:.85rem;color:var(--muted);animation:rise .7s ease .25s both}.footer a{color:var(--text);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px}.footer a:hover{color:var(--accent)}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(112,195,91,.6)}70%{box-shadow:0 0 0 9px rgba(112,195,91,0)}to{box-shadow:0 0 0 0 rgba(112,195,91,0)}}@media (prefers-reduced-motion:reduce){*{animation:none!important}}