.moka-blur-active {
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
}

#moka-lead-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
}

.moka-modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    position: relative;
}

.moka-modal-content h2 {
    margin-top: 0;
    font-size: 24px;
    text-align: center;
}

.moka-form-group {
    margin-bottom: 15px;
}

.moka-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.moka-form-group input[type="text"],
.moka-form-group input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.moka-consent {
    font-size: 14px;
    margin-bottom: 20px;
}

.moka-submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.moka-submit-btn:hover {
    background-color: #005177;
}

.moka-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
