/* Contact success/error popups (Magnific) — mismo estilo que sitio Técnico */
.contact-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 420px;
    margin: 30px auto;
    padding: 36px 32px 28px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    border-top: 5px solid #ccc;
}

.contact-popup-error {
    border-top-color: #c62828;
}

.contact-popup-success {
    border-top-color: #2e7d32;
}

.contact-popup-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    line-height: 64px;
    font-size: 28px;
    color: #fff;
}

.contact-popup-error .contact-popup-icon {
    background: linear-gradient(145deg, #b71c1c, #e53935);
}

.contact-popup-success .contact-popup-icon {
    background: linear-gradient(145deg, #1b5e20, #43a047);
}

.contact-popup h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #222 !important;
    margin: 0 0 12px;
}

.contact-popup p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 22px;
}

.contact-popup-btn {
    display: inline-block;
    min-width: 140px;
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    color: #fff !important;
}

.contact-popup-error .contact-popup-btn {
    background: #c62828;
}

.contact-popup-error .contact-popup-btn:hover {
    background: #b71c1c;
    color: #fff !important;
}

.contact-popup-success .contact-popup-btn {
    background: #2e7d32;
}

.contact-popup-success .contact-popup-btn:hover {
    background: #1b5e20;
    color: #fff !important;
}
