/* ============================
   FOOTER - RODAPÉ GLOBAL
   ============================ */

.site-footer {
  background: var(--color-bg-secondary);
  text-align: center;
  padding: 25px 10px;
  margin-top: 40px;
  border-top: 1px solid var(--color-border);
}

.site-footer p {
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  margin: 5px 0;
}

.site-footer a {
  color: var(--color-primary);
}

.site-footer a:hover {
  text-decoration: underline;
}