/* ===== SHARED FOOTER — identical across ALL pages ===== */

#bx-footer {
    --footer-bg: #12141D;
    --footer-text: #FFFFFF;
    --footer-muted: #A1A1AA;
    --footer-border: #3E4550;
    --footer-link: #E5E7EB;
    --footer-link-hover: #FFFFFF;
    background: var(--footer-bg) !important;
    color: var(--footer-text) !important;
    margin-top: 60px !important;
    font-family: 'Inter', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    padding: 0 !important;
    border: none !important;
}
#bx-footer *, #bx-footer *::before, #bx-footer *::after { box-sizing: border-box !important; }

#bx-footer footer { max-width: 1200px !important; margin: 0 auto !important; padding: 0 20px !important; }
#bx-footer .footer-inner { padding: 0 !important; }

/* Grid */
#bx-footer .footer-top { display: grid !important; gap: 22px !important; padding: 32px 0 24px !important; grid-template-columns: 1fr !important; }
@media (min-width: 768px) { #bx-footer .footer-top { grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr !important; gap: 18px !important; padding: 44px 0 26px !important; } }
@media (min-width: 1024px) { #bx-footer .footer-top { gap: 12px !important; padding: 52px 0 28px !important; } }

/* Brand */
#bx-footer .brand .address { color: var(--footer-muted) !important; margin-top: 12px !important; font-size: 16px !important; }
#bx-footer .brand .address .title { color: var(--footer-text) !important; font-weight: 700 !important; font-size: 18px !important; display: block !important; margin-bottom: 10px !important; }
#bx-footer .brand .row { display: grid !important; grid-template-columns: 20px 1fr !important; gap: 8px !important; align-items: start !important; margin: 9px 0 !important; }
#bx-footer .brand .row .ico { color: var(--footer-muted) !important; line-height: 0 !important; }
#bx-footer .brand .address p { margin: 0 !important; font-size: 15px !important; line-height: 1.65 !important; color: var(--footer-muted) !important; }

/* Socials */
#bx-footer .socials { display: flex !important; gap: 10px !important; margin-top: 14px !important; padding: 0 !important; list-style: none !important; }
#bx-footer .socials li { margin: 0 !important; padding: 0 !important; }
#bx-footer .socials a { display: inline-flex !important; width: 38px !important; height: 38px !important; border-radius: 999px !important; align-items: center !important; justify-content: center !important; background: rgba(255,255,255,.08) !important; color: #DADADA !important; text-decoration: none !important; transition: transform .15s, background .2s !important; }
#bx-footer .socials a:hover { background: rgba(255,255,255,.14) !important; transform: translateY(-1px) !important; color: #fff !important; }

/* Columns */
#bx-footer .fcol h5 { color: var(--footer-muted) !important; text-transform: uppercase !important; letter-spacing: .12em !important; font-weight: 700 !important; font-size: 14px !important; margin: 10px 0 14px !important; padding: 0 !important; }
#bx-footer .fcol ul { margin: 0 !important; padding: 0 !important; list-style: none !important; }
#bx-footer .fcol li { margin: 10px 0 !important; padding: 0 !important; }
#bx-footer .fcol a, #bx-footer .fcol ul li a { color: var(--footer-link) !important; text-decoration: none !important; font-size: 16px !important; line-height: 1.5 !important; transition: color .2s !important; display: block !important; }
#bx-footer .fcol a:hover, #bx-footer .fcol ul li a:hover { color: var(--footer-link-hover) !important; }

/* Bottom */
#bx-footer .footer-bottom { border-top: 1px solid var(--footer-border) !important; padding: 16px 0 22px !important; display: flex !important; flex-wrap: wrap !important; align-items: center !important; justify-content: space-between !important; gap: 10px !important; color: var(--footer-text) !important; font-size: 15px !important; }
#bx-footer .footer-bottom p { margin: 0 !important; text-align: center !important; flex: 1 1 100% !important; font-size: 15px !important; }
#bx-footer .footer-bottom .legal { display: flex !important; gap: 14px !important; justify-content: center !important; flex: 1 1 100% !important; }
#bx-footer .footer-bottom .legal a { color: var(--footer-link) !important; text-decoration: underline !important; font-size: 15px !important; }
@media (min-width: 1024px) {
    #bx-footer .footer-bottom p { flex: 0 0 auto !important; text-align: left !important; }
    #bx-footer .footer-bottom .legal { flex: 0 0 auto !important; justify-content: flex-end !important; }
}
