.elementor-9112 .elementor-element.elementor-element-35b0f81{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d47c7b0 *//* --- CONFIGURACIÓN GENERAL --- */
.lemorne-fa-wrapper {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
}

/* Enlaces de texto corporativos */
.text-link {
    color: #bdb700;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
}
.text-link:hover { text-decoration: underline; color: #9e9900; }

.text-link-white {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
.text-link-white:hover { color: #bdb700; text-decoration: none; }


/* --- HERO --- */
.lemorne-hero-fa {
    text-align: center;
    padding: 30px 20px 50px 20px;
}

.eyebrow-text {
    color: #bdb700;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.hero-title {
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
    color: #222;
}

.highlight { color: #bdb700; }

.hero-desc {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/* Botones Hero */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-outline {
    border: 2px solid #333;
    color: #333;
    background: transparent;
}
.btn-outline:hover { background: #333; color: #fff; }

.btn-solid {
    background: #bdb700;
    color: #fff;
    border: 2px solid #bdb700;
    box-shadow: 0 5px 15px rgba(189, 183, 0, 0.3);
}
.btn-solid:hover { background: #9e9900; border-color: #9e9900; transform: translateY(-3px); }


/* --- DEFINICIONES --- */
.definitions-section {
    margin-bottom: 60px;
}

.main-definition {
    background: linear-gradient(to right, #fbfbfb, #fff);
    border-left: 5px solid #bdb700;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.def-icon {
    font-size: 2rem;
    color: #bdb700;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.def-text h3 { margin: 0 0 10px 0; color: #222; font-size: 1.4rem; }
.def-text p { margin: 0; color: #555; font-size: 1.05rem; }

/* Sub-definiciones */
.sub-definitions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.sub-def-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 12px;
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sub-def-card:hover {
    transform: translateY(-5px);
    border-color: #bdb700;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.sub-def-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 4px;
    background: #bdb700;
}

.card-icon-small {
    color: #bdb700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Títulos con enlace */
.sub-def-card h4 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}
.sub-def-card h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}
.sub-def-card h4 a:hover { color: #bdb700; text-decoration: underline; }

.sub-def-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}


/* --- GRID PASOS --- */
.section-heading { text-align: center; margin-bottom: 40px; }
.section-heading h2 { font-size: 2.2rem; color: #222; margin-bottom: 15px; }
.thin { font-weight: 300; color: #777; }
.separator { width: 60px; height: 4px; background: #bdb700; margin: 0 auto; }

.lemorne-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.pro-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}

.pro-card:hover { transform: translateY(-5px); border-color: #bdb700; }

.card-top {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
}

.card-badge {
    background: #333;
    color: #bdb700;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.card-top h3 { margin: 0; font-size: 1.1rem; }
.card-top h3 a { color: #222; text-decoration: none; transition: color 0.3s; }
.card-top h3 a:hover { color: #bdb700; }

.card-content { padding: 25px; flex-grow: 1; }
.summary { color: #555; margin-bottom: 15px; font-size: 0.95rem; }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
    position: relative;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #666;
    display: flex;
    align-items: start;
    gap: 10px;
}
.check-list li i { color: #bdb700; margin-top: 4px; font-size: 0.8rem; }


/* --- INFO SPLIT --- */
.info-split-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.split-col {
    flex: 1 1 400px;
    padding: 30px;
    border-radius: 12px;
}

.alert-col { background-color: #fff9f9; border: 1px solid #ffe0e0; }
.alert-col h3 { color: #c0392b; margin-top: 0; font-size: 1.3rem; display: flex; align-items: center; gap: 10px; }
.alert-col h3 i { font-size: 1.1rem; }

.rights-col { background-color: #fcfce9; border: 1px solid #f0f0c0; }
.rights-col h3 { color: #7a7600; margin-top: 0; font-size: 1.3rem; display: flex; align-items: center; gap: 10px; }
.rights-col h3 i { font-size: 1.1rem; }

.rights-list { list-style: none; padding: 0; margin-top: 20px; }
.rights-list li {
    margin-bottom: 12px;
    color: #444;
    display: flex;
    align-items: start;
    gap: 12px;
}
.rights-list li i { color: #bdb700; margin-top: 3px; }
.rights-list a { color: #bdb700; font-weight: 700; text-decoration: none; }
.rights-list a:hover { text-decoration: underline; }

.small-note { font-size: 0.85rem; color: #777; margin-top: 15px; font-style: italic; border-top: 1px solid rgba(0,0,0,0.05); padding-top: 10px; }


/* --- CTA FINAL --- */
.lemorne-action-bar {
    background: #333;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
    border-bottom: 5px solid #bdb700;
}

.action-text h2 { margin-top: 0; color: #fff; }
.action-text p { color: #ccc; margin: 0; }

.btn-action-big {
    background: #bdb700;
    color: #fff;
    padding: 15px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}
.btn-action-big:hover { background: #fff; color: #333; }

/* Responsive */
@media (max-width: 768px) {
    .sub-definitions-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: 2rem; }
    .lemorne-action-bar { text-align: center; flex-direction: column; }
    .btn-action-big { width: 100%; justify-content: center; }
}/* End custom CSS */