.quote-btn{margin-left:10px;padding:6px 16px;background:#0070f3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500}.quote-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.quote-popup{background:#fff;padding:32px 24px;border-radius:8px;box-shadow:0 2px 16px rgba(0,0,0,.15);min-width:320px;max-width:90vw}.quote-popup h2{margin-bottom:16px;font-size:1.5rem}.quote-popup form{display:flex;flex-direction:column;gap:12px}.quote-popup input,.quote-popup textarea{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.quote-popup button[type=submit]{background:#0070f3;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-weight:500;cursor:pointer}.quote-popup button{margin-top:12px;background:#eee;color:#333;border:none;border-radius:4px;padding:6px 12px;cursor:pointer}