
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Poppins:wght@500;700&display=swap');
body { margin:0; font-family:'Inter', sans-serif; background:#071226; color:#e6eef8;}
h1,h2,h3 { font-family:'Poppins', sans-serif; }
.hero { color:#fff; background-size:cover; background-position:center; background-repeat:no-repeat; background-attachment:fixed; text-align:center; padding:100px 20px;}
.btn { padding:12px 24px; border-radius:8px; font-family:'Poppins', sans-serif; font-weight:700;}
.btn-primary { background:#1f7fff; color:#fff;}
.btn-ghost { border:1px solid #1f7fff; color:#1f7fff;}
.cookie-banner { position:fixed; bottom:20px; left:20px; right:20px; display:none; justify-content:space-between; align-items:center; background:rgba(0,0,0,0.85); color:#fff; padding:16px; border-radius:8px; z-index:50;}
.cookie-banner button { background:#1f7fff; border:none; color:#fff; padding:8px 14px; border-radius:6px;}
