footer {
  background: #020617;
  border-top: 1px solid rgba(124, 58, 237, 0.25);
  padding: 3rem 0 1.5rem;
}

footer .footer-brand {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

footer .footer-desc {
  color: #94a3b8;
  font-size: 0.88rem;
  max-width: 280px;
}

footer h6 {
  color: #c4b5fd;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li { margin-bottom: 0.5rem; }

footer ul li a {
  color: #94a3b8;
  font-size: 0.88rem;
  transition: color 0.2s;
}

footer ul li a:hover { color: #ec4899; }

footer .footer-bottom {
  border-top: 1px solid rgba(124, 58, 237, 0.15);
  color: #94a3b8;
  font-size: 0.82rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
}
