/* ===========================
   ZOZIMO LEAD INTELLIGENCE
   =========================== */
main {
    width: 100%;
}

.titleSec {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titleSec p{
    font-size: 30px;
}

.items {
    flex-direction: column;
    /* width: fit-content; */
    /* gap: 20px; */
}

.zli h1 {
    font-size: 2.4rem;
    margin-bottom: 0.4rem;
}

.zli h2 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #090909;
    padding: 20px;
    text-align: center;
}

.zli h3 {
    margin-bottom: 0.6rem;
    text-align: center;
    padding-bottom: 40px;
}

.zli h4 {
    margin-top: 1rem;
    font-size: 1rem;
}

.hero-desc {
    max-width: 820px;
    margin: 1rem auto;
    line-height: 1.6;
    color: #000000;
    font-weight: normal;
}

.boxLinkAccess {
  
    padding: 15px;
}

small {
    padding: 10px;
    color: #000;
    font-weight: normal;
    font-style: italic;
}

large{
    /* padding-left: 20px; */
    color: black;
    padding: 20px;
    text-align: justify;
}

.center {
    text-align: center;
}

/* CTA */
.zli-cta {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.6rem;
    background: #111;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}

.zli-cta:hover {
    background: #000;
}

.zli-cta.invert {
    background: #fff;
    color: #111;
    border: 2px solid #111;
}

/* Mermaid */
.mermaid {
    /* transform: scale(1.20); */
    background: #fff;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
    height: 320px;

}

/* Por defecto (Escritorio/PC): Ocultamos el diagrama vertical */
.mobile-view {
    display: none;
}
.desktop-view {
    display: block;
}


.diagram-role {
    margin-top: 1rem;
    color: #333;
    font-size: 20px;
}


.zli_dg_title{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    
}

.zli_dg_list {
    list-style: none;      /* ❌ elimina el puntito */
    padding-left: 0;       /* ❌ elimina sangría por defecto */
    margin: 0;
}

.zli_dg_list ul{
    /* font-size: 35px; */
    line-height: 1.4;
    margin-bottom: 6px;
    padding: 5px;
    /* color: #1B5E20; */
}

.zli_dg_list li{
    font-size: 35px;
}


.zli_gen_list{
    list-style: none;      /* ❌ elimina el puntito */
    padding-left: 0;       /* ❌ elimina sangría por defecto */
    margin: 0;
}
/* Boxes */
.items ul {
    padding-left: 1.2rem;
}

.items li {
    margin-bottom: 0.45rem;
}

/* Muted column */
.items.muted {
    background: #f4cbcb;
    border-radius: 8px;
    padding: 1rem;
    width: fit-content;
}

.diagram_width{
    width: 90%;

}
.boxItems_pago {
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 20px;
    text-align: justify;
    font-size: larger;
}
.items_pago {
    background: #d8f6d9;
    padding: 10px;
    border-radius: 20px;
}

/* Plans */
.plans {
    align-items: stretch;
    gap: 10px;
}

.plan {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1.2rem;
    background: #fff;
    width: 35%;
}

.plan.highlight {
    border: 2px solid #000;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.tagline {
    color: #555;
    font-style: italic;
    margin-bottom: 0.6rem;
    font-size: larger;
    padding: 15px;
}
.planName {
    font-size: 25px;
    text-align: center;
    padding: 5px;
    border-radius: 30px;
    background: #edffdc;
    font-weight: bold;
    color: rgb(0, 2, 97);
}
.not-included {
    margin-top: 0.6rem;
    color: #777;
}

.plan-note {
    margin-top: 0.8rem;
    font-weight: 600;
}

/* CTA final */
.cta-final {
    background: #111;
    color: #fff;
}

.cta-final p {
    max-width: 600px;
    margin: 0.8rem auto 1.2rem auto;
}



/* ===============================
   HERO 2 – DOLOR / ORDEN
================================ */

.zli-hero2-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.zli-hero2-text {
    /* max-width: 900px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 16px; */
    text-align: justify;
}

.zli-hero2-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(0, 2, 97);
    background: none;
    padding: 0px;
}
.zli-hero2-text h4 {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    padding: 0px;
}
.zli-hero2-text strong {
    font-size: 19px;
    line-height: 1.7;
    color: #040404;
    padding: 15px;
    margin: 0px;
    background: #ffffff;
    border-radius: 6px;
    border-left: 5px solid #676767;
    font-family: cursive;
}

.zli-hero2-highlight {
    margin-top: 12px;
    padding: 12px 18px;
    background-color: #e8f5e9;
    border-left: 5px solid #2e7d32;
    font-weight: 600;
    color: #1b5e20;
    border-radius: 6px;
    font-size: 20px;
}



/* Responsive */
@media (max-width: 768px) {
    .zli h1 {
        font-size: 2rem;
    }
    .plans {
        flex-direction: column;
        padding: 10px;

    }
    .plan {
        width: 100%;
        padding: 10px;
    }
    .boxLinkAccess {
        width: 85%;
    }
    .box {
        padding: 15px;
    }
     .desktop-view {
        display: none; /* Ocultamos el horizontal */
    }
    .mobile-view {
        display: block; /* Mostramos el vertical */
    }
    .mermaid {
        height: auto;
    }

    .boxItems_pago{
        flex-direction: column;
    }
    .zli-hero2-text strong {
        font-size: 20px;
        font-family: math;
    }
 

}

@media (min-width: 1280px) {
    .mermaid {
        height: 370px;
    }
}