.newsletter-section{background:#f8f8f8;padding:100px 40px;text-align:center}.newsletter-container{max-width:700px;margin:0 auto}.newsletter-section h2{font-size:clamp(2.5rem, 5vw, 3.5rem);font-weight:700;margin-bottom:20px;color:var(--offblack)}.newsletter-section p{font-size:1.2rem;color:rgba(0,0,0,.7);margin-bottom:40px;line-height:1.6}.newsletter-form{display:flex;gap:15px;max-width:600px;margin:0 auto 20px}.newsletter-input{flex:1;padding:18px 24px;font-size:1rem;border:2px solid rgba(0,0,0,.1);border-radius:8px;background:#fff;font-family:Futura,'Century Gothic','Trebuchet MS',sans-serif;transition:all .3s ease}.newsletter-input:focus{outline:0;border-color:var(--offblack);box-shadow:0 0 0 3px rgba(0,0,0,.05)}.newsletter-input::placeholder{color:rgba(0,0,0,.4)}.newsletter-button{padding:18px 48px;background:var(--offblack);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;font-family:Futura,'Century Gothic','Trebuchet MS',sans-serif;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.newsletter-privacy{font-size:.9rem;color:rgba(0,0,0,.5);margin-bottom:0}@media (max-width:768px){.newsletter-section{padding:60px 20px}.newsletter-form{flex-direction:column}.newsletter-button{width:100%}}