.site-footer {
  border-top: 1px solid #111827;
  padding: 1.2rem 0 1.5rem;
  background-color: #020617;
  margin-top: 1.5rem;
}

.footer__inner {
  text-align: center;
  font-size: 0.85rem;
  color: #6b7280;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  font-size: 0.82rem;
}

.footer__links a {
  color: #9ca3af;
  text-decoration: none;
}

.footer__links a:hover {
  color: #f9fafb;
  text-decoration: underline;
}
