/* ========= FOOTER ========= */
.hub-footer{ background:#141414; color:var(--hub-fg); font-size:.9rem; }
.hub-footer .footer-content{
  max-width:1200px; margin:0 auto; padding:2rem 1rem; text-align:center;
}
.hub-footer a:hover{ color:var(--hub-accent); }

.footer-links{ margin:1.2rem 0; display:flex; gap:1.5rem; justify-content:center; flex-wrap:wrap; }

/* Bottom strip */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.12);
  text-align:center;
  padding:1rem 0;
  font-size:0.85rem;
}

.footer-bottom a{ color:var(--footer-text); }
.footer-bottom a:hover{ color:var(--brand-green); }
