/* ==========================================================================
   Préparation LCA · EDN — styles isolés
   Tout est préfixé par .lca : aucun impact sur le reste du thème.
   ========================================================================== */

.lca {
    --lca-ink: #0E1338;
    --lca-ink-soft: #3B4166;
    --lca-body: #5C5F71;
    --lca-accent: #F96363;
    --lca-accent-2: #1FC5B1;
    --lca-line: rgba(14, 19, 56, .10);
    --lca-paper: #FFFFFF;
    --lca-paper-2: #F6F7FB;

    font-family: var(--body-font, "Inter", sans-serif);
    color: var(--lca-body);
}

.lca *,
.lca *::before,
.lca *::after {
    box-sizing: border-box;
}

.lca h1,
.lca h2,
.lca h3,
.lca h4 {
    font-family: var(--title-font, "Outfit", sans-serif);
    color: var(--lca-ink);
    margin: 0;
    letter-spacing: -.02em;
}

.lca p {
    margin: 0;
}

.lca__shell {
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
    padding-inline: 24px;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.lca__hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 140% at 85% 0%, #202a63 0%, #0E1338 55%, #080B24 100%);
    padding: 110px 0 120px;
    isolation: isolate;
}

.lca__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(80% 70% at 70% 10%, #000 0%, transparent 75%);
    z-index: -1;
}



.lca__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #A9B2E6;
    margin-bottom: 26px;
}

.lca__eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--lca-accent);
}

.lca__hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 5.4vw, 4.4rem);
    line-height: 1.04;
    font-weight: 600;
    max-width: 14ch;
}

.lca__hero h1 em {
    font-style: normal;
    display: block;
    color: #8E97CE;
    font-weight: 300;
}

.lca p.lca__hero-lede {
    margin-top: 38px;
    max-width: 56ch;
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .74);
}

.lca__hero-lede strong {
    color: #fff;
    font-weight: 600;
}

/* Bandeau de dates sous le hero */
.lca__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 56px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.lca__fact {
    flex: 1 1 200px;
    padding: 24px 28px 4px 0;
}

.lca__fact + .lca__fact {
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, .14);
}

/* div/span uniquement : l'éditeur TinyMCE supprime les <dl>/<dt>/<dd> */
.lca__fact-label {
    display: block;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #7F89C0;
    margin-bottom: 8px;
    font-weight: 600;
}

.lca__fact-value {
    display: block;
    color: #fff;
    font-family: var(--title-font, "Outfit", sans-serif);
    font-size: 1.25rem;
    font-weight: 500;
}

/* --------------------------------------------------------------------------
   Accroche
   -------------------------------------------------------------------------- */

.lca__statement {
    padding: 96px 0;
    background: var(--lca-paper);
}

.lca__statement-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
}

.lca__statement h2 {
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    font-weight: 600;
}

.lca__statement h2 span {
    color: var(--lca-accent);
}

.lca__rule {
    width: 56px;
    height: 3px;
    background: var(--lca-ink);
    margin-bottom: 28px;
    border-radius: 2px;
}

.lca__statement p {
    font-size: 1.0625rem;
    line-height: 1.8;
}

.lca__statement p + p {
    margin-top: 20px;
}

/* Les trois assertions : « Elle se prépare. » */
.lca__beats {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    counter-reset: beat;
}

.lca__beats li {
    counter-increment: beat;
    position: relative;
    padding: 14px 0 14px 52px;
    border-bottom: 1px solid var(--lca-line);
    font-family: var(--title-font, "Outfit", sans-serif);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--lca-ink);
}

.lca__beats li::before {
    content: "0" counter(beat);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .8125rem;
    font-weight: 600;
    color: var(--lca-accent);
    letter-spacing: .05em;
}

/* --------------------------------------------------------------------------
   Programmes
   -------------------------------------------------------------------------- */

.lca__programs {
    padding: 96px 0 104px;
    background: var(--lca-paper-2);
}

.lca__section-head {
    max-width: 62ch;
    margin-bottom: 56px;
}

.lca__section-head h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    line-height: 1.2;
}

.lca__section-head p {
    margin-top: 16px;
    line-height: 1.75;
}

.lca__program-list {
    display: grid;
    gap: 32px;
}

.lca__program {
    position: relative;
    background: var(--lca-paper);
    border: 1px solid var(--lca-line);
    border-radius: 18px;
    padding: 44px 44px 44px 52px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 48px;
    transition: box-shadow .35s ease, transform .35s ease;
}

.lca__program::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--lca-accent);
}

.lca__program--y5::before {
    background: var(--lca-accent-2);
}

.lca__program:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 60px -30px rgba(14, 19, 56, .35);
}

.lca__program-year {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--lca-accent);
    margin-bottom: 14px;
}

.lca__program--y5 .lca__program-year {
    color: #14A08F;
}

.lca__program h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.lca__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.lca__chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border: 1px solid var(--lca-line);
    border-radius: 100px;
    font-size: .8125rem;
    font-weight: 500;
    color: var(--lca-ink-soft);
    background: #fff;
    white-space: nowrap;
}

/* Pastille de couleur : évite de dépendre d'un jeu d'icônes */
.lca__chip::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lca-accent);
    flex: none;
}

.lca__program--y5 .lca__chip::before {
    background: var(--lca-accent-2);
}

/* Déroulé du programme */
.lca__steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lca__steps li {
    position: relative;
    padding: 0 0 30px 38px;
    line-height: 1.75;
    font-size: 1.0625rem;
    color: var(--lca-ink-soft);
}

.lca__steps li:last-child {
    padding-bottom: 0;
}

/* Le trait vertical qui relie les puces */
.lca__steps li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 14px;
    bottom: -2px;
    width: 1px;
    background: var(--lca-line);
}

.lca__steps li:last-child::before {
    display: none;
}

.lca__steps li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--lca-accent);
}

.lca__program--y5 .lca__steps li::after {
    border-color: var(--lca-accent-2);
}

.lca__steps strong {
    color: var(--lca-ink);
    font-weight: 600;
}

/* --------------------------------------------------------------------------
   Appel à l'action
   -------------------------------------------------------------------------- */

.lca__cta {
    background: var(--lca-ink);
    padding: 84px 0;
    text-align: center;
}

.lca__cta h2 {
    color: #fff;
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    font-weight: 600;
    line-height: 1.25;
}

.lca__cta p {
    color: rgba(255, 255, 255, .68);
    margin: 18px auto 0;
    max-width: 52ch;
    line-height: 1.75;
}

.lca__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.lca__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: .9375rem;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.lca__btn i {
    transition: transform .25s ease;
}

.lca__btn:hover i {
    transform: translateX(4px);
}

.lca__btn--primary {
    background: var(--lca-accent);
    color: #fff;
}

.lca__btn--primary:hover {
    background: #fff;
    color: var(--lca-ink);
}

.lca__btn--ghost {
    background: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
}

.lca__btn--ghost:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {
    .lca__program {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
        padding: 36px 32px 36px 40px;
    }

    .lca__statement-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .lca__hero {
        padding: 72px 0 80px;
    }

    .lca__hero h1 {
        line-height: 1.12;
    }

    .lca p.lca__hero-lede {
        margin-top: 30px;
        font-size: 1.0625rem;
    }

    .lca__statement,
    .lca__programs {
        padding: 64px 0;
    }

    .lca__facts {
        margin-top: 40px;
    }

    .lca__fact {
        flex: 1 1 100%;
        padding-right: 0;
    }

    .lca__fact + .lca__fact {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .14);
    }

    .lca__actions .lca__btn {
        flex: 1 1 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lca__program,
    .lca__btn,
    .lca__btn i {
        transition: none;
    }

    .lca__program:hover {
        transform: none;
    }
}
