/* ============================================
   FOOTER.CSS — Rodapé
   ============================================ */

footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer p {
  font-size: 0.8rem;
  color: var(--muted);
}

.footer-location {
  font-size: 0.75rem;
}
