/* ================================================================
   EXEC'IA Portfolio — Valérie Mailland  ·  v2 Premium
   Plum #633B4A · Deep Plum #3d2030 · Terracotta #C75F62
   Ivory #F6F1EB · White #FCFCFA · Grey #847680
   Serif: Cormorant Garamond  ·  Sans: Inter
   ================================================================ */

:root {
  --plum:      #633B4A;
  --deep:      #3d2030;
  --rose:      #C75F62;
  --ivory:     #F6F1EB;
  --white:     #FCFCFA;
  --grey:      #847680;
  --text:      #2a1020;
  --serif:     'Cormorant Garamond', Georgia, serif;
  --sans:      'Raleway', 'Helvetica Neue', sans-serif;
  --nav-h:     80px;
  --max:       1360px;
  --ease:      cubic-bezier(.25,.46,.45,.94);
}

/* ─── RESET ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  overflow-x: clip;
  /* scroll-padding-top géré exclusivement par le JS — ne pas mettre ici */
}
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  letter-spacing: .01em;
  overflow-x: hidden;
  position: relative;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ─── SCROLL REVEAL ──────────────────────────────────────── */
.reveal {
  opacity: 0;
  transition: opacity .6s var(--ease);
}
.reveal.visible { opacity: 1; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }

/* ─── NAVIGATION ─────────────────────────────────────────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--nav-h); z-index: 999;
  background: rgba(252,252,250,.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(99,59,74,.07);
  transition: box-shadow .35s;
  overflow: hidden;
}
#nav.scrolled {
  box-shadow: 0 4px 24px rgba(61,30,42,.08);
}
.nav-in {
  max-width: var(--max); margin: 0 auto;
  height: 100%; padding: 0 24px;
  display: flex; align-items: center; justify-content: flex-start; gap: 0;
}
.nav-brand {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0; margin-right: 32px;
}
.nav-brand img {
  height: 58px;
  width: auto;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nav-logo-x { height: 52px; width: auto; mix-blend-mode: multiply; }
.nav-logo-rond { height: 48px; width: 48px; object-fit: contain; border-radius: 50%; flex-shrink: 0; }
.nav-logo-full { height: 44px; width: auto; }
.nav-logo-wordmark { display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 2px 0; }
.nav-wm-name { font-family: var(--serif); font-size: 1.42rem; font-weight: 600; letter-spacing: .05em; color: var(--plum); line-height: 1; }
.nav-wm-apo { color: var(--plum); opacity: .7; }
.nav-wm-ia  { color: var(--rose); }
.nav-wm-sep { display: flex; align-items: center; width: 100%; gap: 0; margin: 3px 0 2px; }
.nav-wm-line { flex: 1; height: 1px; background: var(--plum); opacity: .3; display: block; }
.nav-wm-dot  { width: 4px; height: 4px; border-radius: 50%; background: var(--rose); flex-shrink: 0; margin: 0 4px; display: block; }
.nav-wm-consulting { font-family: var(--sans); font-size: .52rem; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; color: var(--plum); opacity: .55; width: 100%; text-align: center; }
.nav-brand-info { display: flex; flex-direction: column; justify-content: center; }
.nav-brand-name {
  font-family: var(--serif); font-size: 1.7rem; font-weight: 600;
  letter-spacing: .06em; color: var(--plum); line-height: 1;
}
.nav-apostrophe { }
.nav-brand-tagline { display: none; }
.nav-links {
  display: flex; align-items: center; gap: 32px; flex: 1; justify-content: center;
}
.nav-links a {
  font-size: .83rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--plum); transition: color .2s;
}
.nav-links a:hover { color: var(--rose); }
.nav-langs { display: flex; gap: 6px; align-items: center; flex-shrink: 0; margin-left: auto; }
.nav-lang {
  border: 1px solid var(--plum);
  padding: 4px 11px; border-radius: 4px; font-size: .7rem !important;
}
.nav-lang-active {
  background: var(--plum); color: var(--ivory) !important;
  pointer-events: none; cursor: default;
}
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-burger span {
  width: 22px; height: 2px; background: var(--plum);
  border-radius: 2px; transition: all .3s;
}

/* ─── HERO — Editorial Ivory · Plum Panel ───────────────── */
#hero {
  background: var(--ivory);
  padding-top: var(--nav-h);
  padding-bottom: 0;
  display: flex; flex-direction: column;
  justify-content: center; position: relative; overflow: hidden;
}

/* Hero fond ivoire uniforme */
#hero::before { display: none; }
#hero::after  { display: none; }

/* Équipe hero */
.hero-team {
  flex-shrink: 0;
  width: 54%; z-index: 2;
  position: relative;
  align-self: flex-start;
  margin-top: 40px;
}
.hero-team img {
  width: 100%; max-width: 720px;
  height: auto; display: block;
  filter: brightness(1.22) saturate(0.82);
}
/* Caption en overlay sur l'image */
.hero-team-caption {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
.hero-team-badge {
  display: inline-block;
  background: var(--rose); color: #fff;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 20px;
  margin-bottom: 6px;
}
.hero-team-caption p {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 600; color: var(--plum);
  line-height: 1.2; margin: 0;
}
.hero-team-caption em {
  font-family: var(--serif);
  font-style: italic; font-weight: 400;
  color: var(--grey); font-size: clamp(1rem, 1.4vw, 1.2rem);
  display: block; margin-top: 2px;
}

.hero-wrap {
  max-width: var(--max); margin: 0 auto; padding: 64px 24px 40px;
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 0;
  position: relative; z-index: 2;
  width: 100%;
}

/* Hero — left column (ivory side) */
.hero-left { flex: 1; padding-right: 64px; }

/* Hero — photo droite */
.hero-photo {
  flex-shrink: 0;
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-photo img {
  width: 100%;
  max-width: 320px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 12px 48px rgba(99,59,74,.18);
}
@media (max-width: 768px) {
  .hero-photo { width: 180px; margin: 0 auto; }
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  border: 1px solid rgba(99,59,74,.2);
  border-radius: 24px; padding: 10px 24px;
  margin-bottom: 32px;
  animation: fadein .9s var(--ease) both;
}
.hero-badge span {
  font-size: .92rem; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  color: var(--plum);
}
.hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--rose); flex-shrink: 0;
  box-shadow: 0 0 6px rgba(199,95,98,.5);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(.7); }
}

.hero-left h1 {
  font-family: var(--serif);
  font-size: clamp(2.05rem, 3.35vw, 3.2rem);
  font-weight: 600; line-height: 1.1; letter-spacing: -.01em;
  color: #633B4A; margin-bottom: 8px;
  animation: slideup .9s var(--ease) .1s both;
  display: flex; align-items: baseline; gap: .4em;
}
.hero-left h1 em {
  font-style: normal; display: inline;
  color: var(--rose);
}

/* Decorative rule under name */
.hero-rule {
  width: 52px; height: 1.5px;
  background: var(--rose);
  margin-bottom: 24px;
  animation: slideup .9s var(--ease) .18s both;
}

.hero-location {
  font-family: var(--sans); font-size: 1.15rem; color: var(--text); opacity: .85;
  margin-top: 14px; letter-spacing: .02em;
}
.hero-tagline {
  font-size: clamp(.85rem, 1.2vw, 1.1rem); font-weight: 400;
  color: #633B4A; line-height: 1.4;
  margin-bottom: 10px;
  white-space: normal;
  animation: slideup .9s var(--ease) .22s both;
}
.hero-eyebrow {
  font-size: clamp(1.21rem, 1.61vw, 1.495rem);
}
.hero-certif {
  font-size: .95rem; font-weight: 600;
  color: var(--plum); line-height: 1.5;
  margin-top: 8px;
  animation: slideup .9s var(--ease) .26s both;
}
.hero-certif .certif-cap {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 4px;
}
.hero-certif a {
  color: var(--plum); text-decoration: none;
  transition: color .2s, opacity .2s;
}
.hero-certif a:hover { opacity: .75; }
.hero-certif .certif-rs {
  font-size: .88rem; font-weight: 600;
  color: var(--plum);
}
.hero-sub {
  font-family: var(--sans);
  font-size: clamp(1.98rem, 3.375vw, 2.77rem);
  font-weight: 400;
  color: #633B4A;
  line-height: 1.4;
  margin-top: 16px;
  margin-bottom: 0;
  animation: slideup .9s var(--ease) .28s both;
}
.hero-sub2 {
  font-family: var(--sans);
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  white-space: normal;
  font-weight: 400;
  color: rgba(99,59,74,.75);
  line-height: 1.55;
  margin-top: 12px;
  margin-bottom: 0;
  animation: slideup .9s var(--ease) .38s both;
}

/* Hero stats chips */
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 48px;
  animation: slideup .9s var(--ease) .33s both;
}
.stat-chip {
  background: var(--white);
  border: 1px solid rgba(99,59,74,.12);
  border-radius: 20px; padding: 7px 16px;
  font-size: .76rem; color: var(--text);
  letter-spacing: .02em;
}
.stat-chip strong { color: var(--plum); font-weight: 600; }

.hero-cta {
  display: flex; gap: 14px; flex-wrap: nowrap; align-items: center;
  margin-top: 40px;
  animation: slideup .9s var(--ease) .4s both;
}
.hero-linkedin-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 72px;
  font-size: .82rem; font-weight: 500; color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}
.hero-linkedin-link:hover { color: var(--plum); }
.hero-linkedin-link svg { flex-shrink: 0; }

/* Hero — photo (sits on the plum panel) */
.hero-right {
  flex-shrink: 0; position: relative;
  width: 340px; display: flex; justify-content: center;
  padding-top: 120px;
  animation: fadein 1.1s var(--ease) .25s both;
}
.photo-ring {
  width: 300px; height: 300px; border-radius: 50%;
  position: relative;
}
.photo-ring::before {
  content: ''; position: absolute; inset: -3px; border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(255,255,255,0) 0deg,
    rgba(255,255,255,.35) 90deg,
    rgba(199,95,98,.5) 180deg,
    rgba(255,255,255,0) 280deg
  );
  animation: spin 8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.photo-inner {
  width: 100%; height: 100%; border-radius: 50%;
  overflow: hidden; position: relative; z-index: 2;
  border: 3px solid rgba(255,255,255,.25);
}
.photo-inner img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}

/* Hero scroll hint */
.scroll-hint {
  display: none;
}
.scroll-hint span {
  display: none;
}
.scroll-arrow {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, rgba(99,59,74,.3), transparent);
  animation: drop 1.8s ease-in-out infinite;
}
@keyframes drop {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 0; }
  50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
}

/* Orbs hidden (no longer needed on light bg) */
.orb { display: none; }

/* ─── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 17px 38px; border-radius: 32px;
  font-family: var(--sans); font-size: 1.16rem;
  font-weight: 500; letter-spacing: .025em;
  transition: transform .2s var(--ease), box-shadow .25s, background .2s, color .2s;
  cursor: pointer; border: none;
}
.btn-rose {
  background: var(--rose); color: var(--white);
}
.btn-rose:hover {
  box-shadow: 0 0 32px rgba(199,95,98,.45);
  transform: translateY(-2px);
}
.btn-plum {
  background: #633B4A; color: var(--white);
}
.btn-plum:hover {
  background: #523040;
  box-shadow: 0 0 28px rgba(123,45,94,.4);
  transform: translateY(-2px);
}
.btn-ghost {
  border: 1.5px solid rgba(99,59,74,.3); color: var(--plum);
}
.btn-ghost:hover {
  border-color: var(--plum); background: rgba(99,59,74,.05);
}
.btn-ivory {
  background: #fff; color: var(--plum); font-weight: 700;
  border: none;
  outline: 2px solid transparent;
  box-shadow:
    0 0 0 2px var(--plum),
    0 4px 18px rgba(99,59,74,.13);
  letter-spacing: .02em;
  position: relative;
  transition: transform .2s var(--ease), box-shadow .25s, background .25s, color .25s;
}
.btn-ivory:hover {
  background: var(--plum); color: #fff;
  box-shadow:
    0 0 0 2px var(--plum),
    0 10px 32px rgba(99,59,74,.28);
  transform: translateY(-2px);
}
.btn-plum-outline {
  border: 1.5px solid var(--plum); color: var(--plum);
}
.btn-plum-outline:hover {
  background: var(--plum); color: var(--white);
  box-shadow: 0 6px 24px rgba(99,59,74,.18);
}
.btn-lg { padding: 16px 42px; font-size: .95rem; }

/* ─── SHARED SECTION ─────────────────────────────────────── */
section { padding: clamp(72px, 9vw, 112px) 0; }
.bg-ivory { background: var(--ivory); }
.bg-white { background: var(--white); }
#contact { padding-top: 40px; padding-bottom: 72px; }
#contact .section-title { border-left: none; padding-left: 0; }
#contact .contact-btns { align-items: center; }
.bg-plum  {
  background: var(--deep);
}
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  display: block; margin-bottom: 12px;
  font-size: .86rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--rose); opacity: 1;
}
.eyebrow-light { color: rgba(250,246,242,.88); }
.section-title {
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4.4vw, 3.65rem);
  font-weight: 600; line-height: 1.1; letter-spacing: -.01em;
  color: var(--plum); margin-bottom: 56px;
  border-left: 4px solid #C75F62;
  padding-left: 24px;
}
.section-title-light { color: var(--white); }

/* ─── ABOUT ──────────────────────────────────────────────── */
.about-grid {
  display: grid; grid-template-columns: 3fr 2fr;
  gap: 80px; align-items: stretch;
}
.about-body {
  display: flex; flex-direction: column;
}
.about-body p {
  font-size: 1.0rem; line-height: 1.9; color: var(--text); margin-bottom: 18px;
}
.about-section-title {
  font-size: clamp(2.45rem, 4.8vw, 3.85rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 48px !important;
}
.expertise-section-title {
  font-size: clamp(2.5rem, 4.5vw, 3.8rem) !important;
  line-height: 1.1 !important;
  margin-bottom: 52px !important;
}
.offres-section-title {
  font-size: clamp(2.45rem, 4.8vw, 3.85rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 16px !important;
}
.offres-subtitle {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(99,59,74,.7);
  margin-bottom: 48px;
}
.offres-subtitle2 {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(99,59,74,.5);
  margin-bottom: 48px;
}
.about-lede {
  font-size: 1.17rem !important; font-weight: 500 !important;
  color: var(--plum) !important;
}
.formation-list {
  list-style: none; padding: 0;
  margin: 14px 0 20px;
}
.formation-list li {
  display: flex; align-items: baseline; gap: 10px;
  font-size: 1.3rem; color: var(--text);
  padding: 6px 0; line-height: 1.7;
}
.fl-icon { color: var(--rose); font-size: 1rem; flex-shrink: 0; }
.formation-list em { color: var(--grey); font-style: normal; font-size: 1.2rem; }
.fl-rose { color: var(--rose) !important; font-style: normal; font-weight: 600; font-size: 1.3rem; }
.fl-star {
  font-size: 1.25rem;
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
  color: #D4AF37;
}
@keyframes star-shimmer {
  0%,100% { opacity:1; text-shadow: 0 0 4px rgba(201,168,76,.5); }
  50%      { opacity:.75; text-shadow: 0 0 12px rgba(201,168,76,1), 0 0 24px rgba(201,168,76,.4); }
}
.about-quote {
  border-left: 2px solid var(--rose); padding-left: 22px;
  font-style: italic; color: var(--grey) !important;
  font-size: .95rem !important; margin-top: 28px;
  line-height: 1.8 !important;
}
.pillars { display: flex; flex-direction: column; gap: 0; height: 100%; justify-content: space-between; }
.pillar {
  background: var(--white); border-radius: 14px; padding: 28px 26px;
  border-left: 3px solid transparent;
  box-shadow: 0 2px 12px rgba(99,59,74,.06);
  transition: border-color .25s, box-shadow .25s;
}
.pillar:hover { border-color: var(--rose); box-shadow: 0 6px 28px rgba(99,59,74,.1); }
.pillar { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; }
.pillar-icon { font-size: 1.15rem; color: var(--rose); grid-column: 1; grid-row: 1; margin-bottom: 0; display: flex; align-items: center; }
.pillar-icon--arrow { display: flex; align-items: center; }
.pillar h4 { font-family: var(--serif); font-size: 1.36rem; color: var(--plum); margin-bottom: 0; font-weight: 600; line-height: 1.3; grid-column: 2; grid-row: 1; white-space: nowrap; }
.pillar p { grid-column: 1 / -1; grid-row: 2; margin-top: 8px; }
.pillar p { font-size: .72rem; color: var(--grey); line-height: 1.62; white-space: normal; }
.pillar-roi-link {
  display: inline-block; margin-top: 10px;
  font-size: .80rem; font-weight: 700;
  color: var(--rose); text-decoration: none;
  letter-spacing: .04em;
  transition: opacity .2s;
}
.pillar-roi-link:hover { opacity: .7; }

/* ─── EXPERTISE CARDS ────────────────────────────────────── */
.cards-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.xcard {
  background: var(--ivory); border-radius: 18px; padding: 36px;
  border-top: 3px solid var(--plum);
  transition: transform .25s var(--ease), box-shadow .25s;
  position: relative; overflow: hidden;
}
.xcard::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--rose);
  opacity: 0; transition: opacity .25s;
}
.xcard:hover { transform: translateY(-5px); box-shadow: 0 20px 56px rgba(99,59,74,.1); }
.xcard:hover::after { opacity: 1; }
.xcard-num {
  font-family: var(--serif); font-size: 4rem; font-weight: 700;
  color: var(--plum); line-height: 1; margin-bottom: 10px;
}
.xcard-num-ia { font-size: 4.4rem; }
.xcard h3 { font-family: var(--serif); font-size: 1.3rem; color: var(--plum); margin-bottom: 12px; }
.xcard p { font-size: .9rem; line-height: 1.75; color: var(--text); margin-bottom: 20px; }
.xcard-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(99,59,74,.07);
  color: var(--plum); border-radius: 20px; padding: 6px 16px;
  font-size: .82rem; font-weight: 500; letter-spacing: .03em;
  white-space: nowrap;
}
.xcard-tag .tag-icon {
  font-size: 1.5em; line-height: 1; letter-spacing: 0;
}
/* ── Inverted AI card (04) ── */
.xcard--ia {
  background: var(--plum);
  border-top: 3px solid var(--rose);
}
.xcard--ia:hover { box-shadow: 0 20px 56px rgba(199,95,98,.28); }
.xcard--ia::after { background: var(--rose); }
.xcard--ia .xcard-num { color: rgba(246,241,235,.22); }
.xcard--ia h3 { color: var(--ivory); }
.xcard--ia p { color: rgba(246,241,235,.72); }
.xcard--ia .xcard-tag { background: rgba(246,241,235,.14); color: var(--ivory); }

/* ─── PARCOURS HEADER ────────────────────────────────────── */
.parcours-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 56px; margin-bottom: 24px;
}
.parcours-header-text { flex: 1; }
.parcours-header-text .section-title { margin-bottom: 20px; font-size: clamp(2.62rem, 4.8vw, 4.38rem); }
.parcours-photo {
  flex-shrink: 0;
  width: 200px; height: 200px; border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(199,95,98,.25);
  box-shadow: 0 8px 32px rgba(99,59,74,.15);
}
.parcours-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
@media (max-width: 768px) {
  .parcours-header { flex-direction: column-reverse; gap: 28px; }
  .parcours-photo  { width: 140px; height: 140px; }
}

/* ─── TIMELINE ───────────────────────────────────────────── */
.tl-intro {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem); color: var(--text);
  max-width: 720px; margin-bottom: 56px;
  line-height: 1.7; font-style: italic;
  font-family: var(--serif);
}
.timeline { position: relative; padding-left: 200px; }
.timeline::before {
  content: ''; position: absolute;
  left: 199px; top: 0; bottom: 0;
  width: 3px; background: rgba(99,59,74,.18);
  border-radius: 2px;
}
.tl-item {
  position: relative; margin-bottom: 48px;
  padding-left: 40px;
}
.tl-item:last-child { margin-bottom: 0; }
.tl-item::before {
  content: ''; position: absolute;
  left: -7px; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--ivory); border: 3px solid var(--plum);
  transition: background .2s, border-color .2s;
  z-index: 2;
}
.tl-item:hover::before { background: var(--rose); border-color: var(--rose); }
.tl-date {
  position: absolute; right: 100%; margin-right: 20px; top: 4px;
  font-size: .76rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--rose); white-space: nowrap; text-align: right;
  width: 180px;
}
.tl-item h3 { font-family: var(--serif); font-size: 1.55rem; color: var(--plum); margin-bottom: 3px; }
.tl-role { font-size: .82rem; color: var(--grey); font-style: italic; margin-bottom: 9px; }
.tl-item p { font-size: .9rem; line-height: 1.65; color: var(--text); }
.tl-link {
  display: inline-block; margin-top: 7px;
  font-size: .82rem; font-weight: 500; color: var(--rose);
  border-bottom: 1px solid transparent; transition: border-color .2s;
}
.tl-link:hover { border-color: var(--rose); }

/* ─── LANGUAGES & TOOLS ──────────────────────────────────── */
.lt-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
}
.lt-wrap h3 { font-family: var(--serif); font-size: 1.3rem; color: var(--plum); margin-bottom: 28px; }
.lang-row { display: flex; flex-direction: column; margin-bottom: 28px; }
.lang-row-top { margin-bottom: 9px; }
.lang-name { font-size: .92rem; font-weight: 700; color: var(--plum); display: block; }
.lang-track {
  width: 100%; height: 7px; background: rgba(99,59,74,.1); border-radius: 10px;
}
.lang-bar {
  height: 100%;
  background: var(--rose);
  border-radius: 10px;
  transition: width 1.4s var(--ease);
}
.lang-level { font-size: .76rem; color: var(--grey); margin-top: 6px; }
.tools { display: flex; flex-wrap: wrap; gap: 10px; }
.tool {
  background: var(--white); border: 1px solid rgba(99,59,74,.1);
  color: var(--plum); border-radius: 22px; padding: 9px 18px;
  font-size: .82rem; font-weight: 500;
  transition: background .2s, color .2s, box-shadow .2s;
}
.tool:hover {
  background: var(--plum); color: var(--white);
  box-shadow: 0 4px 16px rgba(99,59,74,.2);
}

/* ─── TESTIMONIALS ───────────────────────────────────────── */
/* ─── TÉMOIGNAGES ──────────────────────────────────────────── */
.testi-section {
  background: var(--ivory);
}
.testi-section .eyebrow { color: var(--rose); }
.testi-section .section-title { color: var(--plum); }
.testi-intro {
  margin-top: 14px;
  font-size: clamp(1rem, 1.4vw, 1.4rem); line-height: 1.7;
  color: #6B625D;
  font-family: var(--sans);
  font-weight: 400;
  max-width: 100%;
  white-space: normal;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.testi {
  background: #fff;
  border: 1.5px solid rgba(199,95,98,.22);
  border-top: 3px solid #C75F62;
  border-radius: 20px;
  padding: 56px 52px 52px;
  box-shadow: 0 4px 24px rgba(99,59,74,.07);
  transition: box-shadow .25s, transform .25s;
  display: flex; flex-direction: column;
  position: relative;
}
.testi:hover {
  box-shadow: 0 10px 40px rgba(99,59,74,.13);
  transform: translateY(-3px);
}

/* Titre catégorie */
.testi-tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  white-space: nowrap;
  color: #6B625D;
  background: rgba(107,98,93,.08);
  border: 1.5px solid rgba(107,98,93,.3);
  border-radius: 20px;
  padding: 9px 32px;
  margin-bottom: 4px;
  align-self: flex-start;
}

.testi-q {
  font-family: var(--serif);
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  height: 4rem;
  overflow: hidden;
  color: var(--plum);
  opacity: .65;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: -.02em;
}
.testi-q-close {
  display: flex;
  justify-content: flex-end;
  margin-top: -14px;
  margin-bottom: 12px;
  margin-right: -12px;
  line-height: 1;
  overflow: hidden;
  height: 4rem;
}
.testi-q-close span {
  font-family: var(--serif);
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  color: var(--plum);
  opacity: .65;
  letter-spacing: -.02em;
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center center;
}
.testi--dark .testi-q-close span {
  color: var(--ivory);
  opacity: .55;
}
.testi p {
  font-size: .9rem; line-height: 1.78;
  color: #3D1E2A; font-style: italic;
  margin-bottom: 24px; flex: 1;
}
.testi-author { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.testi-avatar {
  width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0;
  background: rgba(199,95,98,.08); border: 2px solid rgba(199,95,98,.45);
  display: flex; align-items: center; justify-content: center;
  font-size: .74rem; font-weight: 700; color: #C75F62;
  overflow: hidden;
}
.testi-avatar img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
}
.testi-avatar--initials {
  font-size: 1.7rem;
  letter-spacing: .1em;
  font-weight: 400;
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  color: #C75F62;
  -webkit-font-smoothing: antialiased;
}
.testi-avatar--light {
  background: rgba(250,246,242,.15);
  border-color: rgba(250,246,242,.3);
  color: #FAF6F2;
}
.testi-author strong { display: block; font-size: 1.2rem; color: var(--plum); font-weight: 300; }
.testi-author .testi-role { font-size: 1rem; font-weight: 700; color: var(--plum); }
.testi-author span  { font-size: 1rem; color: var(--plum); display: block; font-weight: 300; }
.testi-name { display: block; font-size: 1.2rem; color: var(--plum); font-weight: 300; }
.testi-role { display: block; font-size: 1rem; color: var(--plum); font-weight: 700; }
.testi-translated   { font-size: .78rem; color: rgba(99,59,74,.35); font-style: italic; display: block; margin-top: 2px; }
/* Variante fond prune */
.testi--dark {
  background: var(--plum);
  border-color: rgba(255,255,255,.1);
  border-top: 3px solid #C75F62;
}
.testi--dark .testi-tag {
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.18);
}
.testi--dark .testi-q {
  color: #fff;
  opacity: .25;
}
.testi--dark p {
  color: rgba(255,255,255,.82);
}
.testi--dark .testi-avatar {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.25);
  color: #fff;
}
.testi--dark .testi-author strong:not(.testi-role) {
  color: var(--ivory);
  font-size: 1.2rem;
}
.testi--dark .testi-author span:not(.testi-name) {
  color: rgba(255,255,255,.6);
  font-size: .86rem;
}
.testi--dark .testi-name {
  color: var(--ivory);
  font-size: 1rem;
  font-weight: 300;
}
.testi--dark strong.testi-role {
  color: rgba(255,255,255,.85);
  font-size: 1rem;
  font-weight: 700;
}
.testi--dark .testi-translated {
  color: rgba(255,255,255,.45);
}
.testi--dark:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
}

.testi-note {
  margin-top: 40px; text-align: center;
  font-size: 1rem; color: rgba(99,59,74,.75); font-style: italic;
}

/* ─── CONTACT ────────────────────────────────────────────── */
.contact-center { max-width: 860px; margin: 0 auto; text-align: center; }
.contact-left { max-width: 640px; }
.contact-lead {
  font-size: 1.2rem; line-height: 1.75; color: var(--taupe); margin-bottom: 44px;
}
.contact-lead strong {
  display: block; font-family: var(--serif);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 700;
  color: var(--plum); line-height: 1.2; margin-bottom: 12px;
  white-space: normal;
}
.contact-btns { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 32px; }
.contact-btns .btn { min-height: 76px; }
.contact-reassurance { font-size: .95rem; color: var(--grey); opacity: 1; margin: -6px 0 0; }
.contact-meta {
  font-size: 1.05rem; color: var(--grey); line-height: 1.9;
}
.contact-meta a { color: var(--plum); font-weight: 600; border-bottom: 1px solid transparent; transition: border-color .2s; }
.contact-meta a:hover { border-color: var(--plum); }

/* ─── FOOTER ─────────────────────────────────────────────── */
footer { background: #633B4A; padding: 56px 36px; text-align: center; }
.footer-brand-block { display: flex; flex-direction: column; align-items: center; gap: 0; margin-bottom: 28px; }
.footer-logos-row { display: flex; align-items: center; gap: 22px; justify-content: center; }
.footer-logo-main { height: 52px; width: auto; }
.footer-logo-x-card { width: 72px; height: 72px; overflow: hidden; background: var(--ivory); border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.footer-logo-x-img { width: 72px; height: 72px; object-fit: cover; object-position: center; display: block; }
.footer-logo-wordmark-card { display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 6px 0; }
.footer-wm-name { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; letter-spacing: .05em; color: rgba(246,241,235,.92); line-height: 1; }
.footer-wm-apo { color: rgba(246,241,235,.7); }
.footer-wm-ia  { color: var(--rose); }
.footer-wm-sep { display: flex; align-items: center; width: 100%; gap: 0; margin: 6px 0 4px; }
.footer-wm-line { flex: 1; height: 1px; background: rgba(246,241,235,.25); display: block; }
.footer-wm-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--rose); flex-shrink: 0; margin: 0 4px; display: block; }
.footer-wm-consulting { font-family: var(--sans); font-size: .62rem; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; color: rgba(246,241,235,.5); width: 100%; text-align: center; }
.footer-tag { font-family: var(--serif); font-style: italic; font-size: 2.1rem; color: var(--rose); margin: 0 0 20px; }
.footer-mention-ia { font-size: .95rem; color: rgba(246,241,235,.68); letter-spacing: .02em; line-height: 1.65; margin-bottom: 28px; font-style: italic; }
.footer-nav { display: flex; gap: 14px; justify-content: center; margin-bottom: 24px; }
.footer-nav a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 28px; border-radius: 50px; font-family: var(--sans); font-size: .9rem; font-weight: 500; letter-spacing: .05em; text-decoration: none; background: transparent; color: rgba(246,241,235,.85); border: 1.5px solid rgba(246,241,235,.45); transition: background .2s, color .2s, border-color .2s; }
.footer-nav a:hover { background: var(--rose); color: #fff; border-color: var(--rose); }
.footer-copy { font-size: .93rem; color: rgba(246,241,235,.90); }
.footer-copy-br { display: none; }

/* ─── NAV CTA ────────────────────────────────────────────── */
.btn-nav-cta {
  padding: 9px 22px; font-size: .78rem;
  border-radius: 24px; line-height: 1;
}

/* ─── STATS STRIP ────────────────────────────────────────── */
.stats-strip { background: #3D2030; padding: 16px 0 48px; overflow: hidden; border-top: 1px solid rgba(250,246,242,.18); }
.ss-grid--5 { grid-template-columns: repeat(5, 1fr) !important; }
.ss-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.ss-item {
  padding: 20px 24px;
  border-right: 1px solid rgba(255,255,255,.08);
  display: flex; flex-direction: column; gap: 8px; align-items: center;
  justify-content: flex-start; flex-shrink: 0;
}
.ss-item:last-child { border-right: none; }
.ss-num {
  font-family: var(--serif); font-size: 3.52rem; font-weight: 600;
  color: #F5F1EC; line-height: 1;
  /* hauteur fixe identique pour tous → chiffres tous au même niveau */
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ss-num--sm { font-size: 2.1rem; letter-spacing: .04em; }
.ss-num--globe { font-size: 2.5rem; color: var(--ivory); }
/* "+" : repositionné en haut via flex au lieu de vertical-align */
.ss-sup {
  font-size: 2.2rem; font-weight: 700; color: var(--rose);
  align-self: flex-start;
  margin-top: 2px;
  text-shadow: 0 0 18px rgba(199,95,98,.45);
}
.ss-label {
  font-size: .78rem; color: rgba(245,241,236,.82);
  letter-spacing: .06em; text-transform: uppercase; line-height: 1.45;
}
.ss-item-link {
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  transition: opacity .2s;
}
.ss-item-link:hover { opacity: .75; }
.ss-arrow {
  color: var(--rose); font-size: .85rem;
  animation: bounce-down 1.6s ease-in-out infinite;
}
@keyframes bounce-down {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(4px); }
}

/* ─── VIDEO ───────────────────────────────────────────────── */
.video-wrap { max-width: 760px; margin: 0 auto; }
.video-placeholder {
  aspect-ratio: 16/9; position: relative;
  background: var(--deep);
  border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 24px;
  box-shadow: 0 32px 80px rgba(99,59,74,.22);
  transition: transform .3s var(--ease), box-shadow .3s; cursor: pointer;
}
.video-placeholder:hover { transform: translateY(-4px); box-shadow: 0 40px 100px rgba(99,59,74,.30); }
.video-play {
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(199,95,98,.85);
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s, background .2s;
}
.video-placeholder:hover .video-play { transform: scale(1.1); background: var(--rose); }
.video-play::after {
  content: ''; display: block;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid rgba(255,255,255,.92);
  margin-left: 6px;
}
.video-caption {
  font-family: var(--serif); font-style: italic;
  font-size: .95rem; color: rgba(246,241,235,.45);
}
.video-badge {
  position: absolute; top: 20px; right: 20px;
  background: rgba(199,95,98,.2); border: 1px solid rgba(199,95,98,.35);
  border-radius: 16px; padding: 5px 14px;
  font-size: .7rem; color: rgba(246,241,235,.65); letter-spacing: .05em;
}
.video-preview {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center; margin-top: 24px;
}
.vp-chip {
  background: rgba(99,59,74,.06); border: 1px solid rgba(99,59,74,.12);
  border-radius: 20px; padding: 7px 16px;
  font-size: .76rem; color: var(--grey); letter-spacing: .03em;
}

/* ─── OFFRES ──────────────────────────────────────────────── */
.offre-decouverte {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  background: rgba(199,95,98,.07);
  border: 1.5px solid rgba(199,95,98,.3);
  border-radius: 16px; padding: 28px 36px;
  margin-bottom: 28px;
}
.offre-decouverte-left { flex: 1; min-width: 240px; }
.offre-decouverte-title {
  font-family: var(--serif); font-size: 1.8rem; font-weight: 700;
  color: var(--plum); margin: 0 0 8px;
}
.offre-decouverte-desc {
  font-size: .95rem; color: var(--text); line-height: 1.6; margin: 0 0 12px;
}
.offre-decouverte-desc strong { font-weight: 700; color: var(--plum); }
.offre-decouverte-points {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: 16px; flex-wrap: wrap;
}
.offre-decouverte-points li {
  font-size: 1.05rem; color: var(--rose); font-weight: 600;
}
.offre-decouverte-btn { white-space: nowrap; flex-shrink: 0; }

.offres-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px;
}
.offres-grid-4 {
  grid-template-columns: 1fr 1fr; gap: 24px;
}
.offre-card {
  background: #fff;
  border: 1.5px solid rgba(199,95,98,.22);
  border-top: 3px solid #C75F62;
  border-radius: 20px; padding: 40px 36px;
  display: flex; flex-direction: column; gap: 20px;
  box-shadow: 0 4px 24px rgba(99,59,74,.07);
  transition: box-shadow .25s, transform .25s;
}
.offre-card .btn { margin-top: auto; align-self: center; }
.offre-card:hover { box-shadow: 0 6px 28px rgba(99,59,74,.12); }
.offre-card--accent {
  border-color: rgba(199,95,98,.3);
  background: #fff;
}
.offre-card--accent:hover { border-color: rgba(199,95,98,.5); }
.offre-card--ivory {
  background: var(--ivory); border-color: rgba(199,95,98,.22);
}
.offre-card--ivory:hover { box-shadow: 0 6px 28px rgba(199,95,98,.15); border-color: rgba(199,95,98,.38); }
.offre-premium {
  background: var(--plum); border-color: var(--plum);
}
.offre-premium:hover { box-shadow: 0 8px 40px rgba(99,59,74,.3); }
.offre-premium h3 { color: #FAF6F2 !important; }
.offre-premium .offre-accroche { color: rgba(250,246,242,.65); }
.offre-premium .offre-format { color: var(--rose); }
.offre-premium .offre-points li { color: rgba(250,246,242,.85); }
.offre-premium .offre-points li::before { color: var(--rose); }
.offre-card h3 {
  font-family: var(--serif); font-size: clamp(1.35rem, 1.6vw, 1.65rem);
  color: var(--plum); margin: 0; font-weight: 700; line-height: 1.25;
  text-align: left;
}
.offre-niveau {
  font-family: var(--sans); font-size: 0.95rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--rose);
}
.offre-niveau--light {
  color: var(--rose);
}
.offre-titre-capsule {
  align-self: center;
  background: transparent;
  border: 1.5px solid rgba(99,59,74,.35);
  border-radius: 20px;
  padding: 8px 24px;
  text-align: center;
}
.offre-titre-capsule h3 { margin: 0; }
.offre-accroche {
  font-size: .97rem; color: var(--taupe);
  font-style: italic; text-align: left;
  margin: 0; line-height: 1.6;
  min-height: 3.3em;
}
.offre-pour-qui {
  font-family: var(--sans);
  font-size: .82rem;
  color: var(--rose);
  font-style: italic;
  letter-spacing: .01em;
  line-height: 1.55;
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid rgba(199,95,98,.18);
}
.offre-format {
  font-size: .88rem; color: var(--plum); font-weight: 600;
  line-height: 1.6; text-align: center;
  min-height: 3.6em;
}
.offre-format-sub {
  font-size: .82rem; font-weight: 400; opacity: .65; display: block; margin-top: 2px;
}
.offre-premium .offre-format-sub { color: rgba(250,246,242,.6); }
.offre-card > p {
  font-size: 1rem; color: var(--text); line-height: 1.75; flex: 1;
}
.offre-livrable-inline {
  border-top: 1px solid rgba(99,59,74,.15);
  margin-top: 14px;
  padding-top: 12px;
}
.offre-livrable-label {
  font-size: 1rem; color: var(--plum); margin: 0 0 8px;
  font-family: var(--sans); font-weight: 600;
}
.offre-livrable-inline ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 5px;
}
.offre-livrable-inline ul li {
  font-size: .84rem; color: var(--text); line-height: 1.5;
}
.offre-points {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 9px;
}
.offre-points li {
  font-size: 1.05rem; color: var(--text);
  padding-left: 18px; position: relative; line-height: 1.5;
}
.offre-points li::before {
  content: '◈'; position: absolute; left: 0; top: 3px;
  color: var(--rose); font-size: .58rem;
}
.btn-outline-light {
  display: inline-flex; align-items: center;
  padding: 13px 30px; border-radius: 32px;
  font-size: .87rem; font-weight: 500; letter-spacing: .025em;
  border: 1.5px solid rgba(99,59,74,.3);
  color: var(--plum); background: transparent;
  cursor: pointer; width: fit-content;
  transition: background .2s, border-color .2s;
}
.btn-outline-light:hover {
  background: rgba(99,59,74,.04); border-color: var(--plum);
}

/* ─── MÉTHODE ─────────────────────────────────────────────── */
.methode-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
}
.mstep {
  padding: 40px 32px;
  border-right: 1px solid rgba(99,59,74,.08);
}
.mstep:last-child { border-right: none; }
.mstep-num {
  font-family: var(--serif); font-size: 3.2rem; font-weight: 700;
  color: var(--rose); opacity: .6; line-height: 1; margin-bottom: 20px;
}
.mstep h4 { font-family: var(--serif); font-size: 1.05rem; color: var(--plum); margin-bottom: 12px; }
.mstep p { font-size: .87rem; color: var(--grey); line-height: 1.7; }

/* ─── KEYFRAMES ──────────────────────────────────────────── */
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes slideup {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ─── TICKER ─────────────────────────────────────────────── */
.ticker-bar {
  background: var(--plum); overflow: hidden; padding: 16px 0;
  border-bottom: 1px solid rgba(246,241,235,.05);
}
.ticker-track {
  display: flex; white-space: nowrap;
  animation: tickerMove 35s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 0 48px; font-size: 1.22rem; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(246,241,235,.65);
  font-weight: 500;
}
.ticker-rose { color: var(--rose); font-weight: 600; }
.ticker-sep { color: rgba(246,241,235,.2); }
@keyframes tickerMove {
  from { transform: translateX(0); }
  to   { transform: translateX(-25%); }
}

/* ─── TOOL LOGOS ──────────────────────────────────────────── */
.tools-logo-section { padding: 56px 0; background: var(--white); }
.tools-logo-label {
  text-align: center; font-size: .72rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--grey); margin-bottom: 32px;
}
.tools-logos-row {
  display: flex; flex-wrap: wrap; gap: 28px;
  justify-content: center; align-items: center;
}
.tool-logo-item {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  transition: transform .2s;
  cursor: pointer;
}
.tool-logo-item:hover { transform: translateY(-3px); }
.tool-logo-wrap {
  position: relative; display: inline-flex;
}
.tool-logo-wrap::after {
  content: '+';
  position: absolute; top: -5px; right: -5px;
  width: 16px; height: 16px;
  background: var(--plum); color: var(--ivory);
  border-radius: 50%; font-size: .6rem; font-weight: 700;
  line-height: 16px; text-align: center;
  transition: background .15s, transform .15s;
  pointer-events: none;
}
.tool-logo-item.active .tool-logo-wrap::after {
  content: '×'; background: var(--rose); transform: rotate(90deg);
}
.tool-logo-item img {
  width: 52px; height: 52px; object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(61,30,42,.12);
}
.tool-logo-item span {
  font-size: .66rem; color: var(--grey); font-weight: 500; letter-spacing: .04em;
}
.tool-desc {
  display: block; font-size: .62rem; color: var(--plum);
  background: rgba(99,59,74,.07); border: 1px solid rgba(99,59,74,.15);
  border-radius: 10px; text-align: center; line-height: 1.4;
  letter-spacing: .02em; max-width: 100px;
  opacity: 0; max-height: 0; overflow: hidden;
  padding: 0 10px; margin-top: 0;
  transition: opacity .22s ease, max-height .22s ease, margin-top .22s ease, padding .22s ease;
}
.tool-logo-item.active .tool-desc {
  opacity: 1; max-height: 50px; margin-top: 0; padding: 5px 10px;
}

/* ─── BADGE LINK / FL LINK ────────────────────────────────── */
.badge-link {
  color: var(--rose); font-weight: 700; text-decoration: none;
  border-bottom: 1px dotted var(--rose); letter-spacing: .04em;
}
.badge-link:hover { border-bottom-style: solid; }
.fl-link {
  color: var(--rose); font-weight: 600; text-decoration: none;
  transition: opacity .2s;
}
.fl-link:hover { opacity: .75; }
.fl-link-plain {
  color: var(--plum); font-weight: 500; text-decoration: none;
  transition: opacity .2s;
}
.fl-link-plain:hover { opacity: .75; }

/* ─── L'APPROCHE EXEC'IA — cartes 2×2 ───────────────────── */
.approach-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.approach-card {
  background: #fff;
  border: 1px solid rgba(99,59,74,.1);
  border-radius: 20px;
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  isolation: isolate;
}
.approach-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.approach-card-num {
  font-family: var(--serif); font-size: 4rem; font-weight: 700;
  color: var(--plum); line-height: 1; margin-bottom: 10px;
}
.approach-card-header h3 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 700;
  color: var(--plum);
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
.approach-subtitle {
  display: inline-block;
  align-self: flex-start;
  background: rgba(199,95,98,.12);
  color: var(--rose);
  font-size: .80rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px;
  margin-bottom: 16px;
  white-space: normal;
}
.approach-card p {
  font-size: .93rem; line-height: 1.78; color: var(--text);
  margin-bottom: 12px;
}
.approach-card p:last-of-type { margin-bottom: 0; }
.approach-objectif {
  font-size: 1.0rem; font-style: italic; color: var(--plum);
  border-left: 2.5px solid var(--rose); padding-left: 14px;
  margin-top: 12px !important; margin-bottom: 12px !important;
  line-height: 1.65;
}
.approach-card-img {
  margin-top: 24px;
  border-radius: 14px; overflow: hidden;
  width: 100%; height: 300px;
  flex-shrink: 0;
  background: #fbefe6;
}
.approach-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.approach-card-img img.img-tilted { transform: none; object-fit: cover; object-position: center center; }
.approach-card-img--dev img { object-fit: cover; object-position: center center; }
.approach-card-img--diag img { object-fit: cover; object-position: center center; }
.approach-card-img--dev { background: #fbefe6; }
.approach-card-img--suivi { background: #fbefe6; }
.approach-card-img--suivi img { object-fit: cover; object-position: center center; }
.approach-card-img--diag { background: #fbefe6; }
.approach-card-img img.warm-filter {
  filter: hue-rotate(32deg) saturate(0.88) brightness(0.92);
}
.approach-card-img img.suivi-filter {
  filter: hue-rotate(20deg) saturate(0.82) brightness(0.93);
}
/* Image équipe carte 3 — fond blanc + multiply pour effacer arrière-plan + plus petite */
.approach-card-img--team {
  background: #fff;
  aspect-ratio: 16/10;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.approach-card-img img.formation-img {
  mix-blend-mode: multiply;
  object-fit: cover;
  padding: 0;
}
.approach-signature {
  padding: 48px 0 0; text-align: center;
}
.approach-signature p {
  font-size: 1rem; color: var(--text); max-width: 640px; margin: 0 auto 12px; line-height: 1.7;
}
.approach-signature em {
  font-family: var(--serif); font-size: 1.1rem; color: var(--plum);
  font-style: italic; letter-spacing: .02em;
}

/* ─── VIDEO SECTION ──────────────────────────────────────── */
.video-section { padding: 80px 0 72px; background: var(--white); }
.video-wrap {
  max-width: 840px; margin: 0 auto;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 64px rgba(99,59,74,.13);
  aspect-ratio: 16 / 9;
  position: relative;
}
.video-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 20px;
  background: var(--deep);
  position: absolute; inset: 0;
}
.video-play-btn {
  width: 76px; height: 76px; border-radius: 50%;
  background: var(--rose);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.8rem;
  padding-left: 6px;
  box-shadow: 0 8px 32px rgba(199,95,98,.5);
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
}
.video-play-btn:hover { transform: scale(1.08); box-shadow: 0 12px 40px rgba(199,95,98,.6); }
.video-caption {
  color: rgba(246,241,235,.55); font-size: .82rem; letter-spacing: .06em;
  font-family: var(--sans);
}
.video-wrap iframe {
  width: 100%; height: 100%; display: block; border: 0;
  position: absolute; inset: 0;
}

/* ─── AUDIO PLAYER ───────────────────────────────────────── */
.audio-wrap { max-width: 600px; margin: 0 auto; }
.audio-player {
  display: flex; align-items: center; gap: 20px;
  background: linear-gradient(135deg, var(--plum) 0%, #7a4558 100%);
  border-radius: 20px; padding: 28px 32px;
  box-shadow: 0 20px 64px rgba(99,59,74,.22);
}
.audio-play-btn {
  flex-shrink: 0;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--rose); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.4rem; padding-left: 4px;
  box-shadow: 0 8px 28px rgba(199,95,98,.5);
  transition: transform .22s, box-shadow .22s;
}
.audio-play-btn:hover { transform: scale(1.08); box-shadow: 0 12px 36px rgba(199,95,98,.65); }
.audio-play-btn.playing { padding-left: 0; }
.audio-progress-wrap { flex: 1; }
.audio-progress-bar {
  width: 100%; height: 5px; border-radius: 10px;
  background: rgba(246,241,235,.2); cursor: pointer; overflow: hidden;
}
.audio-progress-fill {
  height: 100%; width: 0%; border-radius: 10px;
  background: var(--rose); transition: width .1s linear;
}
.audio-times {
  display: flex; justify-content: space-between;
  margin-top: 8px;
  font-size: .72rem; color: rgba(246,241,235,.55); letter-spacing: .04em;
}

/* ─── TOOLS STRIP ────────────────────────────────────────── */
.tools-strip { background: var(--white); padding: 52px 0 44px; border-bottom: 1px solid rgba(99,59,74,.07); }
.tools-strip-label {
  text-align: center; font-size: .66rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--grey); margin-bottom: 32px; font-weight: 500;
}
.tools-strip-logos {
  display: flex; justify-content: center; align-items: center;
  gap: 40px; flex-wrap: wrap; margin-bottom: 28px;
}
.tools-strip-logos .tool-logo-item img { width: 48px; height: 48px; }
.tools-strip-caption {
  text-align: center; font-size: .84rem; color: var(--grey);
  max-width: 580px; margin: 0 auto; line-height: 1.75; font-style: italic;
}

/* ─── FEATURE CARDS ──────────────────────────────────────── */
.fcards-section { background: var(--ivory); padding: clamp(64px, 8vw, 96px) 0; }
.fcards-section .eyebrow { color: var(--rose); }
.fcards-section .section-title { color: var(--deep); }
.fcards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.fcard {
  background: #fff;
  border: 1px solid rgba(99,59,74,.1);
  border-radius: 20px; padding: 40px 32px;
  box-shadow: 0 2px 18px rgba(99,59,74,.06);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.fcard:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(99,59,74,.13); }
.fcard-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: rgba(199,95,98,.1); border: 1px solid rgba(199,95,98,.28);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; font-size: 1.45rem; color: var(--rose);
}
.fcard h3 {
  font-family: var(--serif); font-size: 1.18rem; font-weight: 700;
  color: var(--deep); margin-bottom: 14px; line-height: 1.35;
}
.fcard p { font-size: .9rem; line-height: 1.78; color: rgba(61,30,42,.62); }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .fcards-grid { grid-template-columns: 1fr; }
  .cards-grid  { grid-template-columns: 1fr; }
  .testi-grid  { grid-template-columns: repeat(2, 1fr); }
  .about-grid  { grid-template-columns: 1fr; gap: 44px; }
  .lt-wrap     { grid-template-columns: 1fr; gap: 48px; }
  .timeline    { padding-left: 140px; }
  .timeline::before { left: 139px; } /* aligne avec les ronds : dot centre = 140-7+8=141, ligne centre = 139+1.5=140.5 ✓ */
  .offres-grid { grid-template-columns: 1fr; }
  .offres-grid-4 { grid-template-columns: 1fr; }
  .methode-grid { grid-template-columns: 1fr 1fr; }
  .approach-cards { gap: 16px; }
  .nav-brand-tagline { display: none; }
  .ss-grid     { grid-template-columns: repeat(4,1fr); gap: 20px 0; }
  .ss-item     { border-right: 1px solid rgba(255,255,255,.08); }
  .ss-item:nth-child(4n), .ss-item:last-child { border-right: none; }
}
@media (max-width: 600px) {
  .testi-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .btn-nav-cta { display: none; }
  .methode-grid { grid-template-columns: 1fr; }
  .mstep { border-right: none; border-bottom: 1px solid rgba(99,59,74,.08); padding: 28px 24px; }
  .mstep:last-child { border-bottom: none; }
  .ss-grid     { grid-template-columns: repeat(4,1fr); gap: 24px 0; }
  .ss-item     { border-right: 1px solid rgba(255,255,255,.08); }
  .ss-item:nth-child(4n), .ss-item:last-child { border-right: none; }
  .hero-wrap   { flex-direction: column-reverse; text-align: center; padding: 60px 24px; }
  .photo-ring  { width: 210px; height: 210px; }
  .hero-stats  { justify-content: center; }
  .hero-cta    { justify-content: center; }
  .nav-links   { display: none; }
  .approach-cards { grid-template-columns: 1fr; }
  .nav-brand img { width: 52px; height: 52px; }
  .nav-burger  { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; inset: var(--nav-h) 0 0 0;
    background: var(--plum); z-index: 998;
    align-items: center; justify-content: center; gap: 28px;
  }
  .nav-links.open a { color: var(--white) !important; font-size: 1.1rem; }
  .timeline    { padding-left: 0; }
  .tl-item     { padding-left: 22px; }
  .tl-item::before { left: -6px; }
  .tl-date     { position: static; margin: 0 0 4px; text-align: left; width: auto; }
  .timeline::before { left: 0; }
  .wrap        { padding: 0 22px; }
  .contact-btns .btn { width: 100%; justify-content: center; }
  .tmodal-grid { grid-template-columns: 1fr; }
  .tmodal-card { padding: 28px 22px; }
}

/* ─── TOOL INFO MODAL ─────────────────────────────────────── */
.tmodal-overlay {
  position: fixed; inset: 0; z-index: 990;
  background: rgba(61,30,42,.52); backdrop-filter: blur(5px);
  display: flex; align-items: flex-start; justify-content: center;
  overflow-y: auto; padding: 24px 0;
  opacity: 0; pointer-events: none;
  transition: opacity .24s ease;
}
.tmodal-overlay.open { opacity: 1; pointer-events: all; }
.tmodal-card {
  background: var(--ivory); border-radius: 22px;
  padding: 36px; max-width: 560px; width: calc(100% - 40px);
  max-height: 90vh; overflow-y: auto;
  position: relative;
  box-shadow: 0 24px 72px rgba(61,30,42,.28);
  transform: translateY(14px); transition: transform .24s ease;
}
.tmodal-overlay.open .tmodal-card { transform: translateY(0); }
.tmodal-close {
  position: sticky; top: 0; float: right;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(99,59,74,.1); border: none; cursor: pointer;
  font-size: 1.1rem; color: var(--plum); line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s; z-index: 2;
}
.tmodal-close:hover { background: rgba(99,59,74,.2); }
.tmodal-head {
  display: flex; align-items: center; gap: 14px; margin-bottom: 20px; flex-wrap: wrap;
}
.tmodal-head img {
  width: 48px; height: 48px; border-radius: 12px;
  box-shadow: 0 2px 10px rgba(61,30,42,.14); flex-shrink: 0;
}
.tmodal-head-info { flex: 1; }
.tmodal-head strong {
  font-family: var(--serif); font-size: 1.2rem; color: var(--plum);
  display: block; line-height: 1.2;
}
#tmi-subtitle {
  font-family: var(--serif); font-size: .9rem; color: var(--rose);
  display: block; font-style: italic; margin-top: 2px; line-height: 1.3;
}
.tmodal-head span {
  font-size: .6rem; color: var(--grey); letter-spacing: .06em;
  text-transform: uppercase; margin-top: 4px; display: block;
}
.tmodal-maturity-badge {
  font-size: .6rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--rose);
  background: rgba(193,79,79,.08); border: 1px solid rgba(193,79,79,.2);
  border-radius: 20px; padding: 4px 12px; white-space: nowrap;
}
.tmodal-intro {
  font-size: .88rem; line-height: 1.75; color: var(--text);
  margin-bottom: 20px; padding-bottom: 18px;
  border-bottom: 1px solid rgba(99,59,74,.1);
}
.tmodal-lbl {
  display: block; font-size: .6rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--rose); font-weight: 700; margin-bottom: 8px;
}
.tmodal-section {
  margin-bottom: 16px; padding: 14px 16px;
  background: rgba(99,59,74,.04); border-radius: 12px;
}
.tmodal-section p { font-size: .84rem; line-height: 1.7; color: var(--text); margin: 0; }
.tmodal-list {
  list-style: none; margin: 0; padding: 0;
}
.tmodal-list li {
  font-size: .84rem; line-height: 1.65; color: var(--text);
  padding: 3px 0 3px 16px; position: relative;
}
.tmodal-list li::before {
  content: '»'; position: absolute; left: 0; color: var(--rose); font-weight: 700;
}
.tc { color: var(--rose); font-weight: 600; }
.tmodal-section--watch { border-left: 3px solid #e6a817; background: rgba(230,168,23,.06); }
.tmodal-section--watch .tmodal-lbl { color: #b88010; }
.tmodal-section--value p { color: var(--rose); font-weight: 500; }
.tmodal-section--execia { border-left: 3px solid var(--rose); background: rgba(193,79,79,.06); }
.tmodal-section--execia .tmodal-lbl { color: var(--rose); }
.tmodal-section--execia p { color: var(--rose); font-style: italic; }
.tmodal-section--avis { background: rgba(193,79,79,.08); border-left: 3px solid var(--rose); border-radius: 14px; }
.tmodal-section--avis .tmodal-lbl { color: var(--rose); }
.tmodal-section--avis p { color: var(--rose); font-style: italic; font-size: .86rem; line-height: 1.75; }

/* ─── QUALIOPI BLOCK ─────────────────────────────────────── */
.qualiopi-block {
  margin-top: 28px; padding-top: 22px;
  border-top: 1px solid rgba(99,59,74,.12);
}
.qualiopi-title {
  font-family: var(--serif); font-size: .95rem; font-weight: 700;
  color: var(--plum); margin-bottom: 8px;
}
.qualiopi-cert {
  font-size: .83rem; line-height: 1.6; color: rgba(99,59,74,.6);
  font-style: italic; margin: 4px 0 12px 22px;
}
.qualiopi-text { font-size: .82rem; line-height: 1.65; color: var(--text); margin-bottom: 16px; }
.qualiopi-link {
  display: inline-block; margin-top: 4px; margin-left: 22px; margin-bottom: 32px;
  font-size: .80rem; font-weight: 600; color: var(--rose);
  text-decoration: none; letter-spacing: .03em;
  transition: opacity .2s;
}
.qualiopi-link:hover { opacity: .7; }
.qualiopi-seal {
  display: inline-flex; align-items: center; gap: 10px;
  border: 2px solid #E37222; border-radius: 10px; padding: 8px 16px;
  background: #fff;
}
.qualiopi-seal-q {
  font-size: 1.8rem; font-weight: 900; color: #E37222; line-height: 1; font-family: Georgia, serif;
}
.qualiopi-seal-lines { display: flex; flex-direction: column; }
.qualiopi-seal-name { font-size: .68rem; font-weight: 800; letter-spacing: .12em; color: #005B99; }
.qualiopi-seal-sub { font-size: .56rem; color: #888; letter-spacing: .06em; margin-top: 1px; }
.qualiopi-seal-more { font-size: 1.0rem; font-weight: 500; color: var(--plum); letter-spacing: 0; margin-top: 5px; }
.qualiopi-seal--inline { margin: 0; }

/* ─── DOUBLE CERTIFICATION ───────────────────────────────── */
.certif-row {
  display: flex; align-items: center; gap: 20px;
  margin: 0 0 4px 22px; flex-wrap: wrap;
}
.iso-seal {
  display: flex; align-items: center; gap: 10px;
}
.iso-badge {
  width: 56px; height: 56px; border-radius: 50%;
  background: #1B3A6B;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.iso-certified { font-size: .36rem; color: rgba(255,255,255,.75); letter-spacing: .12em; text-transform: uppercase; }
.iso-num { font-size: .72rem; font-weight: 800; color: #fff; line-height: 1.1; text-align: center; font-family: Georgia, serif; }
.iso-year { font-size: .36rem; color: rgba(255,255,255,.7); letter-spacing: .06em; margin-top: 1px; }
.iso-label { font-size: .56rem; color: #888; letter-spacing: .06em; text-transform: uppercase; max-width: 70px; line-height: 1.4; }

/* ─── ROI SIMULATOR ──────────────────────────────────────── */
.ia-performance-section { background: var(--ivory); padding: clamp(56px, 7vw, 88px) 0 clamp(32px, 4vw, 48px); }
.ia-performance-wrap { max-width: 100%; text-align: left; }
.ia-performance-section .section-title { margin-bottom: 40px; font-size: clamp(2.82rem, 5.05vw, 4.23rem); }
.ia-perf-rule { border: none; border-top: 1.5px solid rgba(99,59,74,.2); margin: 32px 0; }
.ia-perf-body { display: flex; flex-direction: column; gap: 20px; }
.ia-perf-title { font-family: var(--serif); font-size: clamp(1rem, 1.2vw, 1.1rem); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #C75F62; margin-bottom: 8px; }
.ia-perf-heading { border-left: 4px solid #C75F62; padding-left: 24px; margin-bottom: 32px; }
.ia-perf-sub { font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 3rem); color: var(--plum); font-weight: 400; line-height: 1.45; margin: 0; }
.ia-perf-sub--accent { color: #C75F62; font-style: italic; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.ia-perf-box {
  display: flex; flex-direction: column; gap: 8px;
  background: rgba(199,95,98,.07); border-radius: 16px;
  padding: 24px 32px; margin-top: 24px;
}
.ia-perf-accent { color: var(--rose); font-weight: 700; font-style: italic; }
.ia-perf-body p { font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 400; line-height: 1.45; color: var(--plum); margin: 0; }
.ia-perf-stat { display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.ia-perf-num { font-family: var(--serif); font-size: clamp(4rem, 7vw, 6.5rem); font-weight: 700; color: #C75F62; line-height: 1; flex-shrink: 0; }
.ia-perf-stat-label { font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.4rem); font-weight: 400; color: var(--plum); line-height: 1.4; white-space: normal; }

.roi-section { background: var(--ivory); padding: clamp(64px, 8vw, 96px) 0; border-top: 1px solid rgba(93,47,55,.1); margin-top: 32px; }
.roi-intro { font-family: var(--sans); font-size: clamp(1rem, 2.46vw, 1.94rem); font-weight: 400; color: var(--text); max-width: 900px; margin: 16px auto 48px; line-height: 1.55; text-align: center; white-space: normal; }
.roi-card {
  background: var(--white); border: 2px solid rgba(99,59,74,.12);
  border-radius: 24px; padding: clamp(28px, 5vw, 52px);
  max-width: 760px; margin: 0 auto;
  box-shadow: 0 12px 48px rgba(99,59,74,.1);
}
.roi-sliders { display: flex; flex-direction: column; gap: 28px; margin-bottom: 36px; }
.roi-sh { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.roi-sh label { font-size: 1rem; color: var(--text); font-weight: 600; }
.roi-sv { font-family: var(--serif); font-size: 1.4rem; color: var(--rose); font-weight: 700; }
.roi-range {
  width: 100%; -webkit-appearance: none; appearance: none;
  height: 4px; background: rgba(99,59,74,.18); border-radius: 2px; outline: none; cursor: pointer;
}
.roi-range::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px;
  background: var(--rose); border-radius: 50%;
  box-shadow: 0 2px 10px rgba(199,95,98,.45); cursor: pointer; transition: transform .15s;
}
.roi-range::-webkit-slider-thumb:hover { transform: scale(1.18); }
.roi-range::-moz-range-thumb { width: 22px; height: 22px; background: var(--rose); border-radius: 50%; border: none; cursor: pointer; }
.roi-sm { display: flex; justify-content: space-between; font-size: .6rem; color: var(--grey); margin-top: 5px; }
.roi-outputs { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 14px; margin-bottom: 22px; }
.roi-chip { background: var(--ivory); border: 1px solid rgba(99,59,74,.1); border-radius: 14px; padding: 18px 12px; text-align: center; }
.roi-chip--hero { background: var(--plum); border: none; }
.roi-chip-lbl { display: block; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--plum); font-weight: 600; margin-bottom: 8px; }
.roi-chip-val { font-family: var(--serif); font-size: 1.6rem; color: var(--plum); display: block; }
.roi-chip--hero .roi-chip-lbl { color: rgba(246,241,235,.6); }
.roi-chip--hero .roi-chip-val { font-size: 2.1rem; color: var(--white); }
.roi-disclaimer { font-size: .9rem; color: var(--grey); text-align: center; margin-bottom: 28px; font-style: italic; }
.roi-cta { text-align: center; }
@media (max-width: 620px) {
  .roi-outputs { grid-template-columns: 1fr; }
  .roi-chip--hero { order: -1; }
}

/* ════════════════════════════════════════════════════
   AGENTS IA — Carousel
════════════════════════════════════════════════════ */
.agents-section {
  background: var(--ivory);
  padding: 5.5rem 0 3.5rem;
  overflow: hidden;
}
.section-divider {
  display: flex; align-items: center; gap: 16px;
  max-width: var(--max); margin: 0 auto; padding: 0 24px 48px;
}
.section-divider-line {
  flex: 1; height: 1px; background: var(--plum); opacity: .18;
}
.section-divider-dot {
  font-size: .55rem; color: var(--plum); opacity: .4; letter-spacing: 0;
}

.agents-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.3rem 2rem;
}
.agents-divider-line {
  flex: 1;
  max-width: 120px;
  height: 1.5px;
  background: var(--plum);
  opacity: .35;
}
.agents-divider-dot {
  color: var(--plum);
  font-size: 1.1rem;
  opacity: .5;
}
.agents-team-caption-block {
  text-align: center;
  padding: 0 1.5rem 1.2rem;
}
.agents-team-badge-pill {
  display: inline-block;
  background: rgba(199,95,98,.16);
  border: 1.5px solid rgba(199,95,98,.65);
  border-radius: 2rem;
  padding: .35rem 1.1rem;
  color: var(--rose);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .08em;
  margin-top: 1rem;
}
.agents-team-title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.5vw, 4.4rem);
  color: var(--plum);
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.1;
}
.agents-team-tc { color: var(--rose); }
.agents-team-sub {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--rose);
  font-style: italic;
}
.agents-header {
  text-align: center;
  padding: 0 1.5rem 0.5rem;
}
.agents-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(199,95,98,.16);
  border: 1.5px solid rgba(199,95,98,.65);
  border-radius: 2rem;
  padding: .42rem 1.3rem;
  color: var(--rose);
  font-size: .95rem;
  font-weight: 800;
  -webkit-text-stroke: .3px currentColor;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 14px rgba(199,95,98,.2);
}
.agents-badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rose);
  animation: agents-pulse 1.6s ease-in-out infinite;
}
@keyframes agents-pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.4; transform:scale(.75); }
}
.agents-title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.5vw, 4.4rem);
  color: var(--deep);
  margin-bottom: .8rem;
  line-height: 1.1;
  white-space: normal;
  display: inline-block;
  border-left: 4px solid #C75F62;
  padding-left: 20px;
}
.agents-rose { color: var(--rose); }
.agents-plum { color: #633B4A; }
@media (max-width: 640px) {
  .agents-title { font-size: clamp(1.5rem, 5vw, 2rem); }
}
.agents-sub {
  color: rgba(61,30,42,.58);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.5;
}
.agents-team-photo {
  display: flex;
  justify-content: center;
  padding: 0 2rem;
  margin-top: -1rem;
  position: relative;
  isolation: isolate;
}
.agents-team-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ivory);
  z-index: 0;
}
.agents-team-photo img,
.agents-team-photo canvas {
  max-width: 460px;
  width: 72%;
  border-radius: 0;
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
}

/* Track */
.agents-track-outer {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: .5rem 0 1.5rem;
  cursor: grab;
  scroll-padding-left: 1.5rem;
  max-width: 100vw;
}
.agents-track-outer:active { cursor: grabbing; }
.agents-track-outer::-webkit-scrollbar { height: 3px; }
.agents-track-outer::-webkit-scrollbar-track { background: rgba(99,59,74,.06); }
.agents-track-outer::-webkit-scrollbar-thumb { background: var(--rose); border-radius: 2px; }

.agents-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  /* premier card aligné à gauche */
  padding: 0 1.5rem;
}

/* Card */
.agent-card {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 420px;
  background: transparent;
  border: none;
  border-radius: 1.25rem;
  overflow: hidden;
  display: block;
  box-shadow: 0 4px 24px rgba(99,59,74,.12);
  transition: transform .3s, box-shadow .3s;
}
/* RH card : image pleine carte, épaule gauche sort du cadre */
.agent-card--rh {
  overflow: visible;
  background: transparent;
  box-shadow: none;
  border: none;
}
.agent-card--rh .agent-img {
  overflow: visible;
}
.agent-card--rh .agent-img img {
  width: 100%;
  margin-left: 0;
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px rgba(99,59,74,.18);
}

.agent-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(99,59,74,.2);
}

/* Image pane — full card */
.agent-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 2;
  background: #3d2030;
}
.agent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: normal;
}
/* No overlay gradient */
.agent-img::after {
  display: none;
}
/* Général : décale vers le bas pour aligner le bord prune avec le commercial */
.agent-card:first-child .agent-img img {
  transform: translateY(4px);
}
/* Marketing : prune trop haut → décale vers le bas pour aligner les 3 tops */
.agent-card:nth-child(3) .agent-img img {
  transform: translateY(3px);
}
/* Facturation */
.agent-card:nth-child(6) .agent-img {
  background: #3d2030;
}
.agent-card:nth-child(6) .agent-img img {
  mix-blend-mode: normal;
}

/* Soon placeholder */
.agent-img--soon {
  background: rgba(99,59,74,.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.agent-soon-icon {
  font-size: 2.5rem;
  color: rgba(199,95,98,.4);
  user-select: none;
}

/* Body — hidden: content is inside the image */
.agent-body {
  display: none;
}
.agent-eyebrow-txt {
  font-size: .72rem;
  color: rgba(61,30,42,.4);
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: .05rem;
}
.agent-name {
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.12;
  color: var(--deep);
  margin-bottom: .5rem;
}
.agent-name span { color: var(--rose); display: block; }
.agent-divider {
  width: 1.75rem;
  height: 2px;
  background: var(--rose);
  margin-bottom: .7rem;
  border-radius: 1px;
}
.agent-desc {
  font-size: .8rem;
  color: rgba(61,30,42,.58);
  line-height: 1.5;
  margin-bottom: .8rem;
}
.agent-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.agent-feats li {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .78rem;
  color: var(--deep);
  font-weight: 500;
}
.agent-arr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--rose);
  color: var(--rose);
  font-size: .65rem;
  flex-shrink: 0;
  line-height: 1;
}

/* Nav dots */
.agents-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .55rem;
  padding: 1.25rem 0 .5rem;
}
.agents-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(99,59,74,.18);
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0;
}
.agents-dot.active {
  background: var(--rose);
  transform: scale(1.3);
}

/* Arrow buttons */
.agents-cta-block {
  text-align: center; padding: 0 1.5rem 1.2rem;
}
.agents-cta-title {
  font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 4.4rem);
  font-weight: 700; letter-spacing: -.01em; color: var(--plum); margin: 0 0 4px;
  line-height: 1.1;
}
.agents-cta-lead {
  font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700; font-style: italic; color: var(--plum); margin-bottom: 12px;
}
.agents-cta-sub {
  font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 400; color: var(--plum); line-height: 1.5; margin-bottom: 48px;
}
.agents-cta-track-outer {
  margin-bottom: 16px;
}
.agents-cta-img-slot {
  width: 420px;
  aspect-ratio: 3 / 2;
  background: rgba(93,47,55,.06);
  overflow: hidden;
  display: block;
}
.agents-cta-img-slot img {
  width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
}
.agents-cta-img-slot:nth-child(3) img {
  object-position: left;
}

.agents-arrows {
  display: flex;
  justify-content: center;
  gap: .9rem;
  padding-bottom: .5rem;
}
.agents-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(199,95,98,.35);
  background: transparent;
  color: var(--rose);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
}
.agents-arrow:hover {
  background: rgba(199,95,98,.15);
  border-color: var(--rose);
}
.agents-arrow:disabled {
  opacity: .3;
  cursor: default;
}

@media (max-width: 640px) {
  .agent-card { width: 310px; height: auto; min-height: 0; }
  .agent-name { font-size: 1.25rem; }
  .agents-track { padding: 0 1rem; }
}

/* ── Double-chevron arrow ────────────────────────────────────── */
.btn-arr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  flex-shrink: 0;
}
.btn-arr svg {
  width: 18px;
  height: 14px;
  display: block;
}

/* ── Newsletter ─────────────────────────────────────────────── */
.newsletter-section {
  background: var(--plum);
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}
.newsletter-section .wrap {
  max-width: 1100px;
}
.newsletter-section::before,
.newsletter-section::after {
  display: none;
}
.nl-section-label {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #C75F62;
  margin: 0 0 48px;
}
.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 100px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.newsletter-content {
  display: flex;
  flex-direction: column;
}
/* Left column */
.nl-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  opacity: 1 !important;
  background: rgba(255,255,255,.09) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 40px !important;
  padding: 9px 20px !important;
  color: rgba(255,255,255,.92) !important;
  font-size: .74rem !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  margin-bottom: 36px !important;
}
.nl-filet {
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,.45);
  flex-shrink: 0;
  margin-top: 22px;
  margin-bottom: 36px;
}
.newsletter-content h2 {
  color: rgba(255,255,255,.92);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
  line-height: 1.42;
  margin: 0;
  font-weight: 400;
  font-style: italic;
}
.nl-title-num {
  font-size: 1.45em;
  line-height: 1.15;
  color: #fff;
  display: inline;
  vertical-align: baseline;
}
.newsletter-content > p {
  color: rgba(255,255,255,.7);
  font-size: 1.02rem;
  line-height: 1.78;
  margin-bottom: 30px;
}
.nl-accroche {
  color: rgba(255,255,255,.92) !important;
  font-size: 1.12rem !important;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 20px !important;
}
.nl-body {
  color: rgba(255,255,255,.62) !important;
  font-size: .95rem !important;
  line-height: 1.88;
  margin-bottom: 0 !important;
}
.newsletter-perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.newsletter-perks li {
  color: rgba(255,255,255,.9);
  font-size: .97rem;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
}
.nl-bullet {
  color: var(--rose);
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: -.12em;
  flex-shrink: 0;
  line-height: 1;
}
/* Right column — glass card */
.newsletter-form-wrap {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  padding: 36px 40px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  align-self: center;
}
/* Lead magnet box */
.newsletter-magnet {
  background: rgba(199,95,98,.14);
  border: 1.5px solid rgba(199,95,98,.5);
  border-radius: 14px;
  padding: 28px 24px 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.nl-magnet-num {
  font-family: var(--serif);
  font-size: 5.6rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.02em;
}
.nl-magnet-word {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #C75F62;
  margin-top: -6px;
}
.nl-magnet-guide {
  font-size: .8rem;
  color: rgba(255,255,255,.5);
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 300;
}
/* ── Box lead magnet (section prune) ───────────────────────── */
.nl-box {
  background: rgba(255,255,255,.055);
  border-top: 2px solid rgba(199,95,98,.58);
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 14px;
  padding: 40px 52px 42px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  align-self: start;
}
.nl-box-title {
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.08;
  margin: 0 0 20px;
}
/* Grand "5 / ESSENTIELS" typographique */
.nl-box-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 36px;
}
.nl-hero-num {
  font-family: var(--serif);
  font-size: 9rem;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  letter-spacing: -.03em;
  padding-bottom: 12px;
}
.nl-hero-word {
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #C75F62;
  margin-top: 20px;
}
.nl-box-lead {
  font-size: 1.08rem;
  color: rgba(255,255,255,.7);
  line-height: 1.92;
  margin: 0 0 28px;
}
.nl-ia { color: rgba(199,95,98,.82); }
.nl-box-body {
  margin: 0 0 36px;
  text-align: center;
}
.nl-box-body p {
  font-family: var(--serif);
  font-size: 1.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.52;
  margin: 0;
  color: rgba(255,255,255,.94);
}
.nl-box-body p:last-child {
  color: rgba(255,255,255,.94);
  font-size: 1.22rem;
  margin-bottom: 0;
}
.nl-box-cta {
  display: block !important;
  width: auto !important;
  white-space: nowrap !important;
  margin: 0 auto !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: .04em !important;
  padding: 15px 40px !important;
  border-radius: 50px !important;
  background: #C75F62 !important;
  color: #FAF6F2 !important;
  border: none !important;
}
.nl-box-trust {
  font-size: .88rem;
  color: rgba(255,255,255,.88);
  text-align: center;
  margin-top: 18px;
  line-height: 1.65;
  letter-spacing: .01em;
}
.nl-box-form {
  display: none;
}
.nl-form-back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  color: rgba(255,255,255,.62);
  font-size: .68rem;
  font-family: var(--sans);
  letter-spacing: .07em;
  cursor: pointer;
  padding: 5px 11px;
  margin-bottom: 22px;
  transition: color .2s, border-color .2s;
}
.nl-form-back:hover {
  color: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.45);
}
/* Champs du formulaire reveal (fond sombre) */
.nl-gate-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.nl-gate-field label {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.52);
}
.nl-req {
  color: #C75F62 !important;
  margin-left: 4px;
  font-size: 1.15em;
  font-weight: 700;
  vertical-align: top;
  letter-spacing: 0;
  line-height: 1.2;
}
.nl-gate-field input {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(199,95,98,.55);
  border-radius: 10px;
  padding: 13px 18px;
  color: #fff;
  font-size: .92rem;
  font-family: var(--sans);
  outline: none;
  transition: border-color .22s, background .22s;
  width: 100%;
}
.nl-gate-field input::placeholder { color: rgba(255,255,255,.32); }
.nl-gate-field input:focus {
  border-color: #C75F62;
  background: rgba(255,255,255,.1);
}
.nl-gate-field input.err { border-color: #C75F62; }
/* Left-side bullets (dark bg) */
.nl-bullets {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nl-bullets li {
  font-size: .9rem;
  color: rgba(255,255,255,.85);
  padding-left: 22px;
  position: relative;
  line-height: 1.45;
}
.nl-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #C75F62;
  font-weight: 700;
  font-size: .82em;
}
/* Thèmes éditoriaux (remplace nl-bullets) */
.nl-themes {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.nl-themes li {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 300;
  color: rgba(255,255,255,.58);
  letter-spacing: .24em;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  padding-left: 0;
}
/* Checklist gauche (remplace nl-themes) */
.nl-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.nl-checklist li {
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255,255,255,.82);
  letter-spacing: .02em;
  line-height: 1.4;
  padding-left: 32px;
  position: relative;
}
.nl-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #C75F62;
  font-weight: 700;
  font-size: 1.08em;
  line-height: 1.4;
}
/* Form */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.newsletter-form input {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 11px;
  padding: 14px 18px;
  color: #fff;
  font-size: .93rem;
  font-family: var(--sans);
  outline: none;
  transition: border-color .22s, background .22s, box-shadow .22s;
  width: 100%;
}
.newsletter-form input::placeholder {
  color: rgba(255,255,255,.55);
}
.newsletter-form input:focus {
  border-color: var(--rose);
  background: rgba(255,255,255,.1);
  box-shadow: 0 0 0 3px rgba(199,95,98,.15);
}
.nl-submit {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
  background: #C75F62 !important;
  color: #FAF6F2 !important;
  font-size: .92rem !important;
  font-weight: 600 !important;
  letter-spacing: .07em !important;
  padding: 16px 24px !important;
}
.nl-submit:hover {
  background: #a84e51 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(199,95,98,.35);
}
.newsletter-trust {
  margin-top: 16px;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
  text-align: center;
  line-height: 1.65;
}
@media (max-width: 920px) {
  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .newsletter-section { padding: 80px 0; }
}

/* ================================================================
   RESPONSIVE MOBILE & TABLETTE — EXEC'IA
   Breakpoints: tablette ≤ 1024px · mobile ≤ 768px · petit mobile ≤ 480px
   ================================================================ */

/* ── TABLETTE (≤ 1024px) ── */
@media (max-width: 1024px) {
  /* Nav */
  .nav-links { gap: 18px; }
  .nav-links a { font-size: .72rem; }

  /* Hero */
  .hero-wrap { padding: 48px 24px 32px; gap: 32px; }
  .hero-left { padding-right: 32px; }
  .hero-tagline { white-space: normal; }
  .hero-sub, .hero-sub2 { font-size: clamp(1.3rem, 2.2vw, 1.8rem); }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .pillars { flex-direction: row; flex-wrap: wrap; gap: 16px; }
  .pillar { flex: 1 1 calc(50% - 8px); }

  /* Expertise */
  .cards-grid { grid-template-columns: 1fr 1fr; gap: 16px; }

  /* Timeline */
  .timeline { padding-left: 120px; }
  .tl-date { width: 100px; font-size: .7rem; }

  /* Témoignages */
  .testi-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .testi { padding: 32px 28px; }

  /* Stats */
  .ss-grid { gap: 16px; }

  /* Agents */
  .agents-track-outer { padding: .5rem 0 1rem; scroll-padding-left: 16px; }
}

/* ── MOBILE (≤ 768px) ── */
@media (max-width: 768px) {

  /* Fix overflow global — LE PLUS IMPORTANT */
  html { overflow-x: clip !important; }
  body { overflow-x: hidden !important; max-width: 100vw; }
  *, *::before, *::after { max-width: 100% !important; box-sizing: border-box; }

  /* Supprimer tous les white-space:nowrap sur mobile */
  .hero-tagline, .hero-sub, .hero-sub2, .testi-intro,
  .ia-perf-stat-label, .roi-intro, .offre-decouverte-btn,
  .agents-cta-title, .xcard-tag, .tl-date, .pillar p,
  .contact-meta, .footer-copy { white-space: normal !important; }

  /* Navigation mobile */
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-in { padding: 0 20px; }
  #nav { height: 64px; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: fixed; top: 64px; left: 0; right: 0; width: 100vw;
    background: rgba(252,252,250,.98); backdrop-filter: blur(20px);
    padding: 24px 24px 32px; gap: 20px; z-index: 998;
    border-bottom: 1px solid rgba(99,59,74,.1);
    box-shadow: 0 8px 32px rgba(99,59,74,.1);
  }
  .nav-links.open a { font-size: .9rem; max-width: none !important; }
  .nav-langs { gap: 4px; }
  .nav-lang { padding: 3px 8px; font-size: .65rem !important; }

  /* Hero mobile */
  .hero-wrap {
    flex-direction: column;
    padding: calc(64px + 24px) 20px 32px;
    width: 100%; overflow: hidden;
  }
  .hero-left { padding-right: 0; width: 100%; }
  .hero-tagline { font-size: 1rem; }
  .hero-sub { font-size: 1.3rem !important; }
  .hero-sub2 { font-size: 1.1rem !important; }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 12px; width: 100%; }
  .hero-cta .btn { text-align: center; justify-content: center; font-size: .88rem; padding: 14px 20px; width: 100%; }
  .hero-location { font-size: 1rem; }
  .hero-left h1 { font-size: 1.5rem; justify-content: center; }

  /* Sections */
  section { padding: 56px 0; overflow: hidden; }
  .wrap { padding: 0 20px; }
  .section-title { font-size: clamp(1.6rem, 5.5vw, 2.2rem); margin-bottom: 32px; }
  .about-section-title { font-size: clamp(1.8rem, 6vw, 2.4rem) !important; }
  .expertise-section-title { font-size: clamp(1.6rem, 5.5vw, 2rem) !important; }
  .offres-section-title { font-size: clamp(1.8rem, 6vw, 2.4rem) !important; }
  .offres-subtitle { font-size: 1rem; }

  /* Titres sections avec surspécificité — reset mobile */
  .ia-performance-section .section-title,
  .ce-que-section .section-title,
  .parcours-header-text .section-title { font-size: clamp(1.7rem, 6vw, 2.2rem) !important; }

  /* Hero eyebrow — empêche le retour à la ligne */
  .hero-eyebrow { font-size: .68rem !important; letter-spacing: .13em !important; }

  /* Hero clarif — texte italique trop grand */
  .hero-clarif { font-size: .95rem !important; margin-top: 14px !important; }

  /* Vrai Enjeu — titres et body surdimensionnés */
  .vrai-enjeu-title { font-size: clamp(1.7rem, 6vw, 2.2rem) !important; margin-bottom: 24px !important; }
  .vrai-enjeu-body { font-size: 1rem !important; line-height: 1.65 !important; margin-bottom: 16px !important; }
  .vrai-enjeu-accent { font-size: 1.05rem !important; line-height: 1.6 !important; }
  .vrai-enjeu-section { padding: 56px 0 !important; }

  /* Pourquoi conclusion */
  .pourquoi-conclusion { font-size: clamp(1.2rem, 4.5vw, 1.6rem) !important; padding: 18px 18px !important; }

  /* Stats strip mobile — tous les 5 visibles */
  .stats-strip { overflow: hidden; }
  .ss-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px; width: 100%;
  }
  .ss-item { padding: 14px 6px; }
  .ss-num { font-size: 1.4rem; }
  .ss-label { font-size: .58rem; }

  /* Performance */
  .ia-perf-stat { flex-direction: column; gap: 6px; align-items: flex-start; }
  .ia-perf-stat-label { font-size: 1.05rem; }
  .roi-intro { font-size: 1rem; }
  .roi-card { padding: 20px 16px; }
  .roi-outputs { grid-template-columns: 1fr; }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .pillars { flex-direction: column !important; gap: 12px !important; height: auto !important; min-height: 0 !important; justify-content: flex-start !important; }
  .pillar { grid-template-columns: 36px 1fr !important; flex: 0 0 auto !important; min-height: 0 !important; }
  .pillar-icon svg { width: 36px !important; height: 24px !important; max-width: 36px !important; }

  /* Expertise */
  .cards-grid { grid-template-columns: 1fr; }
  .xcard { padding: 22px 18px; }

  /* Timeline mobile */
  .timeline { padding-left: 20px; overflow: hidden; }
  .timeline::before { left: 0; }
  .tl-item { padding-left: 20px; }
  .tl-item::before { left: -8px; }
  .tl-date { position: static; margin: 0 0 6px; text-align: left; width: auto; }
  .tl-item h3 { font-size: 1.2rem; }
  .tl-intro { font-size: 1rem !important; white-space: normal !important; }

  /* Parcours header */
  .parcours-header { flex-direction: column-reverse; gap: 24px; align-items: center; text-align: center; }
  .parcours-photo { width: 120px; height: 120px; }

  /* Témoignages */
  .testi-grid { grid-template-columns: 1fr; gap: 16px; }
  .testi { padding: 24px 16px; overflow: hidden; }
  .testi-q-close { margin-right: 0; }
  .testi-intro { font-size: .95rem; }
  .testi-tag { font-size: .72rem; padding: 5px 14px; }

  /* Offres */
  .offres-grid { grid-template-columns: 1fr; gap: 16px; }
  .offres-grid-4 { grid-template-columns: 1fr; gap: 16px; }
  .offre-card { padding: 24px 18px; }
  .offre-decouverte { flex-direction: column; gap: 20px; }
  .offre-decouverte-btn { text-align: center; white-space: nowrap !important; }
  .offre-card .btn { word-break: break-word; text-align: center !important; justify-content: center !important; display: flex !important; width: 100% !important; box-sizing: border-box !important; }

  /* IA Performance body — clamp min trop grand */
  .ia-perf-body p { font-size: 1.05rem !important; line-height: 1.55 !important; }
  .ia-perf-stat-label { font-size: 1rem !important; }
  .ia-perf-num { font-size: clamp(2.8rem, 10vw, 4rem) !important; }

  /* Pourquoi section */
  .pourquoi-intro { font-size: 1.1rem !important; margin-bottom: 24px !important; }
  .pourquoi-list li { font-size: .95rem !important; }

  /* Ce que vous obtenez — intro trop grand + layout liste cassé */
  .ce-que-intro { font-size: 1.05rem !important; }
  .ce-que-list li { display: block !important; font-size: .95rem !important; }
  .ce-que-list li .cq-arr { display: inline !important; margin-right: 6px !important; }

  /* À propos — about-lede trop grand + formation-list flex brisé sur mobile */
  .about-lede { font-size: .95rem !important; }
  .about-body p { font-size: .92rem !important; line-height: 1.65 !important; }
  .formation-list li { display: block !important; font-size: 1rem !important; }
  .fl-rose { font-size: 1rem !important; }
  .fl-star { margin-right: 4px; }

  /* Tools strip */
  .tools-strip-logos { gap: 14px; flex-wrap: wrap; justify-content: center; }
  .tool-logo-wrap { width: 44px; height: 44px; }

  /* Agents */
  .agent-card { min-width: 82vw; }
  .agent-img { width: 100% !important; } /* annule la règle 640px qui écrase à 38% */
  .agents-header, .agents-team-caption-block, .agents-cta-block { padding: 0 20px; }
  .agents-title { font-size: clamp(1.4rem, 5vw, 1.9rem) !important; }
  .agents-team-title { font-size: clamp(1.7rem, 6vw, 2.2rem) !important; }
  .agents-team-sub { font-size: clamp(1.2rem, 4.5vw, 1.6rem) !important; }

  /* Newsletter */
  .newsletter-inner { padding: 0; }

  /* Contact */
  .contact-btns { flex-direction: column; gap: 12px; align-items: stretch; }
  .contact-btns .btn { text-align: center; justify-content: center; }

  /* Footer */
  footer { padding: 40px 20px; }
  .footer-nav { flex-wrap: wrap; gap: 12px; justify-content: center; }
  .footer-copy { font-size: .7rem; word-break: break-word; line-height: 2; }
  .footer-copy-br { display: block; }
}

/* ── TABLETTE (exactement 768px) — corrections ciblées ── */
@media (min-width: 640px) and (max-width: 768px) {
  /* CTA boutons — ne pas étirer sur toute la largeur tablette */
  .hero-cta { flex-direction: row !important; flex-wrap: wrap !important; align-items: center !important; justify-content: center !important; width: auto !important; gap: 12px !important; }
  .hero-cta .btn { width: auto !important; min-width: 200px; }
  .contact-btns { flex-direction: row !important; justify-content: center !important; align-items: center !important; flex-wrap: wrap !important; }
  .contact-btns .btn { width: auto !important; min-width: 220px; }

  /* Stats grid — 2×2 au lieu de 3+1 */
  .ss-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .ss-item:nth-child(5) { grid-column: span 2; }

  /* Pillars — 2 colonnes sur tablette */
  .pillars { flex-direction: row !important; flex-wrap: wrap !important; gap: 16px !important; height: auto !important; }
  .pillar { flex: 1 1 calc(50% - 8px) !important; min-width: 0; }

  /* Offres — 2 colonnes */
  .offres-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .offre-card .btn { width: 100% !important; }
}

/* ── PETIT MOBILE (≤ 480px) ── */
@media (max-width: 480px) {
  .hero-sub { font-size: 1.2rem; }
  .hero-sub2 { font-size: 1.05rem; }
  .ss-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .ss-item:nth-child(5) { grid-column: span 2; }
  .hero-cta .btn { font-size: .82rem; padding: 13px 18px; }
  .btn-lg { font-size: .85rem; padding: 14px 28px; }
  .xcard { padding: 22px 18px; }
  .testi { padding: 22px 18px; }
  .offre-card { padding: 22px 18px; }
  .section-title { font-size: clamp(1.6rem, 5.5vw, 2.2rem); }
  .nav-logo-full { height: 34px; }
  .agents-cta-title { font-size: clamp(1.6rem, 5vw, 2.2rem); }
}

/* ─── HERO CLARIFICATION PHRASE ─────────────────────────── */
.hero-clarif {
  font-family: var(--sans);
  font-size: clamp(1.38rem, 2.21vw, 1.8rem);
  font-weight: 400;
  color: rgba(99,59,74,.72);
  line-height: 1.65;
  margin-top: 20px;
  font-style: italic;
  letter-spacing: .015em;
  animation: slideup .9s var(--ease) .48s both;
}

/* ─── CE QUE VOUS OBTENEZ ────────────────────────────────── */
.ce-que-section { padding: clamp(64px, 8vw, 104px) 0; background: var(--white); }
.ce-que-inner { max-width: 900px; }
.ce-que-section .section-title { font-size: clamp(2.8rem, 4.8vw, 4.2rem); }
.ce-que-intro {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.64vw, 2.31rem);
  color: var(--plum);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 28px;
  line-height: 1.5;
}
.ce-que-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ce-que-list li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  font-weight: 400;
  color: var(--text);
  line-height: 1.55;
}
.cq-arr {
  color: var(--rose);
  font-weight: 600;
  flex-shrink: 0;
  font-size: 1.2rem;
}
.ce-que-list li strong {
  font-weight: 700;
  color: var(--plum);
}

/* ─── LE VRAI ENJEU ──────────────────────────────────────── */
.vrai-enjeu-section {
  background: var(--plum);
  padding: clamp(104px, 13vw, 152px) 0 clamp(48px, 6vw, 72px);
}
.vrai-enjeu-section + section { padding-top: clamp(40px, 5vw, 56px); }
.vrai-enjeu-inner { max-width: 1100px; }
.vrai-enjeu-title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.15;
  margin-bottom: 40px;
  letter-spacing: -.01em;
}
.vrai-enjeu-body {
  font-size: clamp(1.35rem, 1.9vw, 1.7rem);
  color: rgba(246,241,235,.88);
  line-height: 1.75;
  margin-bottom: 32px;
  font-weight: 300;
}
.vrai-enjeu-accent {
  font-family: var(--serif);
  font-size: clamp(1.61rem, 2.53vw, 2.3rem);
  font-style: italic;
  color: var(--ivory);
  line-height: 1.5;
}
.vrai-enjeu-section .ia-perf-box {
  background: rgba(246,241,235,.1);
  border: 1px solid rgba(246,241,235,.2);
}

/* ─── POURQUOI LES PROJETS IA DÉCÈVENT ──────────────────── */
.pourquoi-section { padding: clamp(64px, 8vw, 104px) 0; }
.pourquoi-inner { max-width: 1000px; }
.pourquoi-intro {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  color: var(--plum);
  font-style: italic;
  margin-bottom: 40px;
  line-height: 1.55;
}
.pourquoi-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}
.pourquoi-list li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 400;
  color: var(--text);
  line-height: 1.55;
}
.pq-arr {
  color: var(--rose);
  font-weight: 600;
  flex-shrink: 0;
}
.pourquoi-conclusion {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 3rem);
  color: var(--rose);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 16px;
  padding: 24px 32px;
  background: rgba(199,95,98,.07);
  border-radius: 4px;
}

/* ─── PARCOURS DIFF ──────────────────────────────────────── */
.tl-intro--diff {
  color: var(--rose);
  font-weight: 500;
  white-space: normal;
}

/* ─── LEAD MAGNET ────────────────────────────────────────── */
.lm-section {
  background: var(--ivory);
  padding: 100px 0;
}
.lm-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: center;
}
.lm-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 400;
  line-height: 1.18;
  color: var(--plum);
  margin: 14px 0 20px;
}
.lm-subtitle {
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--plum);
  font-weight: 400;
  max-width: 460px;
  margin: 0 0 26px;
}
.lm-desc {
  font-size: .95rem;
  line-height: 1.78;
  color: var(--grey);
  max-width: 460px;
  margin-bottom: 16px;
}
.lm-desc--cta {
  margin-bottom: 30px;
}
.lm-identify-label {
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rose);
  margin: 0 0 14px;
}
.lm-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lm-bullets li {
  font-size: .87rem;
  color: var(--plum);
  font-weight: 400;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.lm-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--rose);
  font-weight: 600;
  font-size: .82em;
}
.lm-card {
  background: var(--white);
  border-radius: 4px;
  box-shadow: 0 4px 48px rgba(99,59,74,.10);
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.lm-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lm-card-label {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--grey);
}
.lm-card-divider {
  width: 28px;
  height: 1px;
  background: var(--rose);
  flex-shrink: 0;
}
.lm-card-quarter {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--rose);
}
.lm-card-title {
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 400;
  color: var(--plum);
  line-height: 1.08;
  margin: 0;
}
.lm-card-sub {
  font-size: .80rem;
  color: var(--grey);
  font-weight: 300;
  line-height: 1.55;
}
.lm-btn {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  font-size: .75rem;
  letter-spacing: .14em;
  line-height: 1.55;
  cursor: pointer;
  border: none;
  padding: 14px 24px;
}
/* Gate overlay */
.lm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(30,10,20,.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s;
  padding: 20px;
}
.lm-overlay.open { opacity: 1; pointer-events: all; }
.lm-modal {
  background: var(--white);
  border-radius: 4px;
  padding: 48px 44px;
  width: 100%;
  max-width: 488px;
  position: relative;
  transform: translateY(18px);
  transition: transform .22s;
  max-height: 92vh;
  overflow-y: auto;
}
.lm-overlay.open .lm-modal { transform: translateY(0); }
.lm-modal-close {
  position: absolute;
  top: 16px; right: 18px;
  background: none; border: none;
  font-size: 1.5rem; color: var(--grey);
  cursor: pointer; line-height: 1; padding: 4px 8px;
  transition: color .15s;
}
.lm-modal-close:hover { color: var(--plum); }
.lm-modal-eyebrow {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 10px;
}
.lm-modal-title {
  font-family: var(--serif);
  font-size: 1.95rem;
  font-weight: 400;
  color: var(--plum);
  line-height: 1.22;
  margin-bottom: 28px;
}
.lm-modal-title em { font-style: italic; }
.lm-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.lm-field label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--plum);
}
.lm-req { color: var(--rose); margin-left: 2px; }
.lm-field input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid rgba(99,59,74,.22);
  border-radius: 3px;
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 300;
  color: var(--text);
  background: var(--white);
  outline: none;
  transition: border-color .18s;
}
.lm-field input:focus { border-color: var(--rose); }
.lm-field input.err { border-color: var(--rose); background: rgba(199,95,98,.04); }
.lm-global-err {
  font-size: .8rem;
  color: var(--rose);
  min-height: 1.3em;
  margin: 0 0 14px;
}
.lm-api-err {
  font-size: .8rem;
  color: var(--rose);
  min-height: 1.3em;
  margin-top: 12px;
  text-align: center;
}
.lm-submit {
  width: 100%;
  cursor: pointer;
  border: none;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 24px;
  transition: opacity .2s;
}
.lm-submit:disabled { opacity: .55; cursor: wait; }
@media (max-width: 860px) {
  .lm-inner { grid-template-columns: 1fr; gap: 44px; }
  .lm-card { padding: 36px 28px; }
  .lm-modal { padding: 40px 24px; }
}
