/* Étagère — footer partagé, identique sur toutes les pages publiques.
   Utilise des tokens présents partout (--surface, --line, --accent, --muted). */
.afoot{border-top:1px solid var(--line);background:var(--surface)}
.afoot-in{max-width:1080px;margin:0 auto;padding:26px 28px;display:flex;align-items:center;
  justify-content:space-between;gap:16px;flex-wrap:wrap}
.afoot-l{display:flex;align-items:center;gap:9px;font:400 13px/1.4 'Public Sans',sans-serif;color:var(--muted)}
.afoot-l .sq{width:10px;height:10px;border-radius:2px;background:var(--accent);transform:rotate(45deg)}
.afoot-l a{color:var(--accent);font-weight:600;text-decoration:none}
.afoot-r{display:flex;gap:20px;font:500 13px/1 'Public Sans',sans-serif}
.afoot-r a{color:var(--muted);text-decoration:none}
.afoot-r a:hover{color:var(--accent)}
