
/* ===== FOOTER ===== */
.site-footer {
  padding: 3rem 2rem 2rem;
  border-top: 1px solid;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-top p {
  margin: 0;
}

.footer-nav ul {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.footer-nav a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 0.9rem;
}

.footer-contact p {
  margin: 0.2rem 0;
}

.footer-contact a {
  text-decoration: none;
  font-weight: 500;
}