/* ==============================================
   FOOTER — Pie de página con columnas y pagos
   ============================================== */

footer { background: var(--black); color: white; padding: 4rem 2rem 1.5rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand-logo { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand-circle { width: 44px; height: 44px; border-radius: 50%; background: var(--pink); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; color: white; flex-shrink: 0; }
.footer-brand-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.08em; color: white; line-height: 1; }
.footer-brand-name span { color: var(--pink); }
.footer-tagline { color: rgba(255,255,255,0.45); font-size: 0.82rem; font-weight: 600; line-height: 1.7; margin-bottom: 1.5rem; }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 0.8rem; text-decoration: none; transition: all 0.2s; }
.footer-social a:hover { border-color: var(--pink); color: var(--pink); }
.footer-col-title { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1.2rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: color 0.2s; }
.footer-links a:hover { color: var(--pink); }
.footer-contact { display: flex; flex-direction: column; gap: 0.8rem; }
.footer-contact-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; color: rgba(255,255,255,0.6); font-weight: 600; }
.footer-wa-btn { display: flex; align-items: center; gap: 0.5rem; background: #25D366; color: white; padding: 0.6rem 1.2rem; border-radius: 0.4rem; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.05em; text-decoration: none; margin-top: 0.5rem; width: fit-content; transition: background 0.2s; }
.footer-wa-btn:hover { background: #1da557; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.25); font-weight: 600; }
.footer-payments { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.pay-badge { background: rgba(255,255,255,0.07); padding: 0.3rem 0.8rem; border-radius: 0.3rem; font-size: 0.65rem; font-weight: 800; color: rgba(255,255,255,0.4); letter-spacing: 0.05em; }
