.site-footer {
  min-height: 55svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 76px 20px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(77, 163, 255, 0.18), transparent 36%),
    linear-gradient(180deg, var(--bg) 0%, #08182d 100%);
  border-top: 1px solid var(--border);
}

.footer-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
  justify-items: center;
}

.footer-content p {
  font-size: clamp(2rem, 10vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.075em;
  font-weight: 1000;
  max-width: 760px;
}

.footer-credit {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.72;
}