
*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#0b1117;color:#f8fafc;display:flex;justify-content:center;align-items:center;min-height:100vh;overflow:hidden}
.grid{position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px}
.glow{position:fixed;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(24,182,122,.22),transparent 70%)}
.hero{position:relative;text-align:center;z-index:2;padding:20px}
img{width:110px;margin-bottom:20px}
h1{font-size:72px;color:#18B67A;margin:0;text-shadow:0 0 18px rgba(24,182,122,.25)}
h2{font-size:38px;margin:18px 0 14px}
p{font-size:20px;color:#d9e5df;margin:8px 0}
