/* ═══════════════════════════════════════════
   FOOTER — frosted glass sticky footer
═══════════════════════════════════════════ */

footer {
  width: 100%;
  display: block;
  padding: 1.2rem 2rem 4rem; /* bottom clearance for fixed pill nav */
  background: rgba(7, 7, 15, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(233,30,140,0.15);
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
footer p {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

