/* ============================================================
   landings.css — landings sectorielles unknowns
   Conventions visuelles posées sur la landing Santé.
   ============================================================ */

/* ---------- Double nav sticky ---------- */
.lp-doublenav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.lp-topnav {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  gap: 32px;
  border-bottom: 1px solid var(--border-1);
  background: #fff;
}
.lp-topnav-mark img { height: 24px; display: block; }
.lp-topnav-links {
  display: flex;
  gap: 28px;
  margin-left: auto;
}
.lp-topnav-links a {
  font-size: 14px;
  color: var(--fg-1);
  text-decoration: none;
  font-weight: 400;
}
.lp-topnav-links a:hover { color: var(--un-blue); }
.lp-topnav-cta {
  font-size: var(--btn-fs-compact);
  font-weight: 500;
  background: var(--un-blue);
  color: #fff !important;
  text-decoration: none;
  padding: var(--btn-pad-compact-y) var(--btn-pad-compact-x);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lp-topnav-cta:hover { background: var(--un-blue-deep); color: #fff !important; }

.lp-subnav {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  gap: 32px;
  border-bottom: 1px solid var(--border-1);
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 30;
}
.lp-subnav-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-blue);
  white-space: nowrap;
  font-weight: 500;
}
.lp-subnav-sector { position: relative; flex: none; }
.lp-subnav-tag-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 6px 0;
}
.lp-subnav-chev {
  font-size: 9px;
  transition: transform .14s var(--ease-out);
  color: var(--un-blue);
}
.lp-subnav-tag-btn.is-open .lp-subnav-chev { transform: rotate(180deg); }
.lp-subnav-tag-btn:hover { color: var(--un-blue-deep); }
.lp-sector-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--border-1);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  padding: 10px;
  z-index: 60;
}
.lp-sector-menu-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-3);
  padding: 6px 10px 8px;
}
.lp-sector-menu ul { list-style: none; margin: 0; padding: 0; }
.lp-sector-menu-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px;
  font-size: 15px;
  color: var(--fg-1);
  text-decoration: none;
  transition: background .12s var(--ease-out), color .12s var(--ease-out);
}
.lp-sector-menu-item:hover { background: #f5f4ef; color: var(--un-blue); }
.lp-sector-menu-item.is-active { color: var(--un-blue); font-weight: 500; cursor: default; }
.lp-sector-menu-item.is-active:hover { background: none; }
.lp-sector-menu-here {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg-3);
  white-space: nowrap;
}
.lp-subnav-links {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: 24px;
  height: 100%;
  align-items: stretch;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
}
.lp-subnav-links li { display: flex; }
.lp-subnav-links a {
  font-size: 13px;
  color: var(--fg-2);
  text-decoration: none;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  padding: 0 2px;
  white-space: nowrap;
  transition: color .14s var(--ease-out), border-color .14s var(--ease-out);
}
.lp-subnav-links a.is-active {
  color: var(--un-blue);
  border-bottom-color: var(--un-blue);
  font-weight: 500;
}
.lp-subnav-links a:hover { color: var(--un-blue); }

/* ---------- Sections génériques ---------- */
.lp-section { padding: 120px 48px; scroll-margin-top: 100px; }
.lp-hero, .lp-signal, .lp-offre, .lp-final { scroll-margin-top: 100px; }
.lp-section-inner { max-width: 1280px; margin: 0 auto; }
.lp-bg-white { background: #fff; }
.lp-bg-black { background: var(--un-black); color: #fff; }
.lp-bg-light { background: #f5f4ef; }

.lp-h2 {
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1.02;
  color: var(--fg-1);
  margin: 16px 0 32px;
  max-width: 22ch;
}
.lp-h2-light { color: #fff; }
.em-blue { font-style: italic; color: var(--un-blue); }
.em-yellow { font-style: italic; color: var(--un-yellow-sun); }
.em-blue-strong { color: var(--un-blue); font-weight: 500; }

/* ---------- FAQ accordéon ---------- */
.lp-faq-inner { max-width: 1000px; }
.lp-faq {
  margin-top: 16px;
  border-top: 1px solid var(--border-1);
}
.lp-faq-item { border-bottom: 1px solid var(--border-1); }
.lp-faq-q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 30px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--fg-1);
  transition: color .14s var(--ease-out);
}
.lp-faq-q:hover { color: var(--un-blue); }
.lp-faq-item.is-open .lp-faq-q { color: var(--un-blue); }
.lp-faq-icon {
  position: relative;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 6px;
}
.lp-faq-icon::before,
.lp-faq-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform .22s var(--ease-out), opacity .22s var(--ease-out);
}
.lp-faq-icon::before { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%); }
.lp-faq-icon::after { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); }
.lp-faq-item.is-open .lp-faq-icon::after { transform: translateX(-50%) scaleY(0); opacity: 0; }
.lp-faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s var(--ease-out);
}
.lp-faq-item.is-open .lp-faq-a-wrap { grid-template-rows: 1fr; }
.lp-faq-a { overflow: hidden; }
.lp-faq-a p {
  margin: 0;
  padding: 0 56px 32px 0;
  font-size: 19px;
  line-height: 1.6;
  color: var(--fg-2);
  max-width: 74ch;
}
@media (max-width: 960px) {
  .lp-faq-a p { padding-right: 0; }
}
.lp-lede {
  font-size: 20px;
  line-height: 1.5;
  color: var(--fg-2);
  max-width: 56ch;
  margin: 0 0 32px;
}
.lp-lede-light { color: rgba(255,255,255,.78); }

/* ---------- Bloc 0 — Hero noir ---------- */
.lp-hero {
  background: var(--un-black);
  color: #fff;
  padding: 88px 48px 120px;
  position: relative;
  overflow: hidden;
}
.lp-hero-deco {
  position: absolute;
  right: -40px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 280px;
  font-weight: 400;
  color: #fff;
  opacity: 0.04;
  letter-spacing: -0.04em;
  pointer-events: none;
  line-height: 0.9;
}
.lp-hero-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.lp-hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 28px;
}
.lp-hero-h1 {
  font-size: clamp(56px, 7vw, 116px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
  margin: 0 0 32px;
  max-width: 16ch;
}
.lp-hero-h1 em { font-style: italic; color: var(--un-yellow-sun); }
.lp-hero-sub {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  color: rgba(255,255,255,.78);
  max-width: 60ch;
  margin: 0 0 40px;
}
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.lp-hero-ghost {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-bottom: 3px;
}
.lp-hero-ghost:hover { color: var(--un-yellow-sun); border-color: var(--un-yellow-sun); }

/* ---------- Bloc 1 — Signal jaune ---------- */
.lp-signal {
  background: var(--un-yellow-sun);
  color: var(--un-black);
  padding: 80px 48px;
  border-bottom: 1.5px solid var(--un-black);
}
.lp-signal-inner { max-width: 1280px; margin: 0 auto; }
.lp-signal-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-black);
  margin-bottom: 32px;
}
.lp-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.lp-signal-stat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-signal-num {
  font-size: clamp(72px, 8vw, 128px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: var(--un-black);
}
.lp-signal-mag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-black);
  opacity: 0.62;
  margin-bottom: 14px;
}
.lp-signal-name {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.02;
  color: var(--un-black);
  margin-bottom: 16px;
  max-width: 14ch;
}
.lp-signal-label {
  font-size: 16px;
  line-height: 1.45;
  color: var(--un-black);
  margin: 0;
  max-width: 36ch;
}
.lp-signal-source {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-top: 32px;
  opacity: 0.6;
}

/* ---------- Bloc 2 — Notre expérience ---------- */
.lp-track-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.lp-pills { list-style: none; margin: 32px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.lp-pill {
  font-size: 14px;
  padding: 6px 14px;
  background: var(--un-blue-wash);
  color: var(--un-blue);
  border-radius: 999px;
  font-weight: 500;
}
.lp-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border-1);
  border: 1px solid var(--border-1);
}
.lp-metric { background: #fff; padding: 32px; }
.lp-metric-num {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.035em;
  color: var(--un-blue);
  line-height: 0.95;
  margin-bottom: 12px;
}
.lp-metric-label { font-size: 14.5px; line-height: 1.45; color: var(--fg-2); }
.lp-metric-large { grid-column: 1 / -1; background: var(--un-black); color: #fff; padding: 36px 32px; }
.lp-metric-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-yellow-sun);
  margin-bottom: 12px;
}
.lp-metric-large-title { font-size: 24px; font-weight: 500; line-height: 1.2; margin-bottom: 8px; }
.lp-metric-large-desc { font-size: 14.5px; color: rgba(255,255,255,.75); margin: 0; line-height: 1.5; }

/* ---------- Bloc 3a — Verbatims ---------- */
.lp-terrain-head { margin-bottom: 64px; }
.lp-verbatims {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lp-verbatim {
  background: #111;
  border-radius: 10px;
  padding: 36px 32px 28px;
  margin: 0;
  position: relative;
}
.lp-verbatim-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 88px;
  color: var(--un-yellow-sun);
  line-height: 0.6;
  display: block;
  margin-bottom: 4px;
}
.lp-verbatim blockquote {
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  color: rgba(255,255,255,.92);
  margin: 0 0 24px;
  padding: 0;
  border: none;
}
.lp-verbatim figcaption {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,.5);
  line-height: 1.5;
}

/* ---------- Bloc 3b — 5 rôles ---------- */
.lp-roles-section { padding-top: 80px; }
.lp-roles-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.lp-roles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.lp-role {
  background: #fff;
  color: var(--fg-1);
  padding: 28px 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 220px;
}
.lp-role-num { font-family: var(--font-mono); font-size: 12px; color: var(--un-blue); letter-spacing: 0.06em; }
.lp-role-title { font-size: 22px; font-weight: 500; letter-spacing: -0.012em; line-height: 1.15; margin: 0; }
.lp-role-desc { font-size: 14.5px; line-height: 1.45; color: var(--fg-2); margin: 0; }
.lp-role-alert {
  margin-top: auto;
  font-size: 11px;
  font-weight: 500;
  background: var(--un-yellow-sun);
  color: var(--un-black);
  padding: 6px 10px;
  border-radius: 999px;
  align-self: flex-start;
  letter-spacing: 0.02em;
}

/* ---------- Bloc 3c — 3 insights ---------- */
.lp-insights-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.lp-insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lp-insight {
  background: #fff;
  padding: 36px 32px;
  border-top: 3px solid var(--un-blue);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-insight-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-blue);
  font-weight: 500;
}
.lp-insight-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.014em;
  line-height: 1.2;
  margin: 0;
}
.lp-insight-desc { font-size: 15.5px; line-height: 1.5; color: var(--fg-2); margin: 0; }
.lp-insight-stat {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--fg-1);
  padding-top: 16px;
  margin-top: auto;
  border-top: 1px dashed var(--border-1);
}

/* ---------- Bloc 4 — Offre signature bleue ---------- */
.lp-offre {
  background: var(--un-blue);
  color: #fff;
  padding: 120px 48px;
}
.lp-offre .un-eyebrow { color: rgba(255,255,255,.7); }
.lp-offre-h2 { max-width: 24ch; }
.lp-offre-lede {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255,255,255,.85);
  max-width: 60ch;
  margin: 0 0 56px;
}
.lp-offre-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.lp-offre-step {
  background: rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 32px;
}
.lp-offre-step-num {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--un-yellow-sun);
  line-height: 0.9;
  margin-bottom: 16px;
}
.lp-offre-step-title { font-size: 22px; font-weight: 500; line-height: 1.2; margin: 0 0 12px; color: #fff; }
.lp-offre-step-desc { font-size: 15.5px; line-height: 1.5; color: rgba(255,255,255,.82); margin: 0; }

.lp-offre-livrables {
  background: rgba(0,0,0,.15);
  padding: 24px 28px;
  border-radius: 10px;
  margin-bottom: 32px;
}
.lp-offre-livrables-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-yellow-sun);
  margin-bottom: 12px;
}
.lp-offre-livrables ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.lp-offre-livrables li {
  font-size: 13.5px;
  background: rgba(255,255,255,.12);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
}

.lp-offre-example {
  background: rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 36px;
}
.lp-offre-example-grid {
  display: grid;
  grid-template-columns: 1.6fr auto;
  gap: 32px;
  align-items: center;
}
.lp-offre-example-badge {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--un-yellow-sun);
  margin-bottom: 12px;
}
.lp-offre-example-h4 { font-size: 24px; font-weight: 500; line-height: 1.25; margin: 0 0 12px; color: #fff; }
.lp-offre-example-desc { font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.82); margin: 0; max-width: 60ch; }
.lp-offre-example-cta-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.lp-offre-example-note {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .04em;
  color: rgba(255,255,255,.6);
  text-align: right;
}

/* ---------- Bloc 5 — Cas client Juvise ---------- */
.lp-case-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.lp-case-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--un-yellow-sun);
  font-weight: 500;
  margin-bottom: 24px;
}
.lp-case-dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: var(--un-yellow-sun);
}
.lp-case-result {
  margin-top: 32px;
  background: var(--un-yellow-sun);
  color: var(--un-black);
  padding: 24px 28px;
  border-radius: 10px;
}
.lp-case-result-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.lp-case-result-text { font-size: 16px; line-height: 1.45; }

.lp-case-steps {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
}
.lp-case-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.lp-case-step:first-child { padding-top: 0; }
.lp-case-step:last-child { border-bottom: none; padding-bottom: 0; }
.lp-case-step-num {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--un-yellow-sun);
  line-height: 0.9;
}
.lp-case-step-title { font-size: 20px; font-weight: 500; line-height: 1.25; margin: 0 0 8px; color: #fff; }
.lp-case-step-desc { font-size: 15.5px; line-height: 1.55; color: rgba(255,255,255,.78); margin: 0; }

/* ---------- Bloc 6 — Opportunités ---------- */
.lp-opps {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
.lp-opp { border-top: 1px solid var(--border-2); }
.lp-opp:last-child { border-bottom: 1px solid var(--border-2); }
.lp-opp a {
  display: grid;
  grid-template-columns: 80px 200px 1fr 60px;
  gap: 32px;
  align-items: center;
  padding: 28px 8px;
  text-decoration: none;
  color: var(--fg-1);
  transition: background .14s var(--ease-out), padding .14s var(--ease-out);
}
.lp-opp a:hover {
  background: #fff;
  padding-left: 24px;
  padding-right: 24px;
}
.lp-opp-num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--un-blue);
  letter-spacing: 0.06em;
}
.lp-opp-eyebrow {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--un-blue);
}
.lp-opp-title {
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.3;
  letter-spacing: -0.012em;
  color: var(--fg-1);
  font-weight: 400;
}
.lp-opp-arrow {
  text-align: right;
  font-size: 22px;
  color: var(--un-blue);
  transition: transform .14s var(--ease-out);
}
.lp-opp a:hover .lp-opp-arrow { transform: translate(4px, -4px); }

/* ---------- Bloc 7 — CTA Final ---------- */
.lp-final {
  background: var(--un-black);
  color: #fff;
  padding: 144px 48px;
}
.lp-final .lp-section-inner { max-width: 1280px; }
.lp-final-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 96px;
  align-items: start;
}
.lp-final-h2 { font-size: clamp(56px, 6vw, 96px); margin: 0; max-width: 14ch; }

.lp-form { display: flex; flex-direction: column; gap: 20px; }
.lp-field { display: flex; flex-direction: column; gap: 8px; }
.lp-field span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.lp-field input,
.lp-field textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding: 8px 0;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color .14s var(--ease-out);
}
.lp-field textarea { resize: vertical; min-height: 120px; }
.lp-field input:focus,
.lp-field textarea:focus { border-bottom-color: var(--un-yellow-sun); }
.lp-form-submit { align-self: flex-start; margin-top: 12px; }

/* ---------- Footer pills sectorielles ---------- */
.lp-sector-pills {
  background: #fff;
  padding: 56px 48px;
  border-top: 1px solid var(--border-1);
  border-bottom: 1px solid var(--border-1);
}
.lp-sector-pills-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.lp-sector-pills-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.lp-sector-pills-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.lp-sector-pill {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  font-size: 14px;
  color: var(--fg-1);
  text-decoration: none;
  background: #fff;
  transition: all .14s var(--ease-out);
}
.lp-sector-pill:hover {
  border-color: var(--un-blue);
  color: var(--un-blue);
}
.lp-sector-pill.is-active {
  background: var(--un-blue);
  border-color: var(--un-blue);
  color: #fff;
  font-weight: 500;
}

/* ============================================================
   B&A — Bloc 3 : 6 thèses en grille 3×2 (fond off-white)
   ============================================================ */
.lp-theses-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.lp-theses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #E8E7E2;
  border: 1px solid #E8E7E2;
}
.lp-thesis {
  background: #fff;
  padding: 36px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 320px;
}
.lp-thesis-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--un-blue);
  font-weight: 500;
}
.lp-thesis-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.014em;
  line-height: 1.18;
  margin: 0;
  color: var(--fg-1);
}
.lp-thesis-body {
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg-2);
  margin: 0;
}
.lp-thesis-note {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #E8E7E2;
  font-size: 13.5px;
  font-style: italic;
  color: var(--un-blue);
  line-height: 1.45;
}

/* ============================================================
   B&A — Bloc 4 : Tension IA (fond noir, grille 2×2)
   ============================================================ */
.lp-tension-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.lp-tensions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.lp-tension {
  background: #111;
  border-radius: 10px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-tension-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  font-weight: 500;
}
.lp-tension-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}
.lp-tension-alert {
  margin-top: auto;
  font-size: 13.5px;
  line-height: 1.45;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(255,230,0,.12);
  border: 1px solid rgba(255,230,0,.25);
  color: var(--un-yellow-sun);
  font-weight: 500;
}
.lp-tension-alert.is-blue {
  background: rgba(0,0,255,.12);
  border-color: rgba(75,221,246,.35);
  color: #4BDDF6;
}
.lp-tension-alert.is-muted {
  background: transparent;
  border: 1px dashed rgba(255,255,255,.2);
  color: rgba(255,255,255,.55);
  font-style: italic;
}

/* ============================================================
   B&A — Bloc 5 : Cas clients en grille 2 colonnes
   ============================================================ */
.lp-cases-head { margin-bottom: 56px; }
.lp-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.lp-case-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-case-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-blue);
  font-weight: 500;
}
.lp-case-card-badge .lp-case-dot { background: var(--un-blue); }
.lp-case-card-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.22;
  margin: 0;
  color: var(--fg-1);
}
.lp-case-card-insight {
  border-left: 3px solid var(--un-blue);
  padding: 4px 0 4px 18px;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  color: var(--fg-1);
  margin: 0;
}
.lp-case-card-body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
}
.lp-case-card-result {
  font-size: 14.5px;
  line-height: 1.5;
  background: var(--un-blue-wash);
  color: var(--fg-1);
  padding: 16px 18px;
  border-radius: 8px;
}
.lp-case-card-result-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-blue);
  margin-bottom: 6px;
  font-weight: 500;
}
.lp-case-card-tags {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: auto;
}
.lp-case-card-tag {
  font-size: 12px;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border: 1px solid var(--border-1);
  border-radius: 999px;
  color: var(--fg-3);
}

/* ---------- Responsive ---------- */
/* ============================================================
   Alimentaire — Bloc 3 : Connaissance 2 colonnes asymétriques (blanc|noir)
   ============================================================ */
.lp-knowledge-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 48px;
}
.lp-knowledge {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2px;
  background: #E8E7E2;
  border-radius: 10px;
  overflow: hidden;
}
.lp-knowledge-col {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lp-knowledge-col.is-light {
  background: #fff;
  color: var(--fg-1);
}
.lp-knowledge-col.is-dark {
  background: #0A0A0A;
  color: #fff;
}
.lp-knowledge-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--un-blue);
}
.lp-knowledge-col.is-dark .lp-knowledge-label { color: var(--un-yellow-sun); }
.lp-knowledge-h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin: 0 0 4px;
}
.lp-knowledge-col.is-dark .lp-knowledge-h3 { color: #fff; }
.lp-knowledge-body {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
}
.lp-knowledge-col.is-dark .lp-knowledge-body { color: rgba(255,255,255,.78); }
.lp-knowledge-modules {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 8px 0 0;
  padding: 16px 0 0;
  border-top: 1px dashed var(--border-1);
  font-weight: 400;
}
.lp-knowledge-modules em {
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-blue);
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.lp-knowledge-tensions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 4px;
}
.lp-knowledge-tension {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
}
.lp-knowledge-tension:first-child { border-top: none; padding-top: 0; }
.lp-knowledge-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--un-yellow-sun);
  color: #0A0A0A;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 500;
  margin-bottom: 12px;
}
.lp-knowledge-tension-title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 8px;
}
.lp-knowledge-tension-body {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.7);
  margin: 0;
}
.lp-knowledge-note {
  margin-top: 16px;
  font-size: 13px;
  font-style: italic;
  color: rgba(255,255,255,.5);
  line-height: 1.5;
  padding-top: 16px;
  border-top: 1px dashed rgba(255,255,255,.18);
}
.lp-knowledge-cta { margin-top: 12px; align-self: flex-start; }

/* ============================================================
   Alimentaire — Bloc 5 : Encart Yuka (jaune, full-width)
   ============================================================ */
.lp-yuka {
  margin-top: 24px;
  background: var(--un-yellow-sun);
  border-radius: 10px;
  padding: 44px 44px;
  display: grid;
  grid-template-columns: 72fr 28fr;
  gap: 48px;
  align-items: center;
}
.lp-yuka-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0A0A0A;
  margin-bottom: 12px;
  font-weight: 500;
}
.lp-yuka-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #0A0A0A;
}
.lp-yuka-body {
  font-size: 15.5px;
  line-height: 1.55;
  color: #0A0A0A;
  margin: 0;
  max-width: 64ch;
}
.lp-yuka-cta-wrap {
  display: flex;
  justify-content: flex-end;
}
.un-btn-noir {
  background: #0A0A0A;
  color: #fff;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .14s var(--ease-out);
}
.un-btn-noir:hover { transform: translateY(-1px); }

/* ============================================================
   Retail & Habitat — Bloc 5 : grille 3 colonnes + bande jaune
   ============================================================ */
.lp-cases.is-three { grid-template-columns: repeat(3, 1fr); }
.lp-cases.is-three .lp-case-card {
  padding: 32px 28px;
  gap: 16px;
}
.lp-cases.is-three .lp-case-card-title { font-size: 20px; }
.lp-cases.is-three .lp-case-card-insight { font-size: 14.5px; }
.lp-cases.is-three .lp-case-card-body { font-size: 14px; }
.lp-cases.is-three .lp-case-card-tag { font-size: 11px; }

.lp-bande {
  background: var(--un-yellow-sun);
  border-radius: 0 0 10px 10px;
  padding: 36px 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-top: -10px;
  border-top: 2px solid #0A0A0A;
}
.lp-bande-h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #0A0A0A;
}
.lp-bande-body {
  font-size: 15px;
  line-height: 1.55;
  color: #0A0A0A;
  margin: 0;
  max-width: 78ch;
}

@media (max-width: 960px) {
  .lp-cases.is-three { grid-template-columns: 1fr; }
  .lp-bande { grid-template-columns: 1fr; padding: 28px 24px; }
}

@media (max-width: 960px) {
  .lp-section { padding: 64px 24px; }
  .lp-hero { padding: 88px 24px 64px; }
  .lp-hero-deco { font-size: 160px; }
  .lp-signal { padding: 56px 24px; }
  .lp-signal-grid { grid-template-columns: 1fr; gap: 32px; }
  .lp-track-grid,
  .lp-roles-head,
  .lp-insights-head,
  .lp-theses-head,
  .lp-tension-head,
  .lp-knowledge-head,
  .lp-knowledge,
  .lp-yuka,
  .lp-case-grid,
  .lp-final-grid { grid-template-columns: 1fr; gap: 40px; }
  .lp-yuka { padding: 32px 24px; gap: 24px; }
  .lp-yuka-cta-wrap { justify-content: flex-start; }
  .lp-knowledge-col { padding: 32px 24px; }
  .lp-metrics { grid-template-columns: 1fr; }
  .lp-verbatims, .lp-insights { grid-template-columns: 1fr; }
  .lp-theses { grid-template-columns: 1fr; }
  .lp-tensions, .lp-cases { grid-template-columns: 1fr; }
  .lp-roles { grid-template-columns: repeat(2, 1fr); }
  .lp-offre { padding: 64px 24px; }
  .lp-offre-grid { grid-template-columns: 1fr; }
  .lp-offre-example-grid { grid-template-columns: 1fr; gap: 20px; }
  .lp-final { padding: 72px 24px; }
  .lp-opp a { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .lp-opp-arrow { display: none; }
  .lp-topnav { padding: 0 16px; gap: 16px; }
  .lp-topnav-links { display: none; }
  .lp-subnav { padding: 0 16px; gap: 16px; }
  .lp-sector-pills { padding: 32px 24px; }
}
