
/* Footer light theme (Abid, 2026-09-10).
   Legacy page styles pin navy surfaces even when the rest of the page is light.
   Keep the entire correction under explicit light mode; dark styling is unchanged. */
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme){
  background:#f5f8fa!important;color:#475569!important;border-top-color:#dbe3e9!important;
}
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme) :is(p,a,span,li,h2,h3,h4,h5,small){color:#475569!important}
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme) :is(h2,h3,h4,h5){color:#334155!important}
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme) a:hover{color:#047857!important}
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme) :is(.footer-trust,.footer-bottom){border-color:#dbe3e9!important}
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme) .brand-logo-img{content:url('/assets/brand/benefitra-logo-light-footer@2x.png')!important}
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme) .footer-social a{background:#e2e8f0!important;border-color:#cbd5e1!important}
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme) .footer-social a img{filter:brightness(.45)!important}
:root[data-theme="light"] body footer:is(footer,#bf-footer-theme) .footer-trust svg{color:#047857!important;stroke:#047857!important}
