/*
 * ITNETCOM_ABOUT_SIMPLE_LINEAR_CSS_V3
 *
 * Pagina editoriale semplice, compatta e coerente con la Home.
 * Nessuna card, ombra, pannello o bordo arrotondato.
 */

body.itn-secondary-page .about-simple {
    background: #ffffff;
    color: var(--text, #1f1f1f);
}

body.itn-secondary-page .about-simple .container {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

body.itn-secondary-page .about-simple__hero {
    padding: 42px 0 58px;
    border-bottom: 1px solid var(--line, #dddddd);
}

body.itn-secondary-page .about-simple__breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 38px;
    color: var(--muted, #5d5d5d);
    font-size: 12px;
    line-height: 1.4;
}

body.itn-secondary-page .about-simple__breadcrumb a {
    color: inherit;
    text-decoration: none;
}

body.itn-secondary-page .about-simple__breadcrumb a:hover,
body.itn-secondary-page .about-simple__breadcrumb a:focus-visible {
    color: var(--brand-red, #ff0000);
}

body.itn-secondary-page .about-simple__breadcrumb strong {
    color: var(--brand-black, #111111);
    font-weight: 700;
}

body.itn-secondary-page .about-simple__eyebrow,
body.itn-secondary-page .about-simple__label {
    margin: 0;
    color: var(--brand-red, #ff0000);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.itn-secondary-page .about-simple__hero h1 {
    max-width: 780px;
    margin: 12px 0 0;
    color: var(--brand-black, #111111);
    font-size: clamp(38px, 4.6vw, 66px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

body.itn-secondary-page .about-simple__lead {
    max-width: 720px;
    margin: 24px 0 0;
    color: var(--muted, #5d5d5d);
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.65;
}

body.itn-secondary-page .about-simple__section {
    padding: 52px 0 58px;
    border-bottom: 1px solid var(--line, #dddddd);
}

body.itn-secondary-page .about-simple__row {
    display: block;
    max-width: 820px;
}

body.itn-secondary-page .about-simple__label {
    margin-bottom: 12px;
}

body.itn-secondary-page .about-simple__content {
    max-width: 820px;
}

body.itn-secondary-page .about-simple__content h2 {
    max-width: 720px;
    margin: 0;
    color: var(--brand-black, #111111);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

body.itn-secondary-page .about-simple__content > p {
    max-width: 720px;
    margin: 20px 0 0;
    color: var(--muted, #5d5d5d);
    font-size: 16px;
    line-height: 1.72;
}

body.itn-secondary-page .about-simple__content > p + p {
    margin-top: 14px;
}

body.itn-secondary-page .about-simple__list {
    max-width: 760px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line, #dddddd);
}

body.itn-secondary-page .about-simple__list li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 0;
    color: var(--brand-black, #111111);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.5;
    border-bottom: 1px solid var(--line, #dddddd);
}

body.itn-secondary-page .about-simple__list li::before {
    content: "—";
    color: var(--brand-red, #ff0000);
    font-weight: 800;
}

@media (max-width: 820px) {
    body.itn-secondary-page .about-simple .container {
        width: min(100% - 28px, 1180px);
    }

    body.itn-secondary-page .about-simple__hero {
        padding: 28px 0 42px;
    }

    body.itn-secondary-page .about-simple__breadcrumb {
        margin-bottom: 28px;
    }

    body.itn-secondary-page .about-simple__hero h1 {
        max-width: 620px;
        font-size: clamp(34px, 10vw, 52px);
        line-height: 1.03;
    }

    body.itn-secondary-page .about-simple__lead {
        margin-top: 20px;
        font-size: 16px;
    }

    body.itn-secondary-page .about-simple__section {
        padding: 38px 0 42px;
    }

    body.itn-secondary-page .about-simple__content h2 {
        font-size: clamp(27px, 8vw, 36px);
    }

    body.itn-secondary-page .about-simple__content > p {
        font-size: 15px;
        line-height: 1.65;
    }

    body.itn-secondary-page .about-simple__list {
        margin-top: 24px;
    }

    body.itn-secondary-page .about-simple__list li {
        padding: 13px 0;
        font-size: 14px;
    }
}
