/* ==============================================
   NEWSLETTER — Bloque de suscripción
   ============================================== */

.newsletter-wrap { background: var(--pink); padding: 4rem 2rem; text-align: center; }
.nl-eyebrow { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 0.8rem; }
.nl-title { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; color: white; letter-spacing: 0.03em; line-height: 1; margin-bottom: 1rem; }
.nl-sub { color: rgba(255,255,255,0.8); font-size: 0.88rem; font-weight: 600; margin-bottom: 2rem; }
.nl-form { display: flex; gap: 0.6rem; max-width: 480px; margin: 0 auto; }
.nl-input { flex: 1; padding: 0.9rem 1.2rem; border: none; border-radius: 0.4rem; font-family: 'Nunito', sans-serif; font-size: 0.88rem; outline: none; }
.nl-btn { padding: 0.9rem 1.8rem; background: var(--black); color: white; border: none; border-radius: 0.4rem; cursor: pointer; font-family: 'Nunito', sans-serif; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: background 0.2s; }
.nl-btn:hover { background: #2a2a2a; }
.nl-terms { font-size: 0.65rem; color: rgba(255,255,255,0.5); margin-top: 1rem; }
