/* Newsletter lead magnet — warm split */
body.newsletter-lead { margin: 0; font-family: Inter, system-ui, sans-serif; background: #fff7ed; color: #1c1917; min-height: 100vh; }
.nl-split { min-height: 100vh; display: grid; grid-template-columns: 1.1fr 1fr; }
.nl-copy { padding: 64px 48px; display: flex; flex-direction: column; justify-content: center; }
.nl-eyebrow { color: #c2410c; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.nl-copy h1 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; margin: 12px 0; }
.nl-copy ul { padding-left: 18px; line-height: 1.9; color: #57534e; }
.nl-form-panel { background: linear-gradient(160deg, #ea580c, #9a3412); display: flex; align-items: center; justify-content: center; padding: 32px; }
.nl-card { background: #fff; border-radius: 20px; padding: 32px; width: min(400px, 100%); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.nl-card input, .nl-card button { width: 100%; margin: 8px 0; padding: 14px; border-radius: 10px; border: 1px solid #e7e5e4; font: inherit; }
.nl-card button { background: #1c1917; color: #fff; border: none; font-weight: 700; cursor: pointer; }
.nl-fine { font-size: 12px; color: #78716c; text-align: center; margin-top: 12px; }
@media (max-width: 900px) { .nl-split { grid-template-columns: 1fr; } }
