#lei-query-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.55);
    z-index:99999;
    align-items:center;
    justify-content:center;
}

#lei-modal-inner{
    background:#fff;
    border-radius:10px;
    padding:30px;
    width:100%;
    max-width:480px;
    position:relative;
    box-sizing:border-box;
    margin:20px;
    max-height:90vh;
    overflow-y:auto;
}

.lei-modal-close{
    position:absolute;
    top:10px;
    right:16px;
    font-size:24px;
    cursor:pointer;
    color:#50575e;
    line-height:1;
}

.lei-modal-title{
    margin:0 0 20px;
    font-size:18px;
    color:#1d2327;
}

.lei-form-group{
    margin-bottom:14px;
}

.lei-form-label{
    display:block;
    font-size:13px;
    font-weight:600;
    color:#50575e;
    margin-bottom:5px;
}

.lei-required{
    color:#d63638;
}

.lei-form-control{
    width:100%;
    padding:10px 12px;
    border:1px solid #dcdcde;
    border-radius:6px;
    font-size:14px;
    box-sizing:border-box;
}

.lei-form-textarea{
    resize:vertical;
}

#lei_error{
    display:none;
    color:#d63638;
    font-size:13px;
    margin-bottom:12px;
    padding:8px 12px;
    background:#fcf0f1;
    border-left:3px solid #d63638;
    border-radius:4px;
}

#lei_submit_btn{
    width:100%;
    padding:12px;
    background:#188943;
    color:#fff;
    border:none;
    border-radius:6px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
}

.lei-contact-btn{
    background: rgba(45, 32, 32, 1);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}
.lei-contact-btn:hover{
    background:var(--primary-color);
}