.elementor-15468 .elementor-element.elementor-element-601809c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8714eb9 *//* --- CONFIGURACIÓN GENERAL --- */
.lemorne-editorial-wrapper {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
}

/* Enlaces SEO */
.text-link {
    color: #bdb700;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(189, 183, 0, 0.2);
    transition: all 0.3s;
}
.text-link:hover { background: rgba(189, 183, 0, 0.1); border-bottom-color: #bdb700; }

.text-link-small {
    color: #bdb700; font-weight: 600; text-decoration: underline; font-size: 0.9em;
}

/* Títulos */
.section-heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #222;
    position: relative;
    display: inline-block;
    width: 100%;
}
.section-sub { text-align: center; color: #666; margin-bottom: 40px; }
.left-align { text-align: left; }

/* --- HERO (Estilo Editorial con Video) --- */
.editorial-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Alineación vertical centrada */
    gap: 50px;
    padding: 40px 0 80px 0;
}

.hero-left { flex: 1 1 450px; } /* Texto ocupa más espacio */
.hero-right { 
    flex: 0 0 300px; /* Ancho fijo para el vídeo vertical */
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

/* Estilo del Contenedor de Vídeo (Estilo Móvil) */
.video-short-wrapper {
    width: 100%;
    max-width: 280px; /* Ancho típico de un Short */
    aspect-ratio: 9 / 16;
    border-radius: 20px; /* Bordes muy redondeados */
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15); /* Sombra elegante */
    border: 4px solid #fff; /* Marco blanco */
    position: relative;
}

.video-short-wrapper iframe {
    width: 100%;
    height: 100%;
}

.video-caption {
    margin-top: 15px;
    font-size: 0.85rem;
    color: #777;
    font-weight: 500;
}
.video-caption i { color: #ff0000; } /* Icono rojo YouTube */


.badge-ere {
    background: #f4f4f4;
    color: #555;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
    border-left: 3px solid #bdb700;
}

.hero-title {
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 20px 0;
    font-weight: 900;
    color: #222;
}
.hero-title .highlight { color: #bdb700; }

.hero-intro { font-size: 1.1rem; color: #555; margin-bottom: 30px; }

.btn-pill {
    background: #bdb700;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.btn-pill:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(189,183,0,0.3); color: #fff; }

/* --- UMBRALES (Dashboard Style) --- */
.threshold-section {
    background: #fcfcfc;
    padding: 50px 30px;
    border-radius: 20px;
    margin-bottom: 60px;
    border: 1px solid #eee;
}

.kpi-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.kpi-box {
    text-align: center;
    flex: 1 1 200px;
}

.kpi-number {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    color: #bdb700;
    line-height: 1;
    margin-bottom: 5px;
}

.kpi-label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 5px;
}

.kpi-desc {
    display: block;
    font-size: 0.85rem;
    color: #777;
}

.kpi-divider {
    width: 1px;
    height: 60px;
    background: #e0e0e0;
}

/* --- CAUSAS (Grid Moderno) --- */
.causes-wrapper { margin-bottom: 80px; }

.causes-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.cause-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cause-item:hover {
    border-color: #bdb700;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.cause-icon {
    font-size: 1.8rem;
    color: #bdb700;
    margin-bottom: 15px;
}

.cause-item h3 { margin: 0 0 10px 0; font-size: 1.3rem; }
.cause-item p { margin: 0; color: #666; font-size: 0.95rem; }

/* Estilo destacado para la primera tarjeta */
.cause-item.economic {
    background: #fdfdf5;
    border-color: rgba(189,183,0,0.2);
}

/* --- TIMELINE (Vertical conectada) --- */
.timeline-wrapper {
    max-width: 800px;
    margin: 0 auto 80px auto;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

/* Línea central */
.timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e0e0e0;
}

.timeline-event {
    position: relative;
    margin-bottom: 40px;
    padding-left: 60px;
}
.timeline-event:last-child { margin-bottom: 0; }

.timeline-dot {
    position: absolute;
    left: 6px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 4px solid #bdb700;
    border-radius: 50%;
    z-index: 2;
}

.timeline-content h4 {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    color: #222;
}

.timeline-content p {
    margin: 0;
    color: #555;
    font-size: 1rem;
}

/* Evento destacado final */
.highlight-event .timeline-dot.warning-dot {
    width: 40px;
    height: 40px;
    left: 1px;
    background: #bdb700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border: none;
    box-shadow: 0 0 0 5px rgba(189,183,0,0.2);
}

.highlight-event .timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #bdb700;
}

/* --- CTA FINAL: DISEÑO ABIERTO Y MODERNO (SIN FONDO NEGRO) --- */
.cta-innovative-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 60px;
    padding: 60px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.cta-question { flex: 0 0 auto; }

.cta-question h2 {
    font-size: 3.5rem;
    line-height: 1;
    margin: 0;
    color: #222;
    font-weight: 900;
    letter-spacing: -1px;
}

.highlight-text { color: #bdb700; display: block; }

/* Divisor Vertical Amarillo */
.cta-divider {
    width: 4px;
    height: 100px;
    background-color: #bdb700;
    border-radius: 2px;
    flex-shrink: 0;
}

.cta-action-block {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-description {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 25px;
    max-width: 600px;
    line-height: 1.6;
}

.cta-buttons-group {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Botones CTA */
.btn-clean-outline {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s;
}
.btn-clean-outline:hover { color: #bdb700; }

.btn-clean-solid {
    background-color: #bdb700;
    color: #fff;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(189, 183, 0, 0.3);
}
.btn-clean-solid:hover {
    background-color: #222;
    color: #bdb700;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .editorial-hero { flex-direction: column; }
    .hero-right { flex: 0 0 auto; width: 100%; max-width: 300px; } /* Vídeo centrado en móvil */
    
    .kpi-container { flex-direction: column; gap: 30px; }
    .kpi-divider { width: 60px; height: 1px; }
    
    .cta-innovative-split {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 40px 20px;
    }
    .cta-divider { width: 60px; height: 4px; }
    .cta-question h2 { font-size: 2.5rem; }
    .highlight-text { display: inline; }
    .cta-buttons-group { justify-content: center; flex-direction: column; width: 100%; }
    .btn-clean-solid { width: 100%; justify-content: center; }
}

/* Asegura que los enlaces dentro del texto resalten */
.timeline-content a.text-link, 
.hero-intro a.text-link {
    color: #bdb700;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.3s;
}
.timeline-content a.text-link:hover, 
.hero-intro a.text-link:hover {
    color: #222;
}/* End custom CSS */