/* =============================
   FOOTER
============================= */
.site-footer {
  background: #020617;
  color: #9ca3af;
  padding: 80px 30px 40px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand h3 {
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-links h4,
.footer-contact h4 {
  color: #ffffff;
  margin-bottom: 14px;
}

.footer-links a {
  display: block;
  color: #9ca3af;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-links a:hover {
  color: #2563eb;
}

.footer-bottom {
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #1f2937;
  padding-top: 20px;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
