/* ===== CORRECCIÓN FINAL DE TEXTO - NEGRO SOBRE BLANCO ===== */

/* ============================================
   SERVICES PAGE - TEXTO NEGRO FORZADO
   ============================================ */

.page-services h1,
.page-services h2,
.page-services h3,
.page-services h4,
.page-services h5,
.page-services h6 {
    color: #000000 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

.page-services p,
.page-services li,
.page-services span:not(.btn-text):not(.btn-icon) {
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

.service-item {
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    margin-bottom: 3rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.service-item h2 {
    color: #000000 !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

.service-item p {
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

.service-item ul {
    color: #000000 !important;
    margin-top: 1rem !important;
}

.service-item ul li {
    color: #000000 !important;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.5 !important;
}

.service-item-content {
    color: #000000 !important;
}

.service-item-content * {
    color: #000000 !important;
}

/* ============================================
   ABOUT US PAGE - TEXTO NEGRO FORZADO
   ============================================ */

.page-about h1,
.page-about h2,
.page-about h3,
.page-about h4,
.page-about h5,
.page-about h6 {
    color: #000000 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

.page-about p,
.page-about li,
.page-about span:not(.btn-text):not(.btn-icon) {
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

.about-us-container {
    background: #ffffff !important;
    background-image: none !important;
    padding: 0 !important;
}

.about-us-content {
    background: #ffffff !important;
    color: #000000 !important;
}

.about-us-content h2 {
    color: #000000 !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
}

.about-us-content p {
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

.page-about .card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 2rem !important;
}

.page-about .card h3 {
    color: #000000 !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

.page-about .card p {
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

/* ============================================
   CONTACT PAGE - FORMULARIO BLANCO CON TEXTO NEGRO
   ============================================ */

.page-contact h1,
.page-contact h2,
.page-contact h3,
.page-contact h4,
.page-contact h5,
.page-contact h6 {
    color: #000000 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

.page-contact p,
.page-contact li,
.page-contact span:not(.btn-text):not(.btn-icon) {
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

/* FORMULARIO DE CONTACTO - FONDO BLANCO PROFESIONAL */
.contact-form {
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 2rem !important;
}

.form-header {
    background: #ffffff !important;
    color: #000000 !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #f1f1f1 !important;
}

.form-header h3 {
    color: #000000 !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
}

.form-header p {
    color: #333333 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

/* PASOS DEL FORMULARIO */
.step-header h4 {
    color: #000000 !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}

.form-step {
    background: #ffffff !important;
    color: #000000 !important;
}

/* CAMPOS DEL FORMULARIO - BLANCOS Y LIMPIOS */
.form-group label {
    color: #000000 !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

.form-group input,
.form-group textarea,
.form-group select {
    background: #ffffff !important;
    background-image: none !important;
    border: 2px solid #e5e7eb !important;
    color: #000000 !important;
    border-radius: 8px !important;
    padding: 0.75rem !important;
    width: 100% !important;
    font-size: 1rem !important;
    font-family: 'Inter', sans-serif !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999999 !important;
    font-style: italic !important;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    background: #ffffff !important;
    outline: none !important;
}

/* BARRA DE PROGRESO */
.progress-bar {
    background: #f1f1f1 !important;
    height: 6px !important;
    border-radius: 3px !important;
    margin-bottom: 1.5rem !important;
}

.progress {
    background: #3b82f6 !important;
    background-image: none !important;
    height: 100% !important;
    border-radius: 3px !important;
    transition: width 0.3s ease !important;
}

/* PANEL DE INFORMACIÓN DE CONTACTO */
.contact-info {
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.contact-info h3 {
    color: #000000 !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
}

.contact-method {
    background: #f8fafc !important;
    background-image: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    margin-bottom: 1rem !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
}

.method-icon {
    font-size: 1.5rem !important;
    flex-shrink: 0 !important;
}

.method-details {
    flex: 1 !important;
}

.method-details strong {
    color: #000000 !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 0.25rem !important;
}

.method-details a {
    color: #3b82f6 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.method-details a:hover {
    color: #2563eb !important;
    text-decoration: underline !important;
}

.response-time {
    color: #666666 !important;
    font-size: 0.875rem !important;
    font-style: italic !important;
    display: block !important;
    margin-top: 0.25rem !important;
}

.method-details span:not(.response-time) {
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

/* GARANTÍA DE RESPUESTA */
.response-guarantee {
    background: #f0f9ff !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    margin-top: 1.5rem !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

.guarantee-icon {
    color: #3b82f6 !important;
    font-size: 1.25rem !important;
    flex-shrink: 0 !important;
}

.guarantee-text strong {
    color: #000000 !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 0.25rem !important;
}

.guarantee-text p {
    color: #333333 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
}

/* OPCIONES DE CONTACTO */
.contact-options {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 2rem !important;
    margin-bottom: 3rem !important;
}

.contact-option {
    background: #ffffff !important;
    background-image: none !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    text-align: center !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease !important;
}

.contact-option:hover {
    border-color: #3b82f6 !important;
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.1) !important;
    transform: translateY(-2px) !important;
}

.option-icon {
    font-size: 3rem !important;
    margin-bottom: 1rem !important;
    display: block !important;
}

.contact-option h3 {
    color: #000000 !important;
    font-weight: 700 !important;
    margin-bottom: 0.75rem !important;
}

.contact-option p {
    color: #333333 !important;
    font-weight: 400 !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.5 !important;
}

.option-btn {
    background: #3b82f6 !important;
    background-image: none !important;
    color: #000000 !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
}

.option-btn:hover {
    background: #2563eb !important;
    color: #000000 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.25) !important;
}

.page-contact .btn,
.page-contact .btn-primary,
.page-contact .btn-secondary,
.page-contact .option-btn {
    color: #000000 !important;
}

.page-contact .btn:hover,
.page-contact .btn-primary:hover,
.page-contact .btn-secondary:hover,
.page-contact .option-btn:hover {
    color: #000000 !important;
}

/* CHECKBOX PERSONALIZADO */
.checkbox-group {
    margin: 1.5rem 0 !important;
}

.checkbox-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    cursor: pointer !important;
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.checkmark {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-top: 1px !important;
    transition: all 0.2s ease !important;
}

input[type="checkbox"]:checked + .checkmark {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: #ffffff !important;
}

input[type="checkbox"]:checked + .checkmark::after {
    content: '✓' !important;
    font-size: 0.8rem !important;
    font-weight: bold !important;
}

/* ============================================
   RESPONSIVO
   ============================================ */

@media (max-width: 768px) {
    .contact-form,
    .contact-info {
        padding: 1.5rem !important;
    }

    .contact-option {
        padding: 1.5rem !important;
    }

    .contact-options {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .service-item {
        padding: 1.5rem !important;
        margin-bottom: 2rem !important;
    }

    .form-row {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
}

/* ============================================
   FORZAR VISIBILIDAD EN TODOS LOS ELEMENTOS
   ============================================ */

.page-services *,
.page-about *,
.page-contact * {
    color: inherit !important;
}

.page-services .text-muted,
.page-about .text-muted,
.page-contact .text-muted {
    color: #666666 !important;
}

/* Asegurar que los links mantengan su color azul */
.page-services a,
.page-about a,
.page-contact a {
    color: #3b82f6 !important;
}

.page-services a:hover,
.page-about a:hover,
.page-contact a:hover {
    color: #2563eb !important;
}
