@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
*{margin:0;padding:0;box-sizing:border-box}
body{background:#0a0a14;color:#eeeef2;font-family:'Inter',sans-serif;line-height:1.7}
a{color:#e94560;text-decoration:none}a:hover{text-decoration:underline}
.nav{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;max-width:1100px;margin:0 auto}
.nav-brand{font-size:18px;font-weight:800;color:#fff}
.nav-links{display:flex;gap:20px;font-size:14px}
.nav-links a{color:#7a7a8e}
.hero-sm{text-align:center;padding:80px 24px 60px;border-bottom:1px solid #252538}
.hero-sm h1{font-size:clamp(32px,6vw,52px);font-weight:900;letter-spacing:-1px;margin-bottom:12px}
.hero-sm h1 span{color:#e94560}
.hero-sm p{color:#7a7a8e;font-size:18px;max-width:600px;margin:0 auto 32px}
.hero-sm .cta{display:inline-flex;align-items:center;gap:8px;background:#e94560;color:#fff;padding:14px 28px;border-radius:12px;font-weight:700;font-size:15px}
.hero-sm .cta:hover{text-decoration:none;opacity:0.9}
.container{max-width:800px;margin:0 auto;padding:60px 24px}
h2{font-size:28px;font-weight:800;margin:40px 0 16px;letter-spacing:-0.5px}
h3{font-size:20px;font-weight:700;margin:28px 0 8px}
p,li{font-size:15px;color:#a0a0b8;line-height:1.8;margin-bottom:12px}
ul{padding-left:20px;margin-bottom:16px}
strong{color:#eeeef2}
.card{background:#151525;border:1px solid #252538;border-radius:16px;padding:28px;margin:16px 0}
.footer{text-align:center;padding:32px 24px;border-top:1px solid #252538;font-size:13px;color:#7a7a8e;margin-top:40px}
.footer a{color:#e94560}
