:root {
  --navy: #071a33;
  --navy-soft: #0d2a4d;
  --blue: #0b5cff;
  --blue-dark: #073ca8;
  --yellow: #ffd226;
  --yellow-deep: #f0bc00;
  --ink: #111827;
  --muted: #5c6677;
  --line: #dce2ea;
  --pale: #f3f7fb;
  --white: #ffffff;
  --font: "Segoe UI", system-ui, Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; background: var(--white); color: var(--ink); font-family: var(--font); line-height: 1.5; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
ul, ol { list-style: none; padding: 0; }
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select, input, textarea { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
button { background: none; border: 0; padding: 0; }
table { border-collapse: collapse; }
/* Guarantee [hidden] always wins, regardless of a component's own display
   rule — e.g. ".formGrid label { display: block }" otherwise outranks the
   browser's default "[hidden] { display: none }" on specificity alone. */
[hidden] { display: none !important; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skipLink { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); background: var(--yellow); padding: 10px 14px; font-weight: 800; }
.skipLink:focus { transform: translateY(0); }

.topline { background: var(--navy); color: #d6e2f0; font-size: 12px; letter-spacing: .03em; }
.toplineInner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.toplineMeta { color: #8fa7c2; }
.siteHeader { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.headerInner { min-height: 78px; display: flex; align-items: center; gap: 17px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brandLogo { height: 46px; width: auto; display: block; }
.desktopNav { margin-left: auto; display: flex; align-items: stretch; align-self: stretch; gap: 1px; color: #263447; font-size: 12px; font-weight: 700; }
.navDropdown { position: static; display: flex; align-items: center; }
.navDropdown > summary { height: 100%; display: flex; align-items: center; gap: 7px; padding: 0 11px; list-style: none; border-bottom: 3px solid transparent; }
.navDropdown > summary::-webkit-details-marker { display: none; }
.navDropdown > summary span { color: var(--blue); font-size: 11px; }
.navDropdown:hover > summary, .navDropdown[open] > summary, .navDropdown > summary:focus-visible { border-color: var(--yellow); background: #f6f9fd; color: var(--blue); outline: 0; }
.megaMenu { position: absolute; top: 78px; left: 50%; z-index: 70; width: min(1120px, calc(100vw - 40px)); display: none; transform: translateX(-50%); padding: 28px; border: 1px solid var(--line); border-top: 5px solid var(--blue); background: white; box-shadow: 0 26px 55px rgba(7,26,51,.18); }
.navDropdown:hover > .megaMenu, .navDropdown:focus-within > .megaMenu { display: grid; }
.megaMenuFormations { grid-template-columns: 1.55fr .45fr; gap: 34px; }
.megaMenu p { margin: 0 0 15px; color: #7a8798; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.megaLinkGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.megaLinkGrid a { min-height: 52px; display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 9px; padding: 8px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.megaLinkGrid a:hover, .megaCityLinks a:hover, .megaSimpleLinks a:hover, .technologyMenuGrid a:hover { background: #f1f6ff; color: var(--blue); }
.megaLinkGrid b { color: var(--blue); font-size: 10px; }
.megaLinkGrid span { font-size: 12px; }
.megaSimpleLinks { border-top: 1px solid var(--line); }
.megaSimpleLinks a, .megaCityLinks a { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.megaSimpleLinks a span, .megaCityLinks a span { color: var(--blue); }
.megaAllLink { margin-top: 18px; display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 850; }
.megaAllLink span { font-size: 17px; }
.megaMenuTechnologies { display: grid; }
.technologyMenuGrid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.technologyMenuGrid a { min-height: 72px; display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 10px; padding: 10px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.technologyMenuGrid a > b { width: 32px; height: 32px; display: grid; place-items: center; background: var(--navy); color: var(--yellow); font-size: 9px; }
.technologyMenuGrid a > span { display: grid; gap: 3px; }
.technologyMenuGrid strong { color: var(--navy); font-size: 11px; }
.technologyMenuGrid small { color: #7d8999; font-size: 8px; line-height: 1.3; }
.megaMenuCities { width: min(770px, calc(100vw - 40px)); }
.megaCityLinks { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.megaCityLinks a { padding: 0 12px; border-right: 1px solid var(--line); }
.megaMenuSolutions { width: min(430px, calc(100vw - 40px)); left: calc(50% + 280px); }
.navDirectLink { display: flex; align-items: center; padding: 0 10px; border-bottom: 3px solid transparent; }
.navDirectLink:hover, .navDirectLink:focus-visible { border-color: var(--yellow); background: #f6f9fd; color: var(--blue); outline: 0; }
.trainerHeaderButton { min-height: 40px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #c7d8ef; color: var(--blue); font-size: 11px; font-weight: 850; white-space: nowrap; }
.trainerHeaderButton:hover, .trainerHeaderButton:focus-visible { border-color: var(--blue); background: #f1f6ff; outline: 0; }
.mobileMenu { display: none; margin-left: auto; }
.mobileMenu > summary { list-style: none; width: 40px; height: 40px; border: 1px solid var(--line); padding: 9px; }
.mobileMenu > summary::-webkit-details-marker, .mobileMenu nav details > summary::-webkit-details-marker { display: none; }
.mobileMenu > summary span { display: block; height: 2px; background: var(--navy); margin: 4px 0; }
.mobileMenu nav { position: absolute; top: 78px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 16px 20px 24px; box-shadow: 0 20px 30px rgba(7,26,51,.12); }
.mobileMenu nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobileMenu nav details { border-bottom: 1px solid var(--line); }
.mobileMenu nav details > summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; list-style: none; color: var(--navy); font-weight: 850; }
.mobileMenu nav details > summary::after { content: "+"; color: var(--blue); font-size: 19px; }
.mobileMenu nav details[open] > summary::after { content: "×"; }
.mobileMenu nav details a { padding-left: 14px; color: #566478; font-size: 12px; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--blue); background: var(--blue); color: white; padding: 0 22px; font-weight: 800; font-size: 14px; transition: transform .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { background: var(--blue-dark); transform: translateY(-2px); }
.buttonSmall { min-height: 42px; padding-inline: 17px; font-size: 13px; }
.buttonYellow { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }
.buttonYellow:hover, .buttonYellow:focus-visible { background: var(--yellow-deep); border-color: var(--yellow-deep); }
.textLink { display: inline-flex; align-items: center; gap: 14px; color: var(--blue); font-weight: 800; font-size: 14px; }
.textLink span { font-size: 19px; transition: transform .18s ease; }
.textLink:hover span { transform: translateX(5px); }

.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #f9fbfe 0%, #eef5ff 72%, #e4efff 100%); border-bottom: 1px solid #cedbeb; }
.heroGridLines { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(#c9d6e6 1px, transparent 1px), linear-gradient(90deg, #c9d6e6 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black, transparent 76%); }
.heroGrid { position: relative; min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr); align-items: center; gap: 64px; padding-block: 68px 74px; }
.heroCopy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 3px; background: var(--yellow); }
.hero h1 { max-width: 780px; margin: 0; color: var(--navy); font-size: clamp(50px, 6vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 850; }
.hero h1 mark { position: relative; display: inline; color: var(--blue); background: transparent; }
.hero h1 mark::after { content: ""; position: absolute; left: 2px; right: 0; bottom: 3px; height: 10px; background: var(--yellow); z-index: -1; }
.heroIntro { max-width: 720px; margin: 26px 0 30px; color: #435168; font-size: 18px; line-height: 1.65; }
.finder { display: grid; grid-template-columns: 1.15fr .8fr auto; background: white; border: 1px solid #cbd7e5; box-shadow: 0 18px 60px rgba(7,26,51,.12); }
.finder label { min-width: 0; padding: 13px 18px; border-right: 1px solid var(--line); }
.finder label > span { display: block; margin-bottom: 5px; color: #758196; font-size: 11px; font-weight: 750; }
.finder select { width: 100%; border: 0; background: transparent; color: var(--navy); outline: 0; font-size: 14px; font-weight: 750; white-space: nowrap; text-overflow: ellipsis; }
.finderButton { min-height: 72px; border: 0; padding-inline: 20px; }
.heroAssurance { display: flex; gap: 24px; margin-top: 20px; color: #5b697c; font-size: 12px; }
.heroAssurance span { display: flex; align-items: center; gap: 8px; }
.heroAssurance b { color: var(--blue); font-size: 10px; }

.groupCard { position: relative; background: var(--navy); color: white; box-shadow: 18px 18px 0 var(--yellow); }
.groupCard::before { content: ""; position: absolute; left: -18px; top: 44px; width: 18px; height: 84px; background: var(--blue); }
.groupCardHead { height: 52px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #27405e; color: #9eb1c8; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.groupCardHead i { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #2ae68b; box-shadow: 0 0 0 5px rgba(42,230,139,.13); }
.groupCardHead i::before, .groupCardHead i::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #2ae68b; animation: groupPulse 2.4s cubic-bezier(0,0,.2,1) infinite; }
.groupCardHead i::after { animation-delay: 1.2s; }
@keyframes groupPulse {
  0% { transform: scale(1); opacity: .55; }
  100% { transform: scale(4.5); opacity: 0; }
}
.groupCardBody { padding: 28px 28px 24px; }
.cardKicker { margin: 0 0 9px; color: var(--yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.groupCard h2 { margin: 0; font-size: 34px; line-height: 1.08; letter-spacing: -.035em; }
.locationLine { margin-top: 20px; color: #b7c6d7; font-size: 13px; }
.locationLine span { color: var(--yellow); margin-right: 8px; }
.groupTarget { margin-top: 27px; padding: 20px 0; border-top: 1px solid #28415e; border-bottom: 1px solid #28415e; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; }
.groupTarget strong, .groupTarget span { display: block; }
.groupTarget strong { font-size: 26px; color: white; }
.groupTarget span { color: #8199b4; font-size: 10px; }
.targetVisual { display: grid; grid-template-columns: repeat(8, 1fr); gap: 4px; }
.targetVisual i { height: 28px; background: #263f5d; }
.targetVisual i.active { background: var(--blue); }
.groupSteps { display: grid; gap: 11px; margin-top: 20px; color: #c6d2df; font-size: 12px; }
.groupSteps span { display: flex; align-items: center; gap: 10px; }
.groupSteps b { width: 21px; height: 21px; display: grid; place-items: center; background: #193859; color: var(--yellow); font-size: 9px; }
.groupCardLink { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; background: var(--blue); color: white; font-size: 13px; font-weight: 800; }
.groupCardLink span { font-size: 19px; }

/* Rotating featured-group slider */
.groupSlider { display: flex; flex-direction: column; }
.groupSlides { position: relative; }
.groupSlide { display: flex; flex-direction: column; animation: groupSlideIn .35s ease; }
@keyframes groupSlideIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.groupSliderProgress { height: 3px; background: #16304c; overflow: hidden; }
.groupSliderProgress i { display: block; height: 100%; width: 0%; background: var(--yellow); }
.groupSliderProgress i.running { transition: width linear; }
.groupSliderNav { height: 56px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #1c3654; }
.groupSliderDots { display: flex; align-items: center; gap: 11px; }
.groupSliderDots button { width: 13px; height: 13px; padding: 0; border: 2px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.12); cursor: pointer; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.groupSliderDots button.active { width: 15px; height: 15px; background: var(--yellow); border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,210,38,.25); }
.groupSliderDots button:hover, .groupSliderDots button:focus-visible { border-color: white; background: rgba(255,255,255,.35); transform: scale(1.15); outline: 0; }
.groupSliderDots button.active:hover, .groupSliderDots button.active:focus-visible { background: var(--yellow); border-color: var(--yellow); transform: scale(1.15); }
.groupSliderCount { color: #93aac2; font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.groupSliderCount b { color: white; font-weight: 850; }

.promiseBar { background: white; border-bottom: 1px solid var(--line); }
.promiseGrid { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 28px; align-items: center; }
.promiseGrid div { display: grid; gap: 4px; }
.promiseGrid span { color: #7a8798; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.promiseGrid strong { color: var(--navy); font-size: 14px; }
.promiseGrid > i { color: var(--blue); font-size: 20px; font-style: normal; }

.section { padding-block: 104px; }
.sectionCategories { background: #fff; }
.sectionHeading { margin-bottom: 48px; }
.sectionHeading h2 { max-width: 780px; margin: 0; color: var(--navy); font-size: clamp(36px, 4vw, 56px); line-height: 1.07; letter-spacing: -.045em; }
.splitHeading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.splitHeading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.compactHeading { align-items: center; }
.compactHeading .textLink { justify-self: end; }
.categoryGrid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.categoryCard { min-height: 268px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; background: white; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.categoryCard:hover { position: relative; z-index: 2; background: #f5f9ff; transform: translateY(-5px); box-shadow: 0 18px 30px rgba(7,26,51,.09); }
.categoryTop { display: flex; justify-content: space-between; align-items: center; }
.categoryTop > span { color: #9aa5b3; font-size: 11px; }
.categoryTop i { width: 39px; height: 39px; display: grid; place-items: center; background: #eaf2ff; color: var(--blue); font-size: 11px; font-style: normal; font-weight: 900; }
.categoryCard h3 { margin: 28px 0 11px; color: var(--navy); font-size: 18px; line-height: 1.25; }
.categoryCard p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.categoryCard > b { margin-top: auto; padding-top: 20px; color: var(--blue); font-size: 12px; }
.categoryCard > b span { margin-left: 6px; font-size: 16px; }

.darkSection { position: relative; overflow: hidden; background: var(--navy); color: white; }
.darkSection::after { content: ""; position: absolute; width: 380px; height: 380px; right: -120px; top: -170px; border: 70px solid rgba(11,92,255,.24); transform: rotate(23deg); }
.lightHeading { position: relative; z-index: 1; }
.eyebrow.light { color: #acc1d8; }
.lightHeading h2 { color: white; }
.modelGrid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #2a405c; border-left: 1px solid #2a405c; }
.modelGrid article { min-height: 275px; padding: 30px; border-right: 1px solid #2a405c; border-bottom: 1px solid #2a405c; }
.modelGrid article > span { color: var(--yellow); font-size: 12px; font-weight: 850; }
.modelGrid h3 { margin: 50px 0 13px; font-size: 22px; }
.modelGrid p { margin: 0; color: #aebed0; font-size: 14px; line-height: 1.75; }
.lightLink { position: relative; z-index: 1; color: var(--yellow); margin-top: 32px; }

.formationGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.formationCard { min-height: 300px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--blue); background: white; transition: box-shadow .2s ease, transform .2s ease; }
.formationCard:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(7,26,51,.1); }
.formationMeta { display: flex; justify-content: space-between; gap: 10px; color: #748094; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.formationMeta span:first-child { color: var(--blue); font-weight: 800; }
.formationCard h3 { margin: 25px 0 13px; color: var(--navy); font-size: 20px; line-height: 1.25; }
.formationCard p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.formationFoot { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); color: #7e8999; font-size: 11px; }
.formationFoot a { color: var(--blue); font-weight: 800; font-size: 12px; }
.formationFoot b { margin-left: 5px; }

.homeTechnologies { background: white; border-top: 1px solid var(--line); }
.homeTechnologyGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.homeTechnologyGrid > a { min-height: 118px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.homeTechnologyGrid > a:hover { background: #f4f8ff; }
.homeTechnologyGrid > a > b { width: 46px; height: 46px; display: grid; place-items: center; background: var(--navy); color: var(--yellow); font-size: 11px; }
.homeTechnologyGrid > a > div > span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.homeTechnologyGrid h3 { margin: 5px 0 4px; color: var(--navy); font-size: 16px; }
.homeTechnologyGrid p { margin: 0; color: var(--muted); font-size: 10px; }
.homeTechnologyGrid > a > i { color: var(--blue); font-size: 18px; font-style: normal; }

.citiesSection { background: var(--pale); border-top: 1px solid #e1e7ef; border-bottom: 1px solid #e1e7ef; }
.citiesLayout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.citiesCopy h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.citiesCopy > p:not(.eyebrow) { margin: 24px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.cityCloud { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #d4dde8; border-left: 1px solid #d4dde8; }
.cityCloud a { min-height: 53px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 16px; border-right: 1px solid #d4dde8; border-bottom: 1px solid #d4dde8; background: white; color: #344055; font-size: 13px; font-weight: 700; }
.cityCloud a span { color: var(--blue); }
.cityCloud a:hover { background: var(--blue); color: white; }
.cityCloud a:hover span { color: var(--yellow); }
.cityCloud a.cityPrimary { border-left: 4px solid var(--yellow); color: var(--navy); }
.businessSection { padding-block: 75px; background: var(--blue); color: white; }
.businessGrid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.businessGrid h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.04em; }
.businessGrid p:not(.eyebrow) { max-width: 720px; margin: 18px 0 0; color: #d9e5ff; line-height: 1.7; }
.businessGrid .eyebrow { color: #e5edff; }
.businessActions { display: grid; gap: 20px; min-width: 260px; }
.businessActions .textLink { color: white; justify-content: center; }

.siteFooter { background: #061426; color: white; }
.footerLead { padding-block: 70px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; border-bottom: 1px solid #24354a; }
.footerLead h2 { max-width: 760px; margin: 0; font-size: clamp(30px, 4vw, 49px); line-height: 1.08; letter-spacing: -.04em; }
.footerGrid { padding-block: 65px; display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 45px; }
.brandFooter img { width: 220px; height: auto; }
.footerAbout { max-width: 320px; color: #8fa3ba; font-size: 14px; line-height: 1.7; margin-top: 25px; }
.footerGrid h3 { margin: 0 0 19px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footerGrid > div > a:not(.brand) { display: block; margin: 11px 0; color: #91a4ba; font-size: 13px; }
.footerGrid > div > a:hover { color: var(--yellow); }
.footerBottom { min-height: 66px; border-top: 1px solid #24354a; display: flex; align-items: center; justify-content: space-between; color: #6e849c; font-size: 11px; }

/* Shared internal page system */
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 38px; color: #728096; font-size: 11px; }
.breadcrumbs span { display: inline-flex; align-items: center; gap: 8px; }
.breadcrumbs i { color: #a7b2c0; font-style: normal; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs b { color: #4a586b; font-weight: 650; }
.pageHero { padding-block: 42px 72px; background: var(--pale); border-bottom: 1px solid var(--line); }
.pageHeroGrid { display: grid; grid-template-columns: 1fr 260px; gap: 80px; align-items: end; }
.pageHero h1, .detailHero h1, .localHero h1, .legalHero h1, .partnerHero h1, .enterpriseHero h1 { margin: 0; color: var(--navy); font-size: clamp(44px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.pageHeroGrid > div:first-child > p:not(.eyebrow) { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.heroMetric { min-height: 190px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--navy); color: white; border-left: 7px solid var(--yellow); }
.heroMetric strong { font-size: 56px; line-height: .9; letter-spacing: -.05em; }
.heroMetric span { margin-top: 10px; color: #b8c7d9; font-size: 13px; }
.heroMetric b { margin-top: 22px; padding-top: 15px; border-top: 1px solid #30455f; color: var(--yellow); font-size: 12px; }
.paleSection { background: var(--pale); border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.sectionLink { margin-top: 30px; }
.requestStrip { background: var(--blue); color: white; }
.requestStrip > .container { min-height: 250px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.requestStrip h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; }
.requestStrip p:not(.eyebrow) { max-width: 720px; color: #dce7ff; line-height: 1.7; }
.requestStrip .eyebrow { color: #dce7ff; }

/* Catalogue */
.catalogueSection { padding-top: 64px; }
.catalogueControls { display: grid; grid-template-columns: 1.2fr 250px 250px 150px; gap: 14px; padding: 18px; background: var(--navy); }
.catalogueControls label { min-width: 0; padding: 9px 14px; background: white; }
.catalogueControls label > span { display: block; margin-bottom: 6px; color: #7a8799; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.catalogueControls input, .catalogueControls select { width: 100%; height: 31px; border: 0; outline: 0; color: var(--navy); background: white; font-weight: 700; }
.resultCount { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--yellow); color: var(--navy); }
.resultCount strong { font-size: 30px; line-height: 1; }
.resultCount span { margin-top: 3px; font-size: 10px; font-weight: 750; }
.categoryPills { display: flex; flex-wrap: wrap; gap: 7px; margin-block: 22px 34px; }
.categoryPills button { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); background: white; color: #455267; font-size: 11px; font-weight: 700; }
.categoryPills button:hover, .categoryPills button.active { border-color: var(--blue); background: var(--blue); color: white; }
.catalogueList { border-top: 1px solid var(--line); }
.catalogueRow { min-height: 160px; display: grid; grid-template-columns: 54px 1fr 190px 145px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: background .18s ease; }
.catalogueRow:hover { background: #f6f9fd; }
.catalogueNumber { align-self: stretch; display: grid; place-items: center; border-right: 1px solid var(--line); color: #9aa6b5; font-size: 11px; }
.catalogueContent > p { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.catalogueContent h2 { margin: 0 0 8px; color: var(--navy); font-size: 21px; }
.catalogueContent > span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.inlineTechLinks { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.inlineTechLinks a, .technologyTags a { padding: 6px 9px; border: 1px solid #c9d8ee; background: #f4f8ff; color: var(--blue); font-size: 9px; font-weight: 800; }
.inlineTechLinks a:hover, .technologyTags a:hover { border-color: var(--blue); background: var(--blue); color: white; }
.catalogueFacts { display: grid; gap: 9px; color: #687588; font-size: 11px; }
.catalogueFacts span { padding-left: 12px; border-left: 3px solid #d7e0eb; }
.catalogueAction { display: flex; justify-content: space-between; color: var(--blue); font-size: 12px; font-weight: 800; }
.catalogueAction b { font-size: 16px; }
.emptyState { padding: 70px 25px; text-align: center; background: var(--pale); }
.emptyState h2 { color: var(--navy); font-size: 30px; }
.emptyState p { color: var(--muted); }
.emptyState .button { margin-top: 20px; }

/* Formation and city detail pages */
.detailHero, .localHero { position: relative; overflow: hidden; padding-block: 38px 78px; background: linear-gradient(120deg, #f7fafe 0%, #eaf3ff 100%); border-bottom: 1px solid #d6e1ee; }
.detailHero::after, .localHero::after { content: ""; position: absolute; right: -100px; bottom: -160px; width: 420px; height: 420px; border: 68px solid rgba(11,92,255,.1); transform: rotate(28deg); }
.detailHeroGrid, .localHeroGrid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 350px; gap: 72px; align-items: end; }
.detailHeroGrid > div > p:not(.eyebrow), .localHeroGrid > div > p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: #4e5d72; font-size: 17px; line-height: 1.7; }
.detailActions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.technologyTags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.factPanel { background: var(--navy); color: white; box-shadow: 13px 13px 0 var(--yellow); }
.factPanel > div { padding: 17px 20px; border-bottom: 1px solid #2d425d; }
.factPanel span, .factPanel strong { display: block; }
.factPanel span { margin-bottom: 5px; color: #8fa5be; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.factPanel strong { font-size: 13px; }
.detailContentGrid { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 78px; align-items: start; }
.proseBlock h2 { margin: 58px 0 22px; color: var(--navy); font-size: clamp(29px, 3.2vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.proseBlock .eyebrow + h2 { margin-top: 0; }
.proseBlock > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.outcomeList { border-top: 1px solid var(--line); }
.outcomeList > div { min-height: 72px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.outcomeList b { color: var(--blue); font-size: 11px; }
.outcomeList span { color: var(--navy); font-weight: 750; }
.moduleList { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.moduleList article { padding: 24px; background: white; }
.moduleList article > span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.moduleList h3 { margin: 8px 0 9px; color: var(--navy); font-size: 19px; }
.moduleList p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.stickyAside { position: sticky; top: 104px; }
.localLinks { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.localLinks a { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; color: #354257; font-size: 12px; font-weight: 700; }
.localLinks a span { color: var(--blue); font-size: 16px; }
.localLinks a:hover { background: var(--blue); color: white; }
.localLinks a:hover span { color: var(--yellow); }
.relatedGrid { grid-template-columns: repeat(3, 1fr); }
.localSignal { padding: 26px; background: var(--navy); color: white; border-top: 6px solid var(--yellow); }
.localSignal > span { color: #91a7c0; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.localSignal > strong { display: block; margin-top: 14px; font-size: 34px; }
.localSignal > p { margin: 25px 0 4px; color: #91a7c0; font-size: 11px; }
.localSignal > b { display: block; font-size: 19px; }
.localSignal > div { display: grid; grid-template-columns: repeat(8, 1fr); gap: 4px; margin-block: 17px; }
.localSignal i { height: 23px; background: #294460; }
.localSignal i:nth-child(-n+4) { background: var(--blue); }
.localSignal small { display: block; padding-top: 15px; border-top: 1px solid #2c4562; color: #9fb1c5; font-size: 10px; line-height: 1.55; }
.localFactGrid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.localFactGrid > div { padding: 22px; }
.localFactGrid > div + div { border-left: 1px solid var(--line); }
.localFactGrid span, .localFactGrid strong { display: block; }
.localFactGrid span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.localFactGrid strong { margin-top: 8px; color: var(--navy); }
.localFactGrid p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.faqList { max-width: 900px; border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; color: var(--navy); font-weight: 800; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--blue); font-size: 25px; font-weight: 400; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { max-width: 760px; margin: 0; padding: 0 0 24px; color: var(--muted); line-height: 1.7; }
.splitLocalSections { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.splitLocalSections h2 { margin: 0 0 20px; color: var(--navy); font-size: 26px; }
.splitLocalSections a { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); color: #48566b; font-size: 12px; }
.splitLocalSections a span { color: var(--blue); }

/* Technology taxonomy */
.technologyDirectory { padding-top: 70px; }
.technologyFamilies { display: grid; gap: 75px; }
.technologyFamilyHead { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 4px solid var(--navy); }
.technologyFamilyHead h2 { margin: 0; color: var(--navy); font-size: 29px; letter-spacing: -.025em; }
.technologyFamilyHead span { color: var(--blue); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.technologyGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.technologyCard { min-height: 205px; display: grid; grid-template-columns: 49px 1fr; gap: 18px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.technologyCard:hover { background: #f4f8ff; }
.technologyCard > b { width: 47px; height: 47px; display: grid; place-items: center; background: var(--navy); color: var(--yellow); font-size: 11px; }
.technologyCard > div > span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.technologyCard h3 { margin: 7px 0 9px; color: var(--navy); font-size: 19px; }
.technologyCard p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.technologyCard strong { display: block; margin-top: 18px; color: var(--blue); font-size: 10px; }
.technologyCard strong i { margin-left: 7px; font-size: 15px; font-style: normal; }
.technologyIdentity { padding: 27px; display: grid; background: var(--navy); color: white; border-left: 7px solid var(--yellow); box-shadow: 13px 13px 0 #cbdcff; }
.technologyIdentity > b { width: 65px; height: 65px; display: grid; place-items: center; margin-bottom: 25px; background: var(--blue); color: var(--yellow); font-size: 20px; }
.technologyIdentity > span { margin-top: 13px; color: #8fa5be; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.technologyIdentity > strong { margin-top: 4px; padding-bottom: 11px; border-bottom: 1px solid #2d425d; font-size: 14px; }
.technologyCourseGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.technologyCourseCard { min-height: 410px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 5px solid var(--blue); }
.technologyCourseCard > div { display: flex; justify-content: space-between; gap: 20px; color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.technologyCourseCard > div b { color: #7b8797; }
.technologyCourseCard h2 { margin: 24px 0 12px; color: var(--navy); font-size: 22px; line-height: 1.2; }
.technologyCourseCard > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.technologyCourseCard ul { margin: 20px 0 25px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.technologyCourseCard li { padding: 10px 0 10px 17px; position: relative; border-bottom: 1px solid var(--line); color: #4d5b70; font-size: 11px; }
.technologyCourseCard li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; background: var(--yellow); }
.technologyCourseCard footer { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #788598; font-size: 10px; }
.technologyCourseCard footer a { color: var(--blue); font-weight: 800; }
.technologyCourseCard footer b { margin-left: 5px; }

/* Profils de formateurs */
.trainerSection { border-top: 1px solid var(--line); background: #fff; }
.trainerHeading > p { padding-left: 22px; border-left: 4px solid var(--yellow); }
.trainerGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trainerCard { min-height: 465px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-top: 5px solid var(--navy); background: white; }
.trainerCardTop { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; }
.trainerAvatar { width: 58px; height: 58px; display: grid; grid-template-columns: 1fr 20px; background: var(--navy); color: white; }
.trainerAvatar b { display: grid; place-items: center; color: var(--yellow); font-size: 13px; }
.trainerAvatar span { display: grid; place-items: center; background: var(--blue); font-size: 8px; font-weight: 850; writing-mode: vertical-rl; }
.trainerCardTop > div:last-child { display: grid; gap: 5px; }
.trainerCardTop span { color: var(--blue); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.trainerCardTop strong { color: #6e7b8d; font-size: 10px; }
.trainerCard h3 { margin: 25px 0 11px; color: var(--navy); font-size: 20px; line-height: 1.28; }
.trainerCard h3 a:hover { color: var(--blue); }
.trainerCard > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.trainerSkills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 19px; }
.trainerSkills span { padding: 6px 8px; border: 1px solid #d2deed; background: #f6f9fd; color: #41516a; font-size: 9px; font-weight: 750; }
.trainerCardFoot { margin-top: auto; padding-top: 22px; display: grid; gap: 13px; }
.trainerProfileLink { display: flex; align-items: center; justify-content: space-between; padding-bottom: 11px; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 850; }
.trainerProfileLink span { font-size: 16px; }
.buttonTrainer { min-height: 45px; padding: 9px 13px; background: var(--blue); color: white; font-size: 10px; line-height: 1.25; text-align: center; }
.trainerDisclosure { margin-top: 24px; display: grid; grid-template-columns: 190px 1fr; gap: 25px; padding: 20px 24px; border-left: 6px solid var(--yellow); background: var(--navy); color: white; }
.trainerDisclosure b { font-size: 13px; }
.trainerDisclosure p { margin: 0; color: #afc0d3; font-size: 11px; line-height: 1.65; }
.otherTrainersSection { border-top: 1px solid var(--line); }
.otherTrainerGrid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.otherTrainerGrid > a, .similarTrainerGrid > a { min-height: 96px; display: grid; grid-template-columns: 37px 1fr auto; align-items: center; gap: 11px; padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.otherTrainerGrid > a:hover, .similarTrainerGrid > a:hover { background: #f1f6ff; }
.otherTrainerGrid > a > b, .similarTrainerGrid > a > b { width: 36px; height: 36px; display: grid; place-items: center; background: var(--navy); color: var(--yellow); font-size: 9px; }
.otherTrainerGrid span, .similarTrainerGrid span { display: grid; gap: 4px; min-width: 0; }
.otherTrainerGrid strong, .similarTrainerGrid strong { color: var(--navy); font-size: 10px; line-height: 1.3; }
.otherTrainerGrid small, .similarTrainerGrid small { color: #778497; font-size: 8px; line-height: 1.4; }
.otherTrainerGrid i, .similarTrainerGrid i { color: var(--blue); font-size: 15px; font-style: normal; }
.trainerPrefill { display: grid; gap: 5px; margin-top: 16px; padding: 13px 15px; border-left: 4px solid var(--yellow); background: #edf4ff; }
.trainerPrefill b { color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.trainerPrefill span { color: var(--navy); font-size: 12px; font-weight: 850; }
.trainerPrefill small { color: #657489; font-size: 9px; line-height: 1.5; }

.trainerDirectoryMetric { padding: 27px; display: grid; background: var(--navy); color: white; border-top: 7px solid var(--yellow); }
.trainerDirectoryMetric > span { color: #93aac2; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.trainerDirectoryMetric strong { margin-top: 17px; font-size: 28px; }
.trainerDirectoryMetric b { margin-top: 5px; color: var(--yellow); font-size: 17px; }
.trainerDirectoryMetric p { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid #2b435d; color: #a9bbce; font-size: 11px; line-height: 1.6; }
.trainerSubjectGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trainerSubjectGrid article { min-height: 310px; display: flex; flex-direction: column; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trainerSubjectGrid article > b { width: 45px; height: 45px; display: grid; place-items: center; background: var(--navy); color: var(--yellow); font-size: 11px; }
.trainerSubjectGrid article > span { margin-top: 17px; color: var(--blue); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.trainerSubjectGrid h2 { margin: 7px 0 9px; color: var(--navy); font-size: 20px; }
.trainerSubjectGrid p { margin: 0 0 19px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.trainerSubjectGrid article > div { margin-top: auto; border-top: 1px solid var(--line); }
.trainerSubjectGrid article > div a { min-height: 35px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #58667a; font-size: 9px; font-weight: 750; }
.trainerSubjectGrid article > div a span { color: var(--blue); }
.trainerMethodGrid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.trainerMethodGrid > div:first-child h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.trainerMethodGrid > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.trainerMethodSteps { border-top: 1px solid var(--line); }
.trainerMethodSteps article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.trainerMethodSteps b { color: var(--blue); font-size: 11px; }
.trainerMethodSteps h3 { margin: 0; color: var(--navy); font-size: 18px; }
.trainerMethodSteps p { grid-column: 2; margin: -8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.trainerProfileIdentity { padding: 27px; display: grid; background: var(--navy); color: white; border-left: 7px solid var(--yellow); }
.trainerProfileIdentity > b { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 24px; background: var(--blue); color: var(--yellow); font-size: 20px; }
.trainerProfileIdentity > span { margin-top: 13px; color: #91a7c0; font-size: 9px; letter-spacing: .08em; }
.trainerProfileIdentity > strong { margin-top: 5px; padding-bottom: 12px; border-bottom: 1px solid #2d435c; font-size: 14px; }
.trainerProfileIdentity small { margin-top: 18px; color: #a9bbce; font-size: 9px; line-height: 1.55; }
.trainerProfileContent { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 78px; align-items: start; }
.trainerExpertiseList { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trainerExpertiseList > div { min-height: 65px; display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 10px; padding: 10px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trainerExpertiseList b { color: var(--blue); font-size: 9px; }
.trainerExpertiseList strong { color: var(--navy); font-size: 12px; }
.trainerProfileAside { position: sticky; top: 104px; padding: 25px; border-top: 6px solid var(--yellow); background: var(--navy); color: white; }
.trainerProfileAside > span { color: #91a7c0; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.trainerProfileAside h2 { margin: 15px 0 11px; font-size: 23px; line-height: 1.2; }
.trainerProfileAside > p { color: #aebfd1; font-size: 11px; line-height: 1.65; }
.trainerProfileAside > div { display: grid; gap: 4px; padding: 13px 0; border-top: 1px solid #2d435c; }
.trainerProfileAside > div b { color: #91a7c0; font-size: 8px; text-transform: uppercase; }
.trainerProfileAside > div strong { font-size: 11px; line-height: 1.5; }
.trainerProfileAside .button { width: 100%; margin-top: 15px; font-size: 11px; }
.trainerProfileAside .textLink { margin-top: 18px; color: var(--yellow); font-size: 10px; }
.similarTrainerGrid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

/* Forms */
.leadForm { padding: 38px; background: white; border: 1px solid var(--line); border-top: 7px solid var(--blue); box-shadow: 0 20px 60px rgba(7,26,51,.09); }
.leadFormCompact { padding: 27px; }
.formTitle { margin-bottom: 28px; }
.formTitle h2 { margin: 0; color: var(--navy); font-size: 29px; line-height: 1.12; letter-spacing: -.035em; }
.leadFormCompact .formTitle h2 { font-size: 25px; }
.formTitle > p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.formGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.formGrid label { display: block; min-width: 0; }
.formGrid .span2 { grid-column: 1 / -1; }
.formGrid label > span { display: block; margin-bottom: 7px; color: #566478; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.formGrid input, .formGrid select, .formGrid textarea { width: 100%; border: 1px solid #ccd6e2; background: #fbfdff; color: var(--navy); padding: 0 12px; outline: 0; font-size: 13px; }
.formGrid input, .formGrid select { height: 45px; }
.formGrid textarea { padding-block: 11px; resize: vertical; }
.formGrid input:focus, .formGrid select:focus, .formGrid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,92,255,.1); }

/* Searchable "type to filter" select (formation pickers, etc.) */
.searchableSelect { position: relative; }
.searchableSelectNative { display: none; }
.searchableSelectInput { width: 100%; height: 45px; border: 1px solid #ccd6e2; background: #fbfdff; color: var(--navy); padding: 0 12px; outline: 0; font-size: 13px; }
.searchableSelectInput:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,92,255,.1); }
.searchableSelectList { position: absolute; z-index: 60; top: calc(100% + 4px); left: 0; right: 0; max-height: 260px; overflow-y: auto; background: white; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(7,26,51,.16); }
.searchableSelectOption { padding: 10px 12px; font-size: 12.5px; color: #344055; cursor: pointer; }
.searchableSelectOption:hover, .searchableSelectOption.highlighted { background: #f1f6ff; color: var(--blue); }
.searchableSelectOption.selected { font-weight: 800; color: var(--navy); }
.searchableSelectAdd { position: sticky; bottom: 0; border-top: 1px solid var(--line); background: #fbfdff; color: var(--blue); font-weight: 750; }
.searchableSelectAdd b { display: inline-grid; place-items: center; width: 15px; height: 15px; margin-right: 7px; background: var(--blue); color: white; font-size: 11px; font-weight: 900; border-radius: 50%; }
.searchableSelectAdd:hover, .searchableSelectAdd.highlighted { background: #eaf2ff; }
.searchableSelectEmpty { padding: 14px 12px; font-size: 12px; color: #8290a3; text-align: center; }
/* Finder select: match its borderless, transparent look */
.finder .searchableSelectInput { height: auto; border: 0; background: transparent; padding: 0; font-size: 14px; font-weight: 750; color: var(--navy); }
.finder .searchableSelectList { left: -18px; right: -18px; top: calc(100% + 13px); }
/* Compact admin contexts (filter bars, inline table rows) */
.featuredGroupRow .searchableSelectInput, .adminFilterBar .searchableSelectInput { height: 36px; font-size: 12px; padding: 0 8px; }
.featuredGroupRow .searchableSelectList, .adminFilterBar .searchableSelectList { font-size: 12px; }

.consent { display: grid; grid-template-columns: 17px 1fr; gap: 10px; margin-top: 20px; color: #5b687a; font-size: 11px; line-height: 1.55; }
.consent input { width: 16px; height: 16px; accent-color: var(--blue); }
.formSubmit { width: 100%; margin-top: 20px; }
.formSubmit:disabled { opacity: .65; cursor: wait; }
.formPrivacy { margin: 12px 0 0; color: #8792a2; font-size: 9px; line-height: 1.5; text-align: center; }
.formError { padding: 10px 12px; background: #fff0f0; border-left: 4px solid #d22; color: #8b1c1c; font-size: 12px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.formSuccess { min-height: 350px; padding: 45px; display: flex; flex-direction: column; justify-content: center; background: #f2fbf7; border: 1px solid #bfe6d2; border-top: 7px solid #0eb368; }
.formSuccess > span { width: 44px; height: 44px; display: grid; place-items: center; background: #0eb368; color: white; font-size: 24px; }
.formSuccess h3 { margin: 20px 0 10px; color: var(--navy); font-size: 28px; }
.formSuccess p { color: var(--muted); line-height: 1.65; }
.formSuccess .eyebrow { margin-top: 18px; }
.formSuccess .eyebrow i { width: 20px; height: 3px; background: #0eb368; }
.formSuccess .textLink { border: 0; background: transparent; padding: 0; align-self: flex-start; }
.groupSignal { padding: 12px; background: white; border-left: 4px solid #0eb368; font-size: 12px; }
.groupSignal strong { color: #0a8f55; }
.formStandalone { max-width: 920px; }

/* City index and city page */
.regionGroups { display: grid; gap: 55px; }
.regionTitle { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 4px solid var(--navy); }
.regionTitle span { color: var(--navy); font-size: 22px; font-weight: 850; }
.regionTitle b { color: var(--blue); font-size: 11px; text-transform: uppercase; }
.regionCities { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.regionCities a { min-height: 110px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 20px 42px 20px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.regionCities a strong { color: var(--navy); font-size: 16px; }
.regionCities a > span { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.regionCities a > b { position: absolute; right: 18px; color: var(--blue); }
.regionCities a:hover { background: #f5f9ff; }
.citySectorPanel { padding: 25px; background: var(--navy); color: white; box-shadow: 13px 13px 0 var(--yellow); }
.citySectorPanel > span { color: #8da3bd; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.citySectorPanel h2 { margin: 10px 0 20px; font-size: 25px; }
.citySectorPanel div { min-height: 48px; display: flex; align-items: center; gap: 14px; border-top: 1px solid #2e4662; }
.citySectorPanel b { color: var(--yellow); font-size: 9px; }
.citySectorPanel strong { font-size: 12px; text-transform: capitalize; }
.localEditorial { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.localEditorial h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; line-height: 1.1; }
.localEditorial > div:last-child { color: var(--muted); font-size: 16px; line-height: 1.8; }
.nearbyStrip { background: var(--navy); color: white; }
.nearbyStrip > div { min-height: 90px; display: flex; align-items: center; gap: 30px; }
.nearbyStrip strong { color: var(--yellow); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.nearbyStrip a { color: #aebfd2; font-size: 12px; }
.nearbyStrip a span { margin-left: 7px; color: var(--yellow); }

/* Enterprise, process and partner pages */
.enterpriseHero, .partnerHero { padding-block: 38px 82px; background: var(--navy); color: white; }
.enterpriseHero .breadcrumbs, .partnerHero .breadcrumbs { color: #8096af; }
.enterpriseHero .breadcrumbs b, .partnerHero .breadcrumbs b { color: #b7c5d5; }
.enterpriseGrid, .partnerHeroGrid { display: grid; grid-template-columns: 1fr 410px; gap: 85px; align-items: end; }
.enterpriseHero h1, .partnerHero h1 { color: white; }
.enterpriseGrid > div:first-child > p:not(.eyebrow), .partnerHeroGrid > div:first-child > p:not(.eyebrow) { max-width: 730px; color: #b9c7d7; font-size: 17px; line-height: 1.75; }
.enterpriseBrief, .partnerCriteria { background: white; color: var(--navy); border-top: 6px solid var(--yellow); }
.enterpriseBrief > span, .partnerCriteria > span { display: block; padding: 16px 20px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; border-bottom: 1px solid var(--line); }
.enterpriseBrief > div { min-height: 72px; display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: center; padding: 12px 20px; border-bottom: 1px solid var(--line); }
.enterpriseBrief b, .partnerCriteria b { color: var(--blue); font-size: 9px; }
.enterpriseBrief p, .enterpriseBrief strong { display: block; margin: 0; }
.enterpriseBrief strong { margin-bottom: 3px; font-size: 12px; }
.enterpriseBrief p { color: var(--muted); font-size: 10px; line-height: 1.45; }
.useCaseGrid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.useCaseGrid article { min-height: 230px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.useCaseGrid article > span, .partnerBenefits article > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.useCaseGrid h3 { margin: 50px 0 10px; color: var(--navy); font-size: 20px; }
.useCaseGrid p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.processTimeline { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.processTimeline h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.1; letter-spacing: -.04em; }
.processTimeline ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.processTimeline li { min-height: 83px; display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.processTimeline li > b { color: var(--blue); font-size: 11px; }
.processTimeline li span { display: grid; gap: 5px; color: var(--muted); font-size: 12px; }
.processTimeline li strong { color: var(--navy); font-size: 15px; }
.processFormula { min-height: 200px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 9px; align-content: center; background: var(--navy); padding: 25px; color: white; }
.processFormula span { height: 44px; display: grid; place-items: center; background: #173451; font-size: 10px; font-weight: 800; }
.processFormula b { align-self: center; color: var(--yellow); }
.processFormula strong { grid-column: 1 / -1; height: 50px; display: grid; place-items: center; background: var(--blue); color: white; font-size: 13px; }
.processSteps { max-width: 970px; }
.processSteps article { min-height: 190px; display: grid; grid-template-columns: 100px 1fr; gap: 50px; align-items: center; border-bottom: 1px solid var(--line); }
.processSteps article > b { color: var(--blue); font-size: 41px; letter-spacing: -.04em; }
.processSteps h2 { margin: 0 0 10px; color: var(--navy); font-size: 30px; }
.processSteps p { margin: 0; color: var(--muted); line-height: 1.7; }
.trustGrid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.trustGrid h2 { color: var(--navy); font-size: 48px; letter-spacing: -.04em; }
.trustItems { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trustItems article { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trustItems h3 { margin: 0 0 10px; color: var(--navy); font-size: 16px; }
.trustItems p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.partnerCriteria h2 { margin: 0; padding: 20px; font-size: 24px; }
.partnerCriteria > div { min-height: 52px; display: flex; align-items: center; gap: 14px; padding: 0 20px; border-top: 1px solid var(--line); color: #4e5b6d; font-size: 12px; }
.partnerBenefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.partnerBenefits article { min-height: 250px; padding: 25px; background: var(--pale); border-top: 5px solid var(--blue); }
.partnerBenefits h3 { margin: 55px 0 10px; color: var(--navy); font-size: 22px; }
.partnerBenefits p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.contactPromise { min-height: 175px; padding: 25px; background: white; border-top: 6px solid var(--yellow); box-shadow: 0 14px 35px rgba(7,26,51,.08); }
.contactPromise span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.contactPromise strong { display: block; margin-top: 40px; color: var(--navy); font-size: 20px; }
.contactPromise p { color: var(--muted); font-size: 11px; line-height: 1.5; }

/* Legal and error pages */
.legalHero { padding-block: 38px 68px; background: var(--pale); border-bottom: 1px solid var(--line); }
.legalHero p { max-width: 680px; color: var(--muted); line-height: 1.7; }
.legalContent { max-width: 820px; }
.legalContent h2 { margin: 42px 0 13px; color: var(--navy); font-size: 26px; }
.legalContent p { color: var(--muted); line-height: 1.8; }
.notFound { min-height: 70vh; display: grid; place-items: center; padding: 70px 20px; background: var(--pale); text-align: center; }
.notFound > div { max-width: 680px; }
.notFound > div > span { color: var(--blue); font-size: 96px; font-weight: 900; line-height: 1; }
.notFound h1 { color: var(--navy); font-size: 44px; }
.notFound p { color: var(--muted); }
.notFound > div > div { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 25px; }

/* Owner dashboard */
.adminPage { min-height: 100vh; background: #eef3f8; }
.adminHead { padding-block: 34px 58px; background: var(--navy); color: white; }
.adminHead .breadcrumbs { color: #8096af; }
.adminHead .breadcrumbs b { color: #b7c5d5; }
.adminHeadRow { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.adminHead h1 { margin: 0; font-size: clamp(42px, 5vw, 64px); letter-spacing: -.05em; }
.adminHeadRow > div:first-child > p:not(.eyebrow) { color: #aebfd1; }
.adminUser { min-width: 260px; padding: 18px; background: #112c49; border-left: 5px solid var(--yellow); }
.adminUser span, .adminUser strong, .adminUser a { display: block; }
.adminUser span { color: #8097b0; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.adminUser strong { margin-block: 7px; font-size: 13px; }
.adminUser a { color: var(--yellow); font-size: 10px; font-weight: 800; }
.adminBody { padding-block: 38px 80px; }
.adminMetrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.adminMetrics article { min-height: 145px; padding: 20px; background: white; border-top: 5px solid var(--blue); }
.adminMetrics span { display: block; color: #798698; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.adminMetrics strong { display: block; margin-top: 20px; color: var(--navy); font-size: 38px; line-height: 1; }
.adminMetrics p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.adminSection { margin-top: 32px; padding: 26px; background: white; border: 1px solid #dce3eb; }
.adminSectionTitle { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.adminSectionActions { display: flex; align-items: center; gap: 10px; }
.adminSectionTitle span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.adminSectionTitle h2 { margin: 6px 0 0; color: var(--navy); font-size: 27px; }
.adminExport { min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid var(--blue); color: var(--blue); font-size: 10px; font-weight: 800; }
.adminExport:hover { background: var(--blue); color: white; }

/* Admin filter bar (leads / partners management pages) */
.adminFilterBar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: end; }
.adminFilterBar label { display: block; min-width: 0; }
.adminFilterBar .span2 { grid-column: span 2; }
.adminFilterBar label > span { display: block; margin-bottom: 6px; color: #566478; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.adminFilterBar input, .adminFilterBar select { width: 100%; height: 38px; border: 1px solid #ccd6e2; background: #fbfdff; padding: 0 10px; font-size: 12px; color: var(--navy); outline: 0; }
.adminFilterBar input:focus, .adminFilterBar select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,92,255,.1); }
.adminFilterActions { display: flex; align-items: center; gap: 16px; }

/* Admin data table (leads / partners management pages) */
.adminDataTable { border-top: 1px solid var(--line); }
.adminDataHead { display: grid; grid-template-columns: 28px 75px 1.2fr 1.3fr 1fr 150px 40px; gap: 14px; align-items: center; padding: 0 4px; min-height: 38px; color: #8290a3; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.adminDataRow { display: grid; grid-template-columns: 28px 75px 1.2fr 1.3fr 1fr 150px 40px; gap: 14px; align-items: center; padding: 12px 4px 12px 10px; border-top: 1px solid var(--line); border-left: 4px solid transparent; font-size: 12px; color: #586578; }
.adminDataRow form { display: contents; }
.adminDataRow strong { display: block; color: var(--navy); font-size: 13px; margin-bottom: 2px; }
.adminDataRow a { display: block; color: var(--blue); font-size: 11px; }
.adminDataRow select { height: 34px; border: 1px solid #ccd6e2; background: #fbfdff; padding: 0 8px; font-size: 11px; color: var(--navy); }

/* Status colors — red by default for "not yet processed" states */
.adminDataRow[data-status="nouveau"], .adminDataRow[data-status="a-qualifier"],
.adminDataRow[data-status="nouveau"] + .adminDataDetails, .adminDataRow[data-status="a-qualifier"] + .adminDataDetails { border-left-color: #d9463b; }
.adminDataRow[data-status="nouveau"], .adminDataRow[data-status="a-qualifier"] { background: #fff6f5; }
.adminDataRow[data-status="contacte"], .adminDataRow[data-status="contacte"] + .adminDataDetails { border-left-color: #d99a1f; }
.adminDataRow[data-status="contacte"] { background: #fffaf2; }
.adminDataRow[data-status="qualifie"], .adminDataRow[data-status="qualifie"] + .adminDataDetails { border-left-color: var(--blue); }
.adminDataRow[data-status="qualifie"] { background: #f4f8ff; }
.adminDataRow[data-status="inscrit"], .adminDataRow[data-status="actif"],
.adminDataRow[data-status="inscrit"] + .adminDataDetails, .adminDataRow[data-status="actif"] + .adminDataDetails { border-left-color: #0eb368; }
.adminDataRow[data-status="inscrit"], .adminDataRow[data-status="actif"] { background: #f2fbf7; }
.adminDataRow[data-status="perdu"], .adminDataRow[data-status="rejete"],
.adminDataRow[data-status="perdu"] + .adminDataDetails, .adminDataRow[data-status="rejete"] + .adminDataDetails { border-left-color: #9aa5b3; }
.adminDataRow[data-status="perdu"], .adminDataRow[data-status="rejete"] { background: #f7f8f9; }

.adminDataToggle { width: 22px; height: 22px; border: 1px solid var(--line); background: white; color: #7a8798; font-size: 9px; display: grid; place-items: center; transition: transform .15s ease, color .15s ease, border-color .15s ease; }
.adminDataToggle:hover { color: var(--blue); border-color: var(--blue); }
.adminDataToggle.open { transform: rotate(90deg); color: var(--blue); border-color: var(--blue); }

.adminDataDetails { margin: 0 0 4px; padding: 14px 16px; background: rgba(255,255,255,.6); border-left: 4px solid transparent; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 20px; font-size: 11.5px; }
.adminDataDetails > div { display: grid; gap: 3px; min-width: 0; }
.adminDataDetails b { color: #8290a3; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.adminDataDetails span { color: var(--navy); word-break: break-word; }
.adminDataDetailsMessage { grid-column: 1 / -1; }
.adminDataDetailsMessage p { margin: 4px 0 0; color: var(--muted); line-height: 1.6; }

.adminPagination { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; color: #7a8798; }
.adminPageLinks { display: flex; gap: 6px; align-items: center; }
.adminPageLinks a, .adminPageLinks span { display: inline-flex; align-items: center; justify-content: center; min-width: 30px; height: 30px; padding: 0 6px; border: 1px solid var(--line); color: #455267; font-weight: 700; font-size: 11px; }
.adminPageLinks a:hover { border-color: var(--blue); color: var(--blue); }
.adminPageLinks span.current { background: var(--blue); border-color: var(--blue); color: white; }
.adminPageLinks span[aria-disabled] { color: #c3cbd6; }

.groupTable { border-top: 1px solid var(--line); }
.tableHead, .tableRow { display: grid; grid-template-columns: minmax(280px, 1fr) 110px 75px 65px 110px; gap: 15px; align-items: center; }
.tableHead { min-height: 42px; color: #8290a3; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tableRow { min-height: 72px; border-top: 1px solid var(--line); color: #586578; font-size: 11px; }
.tableRow > div strong, .tableRow > div span { display: block; }
.tableRow > div strong { color: var(--navy); font-size: 13px; }
.tableRow > div span { margin-top: 4px; color: var(--blue); }
.tableRow > b { color: var(--navy); font-size: 14px; }
.tableRow > i { padding: 7px 8px; font-style: normal; font-size: 9px; font-weight: 800; text-align: center; background: #edf2f7; color: #657386; }
.tableRow > i.warm { background: #fff7db; color: #8f6700; }
.tableRow > i.ready { background: #ddf8e9; color: #087b44; }
.leadCards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.leadCards article { padding: 20px; border: 1px solid var(--line); border-top: 4px solid var(--blue); }
.leadCardTop { display: flex; justify-content: space-between; gap: 20px; color: #8995a5; font-size: 9px; text-transform: uppercase; }
.leadCards h3 { margin: 14px 0 4px; color: var(--navy); font-size: 18px; }
.leadCards article > p { margin: 0; color: var(--blue); font-size: 11px; }
.leadContact { display: flex; flex-wrap: wrap; gap: 15px; margin-block: 15px; }
.leadContact a { color: #445267; font-size: 11px; font-weight: 750; }
.leadCards dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); }
.leadCards dl > div { padding: 9px; background: #f9fbfd; }
.leadCards dt { color: #8a96a6; font-size: 8px; text-transform: uppercase; }
.leadCards dd { margin: 4px 0 0; color: var(--navy); font-size: 10px; }
.leadCards blockquote { margin: 14px 0 0; padding: 11px; background: #f4f7fa; color: var(--muted); font-size: 11px; line-height: 1.55; }
.partnerTable { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.partnerTable article { padding: 20px; border: 1px solid var(--line); }
.partnerTable article > span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.partnerTable h3 { margin: 14px 0 3px; color: var(--navy); font-size: 18px; }
.partnerTable p { margin: 0 0 15px; color: var(--muted); font-size: 11px; }
.partnerTable strong, .partnerTable small { display: block; color: #435065; font-size: 11px; line-height: 1.55; }
.partnerTable small { margin-top: 8px; color: #7e8b9c; }
.partnerTable article > div { display: grid; gap: 5px; margin-top: 15px; padding-top: 12px; border-top: 1px solid var(--line); }
.partnerTable a { color: var(--blue); font-size: 10px; }
.adminEmpty { padding: 45px 20px; background: #f7f9fb; color: #7a8798; font-size: 13px; text-align: center; }

/* Featured groups admin (homepage slider management) */
.featuredGroupHint { margin: -8px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.6; max-width: 760px; }
.featuredGroupTable { margin-bottom: 6px; }
[data-featured-group-rows] { display: grid; gap: 8px; }
.featuredGroupHead, .featuredGroupRow { display: grid; grid-template-columns: 44px 1.4fr 1fr .85fr .65fr .55fr .4fr auto; gap: 10px; align-items: center; }
.featuredGroupHead { padding: 0 12px 8px; color: #8290a3; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.featuredGroupRow { padding: 10px 12px; border: 1px solid var(--line); background: #fbfdff; }
.featuredGroupRow select, .featuredGroupRow input[type="number"] { height: 36px; border: 1px solid #ccd6e2; background: white; padding: 0 8px; font-size: 12px; color: var(--navy); }
.featuredGroupRow input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--blue); justify-self: center; }
.featuredGroupRange { display: flex; gap: 5px; }
.featuredGroupRange input { width: 100%; min-width: 0; }
.featuredGroupMove { display: grid; gap: 2px; }
.featuredGroupMove button { width: 24px; height: 17px; border: 1px solid #ccd6e2; background: white; color: #566478; font-size: 8px; line-height: 1; padding: 0; }
.featuredGroupMove button:hover { border-color: var(--blue); color: var(--blue); }
.featuredGroupDelete { width: 36px; height: 36px; border: 1px solid #e7c7c7; background: #fff5f5; color: #b23b3b; font-size: 13px; }
.featuredGroupDelete:hover { background: #ffe4e4; }
.featuredGroupAddForm { display: grid; grid-template-columns: 1.5fr 1fr .9fr .8fr .8fr .8fr .8fr auto; gap: 10px; padding: 14px 12px; border: 1px dashed #c7d3e2; }
.featuredGroupAddForm select, .featuredGroupAddForm input { height: 36px; border: 1px solid #ccd6e2; background: white; padding: 0 8px; font-size: 12px; color: var(--navy); }
@media (max-width: 1080px) {
  .featuredGroupHead { display: none; }
  .featuredGroupRow, .featuredGroupAddForm { grid-template-columns: 1fr 1fr; }
}
.adminDenied { min-height: 75vh; display: grid; place-items: center; padding: 50px 20px; background: var(--pale); }
.adminDenied > div { max-width: 650px; padding: 45px; background: white; border-top: 7px solid var(--yellow); box-shadow: 0 20px 60px rgba(7,26,51,.1); }
.adminDenied span { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.adminDenied h1 { color: var(--navy); font-size: 38px; letter-spacing: -.04em; }
.adminDenied p { color: var(--muted); line-height: 1.7; }
.adminDenied .button { margin-top: 15px; }

@media (max-width: 1080px) {
  .desktopNav { font-size: 12px; }
  .navDropdown > summary { padding-inline: 8px; }
  .headerInner > .button { display: none; }
  .trainerHeaderButton { display: none; }
  .heroGrid { grid-template-columns: 1fr 340px; gap: 38px; }
  .finder { grid-template-columns: 1fr 1fr; }
  .finderButton { grid-column: 1 / -1; min-height: 54px; }
  .categoryGrid { grid-template-columns: repeat(3, 1fr); }
  .formationGrid { grid-template-columns: repeat(2, 1fr); }
  .detailHeroGrid, .localHeroGrid { grid-template-columns: 1fr 310px; gap: 40px; }
  .detailContentGrid { grid-template-columns: 1fr 370px; gap: 40px; }
  .catalogueRow { grid-template-columns: 45px 1fr 150px 130px; gap: 15px; }
  .catalogueControls { grid-template-columns: 1fr 1fr; }
  .resultCount { min-height: 62px; }
  .homeTechnologyGrid, .technologyGrid, .technologyCourseGrid { grid-template-columns: repeat(2, 1fr); }
  .trainerGrid { grid-template-columns: repeat(2, 1fr); }
  .otherTrainerGrid { grid-template-columns: repeat(3, 1fr); }
  .trainerSubjectGrid { grid-template-columns: repeat(2, 1fr); }
  .trainerProfileContent { grid-template-columns: minmax(0, 1fr) 320px; gap: 42px; }
}

@media (max-width: 820px) {
  .toplineMeta, .desktopNav { display: none; }
  .mobileMenu { display: block; }
  .heroGrid { grid-template-columns: 1fr; padding-block: 55px 72px; }
  .groupCard { max-width: 470px; }
  .promiseGrid { grid-template-columns: 1fr; gap: 0; padding-block: 18px; }
  .promiseGrid div { padding-block: 12px; }
  .promiseGrid > i { display: none; }
  .splitHeading, .citiesLayout, .businessGrid, .footerLead { grid-template-columns: 1fr; gap: 30px; }
  .categoryGrid { grid-template-columns: repeat(2, 1fr); }
  .modelGrid { grid-template-columns: 1fr; }
  .modelGrid article { min-height: auto; }
  .modelGrid h3 { margin-top: 28px; }
  .footerGrid { grid-template-columns: repeat(2, 1fr); gap: 45px; }
  .compactHeading .textLink { justify-self: start; }
  .pageHeroGrid, .detailHeroGrid, .localHeroGrid, .detailContentGrid, .enterpriseGrid, .partnerHeroGrid, .processTimeline, .trustGrid, .localEditorial { grid-template-columns: 1fr; }
  .heroMetric, .factPanel, .localSignal, .citySectorPanel, .contactPromise { max-width: 450px; }
  .stickyAside { position: static; }
  .localLinks, .regionCities { grid-template-columns: repeat(2, 1fr); }
  .catalogueControls { grid-template-columns: 1fr 1fr; }
  .resultCount { min-height: 62px; grid-column: 1 / -1; }
  .catalogueRow { grid-template-columns: 42px 1fr; padding-block: 18px; }
  .catalogueFacts, .catalogueAction { grid-column: 2; }
  .catalogueFacts { grid-template-columns: 1fr 1fr; }
  .useCaseGrid { grid-template-columns: repeat(2, 1fr); }
  .requestStrip > .container { grid-template-columns: 1fr; padding-block: 55px; }
  .processFormula { max-width: 500px; }
  .adminMetrics { grid-template-columns: repeat(2, 1fr); }
  .tableHead { display: none; }
  .tableRow { grid-template-columns: 1fr 100px 60px 60px 100px; }
  .partnerTable { grid-template-columns: repeat(2, 1fr); }
  .adminFilterBar { grid-template-columns: repeat(2, 1fr); }
  .adminFilterBar .span2 { grid-column: span 2; }
  .adminDataHead { display: none; }
  .adminDataRow { grid-template-columns: 1fr 1fr; row-gap: 6px; }
  .technologyIdentity { max-width: 450px; }
  .trainerGrid { grid-template-columns: repeat(2, 1fr); }
  .otherTrainerGrid, .similarTrainerGrid { grid-template-columns: repeat(2, 1fr); }
  .trainerMethodGrid, .trainerProfileContent { grid-template-columns: 1fr; gap: 42px; }
  .trainerProfileAside { position: static; }
  .trainerDirectoryMetric, .trainerProfileIdentity { max-width: 450px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .toplineInner { justify-content: center; }
  .headerInner { min-height: 68px; }
  .mobileMenu nav { top: 68px; }
  .heroGrid { min-height: auto; padding-top: 45px; }
  .hero h1 { font-size: 48px; }
  .heroIntro { font-size: 16px; }
  .finder { grid-template-columns: 1fr; }
  .finder label { border-right: 0; border-bottom: 1px solid var(--line); }
  .finderButton { grid-column: auto; }
  .heroAssurance { align-items: flex-start; flex-direction: column; gap: 10px; }
  .groupCard { margin-right: 12px; }
  .section { padding-block: 72px; }
  .categoryGrid, .formationGrid, .cityCloud, .homeTechnologyGrid, .technologyGrid, .technologyCourseGrid { grid-template-columns: 1fr; }
  .categoryCard { min-height: 235px; }
  .formationGrid { gap: 12px; }
  .footerGrid { grid-template-columns: 1fr; }
  .footerBottom { padding-block: 20px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .pageHero, .detailHero, .localHero, .enterpriseHero, .partnerHero, .legalHero { padding-bottom: 58px; }
  .pageHero h1, .detailHero h1, .localHero h1, .enterpriseHero h1, .partnerHero h1, .legalHero h1 { font-size: 43px; }
  .detailActions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .localLinks, .regionCities, .formGrid, .localFactGrid, .splitLocalSections, .partnerBenefits, .trustItems { grid-template-columns: 1fr; }
  .formGrid .span2 { grid-column: auto; }
  .localFactGrid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .leadForm, .leadFormCompact { padding: 22px; }
  .catalogueControls { grid-template-columns: 1fr; }
  .resultCount { grid-column: auto; }
  .catalogueRow { grid-template-columns: 34px 1fr; }
  .catalogueFacts { grid-template-columns: 1fr; }
  .useCaseGrid { grid-template-columns: 1fr; }
  .processSteps article { grid-template-columns: 52px 1fr; gap: 15px; padding-block: 28px; }
  .processSteps article > b { font-size: 28px; }
  .processFormula { grid-template-columns: 1fr; }
  .processFormula b { display: none; }
  .processFormula strong { grid-column: auto; }
  .nearbyStrip > div { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 25px; }
  .notFound > div > div { flex-direction: column; }
  .adminHeadRow, .adminSectionTitle { align-items: flex-start; flex-direction: column; }
  .adminMetrics, .leadCards, .partnerTable { grid-template-columns: 1fr; }
  .technologyFamilyHead { align-items: flex-start; flex-direction: column; gap: 8px; }
  .trainerGrid, .otherTrainerGrid, .trainerSubjectGrid, .similarTrainerGrid, .trainerExpertiseList { grid-template-columns: 1fr; }
  .trainerDisclosure { grid-template-columns: 1fr; gap: 10px; }
  .trainerCard { min-height: 430px; }
  .adminSection { padding: 18px; }
  .tableRow { grid-template-columns: 1fr 1fr; gap: 8px; padding-block: 15px; }
  .tableRow > div { grid-column: 1 / -1; }
  .tableRow > i { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
