/* Correctif de compatibilité avec les thèmes qui bloquent le scroll de la page d’accueil */
html {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
body.kortex-landing-page {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  touch-action: auto !important;
  overscroll-behavior: auto !important;
}
body.kortex-landing-page #page,
body.kortex-landing-page .site,
body.kortex-landing-page .wp-site-blocks,
body.kortex-landing-page .site-content,
body.kortex-landing-page .content-area,
body.kortex-landing-page .site-main,
body.kortex-landing-page .entry-content,
body.kortex-landing-page .wp-block-post-content {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
body.kortex-landing-page .kortex-landing {
  height: auto !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

body.kortex-landing-page .entry-header,
body.kortex-landing-page .page-header,
body.kortex-landing-page .entry-title,
body.kortex-landing-page .wp-block-post-title { display: none !important; }
body.kortex-landing-page .wp-site-blocks > main,
body.kortex-landing-page .site-main,
body.kortex-landing-page .entry-content,
body.kortex-landing-page .wp-block-post-content { margin-top: 0 !important; padding-top: 0 !important; }
body.admin-bar .kortex-header { top: 32px; }

.kortex-landing {
  --k-teal: #17a59b;
  --k-teal-bright: #23bbb0;
  --k-navy: #101b2b;
  --k-navy-2: #172434;
  --k-ink: #172333;
  --k-muted: #667382;
  --k-line: #dde3e9;
  --k-soft: #f3f6f8;
  --k-white: #ffffff;
  --k-shadow: 0 24px 60px rgba(16,27,43,.12);
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
  color: var(--k-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.kortex-landing *, .kortex-landing *::before, .kortex-landing *::after { box-sizing: border-box; }
.kortex-landing img, .kortex-landing svg { display: block; max-width: 100%; }
.kortex-landing a { color: inherit; text-decoration: none; }
.kortex-container { width: min(1200px, calc(100% - 42px)); margin-inline: auto; }

.kortex-header { position: fixed; z-index: 50; inset: 0 0 auto 0; color: #fff; transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.kortex-header.kortex-scrolled { background: rgba(12,23,36,.90); box-shadow: 0 14px 40px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.kortex-nav-shell { width: min(1280px, calc(100% - 42px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.kortex-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.kortex-brand-logo { width: 238px; height: auto; }
.kortex-nav { display: flex; align-items: center; gap: 27px; font-size: 12px; font-weight: 760; text-transform: uppercase; letter-spacing: .06em; }
.kortex-nav > a { position: relative; opacity: .90; transition: opacity .2s ease; }
.kortex-nav > a:not(.kortex-nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--k-teal-bright); transition: right .22s ease; }
.kortex-nav > a:hover { opacity: 1; }
.kortex-nav > a:hover::after { right: 0; }
.kortex-nav-cta { padding: 13px 19px; border-radius: 9px; color: #fff; background: linear-gradient(135deg,var(--k-teal),var(--k-teal-bright)); box-shadow: 0 12px 28px rgba(23,165,155,.25); }
.kortex-menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.34); border-radius: 9px; background: rgba(16,27,43,.55); cursor: pointer; }
.kortex-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.kortex-hero {
  --kortex-hero-image: none;
  position: relative;
  min-height: 900px;
  padding: 160px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 77% 18%, rgba(23,165,155,.23), transparent 23%),
    radial-gradient(circle at 92% 82%, rgba(255,255,255,.055), transparent 18%),
    linear-gradient(108deg, rgba(12,23,36,.985) 0%, rgba(12,23,36,.955) 44%, rgba(12,23,36,.73) 70%, rgba(12,23,36,.89) 100%),
    var(--kortex-hero-image),
    linear-gradient(135deg,#101b2b,#223244 75%);
  background-size: cover;
  background-position: center;
}
.kortex-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right,transparent,#000 35%,#000); }
.kortex-hero::after { content: ""; position: absolute; right: -155px; top: 150px; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 64px rgba(255,255,255,.018),0 0 0 128px rgba(255,255,255,.012); pointer-events: none; }
.kortex-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.14),transparent 24%,rgba(0,0,0,.12)); }
.kortex-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(330px,.7fr); gap: 72px; align-items: center; }
.kortex-hero-copy { max-width: 780px; }
.kortex-eyebrow { display: inline-block; margin-bottom: 18px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kortex-eyebrow-teal { color: var(--k-teal); }
.kortex-hero h1, .kortex-section h2, .kortex-contact h2, .kortex-footer h3 { margin: 0; font-family: inherit; color: inherit; }
.kortex-hero h1 { max-width: 790px; font-size: clamp(48px,5.7vw,82px); line-height: 1.01; letter-spacing: -.052em; text-wrap: balance; }
.kortex-hero-copy > p { max-width: 660px; margin: 27px 0 0; color: rgba(255,255,255,.79); font-size: 19px; }
.kortex-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.kortex-button { min-height: 51px; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 820; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease; }
.kortex-button:hover { transform: translateY(-2px); }
.kortex-button svg, .kortex-text-link svg, .kortex-service-card a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.kortex-button-primary { color: #fff; background: linear-gradient(135deg,var(--k-teal),var(--k-teal-bright)); box-shadow: 0 15px 32px rgba(23,165,155,.27); }
.kortex-button-primary:hover { box-shadow: 0 19px 38px rgba(23,165,155,.35); }
.kortex-button-secondary { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.045); backdrop-filter: blur(8px); }
.kortex-button-secondary:hover { border-color: rgba(255,255,255,.78); background: rgba(255,255,255,.085); }
.kortex-hero-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 38px; }
.kortex-hero-trust span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.67); background: rgba(255,255,255,.035); font-size: 11px; letter-spacing: .02em; }
.kortex-hero-panel { padding: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: linear-gradient(145deg,rgba(29,44,60,.84),rgba(16,27,43,.52)); box-shadow: 0 35px 75px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.kortex-panel-kicker { display: block; margin-bottom: 13px; color: var(--k-teal-bright); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.kortex-hero-panel strong { display: block; font-size: 28px; line-height: 1.28; letter-spacing: -.02em; }
.kortex-hero-panel p { margin: 16px 0 0; color: rgba(255,255,255,.66); }
.kortex-panel-divider { height: 1px; margin: 25px 0 20px; background: rgba(255,255,255,.12); }
.kortex-panel-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.kortex-panel-steps b { display: block; color: var(--k-teal-bright); font-size: 18px; }
.kortex-panel-steps span { display: block; color: rgba(255,255,255,.67); font-size: 11px; }
.kortex-hero-strip { position: relative; z-index: 2; margin-top: 75px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.kortex-hero-strip span, .kortex-hero-strip strong { display: block; }
.kortex-hero-strip span { color: var(--k-teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kortex-hero-strip strong { margin-top: 4px; color: rgba(255,255,255,.81); font-size: 13px; }

.kortex-section { padding: 105px 0; }
.kortex-section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.72fr); gap: 70px; align-items: end; margin-bottom: 48px; }
.kortex-section-heading-compact { grid-template-columns: 1fr; }
.kortex-section-heading h2, .kortex-value h2, .kortex-about h2, .kortex-careers h2, .kortex-deliverables h2 { font-size: clamp(35px,4vw,52px); line-height: 1.08; letter-spacing: -.04em; }
.kortex-section-heading p, .kortex-value p, .kortex-about p, .kortex-careers p, .kortex-deliverables p { margin: 0; color: var(--k-muted); font-size: 16px; }
.kortex-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.kortex-service-card { position: relative; min-height: 390px; padding: 31px 26px 25px; border: 1px solid var(--k-line); border-radius: 18px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 10px 28px rgba(16,27,43,.035); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.kortex-service-card:hover { transform: translateY(-7px); border-color: rgba(23,165,155,.36); box-shadow: var(--k-shadow); }
.kortex-card-number { position: absolute; top: 26px; right: 24px; color: #d7dde3; font-size: 13px; font-weight: 850; }
.kortex-icon { width: 57px; height: 57px; margin-bottom: 28px; padding: 11px; border-radius: 14px; display: grid; place-items: center; color: var(--k-teal); background: rgba(23,165,155,.10); }
.kortex-icon svg, .kortex-mission-points svg, .kortex-check-list svg, .kortex-contact-method svg, .kortex-deliverables-list svg { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.kortex-service-card h3 { margin: 0 0 14px; font-size: 21px; line-height: 1.25; }
.kortex-service-card p { margin: 0; color: var(--k-muted); font-size: 14px; }
.kortex-service-card a { margin-top: auto; padding-top: 25px; display: inline-flex; align-items: center; gap: 8px; color: var(--k-teal); font-size: 11px; font-weight: 850; text-transform: uppercase; }

.kortex-value { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 24% 28%,rgba(23,165,155,.21),transparent 34%),linear-gradient(135deg,#101b2b,#172434 70%,#0e1725); }
.kortex-value::after { content: ""; position: absolute; right: -160px; bottom: -220px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.016),0 0 0 150px rgba(255,255,255,.011); }
.kortex-value-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 84px; align-items: center; }
.kortex-value h2 { max-width: 690px; margin-bottom: 22px; }
.kortex-value p { color: rgba(255,255,255,.70); }
.kortex-check-list { margin: 29px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.kortex-check-list li { display: flex; align-items: flex-start; gap: 11px; color: rgba(255,255,255,.82); font-size: 14px; }
.kortex-check-list svg { flex: 0 0 20px; color: var(--k-teal-bright); }
.kortex-mission-card { padding: 35px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.052); box-shadow: 0 32px 75px rgba(0,0,0,.23); backdrop-filter: blur(12px); }
.kortex-mission-card > span { color: var(--k-teal-bright); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.kortex-mission-card blockquote { margin: 18px 0 29px; padding: 0; border: 0; color: #fff; font-size: 25px; font-weight: 720; line-height: 1.4; }
.kortex-mission-points { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.kortex-mission-points div { display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.73); font-size: 12px; text-align: center; }
.kortex-mission-points svg { width: 36px; color: var(--k-teal-bright); }

.kortex-sectors { background: var(--k-soft); }
.kortex-sector-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.kortex-sector-card { min-height: 390px; padding: 25px; border-radius: 19px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background-size: cover; background-position: center; box-shadow: 0 19px 38px rgba(16,27,43,.14); transition: transform .25s ease,box-shadow .25s ease; }
.kortex-sector-card:hover { transform: translateY(-6px); box-shadow: 0 28px 52px rgba(16,27,43,.22); }
.kortex-sector-filling { background: linear-gradient(180deg,rgba(16,27,43,.04),rgba(16,27,43,.89)),radial-gradient(circle at 48% 23%,#60778a,#314457 58%,#132131); }
.kortex-sector-monitoring { background: linear-gradient(180deg,rgba(16,27,43,.04),rgba(16,27,43,.89)),linear-gradient(135deg,#91aab5,#456477 55%,#1a2d3e); }
.kortex-sector-plc { background: linear-gradient(180deg,rgba(16,27,43,.04),rgba(16,27,43,.91)),radial-gradient(circle at 30% 24%,#356984,#223f57 52%,#122031); }
.kortex-sector-utilities { background: linear-gradient(180deg,rgba(16,27,43,.04),rgba(16,27,43,.91)),linear-gradient(130deg,#8b9ca5,#485e6b 50%,#1a2b3b); }
.kortex-sector-card > div > span { display: inline-block; margin-bottom: 10px; color: var(--k-teal-bright); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.kortex-sector-card h3 { margin: 0 0 11px; font-size: 21px; line-height: 1.2; }
.kortex-sector-card p { margin: 0; color: rgba(255,255,255,.70); font-size: 13px; }

.kortex-deliverables { background: #fff; }
.kortex-deliverables-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.kortex-deliverables-intro { position: sticky; top: 130px; }
.kortex-deliverables h2 { margin-bottom: 20px; }
.kortex-text-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 9px; color: var(--k-teal); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.kortex-deliverables-list { display: grid; gap: 14px; }
.kortex-deliverables-list article { padding: 24px; border: 1px solid var(--k-line); border-radius: 16px; display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: center; background: var(--k-soft); transition: transform .2s ease,border-color .2s ease,background .2s ease; }
.kortex-deliverables-list article:hover { transform: translateX(6px); border-color: rgba(23,165,155,.34); background: #fff; }
.kortex-deliverables-list svg { width: 42px; color: var(--k-teal); }
.kortex-deliverables-list strong, .kortex-deliverables-list span { display: block; }
.kortex-deliverables-list strong { font-size: 18px; }
.kortex-deliverables-list span { margin-top: 3px; color: var(--k-muted); font-size: 13px; }

.kortex-process { background: var(--k-soft); }
.kortex-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.kortex-process-grid article { position: relative; min-height: 240px; padding: 29px 24px; border-top: 3px solid var(--k-teal); border-radius: 0 0 16px 16px; background: #fff; box-shadow: 0 10px 25px rgba(16,27,43,.035); }
.kortex-process-grid article:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 48px; right: -24px; width: 30px; height: 1px; background: #b8c3cd; }
.kortex-process-grid article > span { color: var(--k-teal); font-size: 24px; font-weight: 850; }
.kortex-process-grid h3 { margin: 21px 0 10px; font-size: 20px; }
.kortex-process-grid p { margin: 0; color: var(--k-muted); font-size: 14px; }

.kortex-about { background: #fff; }
.kortex-about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.kortex-about-logo { padding: 48px 42px; border-radius: 24px; display: grid; place-items: center; background: var(--k-soft); }
.kortex-about-logo img { width: 100%; }
.kortex-about h2 { margin-bottom: 22px; }
.kortex-about p + p { margin-top: 15px; }
.kortex-about-facts { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--k-line); display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.kortex-about-facts span, .kortex-about-facts strong { display: block; }
.kortex-about-facts span { color: var(--k-teal); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.kortex-about-facts strong { margin-top: 4px; font-size: 14px; }

.kortex-careers { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 18%,rgba(23,165,155,.20),transparent 28%),linear-gradient(135deg,#101b2b,#1b2939); }
.kortex-careers::after { content: ""; position: absolute; left: -170px; bottom: -230px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.014),0 0 0 140px rgba(255,255,255,.009); }
.kortex-careers-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.kortex-careers h2 { margin-bottom: 20px; }
.kortex-careers p { color: rgba(255,255,255,.69); }
.kortex-careers-copy .kortex-button { margin-top: 29px; }
.kortex-careers-roles { display: grid; gap: 15px; }
.kortex-careers-roles article { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: center; background: rgba(255,255,255,.045); backdrop-filter: blur(10px); }
.kortex-careers-roles article .kortex-icon { margin: 0; color: var(--k-teal-bright); background: rgba(23,165,155,.12); }
.kortex-careers-roles article span { color: var(--k-teal-bright); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.kortex-careers-roles h3 { margin: 3px 0 4px; font-size: 20px; }
.kortex-careers-roles article p { margin: 0; font-size: 13px; }
.kortex-careers-note { padding: 4px 4px 0; font-size: 12px !important; }

.kortex-contact { padding: 76px 0; background: var(--k-soft); }
.kortex-contact-card { padding: 48px; border-radius: 24px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; color: #fff; background: linear-gradient(135deg,#15978f,#24bdb1); box-shadow: 0 28px 65px rgba(23,165,155,.25); }
.kortex-contact-card .kortex-eyebrow { color: rgba(255,255,255,.74); }
.kortex-contact h2 { font-size: clamp(30px,3.6vw,47px); line-height: 1.08; letter-spacing: -.04em; }
.kortex-contact-card p { margin: 16px 0 0; color: rgba(255,255,255,.80); }
.kortex-contact-actions { display: grid; gap: 12px; }
.kortex-contact-method { padding: 16px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; background: rgba(255,255,255,.10); transition: transform .2s ease,background .2s ease; }
.kortex-contact-method:hover { transform: translateY(-2px); background: rgba(255,255,255,.16); }
.kortex-contact-method svg { width: 32px; color: #fff; }
.kortex-contact-method small, .kortex-contact-method strong { display: block; }
.kortex-contact-method small { color: rgba(255,255,255,.67); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.kortex-contact-method strong { margin-top: 2px; color: #fff; font-size: 15px; }

.kortex-footer { padding: 72px 0 26px; color: #fff; background: #0c1624; }
.kortex-footer-grid { display: grid; grid-template-columns: 1.2fr .75fr .85fr; gap: 70px; }
.kortex-brand-footer { margin-bottom: 21px; }
.kortex-brand-logo-footer { width: 245px; }
.kortex-footer p, .kortex-footer a, .kortex-footer span { color: rgba(255,255,255,.59); font-size: 13px; }
.kortex-footer h3 { margin-bottom: 18px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.kortex-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.kortex-footer a:hover { color: #fff; }
.kortex-footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; }

[data-kortex-reveal] { opacity: 1; transform: none; }
.kortex-js [data-kortex-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .58s ease,transform .58s ease; }
.kortex-js [data-kortex-reveal].kortex-is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .kortex-nav { gap: 18px; font-size: 10px; }
  .kortex-brand-logo { width: 205px; }
  .kortex-card-grid, .kortex-sector-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kortex-process-grid { grid-template-columns: repeat(2,1fr); }
  .kortex-process-grid article:nth-child(2)::after { display: none; }
}
@media (max-width: 820px) {
  body.admin-bar .kortex-header { top: 46px; }
  .kortex-container, .kortex-nav-shell { width: min(100% - 28px,1200px); }
  .kortex-menu-toggle { display: block; }
  .kortex-nav { position: absolute; top: 76px; left: 14px; right: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; display: none; flex-direction: column; align-items: stretch; gap: 4px; color: #fff; background: rgba(12,22,36,.98); box-shadow: 0 24px 52px rgba(0,0,0,.38); }
  .kortex-nav.kortex-nav-open { display: flex; }
  .kortex-nav a { padding: 12px 10px; }
  .kortex-nav > a:not(.kortex-nav-cta)::after { display: none; }
  .kortex-nav-cta { text-align: center; }
  .kortex-hero { min-height: auto; padding: 145px 0 70px; }
  .kortex-hero-grid, .kortex-section-heading, .kortex-value-grid, .kortex-deliverables-grid, .kortex-about-grid, .kortex-careers-grid, .kortex-contact-card, .kortex-footer-grid { grid-template-columns: 1fr; }
  .kortex-hero-grid, .kortex-value-grid, .kortex-deliverables-grid, .kortex-about-grid, .kortex-careers-grid { gap: 46px; }
  .kortex-hero-strip { grid-template-columns: repeat(2,1fr); }
  .kortex-section { padding: 78px 0; }
  .kortex-section-heading { gap: 18px; }
  .kortex-deliverables-intro { position: static; }
  .kortex-about-facts { grid-template-columns: 1fr; }
  .kortex-contact-card { padding: 34px; gap: 30px; }
}
@media (max-width: 560px) {
  .kortex-brand-logo { width: 180px; }
  .kortex-hero h1 { font-size: 43px; }
  .kortex-hero-copy > p { font-size: 17px; }
  .kortex-actions { flex-direction: column; }
  .kortex-button { width: 100%; }
  .kortex-hero-panel { padding: 27px; }
  .kortex-panel-steps, .kortex-hero-strip, .kortex-card-grid, .kortex-sector-grid, .kortex-process-grid, .kortex-mission-points { grid-template-columns: 1fr; }
  .kortex-process-grid article::after { display: none !important; }
  .kortex-mission-points div { flex-direction: row; justify-content: flex-start; text-align: left; }
  .kortex-deliverables-list article, .kortex-careers-roles article { grid-template-columns: 1fr; }
  .kortex-contact-card { padding: 27px 22px; }
  .kortex-footer-bottom { flex-direction: column; }
}

/* Content v2.1: contact block moved higher without changing the visual system. */
.kortex-contact-early { margin-top: 0; }


/* Version 3.2 — modes d'intervention et savoir-faire */
.kortex-intervention-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.kortex-intervention-modes > div {
  padding: 16px 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
}

.kortex-intervention-modes strong,
.kortex-intervention-modes span {
  display: block;
}

.kortex-intervention-modes strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
}

.kortex-intervention-modes span {
  color: rgba(255,255,255,.70);
  font-size: 12px;
  line-height: 1.45;
}

.kortex-intervention-note {
  display: block;
  margin-top: 11px;
  color: rgba(255,255,255,.48);
  font-size: 11px;
}

.kortex-tech-panel {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 30px 70px rgba(0,0,0,.20);
  backdrop-filter: blur(12px);
}

.kortex-tech-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--kortex-teal-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kortex-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.kortex-tech-badge {
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255,255,255,.04);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.kortex-tech-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(34,185,173,.42);
  background: rgba(255,255,255,.075);
}

.kortex-tech-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(23,165,155,.95), rgba(34,185,173,.72));
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.kortex-tech-badge > span:last-child,
.kortex-tech-badge strong,
.kortex-tech-badge small {
  display: block;
}

.kortex-tech-badge strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.kortex-tech-badge small {
  margin-top: 3px;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  line-height: 1.25;
}

.kortex-tech-note {
  margin: 17px 0 0;
  color: rgba(255,255,255,.42) !important;
  font-size: 10px !important;
  line-height: 1.45;
}

@media (max-width: 780px) {
  .kortex-intervention-modes,
  .kortex-tech-grid {
    grid-template-columns: 1fr;
  }

  .kortex-tech-panel {
    padding: 22px;
  }
}


/* Version 3.3 — clarification des badges technologiques */
.kortex-tech-badge strong {
  font-size: 12px;
  line-height: 1.3;
}

.kortex-tech-badge small {
  margin-top: 4px;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  line-height: 1.3;
}
