/* AdvisorDJ — footer commun à toutes les pages du site (repris du footer de la landing,
   charte N&B / Montserrat). Un seul fichier = une seule barre, identique partout.
   Autonome : ne dépend d'aucune variable CSS de la page hôte ni de Tabler icons. */
.site-footer{ background:#000; color:#fff; padding:54px 0 30px; position:relative; z-index:2;
  font-family:'Montserrat',-apple-system,BlinkMacSystemFont,sans-serif; }
.site-footer *{ box-sizing:border-box; }
.site-footer .sf-wrap{ max-width:1080px; margin:0 auto; padding:0 24px; }
.site-footer .sf-grid{ display:grid; grid-template-columns:1.6fr repeat(4,1fr); gap:28px; }
.site-footer .sf-brand{ max-width:280px; }
.site-footer .sf-logo{ font-weight:800; font-size:16px; letter-spacing:.05em; text-transform:uppercase;
  display:flex; align-items:center; gap:10px; margin-bottom:10px; color:#fff; text-decoration:none; }
.site-footer .sf-dot{ width:26px; height:26px; border-radius:6px; flex:0 0 auto;
  background:transparent url('/assets/brand/logo-icon-white.png') center/contain no-repeat; }
.site-footer .sf-tag{ color:rgba(255,255,255,.6); font-size:14px; line-height:1.55; margin:0; }
.site-footer .sf-col h4{ font-weight:600; font-size:12px; letter-spacing:.1em; text-transform:uppercase;
  color:rgba(255,255,255,.5); margin:0 0 12px; }
.site-footer .sf-col a{ display:block; color:rgba(255,255,255,.78); text-decoration:none; font-size:14px;
  padding:4px 0; transition:color .2s; }
.site-footer .sf-col a:hover{ color:#fff; }
.site-footer .sf-bottom{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
  margin-top:38px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.5); font-size:12.5px; }
@media(max-width:760px){
  .site-footer .sf-grid{ grid-template-columns:1fr 1fr; }
  .site-footer .sf-brand{ grid-column:1 / -1; }
}
@media(max-width:440px){ .site-footer .sf-grid{ grid-template-columns:1fr; } }
