*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0e0f11;color:#e6e6e6}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center}.container{text-align:center;max-width:600px;padding:2rem}.banner{display:inline-block;background-color:#cc2bbc;color:#fff;font-weight:500;font-size:.85rem;padding:.2rem .6rem;border-radius:2px;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}h1{font-size:3rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.tagline{font-size:1.1rem;color:#a0a0a0;margin-bottom:2rem}.actions{display:flex;justify-content:center;gap:1rem}.btn{padding:.6rem 1.2rem;border:1px solid #2a2a2a;text-decoration:none;color:#e6e6e6;font-size:.95rem;transition:background .15s ease,border-color .15s ease}.btn:hover{background:#1a1b1f;border-color:#3a3a3a}.btn.primary{background:#e6e6e6;color:#0e0f11;border-color:#e6e6e6}.btn.primary:hover{background:#fff}.about{display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background-color:#121214;min-height:40vh}.about .container{max-width:600px}.about h2{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#e6e6e6}.about p{font-size:1rem;line-height:1.6;color:silver}