/* ═══════════════════════════════════════════════════════
   VILLAS ET BOIS — CSS COMMUN
   Toutes les pages partagent ce fichier.
   Le CSS d'accentuation couleur est overridé inline par page.
═══════════════════════════════════════════════════════ */

/* ─── VARIABLES ─────────────────────────────────────────────── */
:root {
  --green:       #AACC22;
  --green-mid:   #C0E030;
  --green-pale:  #F2F8DC;
  --green-dark:  #4A5C10;
  --pink:        #AACC22;
  --pink-hover:  #8AAF14;
  --pink-pale:   #F2F8DC;
  --bg:          #F7F3EE;
  --bg-section:  #EDE5D8;
  --bg-mid:      #C0B0A0;
  --bg-dark:     #2A2520;
  --surface:     #FAF8F5;
  --dark:        #3E3328;
  --text:        #3E3328;
  --light:       #8A7868;
  --taupe:       #C0B0A0;
  --border:      #D8CCBC;
  --white:       #FFFFFF;
  --gold:        #AACC22;
  --gold-pale:   #F2F8DC;
  --radius:      6px;
  --radius-lg:   14px;
  --shadow-sm:   0 2px 10px rgba(0,0,0,.06);
  --shadow:      0 6px 28px rgba(0,0,0,.09);
  --shadow-lg:   0 16px 56px rgba(0,0,0,.12);
  --transition:  .2s ease;
  --font:        'Inter', system-ui, -apple-system, sans-serif;
  --font-heading:'Manrope', system-ui, sans-serif;
  --max-w:       1180px;
}

/* ─── RESET & BASE ──────────────────────────────────────────── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; zoom: 1.1; }
body { font-family: var(--font); font-size: 16px; line-height: 1.65; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img  { display: block; max-width: 100%; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button,input,select,textarea { font: inherit; }

/* ─── HELPERS ───────────────────────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section    { padding: 52px 0; }
.section--alt   { background: var(--bg-section); }
.section--dark  { background: var(--bg-dark); color: rgba(255,255,255,.88); }
.section--green { background: var(--green); color: var(--white); }
.section--pink  { background: var(--bg-section); color: var(--dark); }

/* ── Variantes couleur ─────────────────────────────────────── */
.section--navy {
  background: linear-gradient(145deg, #2A2520 0%, #363028 60%, #403A30 100%);
  color: rgba(255,255,255,.88);
  position: relative; overflow: hidden;
}
.section--navy .section-header h2,
.section--navy h2 { color: var(--white); }
.section--navy .section-header p { color: rgba(255,255,255,.65); }
.section--navy .steps-eyebrow { color: #C0E030; }
.section--navy .step-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.section--navy .step-card h3 { color: var(--white); }
.section--navy .step-card p { color: rgba(255,255,255,.65); }
.section--navy .step-card::before { color: rgba(255,255,255,.05); }
.section--navy .step-num { background: rgba(255,255,255,.10); color: rgba(255,255,255,.7); }
.section--navy .step-card:first-child .step-num { background: var(--green); color: #2A2418; }
.section--navy .step-card:first-child::before { color: rgba(170,204,34,.12); }
.section--navy .step-tag { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.7); }
.section--navy .steps-grid { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.08); }

.section--dark .rea-header-left h2 { color: var(--white); }
.section--dark .rea-header-left p { color: rgba(255,255,255,.6); }
.section--dark .rea-stat-num { color: var(--white); }
.section--dark .rea-stat-label { color: rgba(255,255,255,.45); }
.section--dark .rea-header-stats { border-color: rgba(255,255,255,.12); }
.section--dark .rea-stat { border-right-color: rgba(255,255,255,.12); }

.section-header { text-align: center; margin-bottom: 52px; }
.section-header h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 700; color: var(--dark); letter-spacing: -.5px; line-height: 1.2; margin-bottom: 14px; }
.section--dark  .section-header h2,
.section--green .section-header h2 { color: var(--white); }
.section-header p { font-size: 16px; color: var(--light); max-width: 540px; margin: 0 auto; line-height: 1.7; }
.section--dark  .section-header p,
.section--green .section-header p { color: rgba(255,255,255,.7); }
.section-header .steps-eyebrow { margin-bottom: 8px; }
.section-header--left { text-align: left; max-width: none; }
.section-header--left h2 { max-width: 600px; }
.section-header--left p { margin-left: 0; max-width: 500px; }
.section-header--tight { margin-bottom: 28px; }

/* ─── TYPOGRAPHY ────────────────────────────────────────────── */
h1,h2,h3,h4 { font-family: var(--font-heading); }
h1 { font-size: clamp(32px, 5vw, 56px); font-weight: 800; color: var(--dark); letter-spacing: -1.5px; line-height: 1.12; }
h2 { font-size: clamp(22px, 3vw, 36px); font-weight: 700; letter-spacing: -.5px; }
h3 { font-size: clamp(16px, 2vw, 20px); font-weight: 700; color: var(--dark); letter-spacing: -.2px; }
p  { margin-bottom: .75em; }
p:last-child { margin-bottom: 0; }

/* ─── BUTTONS ───────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; font-size: 15px; font-weight: 600;
  border-radius: var(--radius); border: 2px solid transparent;
  cursor: pointer; transition: var(--transition); white-space: nowrap;
  text-decoration: none; line-height: 1;
}
.btn-primary { background: linear-gradient(135deg,var(--green),var(--pink-hover)); color: #2A2418; border-color: transparent; box-shadow: 0 2px 14px rgba(0,0,0,.15); }
.btn-primary:hover { background: linear-gradient(135deg,var(--green-mid),var(--green)); box-shadow: 0 4px 20px rgba(0,0,0,.20); }
.btn-secondary { background: transparent; color: var(--dark); border-color: var(--border); }
.btn-secondary:hover { background: var(--bg-section); border-color: #b0c4d8; }
.btn-gold { background: linear-gradient(135deg,var(--green),var(--pink-hover)); color: #2A2418; border-color: transparent; box-shadow: 0 2px 14px rgba(0,0,0,.15); }
.btn-gold:hover { background: linear-gradient(135deg,var(--green-mid),var(--green)); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-lg { padding: 17px 36px; font-size: 16px; }
.btn-phone {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px; font-weight: 600; font-size: 14px;
  background: var(--bg-section); color: var(--dark); border: 1.5px solid var(--green);
  border-radius: var(--radius); cursor: pointer; white-space: nowrap; transition: var(--transition);
}
.btn-phone:hover { background: var(--border); }
.btn-phone::before { display: none; }
.header-ctas .btn-sm { padding: 12px 20px; font-size: 14px; line-height: 1.65; }

/* ─── STARS ─────────────────────────────────────────────────── */
.stars { color: #e8a020; font-size: 15px; letter-spacing: 1px; line-height: 1; }

/* ─── FORM SUCCESS ───────────────────────────────────────────── */
.form-success {
  display: none; text-align: center; padding: 32px 24px;
  color: var(--green); font-weight: 600; font-size: 15px;
}
.form-success .icon { font-size: 40px; display: block; margin-bottom: 12px; }
.form-success p { font-size: 14px; color: var(--light); font-weight: 400; margin-top: 6px; }

/* ─────────────────────────────────────────────────────────────
   STICKY HEADER
────────────────────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: transparent;
  backdrop-filter: none; -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background .35s ease, backdrop-filter .35s ease, -webkit-backdrop-filter .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 6px clamp(24px, 4vw, 80px);
  transition: padding .35s ease;
}
.site-header.scrolled .header-inner {
  padding-top: 3px;
  padding-bottom: 3px;
}
.header-logo {
  font-size: 18px; font-weight: 800; color: var(--dark); flex-shrink: 0;
  display: flex; align-items: center; gap: 10px;
}
.header-logo img { height: 56px; width: auto; display: block; }
.header-logo span { color: var(--green); }
.header-nav { display: flex; gap: 4px; justify-content: center; }
.header-nav a {
  padding: 7px 12px; font-size: 13.5px; font-weight: 500; color: var(--text);
  border-radius: 4px; transition: var(--transition); white-space: nowrap;
}
.header-nav a:hover { color: var(--dark); background: var(--bg-section); }
.header-nav a.active { color: var(--green); font-weight: 600; }
.header-ctas { display: flex; align-items: center; gap: 12px; justify-content: flex-end; }
.header-menu-toggle {
  display: none; flex-direction: column; gap: 4px;
  cursor: pointer; padding: 6px; background: none; border: none;
}
.header-menu-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; }

/* Mobile nav drawer */
.mobile-nav {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1100;
  background: rgba(0,0,0,0);
  pointer-events: none;
  transition: background .3s ease;
}
.mobile-nav.open { pointer-events: auto; background: rgba(0,0,0,.5); }
.mobile-nav-inner {
  position: absolute; top: 0; right: 0; bottom: 0; width: 280px;
  background: var(--white); padding: 80px 24px 32px;
  display: flex; flex-direction: column; gap: 4px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4,0,.2,1);
}
.mobile-nav.open .mobile-nav-inner { transform: translateX(0); }
.mobile-nav-inner a {
  padding: 12px 16px; font-size: 15px; font-weight: 500; color: var(--text);
  border-radius: var(--radius); display: block;
}
.mobile-nav-inner a:hover { background: var(--bg-section); }
.mobile-nav-inner a.active { color: var(--green); font-weight: 600; }
.mobile-nav-close {
  position: absolute; top: 20px; right: 20px;
  background: none; border: none; cursor: pointer;
  font-size: 24px; color: var(--dark); padding: 8px;
}

/* ─────────────────────────────────────────────────────────────
   BANDEAU DE CONFIANCE
────────────────────────────────────────────────────────────── */
.trust-band {
  background: var(--bg-section);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  position: relative; z-index: 2;
}
.trust-band-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--text);
  padding: 6px 20px;
  white-space: nowrap;
}
.trust-item-icon { font-size: 14px; }
.trust-sep {
  width: 1px; height: 18px; background: var(--border);
  flex-shrink: 0;
}
.trust-item strong { color: var(--green); }

/* ─────────────────────────────────────────────────────────────
   HERO FULL (home)
────────────────────────────────────────────────────────────── */
.hero-full {
  min-height: 100vh;
  background: var(--bg);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: clamp(32px,5vh,56px);
  padding: 110px 24px 60px;
  position: relative; overflow: hidden;
  transition: background .45s cubic-bezier(.4,0,.2,1);
}
.hero-full::before {
  content: ''; position: absolute; inset: 0;
  background: transparent;
  transition: background .45s cubic-bezier(.4,0,.2,1);
  pointer-events: none; z-index: 0;
}
.hero-full.tinted::before { background: var(--hf-tint,transparent); }
.hf-bg-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; z-index: 0;
  transition: opacity .65s cubic-bezier(.4,0,.2,1);
  will-change: opacity;
}
.hf-bg-img.is-active { opacity: 1; }
.hf-photo-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(0,0,0,0);
  opacity: 0; pointer-events: none;
  transition: opacity .55s cubic-bezier(.4,0,.2,1);
  will-change: opacity;
}
.hero-full.has-photo .hf-photo-overlay { opacity: 1; }
.hero-full.has-photo .hf-eyebrow { color: rgba(255,255,255,.65); }
.hero-full.has-photo .hf-h1 { color: #fff; }
.hero-full.has-photo .hf-sub { color: rgba(255,255,255,.65); }
.hf-title {
  text-align: center; position: relative; z-index: 10; max-width: 960px;
}
.hf-eyebrow {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--green); margin-bottom: 18px;
  transition: color .4s cubic-bezier(.4,0,.2,1);
}
.hf-h1 {
  font-family: var(--font-heading);
  font-size: clamp(30px,4.2vw,56px); font-weight: 800;
  color: var(--dark); line-height: 1.1; letter-spacing: -2px; margin-bottom: 16px;
  transition: color .4s, opacity .22s ease, transform .22s ease;
  will-change: opacity, transform;
}
.hf-h1 em { color: var(--green); font-style: normal; transition: color .4s cubic-bezier(.4,0,.2,1); }
.hf-sub {
  font-size: clamp(15px,1.7vw,18px);
  color: var(--light); line-height: 1.65; margin: 0;
  transition: opacity .22s ease, transform .22s ease;
  will-change: opacity, transform;
}
.hf-h1.is-fading,.hf-sub.is-fading { opacity: 0; transform: translateY(-6px); }
.hf-cards {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  position: relative; z-index: 10;
}
.hf-card {
  width: 200px; min-width: 160px;
  padding: 100px 22px 26px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  border-top: 3px solid var(--hc, var(--border));
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  cursor: pointer; position: relative; overflow: hidden;
  justify-content: flex-end;
  transition: border-color .35s, box-shadow .35s, transform .35s, opacity .35s, background .35s;
  will-change: transform, opacity;
  outline: none; user-select: none;
}
.hf-card-leaf {
  position: absolute; bottom: -28px; left: -28px;
  width: 170px; height: 170px; opacity: .11; pointer-events: none;
  mask-image: url('../feuille.png'); -webkit-mask-image: url('../feuille.png');
  mask-size: contain; -webkit-mask-size: contain;
  mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
  transition: opacity .45s ease, transform .5s cubic-bezier(.34,1.56,.64,1);
}
.hf-cards.is-hovered .hf-card.is-active .hf-card-leaf { opacity: .3; transform: scale(1.14) rotate(-6deg); }
.hf-card-name {
  font-family: var(--font-heading); font-size: 16px; font-weight: 800;
  line-height: 1.2; letter-spacing: -.3px; color: var(--dark);
  transition: color .3s ease; position: relative; z-index: 1; text-align: center;
}
.hf-card-sub {
  font-size: 11px; font-weight: 600; text-align: center;
  line-height: 1.3; letter-spacing: .02em; position: relative; z-index: 1;
  transition: color .4s cubic-bezier(.4,0,.2,1);
}
.hf-cards.is-hovered .hf-card { opacity: .4; }
.hf-cards.is-hovered .hf-card.is-active {
  opacity: 1; border-color: var(--green);
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0,0,0,.12), 0 0 0 1px var(--green);
  background: var(--green);
}
.hf-cards.is-hovered .hf-card.is-active .hf-card-name { color: #fff; }
.hf-cards.is-hovered .hf-card.is-active .hf-card-sub { filter: brightness(1.5); }
.hf-ctas {
  display: flex; gap: 14px; flex-wrap: wrap;
  justify-content: center; position: relative; z-index: 10;
}

/* ─────────────────────────────────────────────────────────────
   HERO DE PAGE SERVICE (70vh)
────────────────────────────────────────────────────────────── */
.page-hero {
  min-height: 70vh;
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  background: #1a1510;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .65;
  transition: transform .8s cubic-bezier(.22,1,.36,1);
}
.page-hero:hover .page-hero-bg { transform: scale(1.03); }
.page-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.2) 100%);
}
.page-hero-content {
  position: relative; z-index: 2;
  padding: 120px 0 80px;
  max-width: 720px;
}
.page-hero-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--green); margin-bottom: 18px;
}
.page-hero h1 { color: #fff; margin-bottom: 16px; }
.page-hero-sub {
  font-size: clamp(16px, 1.8vw, 19px); color: rgba(255,255,255,.75);
  line-height: 1.6; margin-bottom: 36px; max-width: 560px;
}
.page-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ─────────────────────────────────────────────────────────────
   SECTION ACTIVITÉS — grille 5 cartes (home)
────────────────────────────────────────────────────────────── */
.act-grid {
  display: grid;
  grid-template-rows: 340px 260px;
  grid-template-columns: 1.55fr 1fr;
  gap: 12px;
}
.act-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  display: block; text-decoration: none; color: inherit;
  cursor: pointer;
  transition: box-shadow .3s;
}
.act-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.act-card--big { grid-row: 1 / 3; }
.act-card-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .65s cubic-bezier(.22,1,.36,1);
}
.act-card:hover .act-card-bg { transform: scale(1.05); }
.act-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(10,4,1,.85) 0%, rgba(10,4,1,.38) 50%, rgba(10,4,1,.1) 80%, transparent 100%);
}
.act-card-body {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 28px 28px 24px;
  border-top: 3px solid var(--act-color, var(--green));
}
.act-card-tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--act-color, var(--green));
  display: block; margin-bottom: 6px;
}
.act-card-body h3 {
  font-family: var(--font-heading); font-size: clamp(16px,1.9vw,22px);
  font-weight: 800; color: #fff; margin-bottom: 6px; line-height: 1.15;
}
.act-card-sub { font-size: 12.5px; color: rgba(255,255,255,.65); margin-bottom: 12px; line-height: 1.5; }
.act-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,.9);
}
.act-cta svg { transition: transform .2s; }
.act-card:hover .act-cta svg { transform: translateX(4px); }

/* Rangée du bas : 3 cartes */
.act-row-bottom {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  margin-top: 0;
}

/* ─────────────────────────────────────────────────────────────
   PRESTATIONS GRID (pages services)
────────────────────────────────────────────────────────────── */
.prest-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.prest-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow .25s, border-color .25s, transform .25s;
}
.prest-card:hover {
  box-shadow: var(--shadow); border-color: var(--green); transform: translateY(-3px);
}
.prest-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: var(--pink-pale); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
}
.prest-icon svg { width: 20px; height: 20px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.prest-card h3 { font-size: 16px; font-weight: 700; color: var(--dark); line-height: 1.3; }
.prest-card p { font-size: 13.5px; color: var(--light); line-height: 1.65; flex: 1; }
.prest-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 700; color: var(--green);
  background: var(--pink-pale); padding: 4px 10px; border-radius: 4px;
  margin-top: auto;
}

/* ─────────────────────────────────────────────────────────────
   ARGUMENTS BOIS — wood-reasons style
────────────────────────────────────────────────────────────── */
.arg-section { padding: 0; overflow: hidden; }
.arg-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.arg-img-col { position: relative; overflow: hidden; min-height: 320px; }
.arg-img-col img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 28%; display: block;
}
.arg-img-col::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(246,242,239,0) 62%, #F6F2EF 100%);
}
.arg-text-col { padding: 64px 48px 64px 32px; display: flex; flex-direction: column; justify-content: center; background: #F6F2EF; }
.arg-text-col .steps-eyebrow { margin-bottom: 10px; }
.arg-text-col h2 { font-size: clamp(24px,3vw,36px); margin-bottom: 8px; color: var(--dark); line-height: 1.2; }
.arg-intro { font-size: 14.5px; color: var(--light); line-height: 1.7; margin-bottom: 0; }
.arg-reasons { display: flex; flex-direction: column; gap: 0; margin: 20px 0; }
.arg-reason { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--border); }
.arg-reason:first-child { padding-top: 0; }
.arg-reason:last-child { border-bottom: none; padding-bottom: 0; }
.arg-reason-icon {
  width: 28px; height: 28px; border-radius: 7px; flex-shrink: 0;
  background: var(--pink-pale); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.arg-reason-icon svg { width: 13px; height: 13px; stroke: var(--pink); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.arg-reason-body h4 { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 3px; line-height: 1.3; }
.arg-reason-body p { font-size: 13px; color: var(--light); margin: 0; line-height: 1.55; }
.arg-reason-badge {
  display: inline-block; margin-top: 4px; font-size: 11px; font-weight: 700;
  color: var(--pink); background: var(--pink-pale); padding: 2px 7px; border-radius: 4px;
}
.arg-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ─────────────────────────────────────────────────────────────
   STEPS — Étapes 4 colonnes
────────────────────────────────────────────────────────────── */
.steps-eyebrow {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--green); margin-bottom: 10px;
}
.steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; background: var(--border); gap: 1px;
}
.step-card {
  background: var(--white); padding: 36px 28px; position: relative;
}
.step-card::before {
  content: attr(data-num);
  position: absolute; top: 24px; right: 22px;
  font-size: 52px; font-weight: 900; line-height: 1;
  color: var(--bg-section); letter-spacing: -.06em;
  font-family: var(--font-heading); user-select: none; pointer-events: none;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--dark); color: var(--white);
  font-size: 13px; font-weight: 800; font-family: var(--font-heading);
  margin-bottom: 18px; position: relative; z-index: 1; flex-shrink: 0;
}
.step-card:first-child .step-num { background: var(--green); }
.step-card:first-child::before { color: var(--green-pale); }
.step-card h3 { font-size: 16px; font-weight: 700; color: var(--dark); margin-top: 52px; margin-bottom: 10px; line-height: 1.3; position: relative; z-index: 1; }
.step-card p { font-size: 13.5px; color: var(--light); line-height: 1.68; margin-bottom: 16px; position: relative; z-index: 1; }
.step-tags { display: flex; flex-wrap: wrap; gap: 6px; position: relative; z-index: 1; }
.step-tag { font-size: 11px; font-weight: 600; padding: 4px 10px; background: var(--bg-section); color: var(--text); border-radius: 4px; border: 1px solid var(--border); }

/* ─────────────────────────────────────────────────────────────
   RÉALISATIONS GRID
────────────────────────────────────────────────────────────── */
.rea-hdr { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 40px; }
.rea-hdr-left { max-width: 560px; }
.rea-hdr-left .steps-eyebrow { margin-bottom: 10px; display: block; }
.rea-hdr-left h2 { font-size: clamp(26px,3.5vw,42px); margin-bottom: 10px; line-height: 1.15; }
.rea-hdr-left p { font-size: 15px; color: var(--light); line-height: 1.65; margin: 0; }
.rea-stats { display: flex; gap: 32px; flex-shrink: 0; padding-left: 32px; border-left: 2px solid var(--border); }
.rea-stat { display: flex; flex-direction: column; gap: 3px; text-align: right; }
.rea-stat-num { font-size: 28px; font-weight: 900; color: var(--dark); line-height: 1; font-family: var(--font-heading); letter-spacing: -1px; }
.rea-stat-num em { font-style: normal; color: var(--green); }
.rea-star { font-size: 18px; color: #f59e0b; vertical-align: middle; }
.rea-stat-lbl { font-size: 10px; color: var(--light); text-transform: uppercase; letter-spacing: .09em; }
.rea-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.rea-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg); aspect-ratio: 4/3;
  background: var(--bg-section);
}
.rea-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.rea-card:hover img { transform: scale(1.05); }
.rea-card-cap {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: 28px 16px 14px;
  background: linear-gradient(to top, rgba(44,37,30,.75) 0%, transparent 100%);
  opacity: 0; transform: translateY(6px);
  transition: opacity .3s ease, transform .3s ease;
}
.rea-card:hover .rea-card-cap { opacity: 1; transform: translateY(0); }
.rea-card-cap span { font-size: 12px; font-weight: 600; color: #fff; letter-spacing: .02em; display: block; }

/* Filtres réalisations */
.rea-filters {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px;
}
.rea-filter-btn {
  padding: 8px 18px; font-size: 13px; font-weight: 600;
  border: 1.5px solid var(--border); border-radius: 40px;
  background: var(--white); color: var(--text); cursor: pointer;
  transition: var(--transition);
}
.rea-filter-btn:hover { border-color: var(--green); color: var(--green); }
.rea-filter-btn.active { background: var(--green); border-color: var(--green); color: #2A2418; }
.rea-card { transition: opacity .3s ease; }

/* ─────────────────────────────────────────────────────────────
   AVIS CLIENTS
────────────────────────────────────────────────────────────── */
.rv-header {
  display: flex; align-items: center; gap: 32px;
  padding: 28px 32px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); margin-bottom: 16px; flex-wrap: wrap;
}
.rv-score-area {
  display: flex; align-items: center; gap: 16px;
  padding-right: 32px; border-right: 1px solid var(--border); flex-shrink: 0;
}
.rv-score-number { font-size: 40px; font-weight: 900; line-height: 1; color: var(--dark); letter-spacing: -.04em; font-family: var(--font-heading); }
.rv-score-detail { display: flex; flex-direction: column; gap: 5px; }
.rv-score-stars { color: #FBBF24; font-size: 16px; letter-spacing: 1px; line-height: 1; }
.rv-score-count { font-size: 11px; color: var(--taupe); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.rv-header-title { font-size: clamp(16px,1.8vw,19px); font-weight: 800; color: var(--dark); margin-bottom: 5px; }
.rv-header-sub { font-size: 14px; color: var(--light); margin: 0; line-height: 1.6; }
.rv-cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 14px; }
.rv-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 18px 16px;
  display: flex; flex-direction: column;
  transition: box-shadow .22s ease, border-color .22s ease;
}
.rv-card:hover { box-shadow: var(--shadow-sm); border-color: rgba(0,0,0,.12); }
.rv-card-stars { font-size: 11px; color: #FBBF24; letter-spacing: 1px; margin-bottom: 8px; line-height: 1; }
.rv-card-text { font-size: 12px; color: var(--text); line-height: 1.65; font-style: italic; margin-bottom: 14px; flex: 1; }
.rv-card-author { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.rv-author-initials {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: var(--bg-section); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; color: var(--dark); font-family: var(--font-heading);
}
.rv-author-name { font-size: 13px; font-weight: 700; color: var(--dark); margin-bottom: 2px; }
.rv-author-meta { font-size: 12px; color: var(--taupe); }
.rv-proof-bar {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  padding: 18px 28px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
}
.rv-proof-items { display: flex; align-items: center; gap: 0; flex-wrap: wrap; row-gap: 8px; }
.rv-proof-item { font-size: 13px; font-weight: 600; color: var(--text); padding: 0 18px; }
.rv-proof-item:first-child { padding-left: 0; }
.rv-proof-sep { width: 1px; height: 16px; background: var(--border); flex-shrink: 0; display: inline-block; vertical-align: middle; }
.rv-reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.rv-reveal.is-visible { opacity: 1; transform: none; }
.rv-reveal-delay-1 { transition-delay: .1s; }
.rv-reveal-delay-2 { transition-delay: .22s; }

/* ─────────────────────────────────────────────────────────────
   CONFIGURATEUR / SIMULATEUR
────────────────────────────────────────────────────────────── */
.sim-section { padding: 72px 0; position: relative; background: var(--bg-section); }
.sim-section .container { position: relative; z-index: 1; }
.sim-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.sim-left { padding-right: 12px; padding-top: 0; }
.sim-left .steps-eyebrow { margin-bottom: 16px; font-size: 13px; }
.sim-title { font-size: clamp(36px,5vw,64px); font-family: var(--font-heading); font-weight: 800; line-height: 1.05; letter-spacing: -2px; color: var(--dark); margin: 0 0 28px; }
.sim-desc { font-size: 17px; color: var(--light); line-height: 1.75; margin: 0 0 32px; }
.sim-trust-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 16px; }
.sim-trust-list li { display: flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 500; color: var(--text); }
.sim-trust-icon { width: 26px; height: 26px; border-radius: 50%; background: var(--green); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.sim-trust-icon svg { width: 13px; height: 13px; }
.sim-note { padding-top: 30px; border-top: 2px solid var(--border); font-size: 15px; color: var(--light); display: flex; flex-direction: column; gap: 6px; }
.sim-note a { color: var(--green); font-weight: 700; font-size: 16px; }
.sim-note a:hover { text-decoration: underline; }
.sim-right { margin-right: calc(-50vw + 50%); padding-right: calc(50vw - 50% + 24px); }
.cfg-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 44px 40px; box-shadow: var(--shadow-sm); }
.cfg-step { margin-bottom: 24px; }
.cfg-step:last-child { margin-bottom: 0; }
.cfg-step-label { font-size: 11px; font-weight: 700; color: var(--taupe); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.cfg-step-label strong { font-size: 14px; color: var(--pink); text-transform: none; letter-spacing: 0; font-weight: 700; }
.cfg-types { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.cfg-type-btn { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 14px 8px; border: 2px solid var(--border); border-radius: var(--radius); background: var(--surface); cursor: pointer; transition: var(--transition); font-family: var(--font); text-align: center; }
.cfg-type-btn .cfg-type-ico { font-size: 22px; line-height: 1; }
.cfg-type-btn .cfg-type-name { font-size: 12px; font-weight: 600; color: var(--dark); line-height: 1.2; }
.cfg-type-btn:hover { border-color: var(--pink-hover); background: var(--pink-pale); }
.cfg-type-btn.active { border-color: var(--pink); background: var(--pink-pale); }
.cfg-type-btn.active .cfg-type-name { color: var(--pink); }
.cfg-slider-wrap { padding: 0 2px; }
.cfg-slider { width: 100%; accent-color: var(--pink); cursor: pointer; height: 4px; display: block; margin-bottom: 6px; }
.cfg-slider-labels { display: flex; justify-content: space-between; font-size: 11px; color: var(--taupe); }
.cfg-surface-display { display: inline-block; font-size: 18px; font-weight: 800; color: var(--pink); font-family: var(--font-heading); margin-left: 6px; }
.cfg-opts { display: flex; flex-direction: column; gap: 10px; }
.cfg-opt-row { display: flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; }
.cfg-opt-row input[type="checkbox"] { display: none; }
.cfg-opt-box { width: 18px; height: 18px; border: 2px solid var(--border); border-radius: 4px; flex-shrink: 0; background: var(--white); display: flex; align-items: center; justify-content: center; transition: var(--transition); font-size: 11px; color: #fff; font-weight: 700; }
.cfg-opt-row input:checked ~ .cfg-opt-box { background: var(--pink); border-color: var(--pink); }
.cfg-opt-row input:checked ~ .cfg-opt-box::after { content: '✓'; }
.cfg-opt-text { font-size: 13px; color: var(--text); line-height: 1.3; }
.cfg-opt-text em { color: var(--pink); font-style: normal; font-size: 12px; font-weight: 600; }
.cfg-result { background: linear-gradient(135deg, var(--pink-pale) 0%, #fff 100%); border: 1.5px solid var(--pink); border-radius: var(--radius-lg); padding: 22px 20px; margin-top: 24px; }
.cfg-result-label { font-size: 11px; font-weight: 700; color: var(--light); text-transform: uppercase; letter-spacing: .07em; display: block; margin-bottom: 4px; }
.cfg-result-price { font-family: var(--font-heading); font-size: clamp(18px,2.5vw,26px); font-weight: 800; color: var(--dark); display: block; margin-bottom: 8px; letter-spacing: -.5px; }
.cfg-result-meta { font-size: 13px; color: var(--light); display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.cfg-result-meta span { display: flex; align-items: center; gap: 5px; }
.cfg-disclaimer { font-size: 11px; color: var(--taupe); text-align: center; margin: 8px 0 0; }
.cfg-valo-note { font-size: 12px; color: var(--light); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 9px 12px; margin-bottom: 14px; line-height: 1.5; }

/* ─────────────────────────────────────────────────────────────
   FAQ
────────────────────────────────────────────────────────────── */
.faq-layout { display: grid; grid-template-columns: 300px 1fr; gap: 72px; align-items: start; }
.faq-left { position: sticky; top: 100px; }
.faq-left { position: sticky; top: 96px; }
.faq-left-eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.faq-left h2 { font-size: clamp(24px,3vw,32px); margin-bottom: 16px; line-height: 1.2; }
.faq-left-desc { font-size: 15px; color: var(--light); line-height: 1.7; margin-bottom: 32px; }
.faq-left-stats { display: flex; flex-direction: column; gap: 16px; }
.faq-stat { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); border-left: 3px solid var(--green); }
.faq-stat-num { font-size: 22px; font-weight: 900; color: var(--dark); font-family: var(--font-heading); line-height: 1; }
.faq-stat-lbl { font-size: 12px; color: var(--light); font-weight: 500; line-height: 1.4; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 22px 4px; cursor: pointer; gap: 20px; font-size: 15.5px; font-weight: 600; color: var(--dark); background: none; border: none; width: 100%; text-align: left; transition: color .18s; font-family: var(--font); }
.faq-question:hover { color: var(--green); }
.faq-icon { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; background: var(--bg-section); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s, transform .3s cubic-bezier(.34,1.56,.64,1); }
.faq-icon svg { stroke: var(--light); transition: stroke .2s; }
.faq-item.open .faq-icon { background: var(--green); border-color: var(--green); transform: rotate(45deg); }
.faq-item.open .faq-icon svg { stroke: white; }
.faq-item.open .faq-question { color: var(--dark); }
.faq-answer-wrap { overflow: hidden; max-height: 0; transition: max-height .38s cubic-bezier(.4,0,.2,1); }
.faq-answer { padding: 0 4px 22px; font-size: 14.5px; color: var(--light); line-height: 1.75; }
.faq-item.open .faq-answer-wrap { max-height: 600px; }

/* ─────────────────────────────────────────────────────────────
   CONTACT
────────────────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; }
.contact-form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow); }
.contact-info { padding-top: 8px; }
.contact-info-block { margin-bottom: 32px; }
.contact-info-block h3 { font-size: 17px; margin-bottom: 14px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.contact-info-item:last-child { border-bottom: none; }
.contact-info-icon { width: 36px; height: 36px; background: var(--green-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.contact-info-text strong { display: block; color: var(--dark); font-weight: 700; }
.contact-info-text span { font-size: 13px; color: var(--light); }
.zone-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.zone-chip { font-size: 12px; font-weight: 600; padding: 5px 12px; background: var(--bg-section); color: var(--dark); border-radius: 20px; border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.form-field label { font-size: 12px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: .05em; }
.form-field input, .form-field select, .form-field textarea { padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; color: var(--dark); background: var(--white); transition: var(--transition); -webkit-appearance: none; font-family: var(--font); outline: none; }
.form-field select:focus, .form-field input:focus, .form-field textarea:focus { outline: none; -webkit-tap-highlight-color: transparent; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--green); background: var(--white); box-shadow: 0 0 0 3px rgba(170,204,34,.10); }
.form-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23AACC22' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; border-radius: 10px; cursor: pointer; }

/* ─────────────────────────────────────────────────────────────
   CTA SPLIT
────────────────────────────────────────────────────────────── */
.cta-split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; overflow: hidden; }
.cta-split-photo { position: relative; overflow: hidden; min-height: 360px; }
.cta-split-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.cta-split-section:hover .cta-split-photo img { transform: scale(1.03); }
.cta-split-text { background: var(--bg-dark); display: flex; align-items: center; padding: 64px 48px; color: rgba(255,255,255,.88); }
.cta-split-inner { width: 100%; max-width: 480px; }
.cta-split-inner h2 { color: #fff; font-size: clamp(22px,2.6vw,34px); font-weight: 800; margin-bottom: 14px; line-height: 1.2; }
.cta-split-inner > p { color: rgba(255,255,255,.58); font-size: 14.5px; line-height: 1.72; margin-bottom: 28px; }
.cta-split-inner .cta-strong-btns { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.cta-split-inner .cta-reassurance { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; justify-content: flex-start; }
.cta-split-inner .cta-reassurance span { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: 6px 12px; border-radius: 20px; white-space: nowrap; }

/* CTA forte isolée */
.cta-strong { text-align: center; padding: 100px 0; position: relative; overflow: hidden; }
.cta-strong .container { position: relative; z-index: 1; }
.cta-strong h2 { font-size: clamp(28px,4vw,46px); font-weight: 800; margin-bottom: 16px; color: var(--white); max-width: 780px; margin-left: auto; margin-right: auto; }
.cta-strong p { font-size: 18px; color: rgba(255,255,255,.65); max-width: 520px; margin: 0 auto 40px; }
.cta-strong-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.cta-reassurance { margin-top: 32px; display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; }
.cta-reassurance span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.9); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 7px 14px; border-radius: 20px; white-space: nowrap; }
.cta-reassurance span::before { content: ''; display: inline-block; flex-shrink: 0; width: 13px; height: 13px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%237dd8a0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

/* ─────────────────────────────────────────────────────────────
   FOOTER
────────────────────────────────────────────────────────────── */
.site-footer { background: var(--bg-dark); color: rgba(255,255,255,.8); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; }
.footer-logo { display: flex; align-items: center; margin-bottom: 16px; }
.footer-logo img { height: 32px; width: auto; display: block; filter: brightness(0) invert(1); }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 20px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social { width: 34px; height: 34px; background: rgba(255,255,255,.08); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: background var(--transition); }
.footer-social:hover { background: rgba(255,255,255,.15); }
.footer-col h4 { font-size: 13px; font-weight: 700; color: var(--white); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.5); transition: color var(--transition); }
.footer-links a:hover { color: var(--white); }
.footer-zones { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-zone-chip { font-size: 11px; padding: 4px 10px; background: rgba(255,255,255,.07); border-radius: 4px; color: rgba(255,255,255,.55); }
.footer-contact-item { display: flex; gap: 10px; font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 10px; }
.footer-contact-item strong { color: rgba(255,255,255,.85); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,.3); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: rgba(255,255,255,.3); transition: color var(--transition); }
.footer-bottom-links a:hover { color: rgba(255,255,255,.7); }

/* ─── MOBILE CTA BAR ─────────────────────────────────────────── */
.mobile-cta-bar {
  display: none;
  position: fixed; bottom: calc(20px + env(safe-area-inset-bottom)); left: 50%;
  transform: translateX(-50%); z-index: 999;
  background: rgba(255,255,255,.96); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid var(--border); border-radius: 50px; padding: 5px; gap: 5px;
  box-shadow: 0 6px 28px rgba(0,0,0,.13), 0 1px 4px rgba(0,0,0,.06); white-space: nowrap;
  transition: opacity .35s ease, transform .35s cubic-bezier(.4,0,.2,1);
}
.mobile-cta-bar .btn { border-radius: 44px; padding: 11px 20px; font-size: 14px; min-height: auto; }
.ccm-truck-mob { display: none; }
.desk-br { display: none; }
.mob-br-h1 { display: none; }

/* ─── PROCESS PHOTO BG ───────────────────────────────────────── */
.process-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; opacity: .13; }
.section--navy .container { position: relative; z-index: 2; }

/* ─── PHOTO CONTACT ──────────────────────────────────────────── */
.contact-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; height: 220px; margin-bottom: 28px; box-shadow: var(--shadow); }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: center 30%; }
.contact-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(44,37,30,.65) 0%, transparent 55%); }
.contact-photo-badge { position: absolute; bottom: 14px; left: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 6px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; color: var(--dark); letter-spacing: .03em; }
.contact-photo-badge svg { width: 12px; height: 12px; stroke: var(--green); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ─── TIMELINE (qui sommes nous) ─────────────────────────────── */
.timeline { position: relative; padding: 0; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--border); transform: translateX(-50%); }
.tl-item { display: flex; gap: 40px; align-items: flex-start; margin-bottom: 48px; }
.tl-item:last-child { margin-bottom: 0; }
.tl-item:nth-child(even) { flex-direction: row-reverse; }
.tl-item:nth-child(even) .tl-content { text-align: right; }
.tl-dot { width: 40px; height: 40px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; box-shadow: 0 0 0 4px var(--bg), 0 0 0 6px var(--border); font-size: 11px; font-weight: 800; color: #fff; }
.tl-dot--dark { background: var(--dark); }
.tl-spacer { flex: 1; }
.tl-content { flex: 1; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px 28px; }
.tl-date { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin-bottom: 6px; display: block; }
.tl-content h3 { font-size: 17px; margin-bottom: 8px; }
.tl-content p { font-size: 14px; color: var(--light); line-height: 1.65; margin: 0; }

/* ─── VALEURS CARDS ──────────────────────────────────────────── */
.valeurs-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.valeur-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 22px; transition: box-shadow .25s, transform .25s; }
.valeur-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.valeur-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.valeur-card h3 { font-size: 17px; color: var(--dark); margin-bottom: 10px; }
.valeur-card p { font-size: 14px; color: var(--light); line-height: 1.65; font-style: italic; }

/* ─── CERTIFS ────────────────────────────────────────────────── */
.certifs-list { display: flex; flex-wrap: wrap; gap: 12px; }
.certif-badge { display: flex; align-items: center; gap: 8px; padding: 10px 18px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); font-size: 13px; font-weight: 600; color: var(--dark); }
.certif-badge svg { stroke: var(--green); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; width: 16px; height: 16px; flex-shrink: 0; }

/* ─── COMPARATIF BIOSOURCE ───────────────────────────────────── */
.biosource-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0; }
.biosource-col { padding: 28px; border-radius: var(--radius-lg); }
.biosource-col--bad { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.biosource-col--good { background: rgba(170,204,34,.12); border: 1px solid rgba(170,204,34,.3); }
.biosource-col-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.biosource-col--bad .biosource-col-label { color: rgba(255,255,255,.4); }
.biosource-col--good .biosource-col-label { color: var(--green); }
.biosource-big { font-family: var(--font-heading); font-size: clamp(36px,5vw,64px); font-weight: 900; line-height: 1; margin-bottom: 8px; }
.biosource-col--bad .biosource-big { color: rgba(255,255,255,.4); }
.biosource-col--good .biosource-big { color: var(--green); }
.biosource-desc { font-size: 14px; line-height: 1.6; }
.biosource-col--bad .biosource-desc { color: rgba(255,255,255,.5); }
.biosource-col--good .biosource-desc { color: rgba(255,255,255,.8); }

/* ─── ANIMATIONS SCROLL ──────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .anim {
    opacity: 0; transform: translateY(22px);
    transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);
    will-change: opacity, transform;
  }
  .anim.is-visible { opacity: 1; transform: none; will-change: auto; }
}
.rv-reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.rv-reveal.is-visible { opacity: 1; transform: none; }
.rv-reveal-delay-1 { transition-delay: .1s; }
.rv-reveal-delay-2 { transition-delay: .22s; }

/* Mobile section header (réalisations) */
.rea-mobile-header { display: none; }

/* Breakpoint hero desktop only */
@media (min-width: 861px) {
  .desk-br { display: block; }
  .mob-br-h1 { display: none; }
}

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .valeurs-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .act-grid { grid-template-rows: 300px 200px; }
  .prest-grid { grid-template-columns: repeat(2,1fr); }
  .arg-wrap { grid-template-columns: 1fr; }
  .arg-img-col { min-height: 260px; }
  .arg-text-col { padding: 44px 24px; }
  .sim-layout { grid-template-columns: 1fr; gap: 32px; }
  .sim-left { padding-right: 0; padding-top: 0; }
  .sim-right { margin-right: 0; padding-right: 0; }
  .cta-split-section { grid-template-columns: 1fr; }
  .cta-split-photo { min-height: 300px; }
  .cta-split-text { padding: 48px 32px; }
  .rv-cards-grid { grid-template-columns: 1fr; }
  .rv-score-area { padding-right: 0; border-right: none; }
  .rv-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .rea-hdr { flex-direction: column; gap: 24px; }
  .rea-stats { padding-left: 0; border-left: none; flex-direction: row; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  /* Centrage textes sections sur mobile */
  .section-header--left { text-align: center !important; }
  .section-header--left h2 { max-width: none !important; }
  .section-header--left p { margin-left: auto !important; margin-right: auto !important; }
  .sim-left { text-align: center !important; }
  .sim-left .steps-eyebrow { text-align: center !important; }
  .sim-trust-list { align-items: flex-start !important; }
  .rv-header { text-align: center; }
  /* hist-eng */
  #hist-eng { padding-bottom: 14px !important; }
  #hist-eng .anim { grid-template-columns: 1fr !important; gap: 48px !important; }
  #hist-eng .anim > div { text-align: center !important; }
  /* Texte accordéon toujours à gauche, sans indent */
  .pb-body p { text-align: left !important; margin-left: 0 !important; }
  /* Pourquoi le bois */
  #pourquoi .anim { display: flex !important; flex-direction: column !important; }
  #pourquoi .anim > div:first-child { text-align: center !important; order: 2; }
  #pourquoi .anim > div:first-child .btn { align-self: center !important; }
  .pq-bois-photo { order: 1; }
  /* Photo caption — moins transparent */
  .pq-bois-photo span { color: rgba(255,255,255,.95) !important; }
  /* Stats pq-bois — textes plus visibles */
  .pq-bois-cat { color: var(--green) !important; }
  .pq-bois-item p { color: var(--text) !important; font-size: 12px !important; }
  /* Réalisations */
  .rea-hdr-left { text-align: center !important; }
  .rea-hdr-left .steps-eyebrow { text-align: center !important; }
  /* FAQ */
  .faq-left { text-align: center !important; }
  .faq-left h2, .faq-left p { text-align: center !important; }
  /* Sticky CTA — position fixe */
  #mobile-cta { bottom: 26px !important; }
  /* Bouton hist-eng centré */
  .hist-cta { align-self: center !important; }
  /* Image contact réduite + centrée */
  .contact-bg-img { height: 55% !important; right: auto !important; left: 50% !important; transform: translate(-50%, -50%) !important; }
  .faq-left { position: static; }
  .faq-img-wrap { height: auto !important; bottom: 0 !important; }
  .faq-bg-img { display: block !important; right: -80px !important; bottom: -80px !important; top: auto !important; height: 750px !important; width: auto !important; opacity: .12 !important; }
  /* Section typologies — Quel est votre projet */
  .typo-grid-3, .typo-grid-2 { grid-template-columns: 1fr !important; }
  .typo-card-h { flex-direction: column !important; }
  .typo-card-h-img { width: 100% !important; height: 180px !important; }
  .typo-ctas-wrap { flex-direction: column !important; align-items: center !important; gap: 10px !important; }
  .typo-ctas-wrap .btn { width: 80% !important; justify-content: center !important; }
  /* Section pourquoi-bois / engagements */
  .pq-bois-layout { grid-template-columns: 1fr !important; }
  .pq-bois-text { padding: 0 !important; text-align: center !important; }
  .pq-bois-text h2, .pq-bois-text p, .pq-bois-text .steps-eyebrow { text-align: center !important; }
  .pq-bois-illus { display: none !important; }
  .pq-bois-ctas { justify-content: center !important; flex-direction: column !important; align-items: center !important; }
  .pq-bois-ctas .btn { width: 80% !important; justify-content: center !important; }
  .pq-bois-ctas a:not(.btn) { width: 70% !important; justify-content: center !important; text-align: center !important; font-size: 11px !important; padding: 7px 16px !important; }
  /* Typologies background position */
  .typo-bg { background-position: 46% 50% !important; background-size: cover !important; }
  /* Carrousel réalisations pages service */
  .rea-arrow { display: none !important; }
  .rea-carousel-outer { padding: 0 16px !important; }
  .rea-viewport { overflow-x: auto !important; scroll-snap-type: x mandatory !important; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .rea-viewport::-webkit-scrollbar { display: none; }
  .rea-viewport #rea-track, .rea-viewport #rea-track-bois { transform: none !important; transition: none !important; }
  .rea-viewport #rea-track > div, .rea-viewport #rea-track-bois > div { flex: 0 0 82% !important; scroll-snap-align: center !important; height: 260px !important; }
  .rea-cta-card { flex-direction: column !important; text-align: center !important; padding: 20px !important; margin-left: 16px !important; margin-right: 16px !important; }
  .rea-cta-btns { flex-direction: column !important; width: 100% !important; gap: 8px !important; }
  .rea-cta-btns a, .rea-cta-btns .btn { width: 100% !important; justify-content: center !important; text-align: center !important; }
  /* Feuilles réalisations — réduites sur mobile */
  .rea-fan { width: 110px !important; height: 110px !important; }
  .rl-center { width: 80px !important; height: 80px !important; }
  .rl-left { width: 69px !important; height: 69px !important; }
  .rl-right { width: 74px !important; height: 74px !important; }
  /* Pourquoi le bois — photo sous le texte sur mobile */
  .pq-bois-photo { min-height: 220px !important; }
  .faq-left { position: static; }
  .timeline::before { left: 20px; }
  .tl-item, .tl-item:nth-child(even) { flex-direction: column; gap: 16px; }
  .tl-item:nth-child(even) .tl-content { text-align: left; }
  .tl-spacer { display: none; }
  .tl-dot { margin-left: 0; }
  .valeurs-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  html { zoom: 1; overflow-x: hidden; }
  .header-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto !important; }
  .header-ctas { display: none !important; }
  .header-menu-toggle { display: flex; grid-column: 3; }
  .header-menu-toggle.nav-hidden { display: none !important; }
  .site-header:not(.scrolled) .header-menu-toggle span { background: #fff !important; }
  .mobile-cta-bar { display: flex; }
  /* Header mobile — logo réduit, téléphone masqué */
  .header-ctas .btn-phone { display: none !important; }
  .header-ctas .btn-primary { display: none !important; }
  .site-header:not(.scrolled) .header-logo img { height: 70px !important; }
  .site-header.scrolled .header-logo img { height: 50px !important; }
  body { padding-bottom: 20px; }
  .page-hero { min-height: 55vh; }
  .page-hero-content { padding: 100px 0 60px; }
  .act-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .act-card--big { grid-row: auto; height: 320px; }
  .act-row-bottom { grid-template-columns: 1fr; }
  .act-card { height: 240px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .rea-grid { grid-template-columns: repeat(2,1fr); }
  /* Hero */
  .hero-full { padding: 90px 16px 40px; gap: 28px; }
  .hf-ctas { flex-direction: column; align-items: center; gap: 12px; }
  .hf-ctas .btn { width: 100%; max-width: 320px; justify-content: center; }
  /* CTA split */
  .cta-strong-btns { flex-direction: column; gap: 12px; }
  .cta-strong-btns .btn { width: 100%; justify-content: center; }
  /* Réalisations header */
  .rea-stat-num { font-size: 28px; }
  /* Trust band items */
  .trust-track .trust-item { padding: 0 18px; gap: 6px; }
  .trust-track .trust-item-icon svg { width: 24px; height: 24px; }
  /* FAQ */
  .faq-left-stats { grid-template-columns: repeat(3,1fr); }
  /* Why cards */
  .why-cards { grid-template-columns: repeat(2,1fr); }
  /* Réalisations bento */
  .rea-logo-side { display: none; }
  .rea-bento { grid-template-columns: 1fr 1fr !important; grid-template-rows: auto !important; }
  .rb-1,.rb-2,.rb-3,.rb-4,.rb-5,.rb-6,.rb-7,.rb-8 { grid-column: auto !important; grid-row: auto !important; height: 220px; }
  .rb-9 { grid-column: span 2 !important; grid-row: auto !important; height: 160px; }
}
@media (max-width: 600px) {
  .section { padding: 60px 0; }
  .prest-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { padding: 24px 20px; }
  /* Contact form compact */
  .form-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .form-row .form-field { min-width: 0; }
  .contact-form-wrap { padding: 20px 16px !important; overflow: hidden; }
  .form-field { margin-bottom: 8px; gap: 3px; }
  .form-field label { font-size: 10px !important; }
  .form-field input, .form-field select, .form-field textarea { padding: 9px 10px !important; font-size: 13px !important; }
  .form-field textarea { rows: 2; }
  /* Contact info compact */
  .contact-info-block { margin-bottom: 16px !important; }
  .contact-info-item { padding: 8px 0 !important; gap: 10px !important; font-size: 13px !important; }
  .contact-info-icon { width: 28px !important; height: 28px !important; }
  .zone-chips { gap: 5px !important; }
  .footer-grid { grid-template-columns: 1fr; }
  .rea-grid { grid-template-columns: 1fr; }
  .header-ctas .btn-primary { display: none; }
  .biosource-compare { grid-template-columns: 1fr; }
  .valeurs-grid { grid-template-columns: 1fr; }
  /* Hero */
  .hero-full { padding: 80px 12px 28px; min-height: auto; }
  .hf-h1 { font-size: clamp(24px, 7.5vw, 36px); letter-spacing: -1px; }
  .mob-br-h1 { display: block; }
  .desk-br { display: none !important; }
  .hf-title { padding: 0 4px; }
  .hf-cards { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding: 4px 16px 8px; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 10px; }
  .hf-cards::-webkit-scrollbar { display: none; }
  .hf-card { scroll-snap-align: start; flex-shrink: 0; width: 160px; }
  .hf-cards.is-hovered .hf-card { opacity: 1; }
  /* Trust marquee */
  .trust-track .trust-item { padding: 0 12px; gap: 5px; font-size: 12px; }
  .trust-track .trust-item-icon svg { width: 20px; height: 20px; }
  .trust-band { padding: 20px 0; }
  /* Avis clients — section compacte */
  .rv-cards-grid { grid-template-columns: 1fr; }
  .rv-header { padding: 14px 16px !important; gap: 12px !important; margin-bottom: 12px; }
  .rv-score-area { padding-right: 16px !important; }
  .rv-score-number { font-size: 26px !important; }
  .rv-header-title { font-size: 13px !important; }
  .rv-header-sub { font-size: 11px !important; }
  /* Carousel swipe natif, plus de flèches */
  .rv-carousel-btn { display: none !important; }
  .rv-carousel-wrap { gap: 0 !important; }
  .rv-carousel-viewport { overflow-x: auto !important; scroll-snap-type: x mandatory !important; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .rv-carousel-viewport::-webkit-scrollbar { display: none; }
  .rv-carousel-track .rv-card { flex: 0 0 88% !important; scroll-snap-align: center; }
  /* Proof bar : supprimer duplication note + simplifier */
  .rv-proof-items { display: none !important; }
  .rv-proof-bar { flex-direction: column; gap: 10px; align-items: stretch; padding: 14px 16px; }
  .rv-proof-bar > div { display: flex; flex-direction: column; gap: 10px; }
  .rv-proof-bar > div a, .rv-proof-bar > div .btn { width: 100%; text-align: center; justify-content: center; }
  /* Sticky bar — pas de padding body (fixed ne nécessite pas d'espace) */
  body { padding-bottom: 0; }
  .sim-note { display: none !important; }
  #cfg-price { font-size: 22px !important; letter-spacing: -.5px !important; }
  #configurateur .cfg-type-v2:last-of-type,
  #simulateur .cfg-type-v2:last-of-type { grid-column: 1 / -1 !important; flex-direction: row !important; justify-content: center !important; }
  /* Configurateur */
  .cfg-types { grid-template-columns: repeat(2,1fr); }
  .cfg-box { padding: 20px 14px; border-radius: 12px; }
  .sim-section { padding: 40px 0 !important; }
  .sim-layout { gap: 20px !important; }
  .sim-left { padding: 0; }
  .sim-left .steps-eyebrow { margin-bottom: 8px !important; }
  .sim-section .section-header { margin-bottom: 20px; }
  .sim-title { font-size: 24px !important; margin-bottom: 12px !important; letter-spacing: -1px !important; }
  .sim-desc { font-size: 14px !important; line-height: 1.55 !important; margin-bottom: 16px !important; }
  .sim-trust-list { gap: 10px !important; margin-bottom: 20px !important; }
  .sim-trust-list li { font-size: 15px !important; gap: 10px !important; }
  .sim-trust-icon { width: 20px !important; height: 20px !important; }
  .sim-trust-icon svg { width: 10px !important; height: 10px !important; }
  /* CTA split */
  .cta-split-text { padding: 32px 20px; }
  .cta-reassurance { flex-direction: column; gap: 6px; font-size: 13px; }
  .cta-split-section h2 { font-size: 24px; }
  /* Avis clients */
  .rv-score-number { font-size: 48px; }
  .rv-card { padding: 20px; }
  .rv-card-text { font-size: 14px; }
  /* Contact */
  .zone-chips { gap: 6px; }
  .contact-info-block h3 { font-size: 17px; }
  /* FAQ */
  .faq-left-stats { display: flex !important; flex-direction: row !important; gap: 8px; }
  .faq-stat { flex: 1 !important; display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; padding: 10px 6px !important; gap: 4px !important; background: rgba(170,204,34,.12) !important; border-color: rgba(170,204,34,.4) !important; border-left: 2px solid var(--green) !important; }
  .faq-stat-num { font-size: 16px !important; color: var(--green) !important; font-weight: 900 !important; }
  .faq-stat-lbl { font-size: 10px !important; line-height: 1.3 !important; color: rgba(255,255,255,.65) !important; }
  .faq-question { font-size: 14px; padding-right: 32px; }
  /* Footer — centré sur mobile (toutes pages) */
  .footer-main-grid, .site-footer .container > div:first-child { grid-template-columns: 1fr !important; gap: 24px !important; text-align: center !important; }
  .footer-main-grid > div, .site-footer .container > div:first-child > div { display: flex !important; flex-direction: column !important; align-items: center !important; }
  .site-footer .container > div:first-child > div > ul { align-items: center !important; display: flex !important; flex-direction: column !important; }
  .footer-links { align-items: center !important; }
  .footer-grid { gap: 28px; }
  .footer-bottom, .site-footer .footer-bottom { flex-direction: column !important; gap: 12px !important; align-items: center !important; text-align: center !important; }
  .footer-tagline { font-size: 13px; }
  /* Réalisations mobile */
  .rea-mobile-header { display: block; }
  .rea-hdr { display: flex; }
  .rea-grid { grid-template-columns: repeat(2,1fr) !important; gap: 8px; }
  .rea-card { border-radius: 8px; }
  /* Stats card (homepage) */
  .rea-stats-card { flex-wrap: wrap; width: 100%; }
  .rea-stat-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  /* Reassurance band small screen */
  .rea-band { padding: 16px 0 !important; }
  .partenaires-track { animation-duration: 10s !important; }
  .rea-band-inner { padding: 0 16px; justify-content: center; }
  .rea-band-item { flex: 0 0 50%; border-right: none; }
  /* Process */
  .step-tags { flex-wrap: wrap; gap: 6px; }
  .step-card { padding: 20px 16px; }
  .step-card h3 { font-size: 16px; }
  /* Section headers */
  .section-header { margin-bottom: 28px; }
  .section-header h2 { font-size: clamp(22px,6vw,30px); }
  /* Timeline "Du premier appel aux clés" — vertical sur mobile */
  .ccm-header { margin-bottom: 32px !important; }
  .ccm-timeline-bar { display: none !important; }
  .ccm-truck-mob { display: block !important; position: absolute; left: 0; top: 0; height: 52px !important; width: auto !important; transform: rotate(90deg); transform-origin: bottom left; transition: top .4s cubic-bezier(.4,0,.2,1); pointer-events: none; z-index: 6; }
  .ccm-num-row { display: none !important; }
  .ccm-cards-row { grid-template-columns: 1fr !important; gap: 0 !important; position: relative; padding-left: 48px; margin-left: -16px; }
  .ccm-cards-row::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 2px; background: var(--green); border-radius: 2px; }
  .ccm-card { text-align: left !important; padding: 0 0 32px 16px !important; position: relative; opacity: 0.3; transition: opacity .35s ease; }
  .ccm-card.ccm-active { opacity: 0.55; }
  .ccm-card.ccm-active-now { opacity: 1 !important; }
  .ccm-card.ccm-active-now h3 { font-size: 20px !important; color: var(--dark); }
  .ccm-card:last-child { padding-bottom: 0 !important; }
  .ccm-card::before { content: attr(data-num); font-family: var(--font-heading); font-size: 20px; font-weight: 900; color: var(--green); display: block; margin-bottom: 8px; line-height: 1; transition: font-size .3s ease; }
  .ccm-card.ccm-active-now::before { font-size: 26px; }
  .ccm-card::after { content: ''; position: absolute; left: -52px; top: 3px; width: 10px; height: 10px; border-radius: 50%; background: #ccc; border: 2px solid #E5DDD0; transition: background .35s ease, box-shadow .35s ease, transform .35s ease; }
  .ccm-card.ccm-active::after { background: rgba(138,175,20,.5); }
  .ccm-card.ccm-active-now::after { background: var(--green) !important; box-shadow: 0 0 0 5px rgba(138,175,20,.3); transform: scale(1.4); }
}
