/* ========================================
   CONTACTO - CSS FORZADO CON !IMPORTANT
   ======================================== */

/* Hero */
body .contact-hero,
section.contact-hero {
    background: linear-gradient(135deg, #32271D 0%, #2a2018 100%) !important;
    padding: 100px 20px 60px !important;
    text-align: center !important;
    display: block !important;
}

body .contact-hero h1 {
    font-family: 'Sideware Trial', serif !important;
    font-size: 3.5rem !important;
    color: #EDE1D0 !important;
    margin-bottom: 20px !important;
    display: block !important;
}

body .contact-hero p {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 1.3rem !important;
    color: #DBA95F !important;
    display: block !important;
}

/* SECCIÓN PRINCIPAL - FORZAR 2 COLUMNAS */
body .contact-main-section,
section.contact-main-section {
    background-color: #EDE1D0 !important;
    padding: 80px 20px !important;
    display: block !important;
}

body .contact-container,
.contact-main-section .contact-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: start !important;
}

/* COLUMNA IZQUIERDA */
body .contact-info-column {
    display: block !important;
}

/* TARJETAS */
body .contact-info-card {
    background: white !important;
    padding: 30px !important;
    border-radius: 20px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 30px rgba(50, 39, 29, 0.05) !important;
    border-left: 4px solid #DBA95F !important;
    display: block !important;
}

body .info-icon-wrapper {
    width: 50px !important;
    height: 50px !important;
    background-color: #FAF8F5 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
}

body .info-icon-wrapper i {
    font-size: 28px !important;
    color: #DBA95F !important;
}

body .contact-info-card h3 {
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1.2rem !important;
    color: #32271D !important;
    margin-bottom: 10px !important;
    display: block !important;
}

body .contact-info-card p {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 0.95rem !important;
    color: #32271D !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* BOTÓN WHATSAPP - FORZAR ESTILO DE BOTÓN */
body a.contact-wa-btn,
.contact-info-card a.contact-wa-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-color: #25D366 !important;
    color: white !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 900 !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    width: auto !important;
}

body a.contact-wa-btn:hover {
    background-color: #128C7E !important;
    transform: translateY(-2px) !important;
    color: white !important;
}

/* HORARIO */
body ul.contact-hours,
.contact-info-card ul.contact-hours {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body ul.contact-hours li {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 0.95rem !important;
    color: #32271D !important;
    padding: 5px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(50, 39, 29, 0.1) !important;
}

body ul.contact-hours li span {
    font-weight: 700 !important;
}

/* MAPA */
body .contact-map {
    margin-top: 15px !important;
    border: 2px solid #DBA95F !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

body .contact-map iframe {
    width: 100% !important;
    height: 200px !important;
    border: 0 !important;
    border-radius: 10px !important;
}

/* REDES SOCIALES */
body .contact-socials {
    display: flex !important;
    gap: 15px !important;
    margin-top: 10px !important;
}

body .contact-socials a {
    width: 45px !important;
    height: 45px !important;
    background-color: #FAF8F5 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #DBA95F !important;
    font-size: 24px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

body .contact-socials a:hover {
    background-color: #DBA95F !important;
    color: #32271D !important;
    transform: translateY(-3px) !important;
}

/* COLUMNA DERECHA - FORMULARIO */
body .contact-form-column {
    display: block !important;
}

body .contact-form-wrapper {
    background: white !important;
    padding: 40px !important;
    border-radius: 25px !important;
    box-shadow: 0 15px 40px rgba(50, 39, 29, 0.08) !important;
    position: sticky !important;
    top: 120px !important;
}

body .contact-form-wrapper h3 {
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1.8rem !important;
    color: #32271D !important;
    margin-bottom: 10px !important;
    display: block !important;
}

body .contact-form-wrapper > p {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 0.95rem !important;
    color: #32271D !important;
    margin-bottom: 30px !important;
    opacity: 0.8;
    display: block !important;
}

/* FORMULARIO */
body form#jenn-contact-form,
.jenn-form {
    display: block !important;
}

body .form-group {
    margin-bottom: 20px !important;
    display: block !important;
}

body .form-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

body .form-group label {
    display: block !important;
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    color: #32271D !important;
    margin-bottom: 8px !important;
}

body .form-group input,
body .form-group select,
body .form-group textarea {
    width: 100% !important;
    padding: 15px !important;
    border: 2px solid #EDE1D0 !important;
    border-radius: 12px !important;
    background-color: #FAF8F5 !important;
    font-family: 'Satoshi', sans-serif !important;
    font-size: 1rem !important;
    color: #32271D !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

body .form-group input:focus,
body .form-group select:focus,
body .form-group textarea:focus {
    outline: none !important;
    border-color: #DBA95F !important;
    background-color: white !important;
    box-shadow: 0 0 0 4px rgba(219, 169, 95, 0.1) !important;
}

body .form-group textarea {
    resize: vertical !important;
    min-height: 120px !important;
}

/* BOTÓN ENVIAR - FORZAR ESTILO */
body button.form-submit-btn,
#form-submit-btn {
    width: 100% !important;
    background: linear-gradient(135deg, #DBA95F 0%, #A97B3C 100%) !important;
    color: #32271D !important;
    padding: 18px !important;
    border: none !important;
    border-radius: 50px !important;
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1.1rem !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 25px rgba(219, 169, 95, 0.3) !important;
    margin-top: 10px !important;
}

body button.form-submit-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(219, 169, 95, 0.5) !important;
    color: #32271D !important;
}

body .form-message {
    margin-top: 20px !important;
    padding: 15px !important;
    border-radius: 10px !important;
    font-family: 'Satoshi', sans-serif !important;
    font-size: 0.95rem !important;
    text-align: center !important;
    display: none !important;
}

body .form-message.success {
    display: block !important;
    background-color: rgba(37, 211, 102, 0.1) !important;
    color: #128C7E !important;
    border: 1px solid #25D366 !important;
}

body .form-message.error {
    display: block !important;
    background-color: rgba(255, 0, 0, 0.1) !important;
    color: #c00 !important;
    border: 1px solid #c00 !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    body .contact-container,
    .contact-main-section .contact-container {
        grid-template-columns: 1fr !important;
    }
    body .contact-form-wrapper {
        position: static !important;
        margin-top: 40px !important;
    }
}

@media (max-width: 576px) {
    body .contact-hero h1 { font-size: 2.5rem !important; }
    body .form-row { grid-template-columns: 1fr !important; }
    body .contact-form-wrapper { padding: 25px !important; }
}