.site-footer {
  margin-top: 0;
  border-top: none;
  background: #020617;
}

.site-footer__inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.site-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__nav-link {
  color: #94a3b8;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-footer__nav-link:hover {
  color: #ffffff;
}

.site-footer__meta {
  color: #64748b;
  font-size: 0.875rem;
  margin: 0;
  text-align: center;
}

.site-footer__legal-help {
  margin: 0;
  color: white;
  font-size: 0.95rem;
  text-align: center;
}

.site-footer__legal-help a {
  color: #ffffff;
  font-weight: 700;
}

.site-footer__legal-links {
  margin: 0;
  color: #94a3b8;
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-footer__legal-links a {
  color: #cbd5e1;
  text-decoration: none;
}

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