.lead-btn-f3665ed5 {
    padding: 15px 30px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.lead-btn-f3665ed5:hover {
    opacity: 0.9;
}

.lead-popup-overlay-f3665ed5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.lead-popup-content-f3665ed5 {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    font-family: sans-serif;
}

.lead-popup-content-f3665ed5 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
}

.lead-popup-content-f3665ed5 input,
.lead-popup-content-f3665ed5 textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.lead-popup-content-f3665ed5 textarea {
    height: 100px;
    resize: vertical;
}

.submit-btn-f3665ed5 {
    width: 100%;
    padding: 12px;
    background: #28a745;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.submit-btn-f3665ed5:disabled {
    background: #888;
    cursor: not-allowed;
}

.close-btn-f3665ed5 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #999;
    padding: 0;
}

.close-btn-f3665ed5:hover {
    color: #333;
}

.lead-form-msg-f3665ed5 {
    margin-top: 15px;
    padding: 10px;
    background: #e6f4ea;
    color: #1e8e3e;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}
