.modal-overlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;padding:30px;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:28px;transition:all .2s;display:flex;position:absolute;top:15px;right:20px}.modal-close:hover{color:#333;background-color:#f5f5f5}.modal-header{margin-bottom:25px}.modal-header h2{color:#1049a5;font-family:var(--font-nunito),system-ui,sans-serif;margin:0 0 10px;font-size:24px;font-weight:700}.modal-header p{color:#333;font-family:var(--font-inter),system-ui,sans-serif;margin:0;line-height:1.5}.newsletter-form .form-group{margin-bottom:20px}.newsletter-form .form-group label{color:#333;font-family:var(--font-inter),system-ui,sans-serif;margin-bottom:8px;font-weight:600;display:block}.newsletter-form .form-group input[type=email]{width:100%;font-family:var(--font-inter),system-ui,sans-serif;box-sizing:border-box;border:2px solid #e0e0e0;border-radius:8px;padding:12px 15px;font-size:16px;transition:all .3s}.newsletter-form .form-group input[type=email]:focus{border-color:#1049a5;outline:none;box-shadow:0 0 0 3px #1049a51a}.newsletter-form .form-group input[type=email]:disabled{cursor:not-allowed;background-color:#f5f5f5}.newsletter-form .submit-button-newsletter{color:#fff;width:100%;font-family:var(--font-nunito),system-ui,sans-serif;cursor:pointer;background:#1049a5;border:none;border-radius:999px;padding:14px 38px;font-size:17px;font-weight:700;transition:box-shadow .2s,opacity .2s}.newsletter-form .submit-button-newsletter:hover:not(:disabled){box-shadow:0 6px 20px #1049a54d}.newsletter-form .submit-button-newsletter:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.newsletter-form .message{text-align:center;border-radius:10px;margin-top:15px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.5}.newsletter-form .message.success{color:#1049a5;background-color:#1049a514;border:1px solid #1049a540}.newsletter-form .message.error{color:#2b3540;background-color:#f0f2f5;border:1px solid #d5dbe2}.modal-footer{border-top:1px solid #e9ecef;margin-top:25px;padding-top:20px}.modal-footer p{color:#666;font-family:var(--font-inter),system-ui,sans-serif;text-align:center;margin:0;font-size:13px}.modal-footer p a{color:#1049a5;text-decoration:none}.modal-footer p a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-content{width:calc(100% - 40px);margin:20px;padding:20px}.modal-header h2{font-size:20px}}.newsletter-form .consent-row{color:#45525f;text-align:left;cursor:pointer;align-items:flex-start;gap:10px;margin:.9rem 0 1.1rem;font-size:.86rem;line-height:1.55;display:flex}.newsletter-form .consent-row input{accent-color:#1049a5;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:2px}.newsletter-form .consent-row a{color:#1049a5;font-weight:600}
