/* Newsletter condivisa: stessa tipografia e stesso modulo in tutto il sito. */
.newsletter-section { background: #3672d1; padding: 88px 48px; display: flex; justify-content: center; }
.newsletter-section [data-newsletter] { width: 100%; max-width: 520px; }
.nl-box { width: 100%; max-width: 520px; display: flex; flex-direction: column; gap: 18px; text-align: left; }
.nl-title { font-family: 'Fraunces', serif; font-size: 40px; font-weight: 600; line-height: 1.1; letter-spacing: -.01em; color: #fff; text-wrap: pretty; }
.nl-body { font-size: 16.5px; line-height: 1.6; color: #fff; }
.nl-form { display: flex; flex-direction: column; gap: 14px; }
.nl-row { display: flex; flex-direction: column; gap: 12px; }
.nl-input { width: 100%; min-width: 0; border: none; background: #f8f7f4; border-radius: 4px; padding: 16px 18px; font-size: 16px; font-family: inherit; color: #272519; }
.nl-input::placeholder { color: #4a4636; opacity: 1; }
.nl-input:focus { outline: 2px solid #ffffa5; outline-offset: 2px; }
.nl-btn { width: 100%; background: #ffffa5; color: #272519; font-size: 15px; font-weight: 700; letter-spacing: 0; text-transform: none; padding: 17px 26px; border-radius: 999px; border: none; cursor: pointer; font-family: inherit; }
.nl-btn:hover { background: #f8f7f4; }
.nl-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: #fff; cursor: pointer; }
.nl-consent input { margin-top: 2px; width: 16px; height: 16px; flex: none; accent-color: #ffffa5; }
.nl-consent a, .nl-consent a:hover { color: #fff; text-decoration: underline; }
.nl-success { font-size: 16px; font-weight: 600; color: #fff; }
.nl-error { font-size: 14px; line-height: 1.5; color: #fff; background: rgba(0,0,0,.18); border-radius: 8px; padding: 12px 14px; }
.nl-error a { color: #fff; text-decoration: underline; }
@media (max-width: 560px) { .newsletter-section { padding: 64px 24px; } .nl-title { font-size: 34px; } }
@media print { .newsletter-section { display: none !important; } }
