/* FormationML — shared editorial direction, home and course pages. */
:root {
    --accent: #24554b;
    --accent-hover: #173e36;
    --accent-soft: #e5eee9;
    --accent-light: #a9ccc0;
    --orange: #24554b;
    --text: #202b28;
    --text-muted: #53615b;
    --bg-light: #f5f4ef;
    --bg-soft: #eeeee7;
    --navy: #202e29;
    --navy-soft: #2c3e36;
    --bg-footer: #202e29;
    --border: #d7ddd6;
    --border-hover: #9dac9f;
    --gradient-accent: #24554b;
    --gradient-hero: #f5f4ef;
    --gradient-program: #f5f4ef;
    --shadow-accent: none;
    --radius: 5px;
    --radius-lg: 8px;
    --max-width: 1240px;
}
body { background: #fff; }
h1, h2, h3 { text-wrap: balance; }
h2 { font-size: clamp(1.85rem, 3.2vw, 2.7rem); letter-spacing: -.045em; }
p { text-wrap: pretty; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible,
[tabindex]:focus-visible { outline: 3px solid #24554b; outline-offset: 5px; }
.skip-link { position: fixed; left: 20px; top: -100px; padding: 12px 20px; background: #fff; color: #202b28; z-index: 10000; }
.skip-link:focus { top: 12px; }
main, section[id] { scroll-margin-top: 96px; }
.btn { border-radius: 5px; box-shadow: none; min-height: 46px; justify-content: center; line-height: 1.4; }
.btn-primary, .btn-warm { background: #24554b; color: #fff; border: 1px solid #24554b; }
.btn-primary:hover, .btn-warm:hover { background: #173e36; border-color: #173e36; box-shadow: none; transform: none; }
.btn-secondary, .btn-hero-outline { color: #202b28; background: transparent; border: 1px solid #a3afa6; }
.btn-secondary:hover, .btn-hero-outline:hover { color: #173e36; background: #e5eee9; border-color: #24554b; transform: none; }
.section-label, .relaunch-proof .section-label { color: #24554b; font-size: .7rem; letter-spacing: .12em; }
.section-label::before, .relaunch-eyebrow::before { display: none; }
.site-header, .site-header.scrolled { background: #fafaf7; box-shadow: none; backdrop-filter: none; border-bottom: 1px solid #d7ddd6; }
.nav-container { height: 80px; gap: 22px; }
.logo { letter-spacing: -.035em; gap: 8px; flex-shrink: 0; }
.logo strong { color: #24554b; }
.logo-icon { width: 36px; height: 36px; flex-basis: 36px; border: none; border-radius: 4px; box-shadow: none; }
.nav-links { gap: 21px; }
.nav-links a { font-size: .83rem; }
.nav-cta .btn { padding: 11px 17px; font-size: .8rem; }

/* One clear headline, with direct routes into the three subjects. */
.relaunch-hero { padding: 152px 0 64px; background: #f5f4ef; border-color: #d7ddd6; }
.relaunch-hero::after { display: none; }
.relaunch-hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, 1fr); gap: 74px; align-items: center; }
.relaunch-hero-copy { max-width: none; }
.relaunch-eyebrow { color: #53615b; letter-spacing: .025em; text-transform: none; font-size: .83rem; margin-bottom: 25px; }
.relaunch-hero h1 { max-width: 780px; font-size: clamp(2.5rem, 4.7vw, 4.2rem); line-height: 1.04; color: #202b28; letter-spacing: -.06em; font-weight: 600; margin-bottom: 26px; }
.relaunch-hero h1 span { color: #24554b; }
.relaunch-lead { max-width: 630px; color: #53615b; font-size: 1.04rem; line-height: 1.75; }
.relaunch-lead strong { color: #34443e; font-weight: 600; }
.relaunch-experience { max-width: 630px; margin-top: 12px; color: #24554b; font-size: .93rem; line-height: 1.65; }
.relaunch-formats { display: flex; flex-wrap: wrap; gap: 6px 0; max-width: 680px; margin-top: 17px; color: #53615b; font-size: .82rem; font-weight: 500; line-height: 1.55; list-style: none; }
.relaunch-formats li { display: flex; align-items: baseline; }
.relaunch-formats li + li::before { content: "\00b7"; margin: 0 9px; color: #24554b; }
.relaunch-actions { gap: 12px; margin: 22px 0 27px; }
.relaunch-actions .btn { font-size: .86rem; padding: 15px 19px; }
.relaunch-credentials { max-width: 680px; margin: 0 0 16px; padding: 11px 14px; border-left: 3px solid #24554b; background: #e5eee9; color: #34443e; font-size: .76rem; font-weight: 600; line-height: 1.55; }
.relaunch-credentials span { color: #24554b; }
.relaunch-trust-list { font-size: .74rem; gap: 9px 18px; color: #53615b; }
.relaunch-trust-list span { color: #24554b; }
.hero-guide { padding: 16px 0 0 28px; border-left: 1px solid #cbd3c9; }
.hero-guide-label { font-size: .76rem; color: #53615b; margin-bottom: 18px; }
.hero-guide > a { display: grid; grid-template-columns: 1fr 16px; gap: 12px; align-items: start; padding: 23px 0; border-top: 1px solid #cbd3c9; }
.hero-guide > a:hover strong { color: #24554b; text-decoration: underline; text-underline-offset: 4px; }
.hero-guide strong { display: block; font-size: .98rem; font-weight: 600; line-height: 1.4; }
.hero-guide small { display: block; color: #53615b; font-size: .75rem; line-height: 1.6; margin-top: 7px; }
.hero-guide-note { border-top: 1px solid #cbd3c9; padding-top: 20px; font-size: .7rem; color: #53615b; }

/* Compact evidence before the catalogue. Logos remain readable and stationary. */
.relaunch-proof { padding: 37px 0 30px; background: #fff; color: #202b28; border: 0; border-bottom: 1px solid #d7ddd6; }
.proof-heading { grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin-bottom: 23px; }
.proof-heading-copy h2 { font-size: 1.45rem; color: #202b28; margin: 0 0 7px; letter-spacing: -.035em; }
.proof-heading-copy p { color: #53615b; font-size: .8rem; max-width: 520px; }
.proof-heading-copy .section-label { font-size: .63rem; margin-bottom: 10px; }
.proof-metrics { display: flex; gap: 24px; border: 0; border-radius: 0; background: none; overflow: visible; }
.proof-metrics > div { display: block; padding: 0 0 0 23px !important; background: transparent !important; border-left: 1px solid #d7ddd6; }
.proof-metrics dt { color: #24554b; font-family: var(--font-main); font-size: 2rem; font-weight: 600; letter-spacing: -.05em; }
.proof-metrics dd, .proof-metric--satisfaction dd { font-size: .7rem; margin-top: 6px; color: #53615b; font-weight: 400; letter-spacing: 0; }
.proof-metric--satisfaction dt { font-size: 2rem; }
.logo-marquee-toolbar { color: #53615b; font-size: .67rem; margin-bottom: 10px; }
.logo-marquee { margin: 0; background: none; border: 0; mask-image: none; -webkit-mask-image: none; }
.logo-marquee-track { width: 100%; display: block; animation: none; will-change: auto; }
.logo-marquee-list, .logo-marquee-list:first-child, .logo-marquee-list:last-child { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; padding: 0; }
.trusted-company { display: flex; flex-direction: column; justify-content: center; gap: 4px; width: auto; min-height: 80px; padding: 7px 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.trusted-logo-frame { flex: 0 0 44px; height: 44px; width: 106px; border-radius: 2px; }
.trusted-logo-frame img { max-height: 40px; }
.trusted-company > span:last-child { font-size: .62rem; font-weight: 500; color: #53615b; text-align: center; }
.trusted-company--geosophy .trusted-logo-frame img { max-height: 42px; }
.proof-reviews-link { display: inline-block; color: #24554b; font-size: .77rem; margin-top: 18px; text-decoration: underline; text-underline-offset: 4px; }

/* The three programmes are comparable at the same scale. */
.relaunch-formations { padding: 76px 0; background: #f5f4ef; }
.relaunch-section-heading { gap: 48px; margin-bottom: 36px; }
.relaunch-section-heading > p { font-size: .92rem; }
.training-offers-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: none; width: 100%; }
.training-offer.training-showcase { display: flex; min-width: 0; flex-direction: column; border: 1px solid #d7ddd6; border-radius: 6px; box-shadow: none; background: #fff; }
.training-offer.training-showcase::before { display: none; }
.training-showcase__media, .training-showcase--image-right .training-showcase__media { order: 0; min-height: 0; height: 174px; width: 100%; background: #e9edec; }
.training-showcase__media img { object-fit: cover; object-position: center 48%; height: 100%; }
.training-showcase__content { padding: 25px; flex: 1; justify-content: start; }
.offer-topline { font-size: .65rem; letter-spacing: .07em; margin-bottom: 17px; }
.training-offer.training-showcase h3 { font-size: 1.6rem; line-height: 1.13; min-height: 87px; margin-bottom: 16px; letter-spacing: -.035em; }
.training-offer.training-showcase .offer-promise { font-size: .88rem; min-height: 93px; line-height: 1.65; }
.training-offer ul { gap: 10px; margin: 16px 0 26px; }
.training-offer li { color: #53615b; font-size: .81rem; padding-left: 16px; }
.training-offer li::before { color: #24554b; content: '–'; }
.offer-footer { flex-wrap: wrap; align-items: center; gap: 18px; padding-top: 20px; }
.offer-price strong { color: #202b28; font-size: 1.23rem; letter-spacing: -.04em; }
.offer-price span { font-size: .72rem; color: #53615b; }
.offer-link { color: #24554b; font-size: .76rem; }
.training-offer.training-showcase:hover { border-color: #24554b; box-shadow: none; transform: none; }
.training-offer:focus-visible { outline-color: #24554b; }

/* Published prices: individual enrolment, company group and adapted programme. */
.offer-price { flex-basis: 100%; }
.offer-price strong { font-size: 1.08rem; letter-spacing: -.02em; }
.offer-price span { margin-top: 5px; }
.formation-card-price { margin: 4px 0 20px; }
.formation-card-price strong { display: block; color: #202b28; font-size: 1rem; }
.formation-card-price span, .training-price-note { display: block; color: #53615b; font-size: .8rem; margin-top: 5px; }
.training-pricing { padding: 64px 0; background: #eeeee7; border-block: 1px solid #d7ddd6; }
.training-pricing .section-header { margin-bottom: 30px; }
.training-pricing .training-pricing-intro { max-width: 760px; margin-bottom: 10px; color: #34443e; }
.training-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.training-pricing-option { display: flex; flex-direction: column; align-items: flex-start; padding: 32px; border: 1px solid #d7ddd6; border-top: 5px solid #24554b; border-radius: 6px; background: #fff; }
.training-pricing-option--intra { border-top-color: #b56a2d; }
.training-pricing-option--custom { border-top-color: #4d6096; }
.training-pricing-product { margin-bottom: 18px; color: #69756f; font-family: 'JetBrains Mono', monospace; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.training-pricing-option h3 { color: #202b28; font-size: 1.3rem; letter-spacing: -.025em; }
.training-pricing-option p { color: #53615b; font-size: .92rem; margin: 0 0 24px; }
.training-pricing-programs { width: 100%; margin: 16px 0 22px; border-block: 1px solid #d7ddd6; }
.training-pricing-programs > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 13px 0; border-bottom: 1px solid #e5e9e4; }
.training-pricing-programs > div:last-child { border-bottom: 0; }
.training-pricing-programs dt, .training-pricing-programs dd { margin: 0; }
.training-pricing-programs dt strong, .training-pricing-programs dt span, .training-pricing-programs dd strong, .training-pricing-programs dd span { display: block; }
.training-pricing-programs dt strong { color: #202b28; font-size: .82rem; line-height: 1.35; }
.training-pricing-programs dt span { margin-top: 3px; color: #69756f; font-size: .72rem; }
.training-pricing-programs dd { text-align: right; white-space: nowrap; }
.training-pricing-programs dd strong { color: #24554b; font-size: 1rem; }
.training-pricing-programs dd span { margin-top: 3px; color: #69756f; font-size: .68rem; }
.training-pricing-option .training-pricing-amount { color: #24554b; font-size: clamp(1.8rem, 3vw, 2.3rem); font-weight: 600; letter-spacing: -.035em; margin: 16px 0; }
.training-pricing-option--intra .training-pricing-amount { color: #8d4d1f; }
.training-pricing-option--custom .training-pricing-amount { color: #405385; }
.training-pricing-amount span { font-size: .9rem; font-weight: 400; letter-spacing: 0; white-space: nowrap; }
.training-pricing-option .btn { margin-top: auto; }
@media (max-width: 980px) {
    .training-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .training-pricing-option--custom { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
    .training-pricing { padding: 48px 0; }
    .training-pricing-grid { grid-template-columns: 1fr; }
    .training-pricing-option--custom { grid-column: auto; }
    .training-pricing-option { padding: 24px; }
}

/* Trainer and complete participant accounts, including critical feedback. */
.relaunch-information { padding: 76px 0; background: #202e29; color: #e0e8e2; }
.information-intro h2 { color: #fff; }
.information-intro p { color: #c8d4cc; font-size: 1rem; }
.relaunch-information .section-label { color: #bcd6c8; }
.information-grid { gap: 72px; }
.information-points article { border: 0; border-top: 1px solid #526359; border-radius: 0; padding: 18px 0; background: transparent; box-shadow: none; }
.information-points article > span { color: #c4ddcf; border: 0; border-radius: 0; background: none; font-size: 1.6rem; }
.information-points h3 { color: #fff; font-size: 1rem; }
.information-points p { color: #c8d4cc; font-size: .83rem; }
.trainer-result { color: #fff; background: transparent; border-color: #526359; border-radius: 4px; }
.trainer-result strong { color: #c4ddcf; }
.trainer-result span { color: #e0e8e2; }
.relaunch-testimonials { padding: 42px 0 64px; background: #202e29; }
.testimonials-heading { width: 100%; margin: 0 0 24px; gap: 20px; }
.testimonials-kicker { color: #bcd6c8; font-size: .68rem; }
.testimonials-heading h3 { color: #fff; font-size: 1.6rem; letter-spacing: -.035em; }
.testimonials-status { color: #e0e8e2; }
.testimonial-control { border-color: #73897b; color: #fff; background: transparent; border-radius: 4px; width: 44px; height: 44px; }
.testimonial-control:hover:not(:disabled) { background: #3c5548; color: #fff; }
.testimonials-track { width: 100%; margin: 0; padding: 4px 0 20px; grid-auto-columns: calc((100% - 40px) / 3); scroll-padding-left: 0; gap: 20px; }
.testimonial-card { min-height: 0; padding: 24px; border: 1px solid #69796e; border-radius: 4px; box-shadow: none; background: #fafaf7; }
.testimonial-card blockquote p { font-size: .9rem; line-height: 1.7; }
.testimonial-card-header p { color: #53615b; }
.testimonial-score { color: #24554b; background: #e5eee9; border-color: #b9cec0; border-radius: 3px; font-size: .78rem; }
.testimonial-meta span { color: #53615b; background: transparent; padding: 0; border-radius: 0; font-size: .65rem; }
.testimonial-meta span + span::before { content: '· '; }

/* Dates and organization: calm sections with visible boundaries. */
.relaunch-calendar { padding: 76px 0; background: #fff; }
.calendar-periods { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.calendar-period { border: 0; border-radius: 0; box-shadow: none; }
.calendar-period > h3 { color: #53615b; background: transparent; border-bottom: 2px solid #24554b; padding: 15px 0; font-size: .82rem; }
.calendar-session { padding: 22px 0; border-bottom: 1px solid #d7ddd6; }
.calendar-session > span { color: #24554b; letter-spacing: 0; text-transform: none; font-size: 1rem; }
.calendar-session strong { font-weight: 500; font-size: .88rem; }
.calendar-session:hover, .calendar-session:focus-visible { background: #f5f4ef; }
.calendar-request-panel { background: #e5eee9; color: #202b28; border: 1px solid #d0ddd3; box-shadow: none; border-radius: 5px; padding: 27px; }
.calendar-request-panel .section-label { color: #24554b; }
.calendar-request-panel h2, .calendar-request-panel h3 { color: #202b28; }
.calendar-request-panel p { color: #53615b; font-size: .9rem; }
.relaunch-modalities { background: #f5f4ef; padding: 72px 0; border-top: 1px solid #d7ddd6; }
.relaunch-section-heading-light h2 { color: #202b28; }
.relaunch-section-heading-light > p { color: #53615b; }
.relaunch-section-heading-light .section-label { color: #24554b; }
.modality-cards article { border: 0; border-top: 1px solid #b4c1b7; background: none; border-radius: 0; padding: 24px 0 0; }
.modality-cards h3 { color: #202b28; }
.modality-cards p { color: #53615b; }
.modality-cards strong { color: #24554b; }
.modality-number { color: #53615b; }
.relaunch-custom { padding: 0 0 72px; background: #f5f4ef; }
.custom-panel { background: #fff; border: 1px solid #d7ddd6; border-radius: 5px; box-shadow: none; padding: 36px; }
.custom-copy h2 { font-size: 2rem; }
.custom-steps li { border-radius: 0; background: none; border-bottom: 1px solid #d7ddd6; }
.custom-steps li > span { background: #e5eee9; color: #24554b; border-radius: 3px; }
.relaunch-quality { padding: 52px 0; background: #fff; }
.quality-logo-card { border: 0; box-shadow: none; background: #fff; }
.quality-logo-card { min-height: 180px; }
.quality-copy h2 { font-size: 1.75rem; }
.quality-copy p, .quality-copy li { font-size: .88rem; }
.quality-copy li::before { color: #24554b; }

/* Educational explanation is available after the commercial essentials. */
.relaunch-taxonomy { padding: 68px 0; background: #f5f4ef; border-top: 1px solid #d7ddd6; border-bottom: 1px solid #d7ddd6; }
.taxonomy-intro h2 { font-size: 2rem; }
.taxonomy-intro p { font-size: .94rem; }
.taxonomy-cascade::before { background: #b9cbbf; }
.taxonomy-level { grid-template-columns: 1fr; gap: 0; background: #fff; border: 1px solid #cbd5cc; border-radius: 5px; box-shadow: none; padding: 20px; }
.taxonomy-level--ml { background: #f2f6f2; }
.taxonomy-level--dl { background: #e5eee9; }
.taxonomy-level--llm { background: #202e29; }
.taxonomy-level h3 { font-size: 1.08rem; }
.taxonomy-level p { font-size: .85rem; }
.taxonomy-level__number, .taxonomy-level--ml .taxonomy-level__number, .taxonomy-level--dl .taxonomy-level__number { color: #24554b; background: transparent; border: 0; border-radius: 0; }
.taxonomy-level--llm h3, .taxonomy-level--llm p, .taxonomy-level--llm .taxonomy-level__number { color: #fff; }
.taxonomy-applications { background: #fff; border: 1px solid #cbd5cc; border-radius: 5px; box-shadow: none; }
.taxonomy-applications__heading > span { color: #24554b; }
.taxonomy-applications__heading h3 { color: #202b28; }
.taxonomy-application-grid article { background: #f5f4ef; border: 0; border-radius: 4px; }
.taxonomy-application-grid h4 { color: #24554b; }
.taxonomy-application-grid p { color: #53615b; }
.relaunch-faq { padding: 72px 0; background: #fff; }
.relaunch-faq .faq-intro { background: #f5f4ef; border: 1px solid #d7ddd6; border-radius: 5px; box-shadow: none; }
.relaunch-faq .faq-intro h2 { color: #202b28; font-size: 2rem; }
.relaunch-faq .faq-intro p { color: #53615b; }
.relaunch-faq .faq-item, .relaunch-faq .faq-item:not(.active), .relaunch-faq .faq-item:not(.active):hover { border-color: #d7ddd6; border-radius: 4px; box-shadow: none; }
.relaunch-faq .faq-item.active { background: #f5f4ef; border-color: #a1b5a6; }
.relaunch-faq .faq-number, .relaunch-faq .faq-icon, .relaunch-faq .faq-item:not(.active) .faq-number, .relaunch-faq .faq-item:not(.active) .faq-icon { color: #24554b; background: #e5eee9; }
.relaunch-faq .faq-question-text { font-size: .92rem; }
.relaunch-faq .faq-answer-inner { color: #53615b; }
.relaunch-faq .faq-item.active .faq-answer { max-height: none; }
.relaunch-faq .faq-item:hover { transform: none; }
.relaunch-contact { background: #f5f4ef; padding: 72px 0; border-top: 1px solid #d7ddd6; }
.relaunch-contact .contact-info { background: #202e29; border: 0; border-radius: 5px; box-shadow: none; }
.relaunch-contact .contact-info::before { display: none; }
.contact-kicker { color: #c4ddcf; }
.relaunch-contact .contact-detail .icon { color: #c4ddcf; background: transparent; border-color: #69796e; }
.contact-form-wrapper { background: #fff; border: 1px solid #d7ddd6; border-radius: 5px; box-shadow: none; }
.contact-form input, .contact-form select, .contact-form textarea { border-radius: 4px; }
.site-footer { background: #202e29; }
.site-footer .logo strong { color: #c4ddcf; }

/* Course pages share the palette and favor the programme over scheduling. */
.training-hero, .catalog-hero { background: #f5f4ef; padding: 138px 0 56px; border-bottom: 1px solid #d7ddd6; }
.training-hero h1, .catalog-hero h1 { color: #202b28; letter-spacing: -.045em; font-weight: 600; }
.training-hero .back-link { color: #24554b; font-size: .8rem; }
.training-tagline, .catalog-hero p { color: #53615b; }
.training-facts { background: #fff; border: 1px solid #d7ddd6; border-radius: 5px; box-shadow: none; backdrop-filter: none; }
.training-facts strong { color: #202b28; }
.content-panel { border-radius: 5px; box-shadow: none; background: #f5f4ef; border: 1px solid #d7ddd6; }
.training-section { padding: 64px 0; }
.training-program.dark-section { padding: 64px 0; background: #202e29; }
.training-program .section-label { color: #c4ddcf; }
.training-program .training-modules { grid-template-columns: 1fr; gap: 0; }
.training-program .training-module { padding: 28px 0; border: 0; border-top: 1px solid #69796e; border-radius: 0; background: none; }
.training-program .module-number { color: #c4ddcf; background: transparent; }
.training-program .training-module h3 { color: #fff; font-size: 1.22rem; }
.training-program .training-module ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 38px; }
.training-program .training-module li { color: #e0e8e2; font-size: .9rem; }
.training-program .training-module li::before { background: #c4ddcf; }
.training-sessions { background: #f5f4ef; }
.training-session-card { border-radius: 5px; box-shadow: none; }
.formation-card { border-radius: 5px; box-shadow: none; }
.fade-in, .fade-in.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .nav-links { gap: 13px; }
    .nav-links a { font-size: .77rem; }
    .relaunch-hero-grid { gap: 35px; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr); }
    .training-showcase__content { padding: 22px; }
    .training-offer.training-showcase h3 { min-height: 110px; }
    .training-offer.training-showcase .offer-promise { min-height: 120px; }
}
@media (max-width: 900px) {
    .nav-cta { display: none; }
    .relaunch-hero-grid, .information-grid, .relaunch-section-heading { grid-template-columns: 1fr; gap: 30px; }
    .relaunch-hero { padding-top: 125px; }
    .relaunch-hero-copy { max-width: 760px; }
    .hero-guide { border-left: 0; padding: 12px 0 0; }
    .hero-guide > a { padding: 17px 0; }
    .hero-guide-note { margin-top: 0; }
    .proof-heading { grid-template-columns: 1fr; gap: 25px; }
    .proof-metrics { justify-content: start; }
    .proof-metrics > div:first-child { border-left: 0; padding-left: 0 !important; }
    .training-offers-grid { grid-template-columns: 1fr; }
    .training-offer.training-showcase { display: grid; grid-template-columns: 200px minmax(0, 1fr); }
    .training-showcase__media, .training-showcase--image-right .training-showcase__media { height: 100%; min-height: 250px; order: 0; }
    .training-showcase__content { padding: 25px; }
    .training-offer.training-showcase h3, .training-offer.training-showcase .offer-promise { min-height: 0; }
    .testimonials-track { grid-auto-columns: calc((100% - 20px) / 2); }
    .calendar-request-panel { flex-wrap: wrap; }
    .relaunch-faq .faq-layout { grid-template-columns: 1fr; }
    .relaunch-faq .faq-intro { position: static; }
}
@media (max-width: 768px) {
    .nav-container { height: 72px; }
    .nav-links { background: #fafaf7; }
    .nav-links a { font-size: 1rem; padding: 12px 0; }
    .logo-marquee-list, .logo-marquee-list:first-child, .logo-marquee-list:last-child { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .proof-metrics { gap: 20px; }
    .proof-metrics > div { padding-left: 20px !important; }
    .proof-metrics > .proof-metric--satisfaction { grid-column: auto; }
    .proof-metrics dt, .proof-metric--satisfaction dt { font-size: 1.85rem; }
    .calendar-periods { grid-template-columns: 1fr; gap: 18px; }
    .custom-panel { margin: 0 24px; padding: 25px; }
    .training-program .training-module ul { grid-template-columns: 1fr; }
    .relaunch-contact .contact-form-wrapper { padding: 24px; }
    .relaunch-contact .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
    .relaunch-hero { padding: 110px 0 40px; }
    .relaunch-hero h1 { font-size: clamp(2.25rem, 8.8vw, 3rem); }
    .relaunch-eyebrow { font-size: .74rem; line-height: 1.6; }
    .relaunch-lead { font-size: .97rem; }
    .relaunch-formats { flex-direction: column; gap: 5px; font-size: .8rem; }
    .relaunch-formats li + li::before { content: none; }
    .relaunch-actions { flex-direction: column; }
    .relaunch-actions .btn { width: 100%; }
    .relaunch-trust-list { flex-direction: column; align-items: start; }
    .hero-guide strong { font-size: .91rem; }
    .proof-metrics { gap: 14px; }
    .proof-metrics > div { padding-left: 14px !important; }
    .proof-metrics dt, .proof-metric--satisfaction dt { font-size: 1.6rem; }
    .proof-metrics dd { font-size: .65rem; }
    .trusted-logo-frame { width: 80px; }
    .trusted-company--eramet .trusted-logo-frame img { max-width: 72px; }
    .relaunch-formations, .relaunch-information, .relaunch-calendar, .relaunch-modalities, .relaunch-faq, .relaunch-contact, .relaunch-taxonomy { padding: 48px 0; }
    .training-offer.training-showcase { display: flex; }
    .training-showcase__media, .training-showcase--image-right .training-showcase__media { height: 155px; min-height: 0; }
    .training-offer.training-showcase h3 { font-size: 1.7rem; }
    .testimonials-track { grid-auto-columns: 100%; }
    .testimonials-heading { align-items: start; flex-direction: column; }
    .testimonials-controls { align-self: flex-end; }
    .taxonomy-level { margin-left: 0; width: 100%; }
    .taxonomy-applications { padding: 22px; }
    .information-points article { grid-template-columns: 52px minmax(0, 1fr); }
    .contact-detail-text { min-width: 0; }
    .detail-value { overflow-wrap: anywhere; }
    .training-hero { padding-top: 112px; }
    .training-hero h1 { font-size: 2.2rem; }
    .training-facts { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
