.elementor-25563 .elementor-element.elementor-element-4f04d78{--display:flex;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-25563 .elementor-element.elementor-element-114c4c5{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-114c4c5 *//* --- Estructura General --- */
.lemorne-ui-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* --- NUEVO HEADER CENTRADO --- */
.lemorne-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px auto; /* Centrado horizontalmente */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-tag {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.header-title {
    font-size: 3.5rem; /* Título grande y fino */
    font-weight: 800; /* Letra gruesa */
    color: #1a1a1a;
    margin: 0 0 20px 0;
    line-height: 1;
    text-transform: uppercase;
}

.gold-text {
    color: #bdb700; /* Color principal solo en "Al Día" */
}

.header-divider {
   width: 400px; height: 4px;
    background: linear-gradient(90deg, rgba(189,183,0,0) 0%, rgba(189,183,0,1) 50%, rgba(189,183,0,0) 100%);
    margin: 15px 0 25px 0; border-radius: 2px;
}

.header-desc {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* --- Grid (Sin cambios, funciona perfecto) --- */
.lemorne-ui-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

/* --- LA TARJETA UI (Mantenemos tu diseño favorito) --- */
.ui-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.bg-watermark {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 10rem;
    color: #f7f7f7;
    z-index: 0;
    transform: rotate(15deg);
    transition: all 0.5s ease;
}

.card-upper {
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #bdb700;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #bdb700;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(189, 183, 0, 0.15);
    transition: all 0.4s ease;
}

.category-pill {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bdb700;
    margin-bottom: 15px;
    background: rgba(189, 183, 0, 0.1);
    padding: 5px 10px;
    border-radius: 4px;
}

.intro-desc {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 50px;
}

.main-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.1;
}

/* --- EL BOTÓN GIGANTE (Footer) --- */
.card-action {
    background: #fdfdfd;
    border-top: 1px solid #eee;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.action-text {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    transition: color 0.4s ease;
}

.action-icon {
    font-size: 1.2rem;
    color: #bdb700;
    transition: transform 0.4s ease, color 0.4s ease;
}

/* --- HOVER EFFECTS --- */
.ui-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #bdb700;
}

.ui-card:hover .card-action {
    background: #bdb700;
    border-top-color: #bdb700;
}

.ui-card:hover .action-text { color: #ffffff; }
.ui-card:hover .action-icon {
    color: #ffffff;
    transform: translateX(10px);
}

.ui-card:hover .icon-box {
    background: #bdb700;
    color: #ffffff;
    transform: rotate(-10deg);
}

.ui-card:hover .bg-watermark {
    right: -40px;
    opacity: 0.1;
    color: #000;
}/* End custom CSS */