.enquiry-btn,
.wcae-enquiry-btn {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}

.enquiry-btn:hover,
.wcae-enquiry-btn:hover {
    background: #222;
    color: #fff;
}

.enquiry-popup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.popup-inner {
    background: #fff;
    width: 100%;
    max-width: 520px;
    padding: 32px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.close {
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 28px;
    line-height: 1;
    padding: 0;
}

.wcae-popup-header {
    margin-bottom: 18px;
    padding-right: 24px;
}

.wcae-popup-header h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.25;
}

.wcae-popup-header p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.wcae-selected-product {
    background: #f7f7f7;
    padding: 12px 14px;
    border-radius: 6px;
    margin-bottom: 18px;
    font-size: 14px;
}

.wcae-field {
    margin-bottom: 14px;
}

.wcae-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #222;
}

.wcae-field input,
.wcae-field textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
}

.wcae-field textarea {
    resize: vertical;
}

.wcae-submit-btn {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 13px 18px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.wcae-submit-btn:hover {
    background: #222;
    color: #fff;
}

@media (max-width: 600px) {
    .popup-inner {
        padding: 26px 20px;
    }

    .wcae-popup-header h3 {
        font-size: 21px;
    }
}

.wcae-response {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 14px;
}

.wcae-success {
    background: #e9f8ee;
    color: #155724;
}

.wcae-error {
    background: #fdeaea;
    color: #8a1f17;
}

.wcae-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
