#quote-popup-overlay { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:9998;}
#quote-popup { display:none; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); background:#fff; padding:30px; border-radius:8px; box-shadow:0 0 20px rgba(0,0,0,0.3); width:90%; max-width:400px; z-index:9999;}
#quote-popup-close { position:absolute; top:10px; right:15px; font-size:22px; cursor:pointer;}
#quote-popup-close:hover { color:red; }
#quote-popup form input, #quote-popup form textarea, #quote-popup form select { width:100%; margin-bottom:10px; padding:8px; box-sizing:border-box; }
#quote-popup form button { background-color:#0073aa; color:white; padding:10px 15px; border:none; cursor:pointer; border-radius:5px; }
