
.np-newsletter-signup {
    display: grid;
    gap: 24px;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(18, 61, 99, .12);
    border-radius: 18px;
    background: linear-gradient(135deg, #f7fbfd 0%, #eef6f9 100%);
    box-shadow: 0 14px 38px rgba(18, 61, 99, .08);
}

.np-newsletter-signup h2 { margin: 0 0 8px; color: #123d63; font-size: clamp(28px, 4vw, 42px); }
.np-newsletter-signup p { margin: 0; }
.np-newsletter-signup__form { min-width: 0; }
.np-newsletter-form { display: grid; gap: 16px; }
.np-newsletter-form > label:not(.np-consent) { display: grid; gap: 7px; font-weight: 700; color: #243342; }
.np-newsletter-form input[type="text"],
.np-newsletter-form input[type="email"] { width: 100%; min-height: 48px; box-sizing: border-box; padding: 10px 13px; border: 1px solid #b8c5cf; border-radius: 10px; background: #fff; font-size: 16px; }
.np-consent { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.45; }
.np-newsletter-form button,
.np-read { display: inline-block; width: fit-content; border: 0; border-radius: 999px; padding: 12px 22px; background: #123d63; color: #fff !important; font-weight: 700; text-decoration: none; cursor: pointer; }
.np-newsletter-form button:hover,
.np-read:hover { background: #0b2b49; }
.np-notice { margin-bottom: 14px; padding: 12px 14px; border-radius: 10px; font-weight: 600; }
.np-success { background: #e8f6eb; color: #205d2d; }
.np-error { background: #fff0f0; color: #8a2020; }
.np-newsletter-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.np-newsletter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.np-newsletter-card { overflow: hidden; border: 1px solid #dce5ea; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(18, 61, 99, .07); }
.np-newsletter-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.np-newsletter-card__image img { width: 100%; height: 100%; object-fit: cover; }
.np-newsletter-card-body { padding: 22px; }
.np-newsletter-card small,
.np-newsletter-latest small { color: #697985; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.np-newsletter-card h3 { margin: 8px 0 10px; }
.np-newsletter-card h3 a { color: #123d63; text-decoration: none; }
.np-newsletter-latest { padding: clamp(22px, 4vw, 38px); border: 1px solid #dce5ea; border-radius: 16px; background: #fff; }
.np-newsletter-signup--compact { display: block; padding: 22px; }
.np-newsletter-signup--compact .np-newsletter-signup__intro { margin-bottom: 18px; }

@media (min-width: 760px) {
    .np-newsletter-signup--standard { grid-template-columns: .9fr 1.1fr; align-items: center; }
}
