.bf-footer{background:#12122A;color:#6B6B80;padding:1.5rem 0;margin-top:clamp(3rem,6vw,5rem);border-top:1px solid #2A2A45}
.bf-footer-inner{max-width:1140px;margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem)}
.bf-footer-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.75rem}
.bf-footer-brand{font-weight:700;font-size:1rem;color:#FAFAFA;letter-spacing:-0.02em}
.bf-footer-brand span{color:#0EA5E9}
.bf-footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:0}
.bf-footer-links a{color:#6B6B80;font-size:0.75rem;transition:color 0.15s}
.bf-footer-links a:hover{color:#0EA5E9}
.bf-footer-links .bf-dot{color:#3A3A55;margin:0 0.5rem;font-size:0.5rem;line-height:1}
.bf-footer-copy{font-size:0.6875rem;color:#4A4A65;margin-top:1rem;text-align:center;padding-top:1rem;border-top:1px solid #2A2A45}
.bf-footer-disclaimer{font-size:0.6875rem;color:#4A4A65;line-height:1.6;margin-top:1rem;text-align:center}
@media(max-width:640px){
.bf-footer-row{flex-direction:column;text-align:center}
.bf-footer-links{justify-content:center}
}