/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/landing.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════════════════════════
   landing.css — the Awwwards-style scroll experience at "/".
   Everything is scoped under .lp; the rest of the site keeps
   its light theme from globals.css.
   ═══════════════════════════════════════════════════════════════ */

/* The landing owns the whole viewport: keep overscroll dark, not site-light. */
html:has(.lp), html:has(.lp) body { background: var(--navy-950); }

.lp {
  background:
    radial-gradient(1200px 700px at 85% -10%, rgba(76, 111, 255, .14), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(0, 180, 194, .10), transparent 55%),
    var(--navy-950);
  color: #eef2ff;
  /* No overflow clipping here — it would clip GSAP's position:fixed pinned
     sections. Horizontal overflow is contained per-section instead. */
}
.lp ::selection { background: rgba(46, 232, 247, .3); }

.lp .lp-kicker {
  display: inline-block;
  font-size: 12px; font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--teal-bright);
}

/* ── Buttons ────────────────────────────────────────────────── */
.lp-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px; border-radius: 999px;
  font-family: var(--font-display); font-size: 15px; font-weight: 700;
  cursor: pointer; will-change: transform;
  transition: transform .25s var(--ease-out), box-shadow .35s var(--ease-out),
              background .2s ease, color .2s ease, border-color .2s ease;
}
.lp-btn-solid {
  background: linear-gradient(120deg, var(--teal) 0%, var(--indigo) 100%);
  color: #fff; box-shadow: 0 10px 40px rgba(0, 180, 194, .35);
}
.lp-btn-solid:hover { box-shadow: 0 16px 56px rgba(0, 180, 194, .5); }
.lp-btn-ghost {
  border: 1px solid rgba(238, 242, 255, .22); color: #eef2ff;
  background: rgba(255, 255, 255, .03);
}
.lp-btn-ghost:hover { border-color: var(--teal-bright); color: var(--teal-bright); }
.lp-btn-xl { padding: 20px 42px; font-size: 17px; }

/* ── Act 1 · Hero ───────────────────────────────────────────── */
.lp-hero {
  position: relative; min-height: 100svh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 120px 24px 80px;
}
.lp-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(238, 242, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 242, 255, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(70% 60% at 50% 45%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 45%, #000 30%, transparent 100%);
}
.lp-orb {
  position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none;
}
.lp-orb-a { width: 520px; height: 520px; top: -140px; right: -120px; background: rgba(76, 111, 255, .22); }
.lp-orb-b { width: 420px; height: 420px; bottom: -100px; left: -140px; background: rgba(0, 201, 216, .18); }

.lp-hero-inner { position: relative; max-width: 1060px; }
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: 1.2px;
  color: rgba(238, 242, 255, .72);
  border: 1px solid rgba(238, 242, 255, .14); border-radius: 999px;
  padding: 9px 18px; margin-bottom: 34px;
  background: rgba(255, 255, 255, .03);
}
.lp-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal-bright);
  box-shadow: 0 0 12px var(--teal-bright);
}
.lp-title {
  font-size: clamp(42px, 7.2vw, 96px); line-height: .98;
  font-weight: 700; letter-spacing: -.02em; margin: 0;
}
.lp-title-accent {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.6vw, 62px); line-height: 1.04;
  font-weight: 700; letter-spacing: -.015em;
  margin: 18px 0 0;
  background: var(--grad-hero-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* split lines clip their chars for the rise-in */
.lp [data-lp-split] .lp-word { display: inline-block; overflow: hidden; vertical-align: top; }
/* background-clip:text stops at the inline-block char spans, so re-clip on them */
.lp-title-accent .lp-char {
  background: var(--grad-hero-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp [data-lp-split] .lp-char { display: inline-block; will-change: transform; }

.lp-hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 46px; }

.lp-scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(238, 242, 255, .5);
}
.lp-scroll-cue i {
  width: 1px; height: 52px; overflow: hidden; position: relative;
  background: rgba(238, 242, 255, .15);
}
.lp-scroll-cue i::after {
  content: ''; position: absolute; left: 0; top: -50%;
  width: 100%; height: 50%; background: var(--teal-bright);
  animation: lp-cue 1.8s var(--ease-out) infinite;
}
@keyframes lp-cue { to { top: 110%; } }

/* ── Marquee ────────────────────────────────────────────────── */
.lp-marquee {
  overflow: hidden; padding: 26px 0;
  border-top: 1px solid rgba(238, 242, 255, .08);
  border-bottom: 1px solid rgba(238, 242, 255, .08);
  background: rgba(255, 255, 255, .015);
}
.lp-marquee-track { display: flex; width: max-content; will-change: transform; }
.lp-marquee-set { display: flex; align-items: center; flex-shrink: 0; }
.lp-marquee-set span {
  display: inline-flex; align-items: center; gap: 34px; padding-right: 34px;
  font-family: var(--font-display); font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 700; letter-spacing: .5px; white-space: nowrap;
  color: rgba(238, 242, 255, .85);
}
.lp-marquee-set i { font-style: normal; color: var(--teal); font-size: .7em; }

/* ── Act 2 · Manifesto ──────────────────────────────────────── */
/* Les rythmes verticaux sont en `clamp(px, vh, px)` et non en `vh` pur : sur un
   écran haut (27", 1440p) `22vh` = 316px de vide en haut ET en bas d'un simple
   paragraphe. Le vh borné garde la respiration sans créer de bandes mortes. */
.lp-manifesto { padding: clamp(72px, 14vh, 150px) 24px; display: flex; justify-content: center; }
.lp-manifesto-text {
  max-width: 900px;
  font-family: var(--font-display);
  font-size: clamp(24px, 3.6vw, 44px); line-height: 1.35; font-weight: 500;
  letter-spacing: -.01em;
}
.lp-manifesto-text .lp-w { color: rgba(238, 242, 255, .18); transition: none; }

/* ── Act 2.5 · Zoom tunnel (la facture) ─────────────────────── */
.lp-zoom-wrap { position: relative; }
.lp-zoom-pin {
  min-height: 100svh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  /* The sticky nav covers the top 75px of the pinned stage — pad the top by
     that much more than the bottom so the invoice reads as optically centred
     instead of leaving a heavy empty band underneath. */
  padding: 150px 24px 76px;
}
.lp-zoom-caption {
  position: absolute; text-align: center; z-index: 2; pointer-events: none;
}
.lp-zoom-caption h2 {
  font-size: clamp(34px, 5vw, 64px); letter-spacing: -.02em; line-height: 1.05;
  margin-top: 14px;
  text-shadow: 0 6px 40px rgba(5, 13, 36, .9);
}
.lp-zoom-frame {
  width: min(780px, 92vw); border-radius: var(--r-xl); overflow: hidden;
  background: rgba(10, 22, 52, .92);
  border: 1px solid rgba(238, 242, 255, .14);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .55), 0 0 0 1px rgba(46, 232, 247, .06);
  will-change: transform;
  transform-origin: 50% 42%;
}
.lp-zoom-chrome {
  display: flex; align-items: center; gap: 7px;
  padding: 13px 18px; border-bottom: 1px solid rgba(238, 242, 255, .1);
  background: rgba(255, 255, 255, .04);
}
.lp-zoom-chrome i { width: 10px; height: 10px; border-radius: 50%; background: rgba(238, 242, 255, .18); }
.lp-zoom-chrome i:first-child { background: rgba(255, 107, 107, .7); }
.lp-zoom-chrome i:nth-child(2) { background: rgba(255, 202, 87, .7); }
.lp-zoom-chrome i:nth-child(3) { background: rgba(70, 220, 130, .7); }
.lp-zoom-chrome span {
  margin-left: 12px; font-size: 12.5px; letter-spacing: .4px;
  color: rgba(238, 242, 255, .55);
}
.lp-zoom-body { padding: 30px 32px 28px; }
.lp-inv-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; }
.lp-inv-brand { font-family: var(--font-display); font-weight: 800; letter-spacing: 1.5px; font-size: 18px; }
.lp-inv-brand b { color: var(--teal-bright); }
.lp-inv-ref { font-size: 12px; letter-spacing: 1.5px; color: rgba(238, 242, 255, .5); }
.lp-inv-line {
  display: flex; justify-content: space-between; padding: 12px 0;
  border-bottom: 1px dashed rgba(238, 242, 255, .12);
  font-size: 14.5px; color: rgba(238, 242, 255, .78);
}
.lp-inv-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 18px 0 14px; font-family: var(--font-display);
}
.lp-inv-total span { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--teal-bright); }
.lp-inv-total b { font-size: 26px; }
.lp-inv-bar { height: 7px; border-radius: 999px; background: rgba(238, 242, 255, .1); overflow: hidden; }
.lp-inv-bar i { display: block; height: 100%; width: 0%; background: var(--grad-accent); border-radius: inherit; }
.lp-inv-foot {
  display: flex; justify-content: space-between; margin-top: 12px;
  font-size: 12.5px; color: rgba(238, 242, 255, .55);
}
.lp-inv-paid {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px; padding: 10px 16px; border-radius: 999px;
  background: rgba(70, 220, 130, .12); border: 1px solid rgba(70, 220, 130, .35);
  color: #6ff0a8; font-size: 13.5px; font-weight: 600;
}

/* ── Act 3 · Catalogue (grille, sans scroll horizontal) ────── */
.lp-cat { padding: clamp(64px, 10vh, 130px) max(24px, 6vw) clamp(56px, 8vh, 110px); max-width: 1320px; margin: 0 auto; }
.lp-cat-head { margin-bottom: 52px; max-width: 720px; }
.lp-cat-head h2 {
  font-size: clamp(32px, 4.6vw, 58px); letter-spacing: -.02em; margin-top: 12px;
}
.lp-cat-head p {
  margin-top: 16px; font-size: 17px; line-height: 1.6;
  color: rgba(238, 242, 255, .62);
}
.lp-cat-grid {
  display: grid; grid-gap: 22px; gap: 22px;
  /* Les cartes n'ont ni le même nombre de lignes de titre (1 ou 2) ni la même
     longueur de description : sans `align-items: stretch` explicite + `height:100%`
     sur la carte, l'élément de grille se dimensionne sur son contenu et la rangée
     paraît dépareillée. Règle : dans une grille de cartes, la carte remplit sa
     cellule ; on égalise le contenu, pas la cellule. */
  align-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.lp-panel {
  display: flex; flex-direction: column;
  height: 100%; align-self: stretch;
  padding: 34px 32px 30px; border-radius: var(--r-xl);
  background: linear-gradient(160deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02));
  border: 1px solid rgba(238, 242, 255, .1);
  color: #eef2ff;
  transition: border-color .3s ease, transform .45s var(--ease-out), background .3s ease;
}
.lp-panel:hover {
  border-color: rgba(46, 232, 247, .45);
  transform: translateY(-8px);
  background: linear-gradient(160deg, rgba(0, 180, 194, .1), rgba(76, 111, 255, .06));
}
.lp-panel-idx {
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  color: rgba(238, 242, 255, .45); margin-bottom: 26px;
}
.lp-panel h3 {
  font-size: 26px; line-height: 1.12; letter-spacing: -.01em; margin-bottom: 8px;
  /* « Intelligence artificielle » tient sur 1 ligne, « Infrastructure IA
     souveraine » sur 2 : sans place réservée, le tag et la description ne
     s'alignent pas d'une carte à l'autre. */
  min-height: 2lh;
}
.lp-panel-tag {
  font-size: 13.5px; font-weight: 600; color: var(--teal-bright); margin-bottom: 16px;
  min-height: 2lh;
}
.lp-panel-desc {
  font-size: 14.5px; line-height: 1.62; color: rgba(238, 242, 255, .62);
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 4lh;
}
.lp-panel-cta .lp-panel-desc { min-height: 0; }
.lp-panel-foot {
  margin-top: auto; padding-top: 26px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 14px;
}
.lp-panel-from { display: block; font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase; color: rgba(238, 242, 255, .45); }
.lp-panel-price { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: #fff; }
.lp-panel-price small { font-size: 13px; font-weight: 600; color: rgba(238, 242, 255, .55); }
.lp-panel-go {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(238, 242, 255, .2);
  transition: background .25s ease, border-color .25s ease, transform .25s var(--ease-out);
}
.lp-panel:hover .lp-panel-go {
  background: var(--teal); border-color: var(--teal); transform: rotate(-38deg);
}
.lp-panel-cta {
  justify-content: center; align-items: flex-start; gap: 16px; border-style: dashed;
}
.lp-panel-cta h3 { font-size: 32px; }
.lp-panel-cta .lp-btn { margin-top: 6px; }

/* ── Act 4 · Le compteur 30/70 (signature) ──────────────────── */
.lp-meter-wrap { position: relative; }
.lp-meter-pin {
  min-height: 100svh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 100px 24px;
}
.lp-meter-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(120px, 24vw, 320px); line-height: .9; letter-spacing: -.04em;
  display: flex; align-items: baseline;
  background: var(--grad-hero-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 26px 0 10px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.lp-meter-num em { font-style: normal; font-size: .38em; }
.lp-meter-label {
  font-size: clamp(16px, 2vw, 21px); color: rgba(238, 242, 255, .7); max-width: 560px;
}
.lp-meter-bar {
  width: min(680px, 84vw); height: 6px; border-radius: 999px;
  background: rgba(238, 242, 255, .1); margin: 44px 0 64px; overflow: hidden;
}
.lp-meter-bar i {
  display: block; height: 100%; width: 0%;
  background: var(--grad-accent); border-radius: inherit;
  box-shadow: 0 0 18px rgba(0, 201, 216, .6);
}
.lp-meter-steps {
  display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 22px; gap: 22px;
  max-width: 1060px; text-align: left;
}
.lp-step {
  padding: 24px 26px; border-radius: var(--r-lg);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(238, 242, 255, .09);
}
.lp-step b {
  display: block; font-family: var(--font-display); font-size: 15px;
  letter-spacing: 1px; text-transform: uppercase; color: var(--teal-bright);
  margin-bottom: 10px;
}
.lp-step p { font-size: 14.5px; line-height: 1.6; color: rgba(238, 242, 255, .68); }

/* ── Act 5 · Preuves ────────────────────────────────────────── */
.lp-proof { padding: clamp(64px, 11vh, 140px) 24px; max-width: 1120px; margin: 0 auto; }
.lp-proof-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 22px; gap: 22px;
}
.lp-proof-card {
  padding: 30px 26px; border-radius: var(--r-lg);
  border: 1px solid rgba(238, 242, 255, .1);
  background: linear-gradient(160deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
}
.lp-proof-num {
  font-family: var(--font-display); font-size: 42px; font-weight: 700;
  letter-spacing: -.02em; color: #fff; margin-bottom: 10px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.lp-proof-sec { display: block; font-size: 20px; color: var(--teal-bright); }
.lp-proof-card p { font-size: 14px; line-height: 1.6; color: rgba(238, 242, 255, .62); }
.lp-trust-row {
  display: flex; flex-wrap: wrap; gap: 14px 34px; justify-content: center;
  margin-top: 60px; padding-top: 34px;
  border-top: 1px solid rgba(238, 242, 255, .08);
}
.lp-trust-row span {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13.5px; font-weight: 600; color: rgba(238, 242, 255, .6);
}
.lp-trust-row svg { color: var(--teal-bright); }

/* ── Act 6 · CTA final ──────────────────────────────────────── */
.lp-final {
  position: relative; text-align: center;
  padding: clamp(90px, 16vh, 190px) 24px clamp(96px, 17vh, 200px); overflow: hidden;
}
.lp-final-ghost {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(300px, 44vw, 640px); line-height: 1; letter-spacing: -.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(238, 242, 255, .07);
  pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.lp-final h2 {
  position: relative;
  font-size: clamp(44px, 7vw, 92px); letter-spacing: -.02em; line-height: 1;
}
.lp-final > p {
  position: relative;
  margin: 22px auto 0; max-width: 520px;
  font-size: 17px; line-height: 1.6; color: rgba(238, 242, 255, .68);
}
.lp-final-cta {
  position: relative;
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 46px;
}

/* ── Act 5.5 · Témoignages ──────────────────────────────────── */
.lp-voices { padding: clamp(40px, 6vh, 70px) 24px clamp(64px, 10vh, 130px); max-width: 1000px; margin: 0 auto; }
.lp-voices-head { text-align: center; margin-bottom: 54px; }
.lp-voices-head h2 {
  font-size: clamp(30px, 4.2vw, 52px); letter-spacing: -.02em; margin-top: 12px;
}
.lp-voices-grid {
  display: flex; flex-wrap: wrap; gap: 22px;
  justify-content: center; align-items: stretch;
  perspective: 1200px;
}
.lp-voice {
  flex: 0 1 440px; max-width: 460px;
  position: relative; overflow: hidden;
  transform-style: preserve-3d; will-change: transform;
  display: flex; flex-direction: column; gap: 16px;
  padding: 34px 30px 28px; border-radius: var(--r-xl);
  background: linear-gradient(160deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
  border: 1px solid rgba(238, 242, 255, .1);
  transition: border-color .3s ease, transform .45s var(--ease-out);
}
.lp-voice:hover { border-color: rgba(46, 232, 247, .35); transform: translateY(-6px); }
.lp-voice-mark {
  position: absolute; top: -34px; right: 10px;
  font-family: var(--font-display); font-size: 160px; line-height: 1;
  color: rgba(46, 232, 247, .09); pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.lp-voice-stars { color: #f5c542; font-size: 15px; letter-spacing: 3px; }
.lp-voice blockquote {
  margin: 0; font-size: 15.5px; line-height: 1.68;
  color: rgba(238, 242, 255, .82);
}
.lp-voice figcaption {
  margin-top: auto; padding-top: 8px;
  display: flex; align-items: center; gap: 13px;
}
.lp-voice-av {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 14px; font-weight: 700; color: #fff;
  background: var(--grad-accent);
}
.lp-voice-id { display: flex; flex-direction: column; gap: 2px; }
.lp-voice-id b { font-size: 14.5px; }
.lp-voice-id i {
  font-style: normal; font-size: 12.5px; line-height: 1.4;
  color: rgba(238, 242, 255, .55);
}

/* ── Act 5.6 · Confiance ────────────────────────────────────── */
.lp-trust { padding: clamp(28px, 4vh, 56px) 24px clamp(44px, 6vh, 84px); max-width: 1120px; margin: 0 auto; }
.lp-trust-head { text-align: center; margin-bottom: 54px; }
.lp-trust-head h2 {
  font-size: clamp(30px, 4.2vw, 52px); letter-spacing: -.02em; line-height: 1.08;
  margin-top: 12px;
}
.lp-trust-head p {
  margin: 20px auto 0; max-width: 620px;
  font-size: 16px; line-height: 1.65; color: rgba(238, 242, 255, .66);
}
.lp-guar-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px; align-items: stretch; margin-bottom: 4px;
}
.lp-guar {
  position: relative; z-index: 0;
  padding: 28px 26px 26px; border-radius: var(--r-lg);
  border: 1px solid rgba(238, 242, 255, .1);
  background: linear-gradient(160deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
  transition: border-color .3s ease, transform .45s var(--ease-out);
}
.lp-guar:hover { border-color: rgba(46, 232, 247, .35); transform: translateY(-5px); }
.lp-guar-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 13px; margin-bottom: 16px;
  color: var(--teal-bright);
  background: rgba(46, 232, 247, .1);
  border: 1px solid rgba(46, 232, 247, .22);
}
.lp-guar h3 {
  font-family: var(--font-display); font-size: 17px; line-height: 1.35;
  letter-spacing: -.01em; margin-bottom: 10px;
}
.lp-guar p { font-size: 14px; line-height: 1.65; color: rgba(238, 242, 255, .62); }

.lp-labels {
  position: relative; z-index: 0; clear: both;
  /* `repeat(2, 1fr)` fixe : sous ~760px chaque carte tombe à ~290px alors que
     la pastille logo est figée à 186px → il reste ~60px pour le texte, qui se
     casse à un mot par ligne. `auto-fit` + `minmax` repasse à une colonne dès
     que deux ne tiennent plus lisiblement.
     Règle : une grille de cartes contenant un média de largeur FIXE se déclare
     en `minmax(média + texte lisible, 1fr)`, jamais en nombre de colonnes fixe. */
  display: grid; grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-gap: 20px;
  gap: 20px; margin-top: 72px; align-items: stretch; isolation: isolate;
}
.lp-label {
  display: flex; align-items: center; gap: 24px; min-width: 0; flex-wrap: wrap;
  padding: 24px 26px; border-radius: var(--r-lg);
  border: 1px solid rgba(238, 242, 255, .1);
  background: linear-gradient(160deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
  transition: border-color .3s ease, transform .45s var(--ease-out);
}
.lp-label:hover { border-color: rgba(46, 232, 247, .35); transform: translateY(-4px); }
/* Sans largeur plancher, le texte se laisse comprimer par la pastille logo et
   se casse à un mot par ligne. 15ch garantit une ligne lisible ou un passage
   propre sous le logo (flex-wrap). */
.lp-label p {
  font-size: 14px; line-height: 1.62; color: rgba(238, 242, 255, .66);
  flex: 1 1 15ch; min-width: 15ch;
}
/* Both official marks ship as PNGs with their own baked-in background (one
   navy, one white) and different aspect ratios. A fixed box + object-fit gives
   them the same optical weight; the light chip keeps the dark one legible. */
.lp-label .plogo-img,
.lp-label .plogo-fallback {
  flex: 0 0 auto;
  width: clamp(150px, 40%, 186px); height: 74px; max-width: 100%;
  /* Both PNGs carry a lot of baked-in margin around the mark. `cover` scales
     the artwork until it fills the chip and lets the rounded corners crop the
     dead space, so the logo reads at full size instead of floating in it. */
  object-fit: cover; object-position: center;
  padding: 0; border-radius: 12px; overflow: hidden;
  background: #fff;
  border: 1px solid rgba(238, 242, 255, .2);
  box-shadow: 0 10px 26px rgba(5, 13, 36, .5);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.lp-label:hover .plogo-img { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(5, 13, 36, .58); }

.lp-partners {
  margin-top: 60px; padding-top: 40px;
  border-top: 1px solid rgba(238, 242, 255, .08);
  text-align: center;
}
.lp-partners-title {
  display: block; margin-bottom: 26px;
  font-size: 12px; font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase;
  color: rgba(238, 242, 255, .45);
}
.lp-partners-row {
  display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 18px; gap: 18px;
  align-items: stretch;
}
.lp-partner {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  /* Sans hauteur explicite, une carte au contenu plus long dépasse et la rangée
     ne s'aligne plus : chaque carte remplit sa cellule de grille. */
  height: 100%; align-self: stretch;
  padding: 28px 22px 26px; border-radius: var(--r-lg); color: inherit;
  border: 1px solid rgba(238, 242, 255, .1);
  background: rgba(255, 255, 255, .03);
  transition: border-color .3s ease, transform .45s var(--ease-out);
}
.lp-partner:hover { border-color: rgba(46, 232, 247, .35); transform: translateY(-5px); }
.lp-partner-name {
  font-size: 13px; line-height: 1.5; color: rgba(238, 242, 255, .7); text-wrap: balance;
  min-height: 2lh; display: flex; align-items: center; justify-content: center;
}
.lp-partner-univ {
  font-size: 11.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
  color: var(--teal-bright); min-height: 1lh;
}
/* Sans indice visible, une carte partenaire ne se lit pas comme un lien :
   le domaine officiel rend la destination explicite avant le clic. */
.lp-partner-link {
  display: inline-flex; align-items: center; gap: 6px;
  /* Les cartes n'ont pas le même nombre de lignes (nom sur 1 ou 2 lignes,
     mention université présente sur une seule) : `margin-top:auto` colle le
     lien au bas de la carte, donc au même niveau sur les trois.
     Règle : dans une rangée de cartes, l'action se cale en bas, jamais
     à la suite d'un contenu de hauteur variable. */
  margin-top: auto; padding-top: 10px;
  font-size: 12px; font-weight: 700; color: rgba(238, 242, 255, .5);
  transition: color .25s ease;
}
.lp-partner-link svg { transition: transform .25s var(--ease-out); }
.lp-partner:hover .lp-partner-link { color: var(--teal-bright); }
.lp-partner:hover .lp-partner-link svg { transform: translateX(3px); }
/* The logo fallback is styled for the light site — re-tone it on the dark landing. */
.lp .plogo-fallback {
  background: rgba(238, 242, 255, .06);
  border-color: rgba(238, 242, 255, .14);
}
.lp .plogo-fallback .abbr { color: #fff; }
.lp .plogo-fallback .sub { color: rgba(238, 242, 255, .55); }
.lp .plogo-img { max-width: 150px; }
/* Academic marks are dark-on-white line art — on navy they nearly vanish.
   Same white chip as the labels, sized for the taller partner cards. */
.lp-partner .plogo-img,
.lp-partner .plogo-fallback {
  width: 168px; height: 72px; max-width: none;
  object-fit: contain; object-position: center;
  padding: 10px 16px; border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(238, 242, 255, .18);
  box-shadow: 0 8px 22px rgba(5, 13, 36, .45);
  transition: transform .35s var(--ease-out);
}
.lp-partner:hover .plogo-img { transform: translateY(-2px); }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .lp-proof-grid { grid-template-columns: repeat(2, 1fr); }
  /* `10vh` pur ré-annulait le clamp posé plus haut : on garde la même borne. */
  .lp-cat { padding-top: clamp(48px, 8vh, 96px); }
  .lp-voice { flex-basis: 100%; }
  .lp-cat-grid { grid-template-columns: 1fr; }
  .lp-meter-steps { grid-template-columns: 1fr; gap: 14px; }
  .lp-guar-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-partners-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .lp-proof-grid { grid-template-columns: 1fr; }
  .lp-voice { flex-basis: 100%; }
  .lp-panel { padding: 28px 24px 26px; }
  .lp-guar-grid { grid-template-columns: 1fr; }
  .lp-labels { grid-template-columns: 1fr; }
  .lp-label { flex-direction: column; align-items: flex-start; gap: 14px; }
  .lp-label p { min-width: 0; flex-basis: auto; }
  .lp-label .plogo-img,
  .lp-label .plogo-fallback { width: 186px; }
  .lp-hero-cta .lp-btn { width: 100%; justify-content: center; }
  .lp-final-cta .lp-btn { width: 100%; justify-content: center; }
}

/* ── Reduced motion: everything readable, nothing required ──── */
@media (prefers-reduced-motion: reduce) {
  .lp-scroll-cue i::after { animation: none; }
  .lp-manifesto-text .lp-w { color: inherit; }
  .lp-meter-bar i { width: 30%; }
  .lp-inv-bar i { width: 30%; }
}

