
/* ============================================================
   Pagina Laboratorio — Modulo 11
   ============================================================ */

/* Box ACCREDIA — callout dell'accreditamento */
.eco-accredia-box {
    background: #FFFFFF;
    border: 2px solid #56F09F;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(3, 32, 25, 0.06);
}
.eco-accredia-eyebrow {
    color: #00411D;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 8px;
}
.eco-accredia-num {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #032019;
    margin: 0 0 8px;
    line-height: 1.2;
}
.eco-accredia-num strong {
    color: #00411D;
    font-size: 40px;
}
.eco-accredia-norm {
    font-size: 14px;
    color: #032019;
    margin: 0 0 12px;
    opacity: 0.85;
}
.eco-accredia-extra {
    font-size: 13px;
    color: #032019;
    margin: 0 0 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(3, 32, 25, 0.10);
    opacity: 0.85;
}
.eco-accredia-mark {
    font-size: 12px;
    color: #00411D;
    margin: 0;
    font-style: italic;
    opacity: 0.7;
}

/* Block lab (tecniche/attività/settori/servizi) */
.eco-lab-block {
    background: #FFFFFF;
    border: 1px solid rgba(3, 32, 25, 0.08);
    border-radius: 16px;
    padding: 28px 32px;
    height: 100%;
    box-sizing: border-box;
}
.eco-lab-block h3 {
    margin: 0 0 16px;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #032019;
    padding-bottom: 12px;
    border-bottom: 2px solid #56F09F;
}

/* List with checkmark accent (tecniche, settori) */
.eco-list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eco-list-check li {
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid rgba(3, 32, 25, 0.08);
    font-size: 14px;
    line-height: 1.4;
    color: #032019;
    position: relative;
}
.eco-list-check li:last-child { border-bottom: none; }
.eco-list-check li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 10px;
    color: #56F09F;
    font-weight: 700;
    font-size: 16px;
}

/* List with arrow accent (attività con descrizione) */
.eco-list-arrow {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eco-list-arrow li {
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid rgba(3, 32, 25, 0.08);
    font-size: 14px;
    color: #032019;
    position: relative;
}
.eco-list-arrow li:last-child { border-bottom: none; }
.eco-list-arrow li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 8px;
    color: #00411D;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}
.eco-list-arrow li strong {
    display: block;
    color: #032019;
    font-weight: 700;
    margin-bottom: 4px;
}
.eco-list-arrow li span {
    display: block;
    font-size: 13px;
    color: #032019;
    opacity: 0.75;
    line-height: 1.5;
}

/* Alert box — Legionella */
.eco-alert-box {
    max-width: 820px;
    margin: 0 auto;
    background: #FFFEF2;
    border-left: 6px solid #ED6C02;
    border-radius: 12px;
    padding: 28px 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.eco-alert-eyebrow {
    display: block;
    color: #ED6C02;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.eco-alert-box h3 {
    margin: 0 0 16px;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #032019;
}
.eco-alert-box p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #032019;
}
.eco-alert-box .eco-alert-warning {
    background: rgba(237, 108, 2, 0.10);
    padding: 12px 16px;
    border-radius: 8px;
    color: #ED6C02;
    font-weight: 600;
}
.eco-alert-box .eco-alert-warning strong {
    color: #C25600;
}
