/* ESTILOS ESPECÍFICOS - PÁGINA CONTACTO */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; color: #1e293b; background-color: #f8fafc; line-height: 1.6; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* DISCLAIMER TOP */
.top-disclaimer-banner { background-color: #fef3c7; border-bottom: 1px solid #fde68a; padding: 14px 0; color: #92400e; }
.container-disclaimer { display: table; width: 100%; }
.icon-disclaimer { display: table-cell; vertical-align: middle; width: 32px; padding-right: 12px; color: #b45309; }
.text-disclaimer { display: table-cell; vertical-align: middle; font-size: 12.5px; text-align: justify; }

/* HEADER */
.main-header { background-color: #ffffff; box-shadow: 0 2px 4px rgba(0,0,0,0.04); position: sticky; top: 0; z-index: 100; padding: 16px 0; }
.container-header { display: table; width: 100%; }
.logo-link { display: table-cell; vertical-align: middle; text-decoration: none; width: 250px; }
.logo-container { font-size: 22px; font-weight: 700; }
.logo-text-primary { color: #0f172a; }
.logo-text-secondary { color: #b45309; } /* Variación independiente: Naranja Quemado/Ocre Legal */
.logo-badge { font-size: 11px; background-color: #e2e8f0; color: #475569; padding: 2px 6px; border-radius: 4px; margin-left: 6px; vertical-align: middle; text-transform: uppercase; }
.main-nav { display: table-cell; vertical-align: middle; text-align: center; }
.nav-list { display: inline-block; list-style: none; }
.nav-list li { display: inline-block; margin: 0 16px; }
.nav-link { text-decoration: none; color: #475569; font-weight: 500; font-size: 15px; }
.nav-link.active, .nav-link:hover { color: #b45309; }
.header-cta { display: table-cell; vertical-align: middle; text-align: right; width: 180px; }
.btn-secondary-nav { display: inline-block; text-decoration: none; background-color: #fff7ed; color: #b45309; padding: 8px 16px; font-size: 14px; font-weight: 600; border-radius: 4px; }

/* LAYOUT DE CONTACTO VIA TABLAS */
.contact-section { padding: 80px 0; background-color: #ffffff; }
.contact-layout-table { display: table; width: 100%; table-layout: fixed; }
.contact-info-cell { display: table-cell; width: 45%; vertical-align: top; padding-right: 50px; }
.contact-form-cell { display: table-cell; width: 55%; vertical-align: top; }

.section-tag { display: inline-block; color: #b45309; font-weight: 700; font-size: 13px; text-transform: uppercase; margin-bottom: 12px; }
.contact-title { font-size: 34px; color: #0f172a; line-height: 1.2; margin-bottom: 20px; }
.contact-desc { color: #475569; margin-bottom: 30px; font-size: 15.5px; }

.info-item-box { background-color: #f8fafc; padding: 20px; border-radius: 6px; border: 1px solid #e2e8f0; margin-bottom: 20px; }
.info-item-box h4 { color: #0f172a; margin-bottom: 6px; font-size: 16px; }
.info-item-box p { color: #475569; font-size: 14.5px; }

/* DISEÑO DEL FORMULARIO */
.form-wrapper { background-color: #ffffff; border: 1px solid #cbd5e1; padding: 40px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.form-box-title { font-size: 20px; color: #0f172a; margin-bottom: 24px; border-bottom: 2px solid #f97316; padding-bottom: 8px; }

.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13.5px; font-weight: 600; color: #334155; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 12px; font-size: 14.5px; border: 1px solid #cbd5e1; border-radius: 5px; color: #1e293b; background-color: #f8fafc; outline: none; transition: border 0.2s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #b45309; background-color: #ffffff; }

.form-consent-check { margin-bottom: 24px; font-size: 12.5px; color: #475569; }
.form-consent-check input { margin-right: 8px; vertical-align: top; margin-top: 3px; }
.form-consent-check a { color: #b45309; text-decoration: underline; }

.btn-submit-form { width: 100%; background-color: #b45309; color: #ffffff; padding: 14px; font-size: 16px; font-weight: 700; border-radius: 5px; cursor: pointer; border: none; transition: background 0.2s ease; }
.btn-submit-form:hover { background-color: #7c2d12; }

/* CAJA DE ESTADOS DINÁMICOS */
.status-box { padding: 14px; border-radius: 5px; font-size: 14px; margin-bottom: 20px; font-weight: 600; }
.status-box.success { background-color: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.status-box.error { background-color: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }
.hidden { display: none; }
.error-hint { display: none; font-size: 12px; color: #dc2626; margin-top: 4px; font-weight: 500; }
.form-group.has-error input, .form-group.has-error select { border-color: #dc2626; background-color: #fef2f2; }
.form-group.has-error .error-hint { display: block; }

/* FOOTER */
.main-footer { background-color: #0f172a; color: #94a3b8; padding: 60px 0 30px 0; border-top: 1px solid #1e293b; font-size: 14px; }
.footer-grid { display: table; width: 100%; }
.footer-brand-column { display: table-cell; width: 50%; padding-right: 40px; vertical-align: top; }
.footer-brand-desc { margin-top: 16px; line-height: 1.5; }
.footer-links-column { display: table-cell; width: 25%; vertical-align: top; }
.footer-links-column h4 { color: #ffffff; font-size: 15px; margin-bottom: 16px; }
.footer-links-list { list-style: none; }
.footer-links-list li { margin-bottom: 10px; }
.footer-links-list a { color: #94a3b8; text-decoration: none; }
.footer-separator { border: none; border-top: 1px solid #1e293b; margin: 40px 0 24px 0; }
.footer-disclaimer-box { background-color: #1e293b; padding: 20px; border-radius: 6px; border-left: 4px solid #b45309; margin-bottom: 24px; }
.text-disclaimer-footer { font-size: 12px; color: #cbd5e1; text-align: justify; line-height: 1.5; }
.footer-copyright { font-size: 12px; color: #64748b; }
