/* ==========================================================================
   DISEÑO ELEMENTOR: ENFOQUE Y ALCANCE (IJRI) - CORREGIDO
   ========================================================================== */
.ijri-enfoque-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; max-width: 100%; margin: 0 auto; }

/* AQUÍ ESTÁ EL MARGEN DEL PRIMER PÁRRAFO QUE PEDISTE */
.ijri-enfoque-intro { margin-bottom: 3.5rem; text-align: justify; }
.ijri-enfoque-intro p { font-size: 1.1rem; color: #4a5568; margin-bottom: 0; }

/* Grid de Tarjetas */
.ijri-enfoque-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.ijri-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 1.5rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; }
.ijri-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); border-color: #09647f; }

/* AQUÍ ESTÁN LOS ICONOS MÁS GRANDES EN LAS CAJAS - FORZADO AL MÁXIMO */
.ijri-icon-container { 
    height: 95px !important; /* Le subí a 95px para que tengan más espacio para crecer */
    margin-bottom: 1.5rem !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
}

.ijri-icon-img { 
    width: 40px !important;  /* Obligamos a la imagen a tener este ancho fijo */
    height: 40px !important; /* Obligamos a la imagen a tener este alto fijo */
    max-width: 100% !important;
    object-fit: contain !important; 
}

/* Textos de Tarjetas */
.ijri-card h3 { color: #09647f; font-size: 1.25rem; margin-top: 0; margin-bottom: 1rem; font-weight: bold; border-bottom: 2px solid #edf2f7; padding-bottom: 0.5rem; }
.ijri-card p { font-size: 0.95rem; color: #4a5568; margin: 0; text-align: justify; }

/* Footer y Alertas */
.ijri-enfoque-footer { display: flex; flex-direction: column; gap: 1rem; }
.ijri-info-box { background-color: #ebf8ff; border-left: 4px solid #09647f; padding: 1.5rem; border-radius: 0 8px 8px 0; }
.ijri-info-box h4 { margin-top: 0; color: #09647f; font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }
.ijri-info-icon-img { width: 24px; height: 24px; object-fit: contain; }
.ijri-alert-box { background-color: #fffaf0; border: 1px solid #feebc8; border-left: 4px solid #ed8936; padding: 1rem 1.5rem; border-radius: 0 8px 8px 0; font-size: 0.9rem; color: #7b341e; }

/* ==========================================================================
   DISEÑO ELEMENTOR: MISIÓN Y VISIÓN (IJRI)
   ========================================================================== */
.ijri-mision-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; max-width: 100%; margin: 0 auto; }

/* Caja destacada para Propósitos */
.ijri-proposito-box { background-color: #f8fafc; border-left: 5px solid #09647f; padding: 2.5rem; border-radius: 0 12px 12px 0; margin-bottom: 3.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.ijri-proposito-box h3 { color: #09647f; margin-top: 0; margin-bottom: 1.2rem; font-size: 1.5rem; font-weight: 800; }
.ijri-proposito-box p { font-size: 1.15rem; color: #4a5568; margin: 0; text-align: justify; line-height: 1.8; }

/* Grid de 2 Columnas para Misión y Visión */
.ijri-mision-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin-bottom: 2rem; }

/* Tarjetas */
.ijri-mision-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 2.5rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; }
.ijri-mision-card:hover { transform: translateY(-5px); box-shadow: 0 12px 20px rgba(9, 100, 127, 0.15); border-color: #09647f; }

/* Iconos de las tarjetas */
.ijri-mision-icon-container { height: 95px !important; margin-bottom: 1.8rem !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.ijri-mision-icon-img { width: 90px !important; height: 90px !important; max-width: 100% !important; object-fit: contain !important; }

/* Textos de las tarjetas */
.ijri-mision-card h3 { color: #09647f; font-size: 1.6rem; margin-top: 0; margin-bottom: 1.2rem; font-weight: 800; border-bottom: 2px solid #edf2f7; padding-bottom: 1rem; }
.ijri-mision-card p { font-size: 1.05rem; color: #4a5568; margin: 0; text-align: justify; line-height: 1.7; }

/* ==========================================================================
   DISEÑO ELEMENTOR: CONTRIBUCIONES Y SECCIONES (IJRI)
   ========================================================================== */
.ijri-contrib-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; max-width: 100%; margin: 0 auto; }

/* Introducción y Lista de Tipos */
.ijri-contrib-intro { margin-bottom: 2.5rem; text-align: justify; }
.ijri-contrib-intro p { font-size: 1.1rem; color: #4a5568; margin-bottom: 1.5rem; }
.ijri-contrib-list { background-color: #f8fafc; border-left: 4px solid #09647f; padding: 1.5rem 2rem; border-radius: 0 8px 8px 0; margin-bottom: 2rem; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.ijri-contrib-list ul { list-style: none; padding-left: 0; margin: 0; }
.ijri-contrib-list li { position: relative; padding-left: 1.8rem; margin-bottom: 0.8rem; font-weight: 700; color: #09647f; font-size: 1.05rem; }
.ijri-contrib-list li::before { content: "•"; position: absolute; left: 0; color: #ed8936; font-size: 2rem; line-height: 0.8; top: -2px; }

/* Título de Sección Central */
.ijri-section-title { color: #09647f; font-size: 1.8rem; font-weight: 800; border-bottom: 2px solid #e2e8f0; padding-bottom: 0.5rem; margin-bottom: 2rem; margin-top: 3.5rem; }

/* Grid de Tarjetas (4 Políticas) */
.ijri-contrib-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }

/* Diseño de cada Tarjeta */
.ijri-contrib-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 2rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.ijri-contrib-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(9, 100, 127, 0.1); border-color: #09647f; }

.ijri-contrib-icon { height: 65px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: flex-start; }
.ijri-contrib-icon img { max-height: 100%; max-width: 65px; object-fit: contain; }

.ijri-contrib-card h3 { color: #09647f; font-size: 1.35rem; margin-top: 0; margin-bottom: 1rem; font-weight: bold; line-height: 1.3; }
.ijri-contrib-card p { font-size: 0.95rem; color: #4a5568; margin: 0 0 1.2rem 0; text-align: justify; flex-grow: 1; }

/* Etiqueta flotante para páginas */
.ijri-badge { display: inline-block; background-color: #ebf8ff; color: #09647f; padding: 0.4rem 1rem; border-radius: 999px; font-size: 0.85rem; font-weight: 700; border: 1px solid #bee3f8; align-self: flex-start; }
.ijri-badge-warning { background-color: #fffaf0; color: #dd6b20; border-color: #feebc8; }

/* Nota Final */
.ijri-note-box { background-color: #fffaf0; border: 1px solid #feebc8; border-left: 4px solid #ed8936; padding: 1.5rem; border-radius: 0 8px 8px 0; font-size: 1rem; color: #7b341e; display: flex; align-items: center; gap: 15px; margin-top: 3rem;}
.ijri-note-box img { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
/* ==========================================================================
   DISEÑO ELEMENTOR: FRECUENCIA DE PUBLICACIÓN (IJRI)
   ========================================================================== */
.ijri-frec-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; max-width: 100%; margin: 0 auto; }
.ijri-frec-intro { font-size: 1.1rem; color: #4a5568; margin-bottom: 2.5rem; text-align: justify; }

/* Grid de Frecuencia Normal (3 Columnas) */
.ijri-frec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-bottom: 4rem; }
.ijri-frec-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 2rem 1.5rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; display: flex; flex-direction: column; }
.ijri-frec-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(9, 100, 127, 0.1); border-color: #09647f; }
.ijri-frec-icon { height: 70px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; }
.ijri-frec-icon img { max-height: 100%; max-width: 70px; object-fit: contain; }
.ijri-frec-card h3 { color: #09647f; font-size: 1.25rem; margin-top: 0; margin-bottom: 1rem; font-weight: bold; line-height: 1.3; }
.ijri-frec-card p { font-size: 0.95rem; color: #4a5568; margin: 0; text-align: justify; flex-grow: 1; }

/* Sección de Ediciones Especiales (Caja Destacada) */
.ijri-frec-special-wrap { background-color: #f8fafc; border: 1px solid #e2e8f0; border-top: 5px solid #09647f; border-radius: 8px; padding: 2.5rem; margin-bottom: 2rem; box-shadow: 0 10px 25px rgba(0,0,0,0.03); }
.ijri-frec-special-title { color: #09647f; font-size: 1.8rem; font-weight: 800; margin-top: 0; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 15px; }
.ijri-frec-special-title img { width: 45px; height: 45px; object-fit: contain; }
.ijri-frec-special-text { font-size: 1.05rem; color: #4a5568; margin-bottom: 2.5rem; text-align: justify; line-height: 1.7; }

/* Grid Interno de Detalles Especiales (2 Columnas) */
.ijri-frec-special-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.ijri-frec-special-item { display: flex; gap: 1.2rem; align-items: flex-start; background: #ffffff; padding: 1.8rem; border-radius: 8px; border: 1px solid #edf2f7; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.ijri-frec-special-item img { width: 50px; height: 50px; object-fit: contain; flex-shrink: 0; }
.ijri-frec-special-item p { margin: 0; font-size: 0.95rem; color: #4a5568; text-align: justify; line-height: 1.6;}

/* ==========================================================================
   DISEÑO PRO: PROCESO DE EVALUACIÓN (TEXTO ÍNTEGRO)
   ========================================================================== */
.ijri-proc-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; }

/* Contenedor de la línea de tiempo */
.ijri-timeline-full { position: relative; margin: 3rem 0; padding-left: 50px; }
.ijri-timeline-full::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 3px; background: #e2e8f0; }

/* Pasos numerados con CSS puro */
.ijri-step-full { position: relative; margin-bottom: 4rem; counter-increment: step-counter; }
.ijri-step-full::before { 
    content: counter(step-counter); 
    position: absolute; left: -47px; top: 0; 
    width: 32px; height: 32px; border-radius: 50%; 
    background: #09647f; color: white; text-align: center; 
    line-height: 32px; font-weight: bold; font-size: 0.9rem;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #09647f;
}

.ijri-step-title-full { color: #09647f; font-size: 1.5rem; font-weight: 800; margin-bottom: 1.2rem; border-bottom: 1px solid #edf2f7; padding-bottom: 0.5rem; display: block; }

.ijri-content-card { background: #ffffff; padding: 2rem; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.02); text-align: justify; }
.ijri-content-card p { margin-bottom: 1rem; }
.ijri-content-card p:last-child { margin-bottom: 0; }

/* Grid de Decisiones */
.ijri-decision-grid-full { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 12px; margin: 1.5rem 0; }
.ijri-decision-tag { background: #f1f5f9; border-left: 4px solid #09647f; padding: 10px 15px; border-radius: 4px; font-size: 0.9rem; font-weight: 600; color: #334155; }

/* Banners de tiempo */
.ijri-highlight-banner { background: #ebf8ff; border: 1px solid #bee3f8; padding: 1.5rem; border-radius: 8px; margin-top: 1.5rem; display: flex; align-items: center; gap: 15px; color: #2c5282; font-weight: bold; }

/* Footer */
.ijri-footer-notice { background: #fffaf0; border: 1px solid #feebc8; border-top: 4px solid #ed8936; padding: 2rem; border-radius: 8px; margin-top: 4rem; }

/* ==========================================================================
   DISEÑO: POLÍTICA DE ACCESO ABIERTO (SIN ICONOS)
   ========================================================================== */
.ijri-oa-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; }

/* Cabecera con degradado sutil */
.ijri-oa-hero { 
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); 
    padding: 3rem; border-radius: 15px; border-left: 8px solid #09647f; 
    margin-bottom: 3rem; position: relative; overflow: hidden;
}
.ijri-oa-hero h2 { color: #09647f; font-size: 2rem; margin-top: 0; font-weight: 800; }
.ijri-oa-hero::after { 
    content: "OPEN ACCESS"; position: absolute; right: -20px; bottom: -10px; 
    font-size: 5rem; font-weight: 900; color: rgba(9, 100, 127, 0.05); transform: rotate(-5deg); 
}

/* Sección Licencia Estilo "Sello" */
.ijri-licencia-box { 
    border: 2px dashed #cbd5e0; padding: 2.5rem; border-radius: 12px; 
    margin: 3rem 0; position: relative; background: #fff;
}
.ijri-licencia-title { 
    position: absolute; top: -15px; left: 30px; background: #09647f; 
    color: white; padding: 5px 20px; border-radius: 5px; font-weight: bold; font-size: 0.9rem;
}

/* Grid de Beneficios (Cards sin iconos) */
.ijri-benefits-grid { 
    display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 
    gap: 15px; margin: 2rem 0; 
}
.ijri-benefit-tag { 
    background: #ffffff; border: 1px solid #e2e8f0; padding: 15px; 
    border-radius: 8px; font-size: 0.95rem; color: #4a5568; 
    display: flex; align-items: center; transition: all 0.3s ease;
}
.ijri-benefit-tag::before { 
    content: "✓"; margin-right: 12px; color: #09647f; font-weight: 900; font-size: 1.2rem; 
}
.ijri-benefit-tag:hover { border-color: #09647f; background: #f0f9ff; transform: translateX(5px); }

/* Bloque Derechos y Difusión */
.ijri-derechos-card { 
    background: #2d3748; color: #edf2f7; padding: 2.5rem; 
    border-radius: 12px; margin-top: 3rem; box-shadow: 0 10px 15px rgba(0,0,0,0.1); 
}
.ijri-derechos-card h3 { color: #63b3ed; margin-top: 0; }

/* ==========================================================================
   DISEÑO: ACUERDO DE LICENCIA Y RESPONSABILIDAD (SIN ICONOS)
   ========================================================================== */
.ijri-legal-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; line-height: 1.7; }

/* Bloque de Licencia Principal */
.ijri-legal-box { background: #f8fafc; border: 1px solid #e2e8f0; padding: 2rem; border-radius: 8px; margin-bottom: 2.5rem; }
.ijri-legal-box strong { color: #09647f; }

/* Contenedor de Responsabilidad con borde lateral */
.ijri-resp-section { border-left: 4px solid #ed8936; padding-left: 1.5rem; margin: 2.5rem 0; }
.ijri-resp-section h3 { color: #09647f; font-weight: 800; margin-top: 0; }

/* Tarjetas de Condiciones (Derechos) */
.ijri-condiciones-container { display: flex; flex-direction: column; gap: 1rem; margin: 2rem 0; }
.ijri-condicion-card { 
    background: #fff; border: 1px solid #cbd5e0; padding: 1.5rem; border-radius: 6px; 
    display: flex; align-items: flex-start; gap: 15px; box-shadow: 2px 2px 0px #cbd5e0;
}
.ijri-condicion-card::before { content: "⦿"; color: #09647f; font-size: 1.2rem; margin-top: -2px; }

/* Banner final de compromiso */
.ijri-commitment { 
    background: #09647f; color: white; padding: 2rem; border-radius: 12px; 
    text-align: center; margin-top: 3rem; font-style: italic; font-weight: 300;
}

/* ==========================================================================
   DISEÑO: CUOTAS (POLÍTICA DE COSTO CERO) - SIN ICONOS
   ========================================================================== */
.ijri-cuotas-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; }

/* Banner de "Costo Cero" */
.ijri-zero-banner {
    background: linear-gradient(135deg, #09647f 0%, #0b4d61 100%);
    color: white; padding: 3rem 2rem; border-radius: 20px;
    text-align: center; margin-bottom: 3rem; box-shadow: 0 15px 30px rgba(9, 100, 127, 0.2);
    position: relative; overflow: hidden;
}
.ijri-zero-banner h2 { 
    font-size: 3rem; font-weight: 900; margin: 0; letter-spacing: -1px; line-height: 1;
    color: #fff; text-transform: uppercase;
}
.ijri-zero-banner p { font-size: 1.2rem; opacity: 0.9; margin-top: 10px; font-weight: 300; }

/* Grid de "No Cargos" */
.ijri-no-charges-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px; margin: 2rem 0;
}
.ijri-no-charge-card {
    background: #fff; border: 2px solid #f1f5f9; padding: 2rem;
    border-radius: 15px; position: relative; transition: all 0.3s ease;
    border-top: 5px solid #09647f;
}
.ijri-no-charge-card:hover { transform: translateY(-10px); border-color: #09647f; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.ijri-no-charge-card h4 { color: #09647f; font-size: 1.2rem; margin-top: 0; font-weight: 800; }
.ijri-no-charge-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* Bloque de Financiamiento */
.ijri-funding-box {
    background: #f8fafc; border: 1px solid #e2e8f0; padding: 2.5rem;
    border-radius: 15px; margin-top: 3rem; position: relative;
}
.ijri-funding-box::before {
    content: "¡AVISO!"; position: absolute; top: -12px; left: 30px;
    background: #ed8936; color: white; padding: 2px 15px;
    border-radius: 20px; font-size: 0.75rem; font-weight: bold;
}

/* Separador decorativo */
.ijri-divider-text {
    display: flex; align-items: center; text-align: center; margin: 3rem 0;
    color: #cbd5e0; font-weight: bold; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px;
}
.ijri-divider-text::before, .ijri-divider-text::after { content: ''; flex: 1; border-bottom: 1px solid #e2e8f0; }
.ijri-divider-text:not(:empty)::before { margin-right: 1.5em; }
.ijri-divider-text:not(:empty)::after { margin-left: 1.5em; }

/* ==========================================================================
   DISEÑO: DIRECTORIO DE POLÍTICAS (ESTILO DASHBOARD)
   ========================================================================== */
.ijri-dir-wrapper { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin-top: 10px; }

/* Grid Principal */
.ijri-dir-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 25px; 
    margin-top: 2rem;
}

/* Tarjetas por Categoría */
.ijri-dir-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.8rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ijri-dir-card:hover { transform: translateY(-5px); box-shadow: 0 12px 20px rgba(0,0,0,0.08); }

/* Colores por sección */
.dir-blue { border-top: 6px solid #09647f; }    /* Info General */
.dir-green { border-top: 6px solid #2ecc71; }   /* Políticas */
.dir-purple { border-top: 6px solid #8e44ad; }  /* Ética */
.dir-orange { border-top: 6px solid #e67e22; }  /* Difusión */
.dir-gray { border-top: 6px solid #95a5a6; }    /* Servicios */

.ijri-dir-card h3 { 
    font-size: 1.3rem; 
    margin-bottom: 1.5rem; 
    margin-top: 0;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* Estilo de los Enlaces (Botones Limpios) */
.ijri-dir-list { list-style: none; padding: 0; margin: 0; }
.ijri-dir-list li { margin-bottom: 10px; }

.ijri-dir-list a {
    text-decoration: none;
    color: #4a5568;
    font-size: 0.95rem;
    display: block;
    padding: 10px 15px;
    background: #f8fafc;
    border-radius: 6px;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.ijri-dir-list a:hover {
    background: #fff;
    color: #09647f;
    border-color: #09647f;
    padding-left: 20px; /* Efecto de empuje */
}

/* Badge de Última Actualización */
.ijri-update-badge {
    display: inline-block;
    background: #edf2f7;
    color: #718096;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

/* ==========================================================================
   DISEÑO: ÉTICA EDITORIAL (TEXTO ÍNTEGRO Y SAGRADO)
   ========================================================================== */
.ijri-ethics-full { font-family: 'Inter', Helvetica, Arial, sans-serif; color: #2d3748; line-height: 1.8; }

/* Bloque de Introducción COPE */
.ijri-cope-box {
    background: linear-gradient(to right, #f8fafc, #ffffff);
    border-left: 8px solid #09647f;
    padding: 2.5rem;
    border-radius: 0 15px 15px 0;
    margin-bottom: 3.5rem;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.02);
}

/* Títulos de Sección con Estilo Moderno */
.ijri-section-header {
    font-size: 1.6rem; font-weight: 800; color: #09647f;
    margin: 4rem 0 2rem 0; padding-bottom: 10px;
    border-bottom: 3px solid #e2e8f0; position: relative;
}
.ijri-section-header::after {
    content: ''; position: absolute; bottom: -3px; left: 0;
    width: 60px; height: 3px; background: #09647f;
}

/* Tarjetas de Responsabilidad */
.ijri-resp-card {
    background: #fff; border: 1px solid #e2e8f0;
    padding: 2.5rem; border-radius: 15px; margin-bottom: 2rem;
    transition: all 0.3s ease;
}
.ijri-resp-card:hover { border-color: #09647f; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }

.ijri-resp-card h4 {
    margin-top: 0; color: #09647f; font-size: 1.3rem; 
    font-weight: 700; margin-bottom: 1.5rem;
}

/* Manejo de Conductas (Alerta) */
.ijri-conduct-box {
    background: #fffaf0; border: 1px solid #feebc8;
    padding: 2.5rem; border-radius: 20px; margin-top: 4rem;
}
.ijri-conduct-box h3 { color: #c05621; margin-top: 0; font-weight: 800; }

/* Listas sin viñetas feas, usando acentos de color */
.ijri-clean-list { list-style: none; padding: 0; }
.ijri-clean-list li {
    position: relative; padding-left: 25px; margin-bottom: 12px;
}
.ijri-clean-list li::before {
    content: "•"; position: absolute; left: 0; color: #09647f; font-weight: bold; font-size: 1.5rem; line-height: 1;
}

/* ==========================================================================
   DISEÑO: CONFLICTOS DE INTERÉS (ESTILO SUIZO - SIN ICONOS)
   ========================================================================== */
.ijri-conflicto-wrapper { font-family: 'Inter', 'Segoe UI', sans-serif; color: #1a202c; line-height: 1.8; }

/* Bloque Principal con acento superior */
.ijri-focus-block {
    background: #ffffff;
    border-top: 5px solid #09647f;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 2.5rem;
}

/* Contenedores de Roles (Autores/Revisores) */
.ijri-role-box {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 30px;
    margin-bottom: 2rem;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.ijri-role-label {
    font-weight: 800;
    text-transform: uppercase;
    color: #09647f;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-right: 2px solid #cbd5e0;
    display: flex;
    align-items: center;
}

/* Bloque de Compromiso Final */
.ijri-final-statement {
    background: #09647f;
    color: white;
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    margin-top: 4rem;
    box-shadow: 0 10px 25px rgba(9, 100, 127, 0.2);
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .ijri-role-box { grid-template-columns: 1fr; }
    .ijri-role-label { border-right: none; border-bottom: 2px solid #cbd5e0; padding-bottom: 10px; margin-bottom: 15px; }
}

/* ==========================================================================
   DISEÑO: PLAGIO, AUTOPLAGIO E IA (ESTILO TÉCNICO - SIN ICONOS)
   ========================================================================== */
.ijri-plagio-wrapper { font-family: 'Inter', sans-serif; color: #1a202c; line-height: 1.8; }

/* El "Escáner" Editorial */
.ijri-scanner-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 8px solid #09647f;
    padding: 2.5rem;
    border-radius: 12px;
    margin-bottom: 3rem;
    position: relative;
}
.ijri-scanner-box::after {
    content: "TURNITIN PROCESSED"; position: absolute; top: 10px; right: 20px;
    font-size: 0.65rem; font-weight: 900; color: #cbd5e0; letter-spacing: 2px;
}

/* El Número de Oro (10%) */
.ijri-limit-card {
    background: linear-gradient(135deg, #09647f 0%, #004559 100%);
    color: white; padding: 2.5rem; border-radius: 20px;
    display: flex; align-items: center; justify-content: space-between;
    margin: 3rem 0; box-shadow: 0 15px 30px rgba(9, 100, 127, 0.2);
}
.ijri-limit-number { font-size: 4rem; font-weight: 900; line-height: 1; margin-right: 20px; }
.ijri-limit-text { font-size: 1.1rem; font-weight: 300; border-left: 1px solid rgba(255,255,255,0.3); padding-left: 20px; }

/* Sección Inteligencia Artificial (Efecto "Matrix" sutil) */
.ijri-ia-section {
    background: #1a202c; color: #e2e8f0; padding: 3rem;
    border-radius: 15px; margin-top: 4rem; border: 1px solid #2d3748;
}
.ijri-ia-section h3 { color: #63b3ed; margin-top: 0; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }

/* Lista de Consecuencias */
.ijri-warning-list { list-style: none; padding: 0; margin-top: 20px; }
.ijri-warning-list li { 
    background: #fff5f5; border: 1px solid #feb2b2; color: #c53030;
    padding: 15px 20px; border-radius: 8px; font-weight: 700; margin-bottom: 10px;
}

/* ==========================================================================
   DISEÑO: CORRECCIÓN Y RETRACTACIÓN (ESTILO ARCHIVO - SIN ICONOS)
   ========================================================================== */
.ijri-retract-wrapper { font-family: 'Inter', sans-serif; color: #2d3748; line-height: 1.8; }

/* Banner ICMJE */
.ijri-icmje-banner {
    background: #f8fafc; border: 1px solid #e2e8f0; padding: 2rem;
    border-radius: 12px; margin-bottom: 3rem; position: relative;
}
.ijri-icmje-banner::before {
    content: "ESTÁNDAR ICMJE"; position: absolute; top: -10px; left: 20px;
    background: #09647f; color: white; padding: 2px 12px; border-radius: 4px;
    font-size: 0.7rem; font-weight: 800; letter-spacing: 1px;
}

/* Contenedores de Errores (Diferenciación Visual) */
.ijri-error-type { margin-bottom: 3rem; display: grid; grid-template-columns: 220px 1fr; gap: 30px; }

.ijri-error-label {
    padding: 15px; border-radius: 8px; text-align: center;
    font-weight: 800; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px;
    height: fit-content;
}
.label-voluntario { background: #fff5f5; color: #c53030; border: 1px solid #feb2b2; }
.label-involuntario { background: #f0fff4; color: #2f855a; border: 1px solid #9ae6b4; }

/* Bloque de Causales (Estilo Código/Legal) */
.ijri-causales-box {
    background: #1a202c; color: #e2e8f0; padding: 2.5rem;
    border-radius: 15px; margin: 3rem 0; border-left: 10px solid #e53e3e;
}
.ijri-causales-box h3 { color: #feb2b2; margin-top: 0; font-size: 1.4rem; }

/* Control de Versiones (Timeline) */
.ijri-version-control {
    border-top: 2px dashed #e2e8f0; padding-top: 2rem; margin-top: 4rem;
}
.ijri-version-item {
    padding: 15px 25px; border-left: 3px solid #09647f;
    background: #f8fafc; margin-bottom: 10px; border-radius: 0 8px 8px 0;
    font-size: 0.95rem; font-weight: 600; color: #4a5568;
}

@media (max-width: 768px) {
    .ijri-error-type { grid-template-columns: 1fr; gap: 10px; }
}

/* ==========================================================================
   DISEÑO: POLÍTICA DE REDES SOCIALES (ESTILO DIGITAL - SIN ICONOS)
   ========================================================================== */
.ijri-social-wrapper { font-family: 'Inter', sans-serif; color: #2d3748; line-height: 1.8; }

/* Banner de Difusión */
.ijri-diffusion-banner {
    background: linear-gradient(135deg, #09647f 0%, #004559 100%);
    color: white; padding: 3rem; border-radius: 20px;
    margin-bottom: 4rem; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Sección de Compromisos */
.ijri-author-commitments {
    margin-top: 3rem; display: flex; flex-direction: column; gap: 25px;
}

.ijri-commitment-item {
    background: #ffffff; border: 1px solid #e2e8f0; border-radius: 15px;
    padding: 2.5rem; position: relative; transition: all 0.3s ease;
}
.ijri-commitment-item:hover { transform: translateX(10px); border-color: #09647f; }

/* Etiqueta de Tipo de Acción */
.ijri-action-tag {
    display: inline-block; background: #edf2f7; color: #09647f;
    padding: 5px 15px; border-radius: 50px; font-size: 0.75rem;
    font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 15px;
}

/* Bloque Multimedia (Simulación de Video) */
.ijri-video-placeholder {
    background: #1a202c; color: white; border-radius: 12px;
    padding: 2rem; margin-top: 20px; border: 1px dashed #4a5568;
    text-align: center; font-size: 0.9rem; font-style: italic; opacity: 0.9;
}

/* Línea de impacto final */
.ijri-impact-footer {
    text-align: center; margin-top: 5rem; padding-top: 2rem;
    border-top: 1px solid #e2e8f0; color: #718096; font-weight: 300;
}

/* ==========================================================================
   DISEÑO: POLÍTICA DE ARCHIVO (ESTILO REPOSITORIO - SIN ICONOS)
   ========================================================================== */
.ijri-archive-wrapper { font-family: 'Inter', sans-serif; color: #2d3748; line-height: 1.8; }

/* Sección de Autoarchivo */
.ijri-archive-section { margin-bottom: 4rem; }

/* Tarjetas de Versión (Pre-print / Post-print) */
.ijri-version-box {
    background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px;
    padding: 2.5rem; margin-bottom: 2rem; position: relative;
    border-top: 5px solid #09647f;
}

/* Bloques de Cita Obligatoria (Simulación de área de copiado) */
.ijri-quote-box {
    background: #f8fafc; border: 1px dashed #cbd5e0; padding: 1.5rem;
    border-radius: 8px; margin-top: 15px; font-family: 'Courier New', Courier, monospace;
    font-size: 0.9rem; color: #4a5568; position: relative;
}
.ijri-quote-box::before {
    content: "NOTA OBLIGATORIA"; position: absolute; top: -10px; right: 15px;
    background: #cbd5e0; color: #fff; padding: 2px 10px; border-radius: 4px;
    font-size: 0.65rem; font-weight: 800; font-family: sans-serif;
}

/* Sección de Preservación (Grid) */
.ijri-preservation-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px; margin-top: 2rem;
}
.ijri-preservation-card {
    background: #f1f5f9; padding: 2rem; border-radius: 12px;
    border-bottom: 4px solid #09647f; transition: transform 0.3s ease;
}
.ijri-preservation-card:hover { transform: translateY(-5px); }
.ijri-preservation-card h4 { color: #09647f; margin-top: 0; font-weight: 800; font-size: 1rem; }

/* ==========================================================================
   DISEÑO: INTEROPERABILIDAD (ESTILO INFRAESTRUCTURA - SIN ICONOS)
   ========================================================================== */
.ijri-interop-wrapper { font-family: 'Inter', sans-serif; color: #2d3748; line-height: 1.8; }

/* Banner de Estándares Globales */
.ijri-interop-hero {
    background: #1a202c; color: white; padding: 3rem;
    border-radius: 20px; margin-bottom: 3.5rem;
    border-left: 10px solid #09647f;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Tarjeta de Protocolo OAI-PMH */
.ijri-protocol-box {
    background: #f8fafc; border: 2px solid #e2e8f0;
    padding: 2.5rem; border-radius: 15px; margin: 3rem 0;
    position: relative; overflow: hidden;
}
.ijri-protocol-box::before {
    content: "PROTOCOL"; position: absolute; top: 15px; right: -30px;
    background: #09647f; color: white; padding: 5px 40px;
    transform: rotate(45deg); font-size: 0.7rem; font-weight: 900; letter-spacing: 1px;
}

/* Etiquetas de Estándar (Dublin Core, etc.) */
.ijri-tech-tag {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    background: #e2e8f0; color: #09647f; padding: 2px 8px;
    border-radius: 4px; font-weight: 700; font-size: 0.95em;
}

/* Bloque de Licencia / Acceso Abierto */
.ijri-license-box {
    border: 1px solid #cbd5e0; padding: 2rem; border-radius: 12px;
    background: linear-gradient(to right, #ffffff, #f7fafc);
    margin-top: 3rem; border-left: 5px solid #2ecc71;
}

/* Grid de Beneficios de Infraestructura */
.ijri-infra-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px; margin-top: 2rem;
}

/* ==========================================================================
   DISEÑO: DOCUMENTOS DE DESCARGA (ESTILO RECURSOS - SIN ICONOS)
   ========================================================================== */
.ijri-download-wrapper { font-family: 'Inter', sans-serif; color: #2d3748; line-height: 1.6; }

/* Contenedor de Categoría */
.ijri-download-category { margin-bottom: 3.5rem; }

.ijri-category-title {
    font-size: 1.4rem; font-weight: 800; color: #09647f;
    border-bottom: 2px solid #e2e8f0; padding-bottom: 10px;
    margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 1px;
}

/* Fila de Documento */
.ijri-download-item {
    display: flex; align-items: center; justify-content: space-between;
    background: #ffffff; border: 1px solid #e2e8f0;
    padding: 1.5rem 2rem; border-radius: 12px; margin-bottom: 12px;
    transition: all 0.3s ease;
}
.ijri-download-item:hover {
    border-color: #09647f; background: #f8fafc; transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.ijri-doc-info { flex: 1; padding-right: 20px; }
.ijri-doc-name { font-weight: 700; color: #2d3748; display: block; margin-bottom: 4px; }
.ijri-doc-meta { font-size: 0.8rem; color: #718096; text-transform: uppercase; font-weight: 600; }

/* Botón de Descarga Estilizado */
.ijri-btn-download {
    background: #09647f; color: #ffffff !important;
    padding: 10px 25px; border-radius: 6px; text-decoration: none !important;
    font-weight: 700; font-size: 0.85rem; text-transform: uppercase;
    transition: background 0.2s ease; border: none;
}
.ijri-btn-download:hover { background: #004559; box-shadow: 0 2px 8px rgba(9, 100, 127, 0.3); }

/* Notas de uso exclusivo */
.ijri-exclusive-tag {
    background: #fef2f2; color: #b91c1c; padding: 2px 8px;
    border-radius: 4px; font-size: 0.7rem; font-weight: 800;
    margin-left: 10px; border: 1px solid #fecaca;
}

/* ==========================================================================
   DISEÑO FINAL: REGISTRO DE USUARIOS IJRI (v31 - COMPLETO)
   ========================================================================== */

/* 1. Contenedor Principal */
#register, .page_register {
    max-width: 800px; margin: 0 auto; padding: 2rem;
    background: #ffffff; border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* 2. Agrupación de Secciones (Perfil, Entrar, etc) */
.page_register fieldset {
    border: 1px solid #e2e8f0; border-radius: 12px;
    padding: 2rem; margin-bottom: 2.5rem; position: relative;
}

.page_register legend {
    float: none; width: auto; padding: 0 15px;
    font-size: 1.1rem; font-weight: 800; color: #09647f;
    text-transform: uppercase; letter-spacing: 1px;
}

/* 3. Estilo de los Campos (Inputs) */
.page_register input[type="text"], 
.page_register input[type="password"], 
.page_register input[type="email"], 
.page_register select, 
.page_register textarea {
    width: 100%; padding: 12px 15px; border: 2px solid #edf2f7;
    border-radius: 8px; transition: all 0.3s ease;
    background: #f8fafc; margin-top: 5px; box-sizing: border-box;
}

.page_register input:focus {
    border-color: #09647f; background: #fff;
    box-shadow: 0 0 0 4px rgba(9, 100, 127, 0.1); outline: none;
}

/* 4. Etiquetas y Asteriscos */
.page_register label {
    font-weight: 700; color: #4a5568; font-size: 0.9rem;
    display: block; margin-top: 15px;
}
.page_register .required { color: #e53e3e; font-size: 1.2rem; }

/* 5. FORZAR MARGEN ENTRE CAJAS DE PRIVACIDAD Y ROLES (Línea Roja) */
/* He unificado esto para que la primera caja siempre empuje a la segunda */
.page_register .privacy_options, 
.page_register [class*="privacy_options"] {
    background: #f1f5f9; padding: 1.5rem; border-radius: 10px;
    margin-bottom: 60px !important; /* <--- MARGEN DE SEPARACIÓN */
    display: block !important;
    clear: both !important;
}

.page_register .roles, 
.page_register [class*="roles"],
.page_register fieldset.opt-in {
    background: #f1f5f9; padding: 1.5rem; border-radius: 10px;
    margin-bottom: 40px !important; /* Espacio antes de los botones */
    display: block !important;
}

/* 6. Checkboxes */
.page_register .checkbox_and_radio {
    margin-bottom: 15px; display: flex; align-items: flex-start;
}
.page_register input[type="checkbox"] {
    width: 20px; height: 20px; margin-right: 12px; margin-top: 2px;
    cursor: pointer; accent-color: #09647f;
}

/* 7. BOTÓN REGISTRARSE (Centrado) */
.page_register .buttons {
    text-align: center !important;
    width: 100%;
    margin-top: 20px;
}
.page_register .buttons .submit {
    background: #09647f; color: #fff; padding: 15px 40px;
    border: none; border-radius: 8px; font-weight: 800;
    text-transform: uppercase; cursor: pointer; 
    width: 100%; max-width: 100%;
    transition: background 0.3s ease;
}
.page_register .buttons .submit:hover { background: #004559; }

/* 8. BOTÓN ENTRAR (Centrado y Simétrico) */
.page_register .buttons + a, 
.page_register a.login,
.page_register .buttons + .login {
    display: block !important;
    text-align: center !important;
    margin: 15px auto 0 auto !important;
    padding: 12px;
    border: 2px solid #09647f;
    border-radius: 8px;
    color: #09647f !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 100%;
    box-sizing: border-box;
}
.page_register .buttons + a:hover {
    background: #09647f;
    color: #fff !important;
}

/* 9. Notas técnicas */
.page_register .instruct {
    font-size: 0.8rem; color: #718096; margin-bottom: 20px;
    display: block; border-left: 3px solid #cbd5e0; padding-left: 10px;
}

/* ==========================================================================
   DISEÑO: PÁGINA DE LOGIN IJRI (v34 - CENTRADO TOTAL Y BOTÓN REGISTRO)
   ========================================================================== */

/* 1. Contenedor General */
.page_login #login {
    max-width: 450px; margin: 4rem auto; padding: 3rem;
    background: #ffffff; border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-top: 6px solid #09647f;
    text-align: center; /* Centrado base para todo lo que no sea bloque */
}

/* 2. Forzar centrado de Labels y Campos */
.page_login .username, 
.page_login .password,
.page_login #login form > div {
    text-align: center !important;
    margin-bottom: 20px;
}

.page_login label {
    display: block;
    text-align: center !important; /* Etiquetas al centro */
    margin-bottom: 8px;
    font-weight: 700;
}

.page_login input[type="text"], 
.page_login input[type="password"] {
    width: 100% !important; max-width: 350px; /* Tamaño controlado para que luzca mejor */
    padding: 12px !important;
    border: 2px solid #edf2f7 !important; border-radius: 10px !important;
    background: #f8fafc !important; 
    display: inline-block !important;
}

/* 3. Botón ENTRAR Principal */
.page_login .buttons {
    text-align: center !important;
    margin: 25px 0 !important;
}
.page_login .buttons .submit {
    width: 100% !important; max-width: 350px;
    background: #09647f !important;
    color: #fff !important; padding: 15px !important;
    border-radius: 10px !important; font-weight: 800 !important;
    text-transform: uppercase !important; border: none;
}

/* 4. EL BOTÓN REGISTRARSE (Con borde, como en la otra página) */
.page_login a[href*="register"] {
    display: block !important;
    text-align: center !important;
    margin: 20px auto !important;
    padding: 12px !important;
    border: 2px solid #09647f !important; /* El borde que pediste */
    border-radius: 8px !important;
    color: #09647f !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 100%; max-width: 350px;
    box-sizing: border-box;
}

.page_login a[href*="register"]:hover {
    background: #09647f !important;
    color: #fff !important;
}

/* 5. Otros enlaces (Olvidó contraseña) */
.page_login a[href*="lostPassword"] {
    display: block !important;
    text-align: center !important;
    margin: 15px auto !important;
    color: #09647f !important;
    font-size: 0.9rem;
    text-decoration: none !important;
}

/* 6. Centrado del Checkbox "Mantenerme conectado" */
.page_login .remember {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    margin: 15px 0 !important;
    gap: 10px;
}
.page_login .remember label { margin: 0 !important; font-weight: 400; }

/* ==========================================================================
   DISEÑO: PÁGINA DE ENVÍOS - CORRECCIÓN DE LISTA (v36)
   ========================================================================== */

/* 1. ELIMINAR LOS FALSOS CHECKBOXES (La piedra de la confusión) */
.page_submissions .submission_checklist ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 2rem 0 !important;
}

.page_submissions .submission_checklist li {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    margin-bottom: 15px;
    padding: 20px 20px 20px 60px !important; /* Espacio para el nuevo icono */
    border-radius: 12px;
    position: relative;
    color: #4a5568;
    line-height: 1.6;
    transition: all 0.3s ease;
}

/* 2. PONER UN ICONO QUE NO PAREZCA CAMPO DE SELECCIÓN */
.page_submissions .submission_checklist li::before {
    content: "L"; /* Esto crea una marca de verificación estilizada invertida */
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg) scaleX(-1);
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #09647f;
    font-weight: bold;
    border: none !important; /* Quitamos el borde cuadrado de checkbox */
    background: none !important;
}

/* 3. EFECTO HOVER PARA INDICAR QUE ES UNA GUÍA */
.page_submissions .submission_checklist li:hover {
    background: #ffffff;
    border-color: #09647f;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* 4. TÍTULOS CON MÁS IMPACTO */
.page_submissions h2 {
    color: #09647f;
    font-size: 1.5rem;
    font-weight: 800;
    margin-top: 3.5rem;
    padding-bottom: 12px;
    border-bottom: 3px solid #09647f;
    display: inline-block;
}

/* 5. ARREGLO DE LA CAJA DE PRIVACIDAD */
.page_submissions .privacy_statement {
    background: #ffffff;
    border: 2px dashed #09647f;
    padding: 2.5rem;
    border-radius: 20px;
    margin-top: 4rem;
    position: relative;
}

.page_submissions .privacy_statement h2 {
    border: none;
    margin-top: 0;
    font-size: 1.2rem;
    color: #09647f;
}

/* ==========================================================================
   CARRUSEL VERTICAL PRO: BUCLE INFINITO REAL (v40)
   ========================================================================== */

/* 1. Título del bloque lateral centrado */
.pkp_structure_sidebar .block_custom h2, 
.pkp_structure_sidebar .block_custom .title {
    text-align: center !important;
    margin-bottom: 25px !important;
    color: #09647f;
    font-weight: 800;
}

/* 2. Contenedor del Carrusel */
.carrusel-vertical-container {
    width: 100%;
    height: 450px;
    overflow: hidden; /* Corta el resto de los logos */
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

/* 3. La tira de logos */
.carrusel-vertical-tira {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
    /* La animación se encarga del movimiento constante */
    animation: scroll-vertical-infinito 45s linear infinite;
}

.carrusel-vertical-tira a {
    display: block;
    flex-shrink: 0; /* EVITA QUE SE QUEDEN EN BLANCO POR COMPRESIÓN */
}

.carrusel-vertical-tira img {
    width: 100%;
    max-width: 150px;
    height: auto !important;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.4s;
}

/* 4. LA CLAVE: Animación de la mitad exacta */
@keyframes scroll-vertical-infinito {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); } /* Mueve exactamente la mitad de la tira completa */
}

/* Interacción */
.carrusel-vertical-container:hover .carrusel-vertical-tira {
    animation-play-state: paused;
}

.carrusel-vertical-tira a:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* ==========================================================================
   TÚNEO FINAL: BOTÓN "ENVIAR UN ARTÍCULO" (v42 - CLASE EXACTA)
   ========================================================================== */

/* 1. Seleccionamos la clase exacta que me pasaste */
.block_make_submission_link {
    background: #09647f !important; /* El azul de tu marca */
    color: #ffffff !important;
    padding: 15px 20px !important;
    border-radius: 50px !important; /* Redondeado Premium */
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    display: block !important; /* Lo hace un botón sólido */
    border: none !important;
    box-shadow: 0 4px 15px rgba(9, 100, 127, 0.3) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    margin: 15px auto !important;
    width: 90% !important; /* Para que no toque los bordes de la sidebar */
}

/* 2. Efecto Hover */
.block_make_submission_link:hover {
    background: #00a3d4 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(0, 163, 212, 0.4) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* 3. Limpiar el contenedor "content" por si tiene estilos viejos */
.block_make_submission .content {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: center !important;
}

/* ==========================================================================
   DISEÑO: EQUIPO EDITORIAL IJRI (v47 - INCLUYE JORGE EUSEBIO)
   ========================================================================== */
.ijri-author-list { 
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    color: #2d3748; 
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Títulos de los Grupos */
.ijri-role-title {
    font-size: 1.6rem; font-weight: 800; color: #09647f;
    border-bottom: 3px solid #09647f; padding-bottom: 10px;
    margin: 4rem 0 2rem 0; text-transform: uppercase; letter-spacing: 1px;
    display: inline-block;
}

/* Tarjeta de cada Académico */
.ijri-academic-row {
    display: flex; align-items: flex-start; gap: 30px;
    background: #ffffff; border: 1px solid #e2e8f0;
    padding: 2.5rem; margin-bottom: 25px; border-radius: 15px;
    position: relative; transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.ijri-academic-row:hover { 
    border-color: #09647f; 
    transform: translateY(-5px); 
    box-shadow: 0 12px 20px rgba(9, 100, 127, 0.1); 
}

/* Contenedor de Foto (Vertical) */
.ijri-photo-container {
    flex-shrink: 0; 
    width: 160px; 
    height: 200px; 
    border-radius: 10px; 
    overflow: hidden;
    background: #f1f5f9; 
    border: 3px solid #f1f5f9;
}

/* --- CARGA DE FOTOS CON ENCUADRE SUPERIOR (top center) --- */
.ijri-academic-row.blas-yoel .ijri-photo-container { 
    background: url('/public/journals/1/blas-yoel-juanes-giraud.jpeg') top center / cover no-repeat !important; 
}
.ijri-academic-row.maria-caridad .ijri-photo-container { 
    background: url('/public/journals/1/maria-caridad-bestard.jpeg') top center / cover no-repeat !important; 
}
.ijri-academic-row.jose-matos .ijri-photo-container { 
    background: url('/public/journals/1/jose-matos.jpeg') top center / cover no-repeat !important; 
}
.ijri-academic-row.enrique-rafael .ijri-photo-container { 
    background: url('/public/journals/1/enrique-rafael-farfan-heredia.jpeg') top center / cover no-repeat !important; 
}
/* NUEVO MIEMBRO: JORGE EUSEBIO */
.ijri-academic-row.jorge-eusebio .ijri-photo-container { 
    background: url('/public/journals/1/jorge-eusebio-gomez-jimenez.jpeg') top center / cover no-repeat !important; 
}

/* Información de Texto */
.ijri-info-container { flex: 1; }
.ijri-author-name { font-size: 1.4rem; font-weight: 800; color: #1a202c; margin: 0 0 5px 0; }
.ijri-author-meta { font-size: 1rem; color: #09647f; font-weight: 700; margin-bottom: 15px; }
.ijri-technical-data { font-size: 0.95rem; color: #4a5568; display: grid; gap: 8px; }
.ijri-data-label { font-weight: 700; color: #2d3748; }

/* Badges de Grado */
.ijri-grade-badge {
    position: absolute; top: 20px; right: 20px;
    background: #09647f; color: white; padding: 5px 15px;
    border-radius: 50px; font-size: 0.75rem; font-weight: 800;
}

/* Enlaces (Opcionales) */
.ijri-author-links { display: flex; gap: 12px; margin-top: 20px; }
.ijri-link-item { 
    font-size: 0.8rem; font-weight: 700; text-transform: uppercase; 
    text-decoration: none !important; color: #4a5568 !important; 
    padding: 8px 15px; background: #f1f5f9; border-radius: 6px; 
}
.ijri-link-item:hover { background: #e2e8f0; color: #09647f !important; }