footer {
  background: #111827;
  color: #9ca3af;
  padding: 32px 0;
  font-size: 0.92rem;
}

footer .brand {
  font-weight: 700;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #a78bfa, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

a {
  color: inherit;
}
