.marketing-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;backdrop-filter:blur(5px)}.popup__main{position:relative;background:#fff;border-radius:16px;padding:40px;max-width:900px;width:90%;max-height:90vh;box-shadow:0 10px 40px #0000004d;z-index:10001;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.popup__close{position:absolute;top:20px;right:20px;width:30px;height:30px;cursor:pointer;transition:transform .2s ease;z-index:10002}.popup__close:hover{transform:rotate(90deg) scale(1.1)}.marketing-popup .date{border:1px dashed #e42552;width:fit-content;padding:18px 22px;border-radius:10px;color:#e42552;font-size:16px;font-weight:600;gap:10px;display:flex;align-items:center;margin-bottom:20px}.marketing-popup .title{font-size:28px;font-weight:700;color:#333;margin-bottom:15px;line-height:1.3}.marketing-popup-form{margin-top:30px}.marketing-popup .phone-input,.marketing-popup .form-control{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s ease;font-family:Nunito,sans-serif}.marketing-popup .phone-input:focus,.marketing-popup .form-control:focus{outline:none;border-color:#e42552;box-shadow:0 0 0 3px #e425521a}.marketing-popup .new-btn{width:100%;padding:16px;background:#2778e1;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:15px;font-family:Nunito,sans-serif}.marketing-popup .new-btn:hover{border-color:#3b6ecd;background-color:#fff;color:#3b6ecd}.marketing-popup .new-btn:active{transform:translateY(0)}.marketing-popup .new-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.marketing-popup .confirm{font-size:12px;color:#999;margin-top:15px;margin-bottom:0;line-height:1.4}.marketing-popup .mobile-hidden{display:flex;align-items:center;justify-content:center}.popup-message{margin-top:15px;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500}.popup-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.popup-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width: 991px){.marketing-popup .mobile-hidden{display:none}.popup__main{padding:30px 20px;width:95%}.marketing-popup .title{font-size:22px}}@media (max-width: 576px){.popup__main{padding:25px 15px;border-radius:12px}.marketing-popup .title{font-size:20px}.popup__close{top:10px;right:10px;width:25px;height:25px}}.popup__main::-webkit-scrollbar{width:8px}.popup__main::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.popup__main::-webkit-scrollbar-thumb{background:#e42552;border-radius:10px}.popup__main::-webkit-scrollbar-thumb:hover{background:#c91d45}
