.newsletter-container{box-sizing:border-box;background-color:#fff;justify-content:center;align-items:center;width:100%;padding:80px 24px;font-family:DM Sans,sans-serif;display:flex}.newsletter-wrapper{text-align:center;width:100%;max-width:1100px}.newsletter-subtitle{letter-spacing:1.5px;text-transform:uppercase;color:#00021b;opacity:.8;margin-top:0;font-size:.95rem;font-weight:500}.newsletter-title{color:#00021b;letter-spacing:2px;margin:0 0 48px;font-family:DM Sans,sans-serif;font-size:3rem;font-weight:400}.newsletter-form{width:100%}.newsletter-inputs-row{flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%;display:flex}.newsletter-input{color:#00021b;box-sizing:border-box;background:0 0;border:1px solid #00021b;border-radius:4px;outline:none;flex:1;min-width:180px;padding:14px 18px;font-family:DM Sans,sans-serif;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.newsletter-input::placeholder{color:#00021b80}.newsletter-input:focus{border-color:#6b0000;box-shadow:0 0 0 1px #6b0000}.newsletter-button{color:#fffadc;letter-spacing:1px;cursor:pointer;white-space:nowrap;box-sizing:border-box;background-color:#6b0000;border:1px solid #6b0000;border-radius:4px;padding:14px 28px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;transition:background-color .3s,opacity .3s}.newsletter-button:hover{background-color:#520000}.newsletter-button:disabled{opacity:.7;cursor:not-allowed}.newsletter-status{margin-top:20px;font-size:.9rem;font-weight:500}.newsletter-status-success{color:#1b5e20}.newsletter-status-error{color:#b71c1c}@media (max-width:900px){.newsletter-title{margin-bottom:36px;font-size:2.2rem}.newsletter-inputs-row{flex-wrap:wrap;gap:12px}.newsletter-input{flex:calc(50% - 12px)}.newsletter-button{flex:100%}}@media (max-width:600px){.newsletter-container{padding:50px 16px}.newsletter-title{font-size:1.8rem}.newsletter-subtitle{font-size:.85rem}.newsletter-inputs-row{flex-direction:column}.newsletter-input,.newsletter-button{width:100%}}
