:root{--bg:#0c0a08;--amber:#f59e0b;--text:#fefce8;--font:'Plus Jakarta Sans',sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh;overflow-x:hidden}
canvas#eq{position:fixed;bottom:0;left:0;width:100%;height:200px;z-index:1;opacity:.3}
nav{position:fixed;top:0;width:100%;padding:2.5rem 4rem;display:flex;justify-content:space-between;z-index:10;border-bottom:1px solid rgba(245,158,11,0.12)}.logo{font-size:1.3rem;font-weight:800;color:var(--amber)}.ref{font-size:.75rem;color:#fbbf24}
main{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;position:relative;z-index:5}
h1{font-size:3.2rem;font-weight:800;color:var(--amber);margin-bottom:1.5rem;max-width:800px;line-height:1.15}
p{font-size:1.1rem;color:#a8a29e;max-width:600px;margin-bottom:2.5rem;font-weight:300}
.freq-bands{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.freq-bands span{padding:.5rem 1rem;border:1px solid rgba(245,158,11,0.2);border-radius:6px;font-size:.8rem;color:var(--amber);font-weight:600}