:root{--popup-bg:#b3b3b3;--brand-green:#5e5c64;--text-dark:#FFF;--field-margin:15px;--header-font-size:1.2rem}.cav-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:9999;align-items:center;justify-content:center}.cav-popup-content{background:#f4f4f4;width:600px;min-width:350px;border-radius:8px;position:relative;box-shadow:0 20px 60px rgba(0,0,0,0.4);resize:both;overflow:hidden;display:flex;flex-direction:column}.popup-header{max-height:50px;padding:20px;background:#1a1a1a;display:flex;box-shadow:0 4px 10px rgba(0,0,0,0.4);justify-content:space-between;align-items:center}.popup-header h4{font-size:1.25rem;margin-top:0;margin-bottom:0px;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,0.2)}.popup-body{padding:20px;overflow-y:scroll;flex-grow:1}#lead-form input,#lead-form textarea{width:110%;margin-bottom:12px;padding:0px;border:1px solid #ccc;border-radius:4px;font-family:inherit}.submit-btn{background:#77767b;color:#fff;border:none;padding:12px 20px;cursor:pointer;width:100%;font-weight:700}.popup-divider{margin:30px 0;border:0;border-top:1px solid #eee}.embed-label{font-weight:700;margin-bottom:10px;font-size:1rem;color:#030303}