
.site-footer {
  padding: 58px 0 42px;
  border-top: 1px solid rgba(173, 178, 182, 0.1);
  background:
    radial-gradient(circle at 82% 0%, rgba(200, 184, 141, 0.2), transparent 22rem),
    linear-gradient(180deg, rgba(7, 8, 13, 0.98), rgba(3, 6, 11, 1));
}

.site-footer-shell {
  display: grid;
  gap: 30px;
}

.footer-brand {
  display: grid;
  gap: 16px;
  max-width: 58rem;
}

.footer-brand-logo {
  display: block;
  width: min(100%, 460px);
  height: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.footer-grid h3 {
  margin: 0 0 12px;
  font-size: 1.05rem;
}

.footer-menu {
  display: grid;
  justify-content: start;
  gap: 9px;
}

.footer-menu a {
  color: rgba(216, 220, 223, 0.72);
}

.footer-menu a:hover {
  color: var(--o4-white);
}

.footer-newsletter {
  padding: 24px;
}

.footer-meta {
  margin: 0;
  color: rgba(173, 178, 182, 0.72);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(173, 178, 182, 0.16);
  border-radius: 999px;
  color: rgba(235, 237, 239, 0.86);
  background: rgba(255, 255, 255, 0.035);
}

.page-numbers.current {
  color: var(--o4-white);
  background: rgba(200, 184, 141, 0.36);
}
