.site-footer {
  padding: var(--space-section) 0;
  border-top: 1px solid rgba(8, 22, 40, 0.12);
  background: linear-gradient(160deg, #0a2e4b, #071627);
  color: #f7fbff;
}

.footer-shell {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.footer-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--accent-soft);
}

.site-footer a,
.site-footer p {
  color: rgba(247, 251, 255, 0.78);
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-meta {
  margin-top: var(--space-lg);
  color: rgba(247, 251, 255, 0.6);
}
