.newsletter-section{background:linear-gradient(135deg,#f8fafc,#e8f5fc 50%,#f8fafc);padding:5rem 0}.newsletter-box{margin:0 auto;max-width:40rem;text-align:center}.newsletter-title{color:var(--foreground);font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.newsletter-title{font-size:2.25rem}}.newsletter-text{color:var(--muted-foreground);font-size:1rem;margin-bottom:2rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.newsletter-form{align-items:center;flex-direction:row}}.newsletter-input{background:var(--card);border:1px solid rgba(var(--border),.8);border-radius:.75rem;color:var(--foreground);font-size:.95rem;min-width:0;padding:.85rem 1.5rem;width:100%}@media (min-width:640px){.newsletter-input{min-width:300px}}.newsletter-input::placeholder{color:var(--muted-foreground)}.newsletter-input:focus{border-color:rgba(var(--primary),.6);box-shadow:0 0 0 3px rgba(var(--primary),.25);outline:none}.newsletter-button{background:var(--primary);border:none;border-radius:.75rem;color:var(--primary-foreground);cursor:pointer;font-size:.95rem;font-weight:600;padding:.85rem 2rem;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.newsletter-button:hover{background:rgba(var(--primary),.9);box-shadow:0 8px 20px rgba(var(--primary),.35);transform:translateY(-2px)}