/* ========== FOOTER ========== */
.main-footer {
  background-color: #0a0f1a;
  border-top: 1px solid #1f2937;
  padding: 2rem;
  font-size: 0.9rem;
  color: #94a3b8;
  margin-top: auto; /* ✅ pushes footer to bottom if page content is short */
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-weight: 500;
}

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