.intro p.text-intro {
    font-size: 1.25rem;
}

.vision .uk-text-meta,
.engagement-norme .uk-text-meta {
    color: var(--red-500)
}

/* ─── Timeline ─────────────────────────────────────── */

.section-timeline {
    background-color: var(--slate-50);
}

.met-timeline {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.met-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--slate-200);
}

.met-timeline .h3-like {
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
}

.met-timeline li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

.met-timeline li:last-child {
    margin-bottom: 0;
}

.met-timeline .met-timeline__dot {
    position: absolute;
    background-color: var(--red-500);
    color: var(--white);
    left: 0;
    top: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: .875rem;
    z-index: 1;
    font-family: var(--font-primary)
}

.met-timeline .met-timeline__year {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: var(--red-500)
}

.met-timeline h3 {
    margin-top: 0;
    margin-bottom: 6px;
}

/* ─── Chiffres clés ─────────────────────────────────── */
.met-stat {
    border-left: 3px solid var(--blue-500);
    padding-left: 20px;
}

.met-stat__number {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: var(--blue-500)
}

.met-stat__label {
    font-size: 0.875rem;
    color: var(--slate-700);
    margin-top: 4px;
}

/* ─── Engagement items ──────────────────────────────── */
.met-engagement-item {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}

.met-engagement-item:last-child {
    margin-bottom: 0;
}

.met-engagement-item__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* ─── Section CTA ────────────────────────────────────── */
.met-section-cta {
    background-color: #1a1a2e;
}

/* CTA bandeau */
.cta-bandeau {
    padding: 6rem 0;
    background-color: var(--blue-600);
    background-image: url('https://met.prodflamingo.fr/wp-content/uploads/2026/04/fond-porte-1-scaled.webp');
    background-blend-mode: multiply;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}

.cta-bandeau p {
    color: var(--white);
}

.cta-bandeau .uk-button-primary {
    background-color: var(--white);
    color: var(--red-600);
    font-weight: 600;
}