.mp-contact-btn {
    background: #1463ff;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.mp-contact-popup {
    display: none;
}

.mp-contact-popup.active {
    display: block;
}

.mp-contact-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    z-index: 9998;
}

.mp-contact-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 92%;
    max-width: 520px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.mp-contact-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: transparent;
    border: 0;
    font-size: 30px;
    cursor: pointer;
    color: #667085;
}

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

.mp-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 6px;
}

.mp-field input,
.mp-field textarea {
    width: 100%;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
}

.mp-submit-btn {
    width: 100%;
    background: #1463ff;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 13px 18px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.mp-contact-info {
    margin-top: 20px;
    border-top: 1px solid #e5eaf3;
    padding-top: 15px;
}

.mp-contact-info p {
    margin: 6px 0;
    color: #667085;
}

.mp-contact-info a {
    color: #1463ff;
    text-decoration: none;
}

.mp-form-response {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
}

.mp-form-response.success {
    color: #079455;
}

.mp-form-response.error {
    color: #d92d20;
}