.wccic-modal-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
    padding: 20px;
}

.wccic-modal-overlay.wccic-active {
    display: flex;
}

.wccic-modal {
    position: relative;
    width: min(94vw, 460px);
    background: #fff;
    color: #222;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    font-family: inherit;
}

.wccic-modal h2 {
    margin: 0 36px 10px 0;
    font-size: 24px;
    line-height: 1.2;
}

.wccic-product-name {
    margin: 0 0 18px;
    font-weight: 600;
}

.wccic-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #555;
}

.wccic-actions {
    display: grid;
    gap: 10px;
}

.wccic-call-button,
.wccic-email-toggle,
.wccic-cancel,
.wccic-submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 13px 16px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    line-height: 1.2;
}

.wccic-call-button {
    background: #087a3b;
    color: #fff !important;
}

.wccic-email-toggle,
.wccic-submit {
    background: #1f5fbf;
    color: #fff;
}

.wccic-cancel {
    background: #e9e9e9;
    color: #222;
}

.wccic-form {
    margin-top: 18px;
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
}

.wccic-form label {
    display: block;
    margin: 12px 0 5px;
    font-weight: 700;
}

.wccic-form input[type="text"],
.wccic-form input[type="tel"],
.wccic-form input[type="email"] {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 9px;
    padding: 11px 12px;
    font-size: 16px;
}

.wccic-message {
    margin: 12px 0 0;
    font-weight: 700;
}

.wccic-message.wccic-error {
    color: #b00020;
}

.wccic-message.wccic-success {
    color: #087a3b;
}

/* v1.1 spacing refinements */
.wccic-form-group {
    margin-bottom: 16px;
}

.wccic-form-group label {
    display: block;
    margin: 0 0 7px;
    font-weight: 700;
}

.wccic-submit {
    margin-top: 8px;
}

.wccic-call-button {
    display: block;
}
