/* ==========================================================================
   SETIF 2026 - Rodapé
   ========================================================================== */

.site-footer {
  margin-top: auto;
  background: var(--ink);
  padding: 1.5rem 0;
  text-align: center;
}

.site-footer p {
  font-size: 0.75rem;
  color: #8a8375;
  margin: 0;
}

.site-footer a {
  color: #b9b2a4;
}

.site-footer a:hover {
  color: var(--ifpr-green-bright);
}
