.footer {
  background: var(--bg2);
  border-top: 1px solid rgba(196,251,54,0.2);
  padding: 48px 24px 32px;
  text-align: center;
}
.footer-logo {
  font-family: var(--font-titulo);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  display: inline-block;
}
.footer-logo .morado { color: var(--morado); }
.footer-tagline {
  font-size: 13px;
  color: var(--gris);
  margin-bottom: 24px;
}
.footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.footer-links a {
  font-size: 13px;
  color: var(--gris);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: #C4FB36; }
.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.04em;
}