/* Fundal */
.fw-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.fw-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* Conținut centrat */
.fw-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 25px;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    z-index: 9999999;
}

/* Formular */
#fw-airbag-request-quote-form input,
#fw-airbag-request-quote-form select {
    width: 100%;
    margin-bottom: 12px;
}

/* Buton închidere */
.fw-modal-close {
    margin-top: 15px;
    padding: 8px 15px;
    background: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
}
