.bot-hdr-nav{ position:sticky; top:0; z-index:999; background:rgba(246,247,250,0.88); backdrop-filter:blur(10px); border-bottom:1px solid #E3E6EF; font-family:'Inter',sans-serif; }
.bot-hdr-wrap{ max-width:1180px; margin:0 auto; padding:0 32px; display:flex; align-items:center; justify-content:space-between; height:76px; }
.bot-hdr-logo{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:19px; color:#0B0D14; text-decoration:none; }
.bot-hdr-links{ display:flex; gap:34px; font-size:14.5px; font-weight:500; }
.bot-hdr-links a{ color:#5A5F72; text-decoration:none; }
.bot-hdr-links a:hover{ color:#0B0D14; }
.bot-hdr-cta{ background:#0B0D14; color:#fff; padding:10px 20px; border-radius:100px; font-size:14px; font-weight:600; text-decoration:none; }
@media (max-width:900px){ .bot-hdr-links{ display:none; } }
@media (max-width:640px){ .bot-hdr-wrap{ padding:0 20px; } }
.bot-hdr-nav.minimal .bot-hdr-wrap{ justify-content:center; }
