/* ================================================================
   FOOTER — Pie de página
   ================================================================ */

footer { background: #060d1f; padding: 2.5rem 2rem; }

.footer-inner { max-width: var(--max-width); margin: 0 auto; text-align: center; }

.footer-logo {
  height: 56px;
  width: auto;
  margin: 0 auto 1rem;
  opacity: 0.85;
  filter: drop-shadow(0 2px 10px rgba(200, 169, 81, 0.3));
}

footer p { color: rgba(255, 255, 255, 0.5); font-size: 0.85rem; letter-spacing: 0.04em; margin: 0.3rem 0; }

.footer-verse {
  font-style: italic;
  color: rgba(200, 169, 81, 0.6) !important;
  font-size: 0.8rem !important;
  margin-top: 0.75rem !important;
}
