.site-footer {
  background: var(--mars-black);
  color: var(--mars-white);
  padding-block: 2.5rem 2rem;
}

.site-footer__inner {
  max-width: var(--max-content);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.site-footer .mars-logo__word,
.site-footer .mars-logo__experts {
  color: var(--mars-white);
}

.site-footer .mars-logo__tagline {
  color: rgba(255, 255, 255, 0.55);
}

.site-footer .mars-logo__meta {
  border-left-color: rgba(255, 255, 255, 0.35);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.25rem;
}

.site-footer__links a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__links a:hover {
  color: var(--mars-cyan);
}

.site-footer__copy {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
