/* ============================================================
   HOMEREV — Landing Pages (Paid / Meta) — Design System
   Conversion-optimized. Palette "Midnight Pink" v2.1.
   Self-contained: tokens embedded, no dependency on style.css.
   ============================================================ */

:root {
  --c-dark:       #1A2B3C;   /* Midnight Blue */
  --c-dark-2:     #243648;
  --c-gold:       #C89F83;   /* Copper Gold */
  --c-gold-light: #D4B49A;
  --c-gold-dark:  #A97B5C;   /* gold foncé — texte sur fond clair, WCAG */
  --c-pink:       #FBDEDA;   /* Powder Pink */
  --c-pink-mid:   #F5C8C4;
  --c-cream:      #F2EEE8;   /* Ivory White */
  --c-stone:      #EDE8E0;
  --c-white:      #FFFFFF;
  --c-mid:        #5E5750;   /* Warm Taupe — texte secondaire, contrast ≥4.5:1 sur cream */
  --c-light:      #837B72;   /* Taupe light — contrast ≥3:1 */
  --c-border:     #DDD8D0;
  --c-success:    #2E7D4F;
  --c-danger:     #C0504D;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  --sp-1:.25rem; --sp-2:.5rem; --sp-3:.75rem; --sp-4:1rem; --sp-5:1.25rem;
  --sp-6:1.5rem; --sp-8:2rem; --sp-10:2.5rem; --sp-12:3rem; --sp-16:4rem;
  --sp-20:5rem; --sp-24:6rem;

  --radius: 10px;
  --radius-card: 20px;
  --container: 1160px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 240ms;

  --shadow-sm: 0 2px 8px rgba(26,43,60,.07);
  --shadow-md: 0 10px 34px rgba(26,43,60,.12);
  --shadow-lg: 0 24px 64px rgba(26,43,60,.18);
  --shadow-gold: 0 6px 22px rgba(200,159,131,.34);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--c-dark);
  background: var(--c-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; }
em { font-style: italic; color: var(--c-gold-dark); }

:focus-visible { outline: 2px solid var(--c-gold-dark); outline-offset: 3px; border-radius: 2px; }

.lp-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2rem); }

.lp-eyebrow {
  font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--c-gold-dark); margin-bottom: var(--sp-4); display: inline-block;
}
.lp-stars { color: var(--c-gold); letter-spacing: 2px; font-size: .95rem; }

/* --- Buttons --- */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 600; font-size: 1rem; letter-spacing: .01em;
  padding: 1.05rem 2rem; border-radius: var(--radius); cursor: pointer;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur);
  min-height: 52px; text-align: center; line-height: 1.2;
}
.lp-btn--gold { background: var(--c-gold); color: var(--c-dark); box-shadow: var(--shadow-gold); }
.lp-btn--gold:hover { background: var(--c-gold-light); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(200,159,131,.45); }
.lp-btn--block { width: 100%; }
.lp-btn--ghost { background: transparent; color: var(--c-white); border: 1px solid rgba(255,255,255,.4); }
.lp-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: var(--c-white); }
.lp-btn--lg { padding: 1.2rem 2.4rem; font-size: 1.06rem; }

/* --- Minimal header (zero-leak: logo + phone only, NO nav) --- */
.lp-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(242,238,232,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--c-border); height: 62px;
}
.lp-header__in { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.lp-logo { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 600; color: var(--c-dark); letter-spacing: .01em; }
.lp-logo span { color: var(--c-gold-dark); }
.lp-header__phone { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .95rem; color: var(--c-dark); }
.lp-header__phone svg { width: 17px; height: 17px; color: var(--c-gold-dark); }
.lp-header__phone span { color: var(--c-mid); }

/* --- HERO (split: content + form card) --- */
.lp-hero { position: relative; background: var(--c-dark); color: var(--c-white); overflow: hidden; }
.lp-hero__bg { position: absolute; inset: 0; z-index: 0; }
.lp-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .34; }
.lp-hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(26,43,60,.96) 0%, rgba(26,43,60,.82) 46%, rgba(26,43,60,.55) 100%);
}
.lp-hero__grid {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5.5rem);
}
.lp-hero__title { font-size: clamp(2.3rem, 5.2vw, 4rem); color: var(--c-white); margin-bottom: var(--sp-5); }
.lp-hero__title em { color: var(--c-pink); }
.lp-hero__sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,.86); max-width: 30em; margin-bottom: var(--sp-6); line-height: 1.6; }
.lp-hero__trust { display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-5); margin-top: var(--sp-6); }
.lp-hero__trust li { display: flex; align-items: center; gap: .55rem; font-size: .9rem; color: rgba(255,255,255,.9); }
.lp-hero__trust svg { width: 18px; height: 18px; color: var(--c-gold); flex-shrink: 0; }
.lp-hero__rating { display: flex; align-items: center; gap: .7rem; margin-bottom: var(--sp-6); }
.lp-hero__rating strong { font-size: 1.05rem; }
.lp-hero__rating span { font-size: .85rem; color: rgba(255,255,255,.7); }

/* --- FORM CARD --- */
.lp-form-wrap { background: var(--c-white); border-radius: var(--radius-card); box-shadow: var(--shadow-lg); padding: clamp(1.5rem, 3vw, 2.2rem); color: var(--c-dark); }
.lp-form-wrap__head { text-align: center; margin-bottom: var(--sp-5); }
.lp-form-wrap__head h2 { font-size: 1.6rem; margin-bottom: var(--sp-2); }
.lp-form-wrap__head p { font-size: .9rem; color: var(--c-mid); }
.lp-form .field { margin-bottom: var(--sp-3); }
.lp-form label { display: block; font-size: .82rem; font-weight: 600; color: var(--c-dark); margin-bottom: .35rem; }
.lp-form input, .lp-form select, .lp-form textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--c-dark);
  padding: .85rem .95rem; border: 1.5px solid var(--c-border); border-radius: var(--radius);
  background: var(--c-white); transition: border-color var(--dur), box-shadow var(--dur);
  min-height: 50px;
}
.lp-form input::placeholder { color: var(--c-light); }
.lp-form input:focus, .lp-form select:focus, .lp-form textarea:focus {
  outline: none; border-color: var(--c-gold-dark); box-shadow: 0 0 0 3px var(--c-gold-subtle, rgba(200,159,131,.18));
}
.lp-form [data-error="true"] { border-color: var(--c-danger) !important; box-shadow: 0 0 0 3px rgba(192,80,77,.13); }
.lp-form__note { font-size: .76rem; color: var(--c-light); text-align: center; margin-top: var(--sp-3); line-height: 1.5; }
.lp-form__note svg { width: 13px; height: 13px; vertical-align: -2px; margin-right: 2px; color: var(--c-success); }
.lp-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* --- Sections --- */
.lp-section { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.lp-section--stone { background: var(--c-stone); }
.lp-section--dark { background: var(--c-dark); color: var(--c-white); }
.lp-section--dark h2, .lp-section--dark h3 { color: var(--c-white); }
.lp-section__head { text-align: center; max-width: 44rem; margin: 0 auto clamp(1.8rem,3.5vw,2.8rem); }
.lp-section__head h2 { font-size: clamp(2.05rem, 4.4vw, 3.1rem); margin-bottom: var(--sp-4); }
.lp-section__head p { font-size: 1.1rem; color: var(--c-mid); line-height: 1.7; }
.lp-section--dark .lp-section__head p { color: rgba(255,255,255,.78); }

/* --- Trust bar (logos / quick signals) --- */
.lp-trustbar { background: var(--c-white); border-bottom: 1px solid var(--c-border); padding: var(--sp-5) 0; }
.lp-trustbar__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sp-6) var(--sp-10); }
.lp-trustbar__item { display: flex; align-items: center; gap: .6rem; font-size: .9rem; font-weight: 500; color: var(--c-dark); }
.lp-trustbar__item svg { width: 22px; height: 22px; color: var(--c-gold-dark); flex-shrink: 0; }
.lp-trustbar__item strong { font-weight: 700; }

/* --- Objections / reassurance --- */
.lp-obj { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: var(--sp-5); }
.lp-obj__card { background: var(--c-white); border: 1px solid var(--c-border); border-radius: var(--radius-card); padding: var(--sp-8) var(--sp-6); box-shadow: var(--shadow-sm); }
.lp-obj__fear { font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--c-danger); margin-bottom: var(--sp-2); display: flex; align-items: center; gap: .4rem; }
.lp-obj__card h3 { font-size: 1.3rem; margin-bottom: var(--sp-2); }
.lp-obj__card p { font-size: .94rem; color: var(--c-mid); }

/* --- Steps (how it works) --- */
.lp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--sp-10) var(--sp-8); counter-reset: step; }
.lp-step { position: relative; }
.lp-step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  display: block; font-family: var(--font-serif); font-size: 3rem; font-weight: 600;
  color: var(--c-gold-dark); line-height: 1; margin-bottom: var(--sp-3);
}
.lp-step::after { content: ''; display: block; width: 36px; height: 2px; background: var(--c-gold); opacity: .55; margin-bottom: var(--sp-4); }
.lp-step h3 { font-size: 1.32rem; margin-bottom: var(--sp-2); }
.lp-step p { font-size: .95rem; color: var(--c-mid); }
.lp-section--dark .lp-step p { color: rgba(255,255,255,.74); }
.lp-section--dark .lp-step::before { color: var(--c-gold); }

/* --- Included (checklist) --- */
.lp-incl { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--sp-4) var(--sp-8); }
.lp-incl li { display: flex; gap: .7rem; align-items: flex-start; font-size: .98rem; }
.lp-incl svg { width: 21px; height: 21px; color: var(--c-success); flex-shrink: 0; margin-top: 2px; }

/* --- Before / After slider --- */
.lp-ba-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--sp-6); }
.lp-ba { position: relative; aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow-md); user-select: none; touch-action: none; }
.lp-ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.lp-ba__after { clip-path: inset(0 0 0 50%); }
.lp-ba__divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--c-white); transform: translateX(-50%); z-index: 3; }
.lp-ba__handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 4;
  width: 42px; height: 42px; border-radius: 50%; background: var(--c-white); box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center; cursor: ew-resize;
}
.lp-ba__handle svg { width: 22px; height: 22px; color: var(--c-dark); }
.lp-ba__tag { position: absolute; top: 12px; z-index: 3; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .65rem; border-radius: 2px; background: rgba(26,43,60,.82); color: #fff; }
.lp-ba__tag--before { left: 12px; }
.lp-ba__tag--after { right: 12px; background: var(--c-gold); color: var(--c-dark); }

/* --- Testimonials --- */
.lp-testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: var(--sp-5); }
.lp-testi { background: var(--c-white); border: 1px solid var(--c-border); border-radius: var(--radius-card); padding: var(--sp-8) var(--sp-6); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.lp-testi__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--sp-3); }
.lp-testi__src { font-size: .78rem; font-weight: 600; color: var(--c-mid); }
.lp-testi__quote { font-size: 1rem; line-height: 1.6; color: var(--c-dark); flex-grow: 1; }
.lp-testi__author { display: flex; align-items: center; gap: .7rem; margin-top: var(--sp-4); }
.lp-testi__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--c-pink-mid); color: var(--c-dark); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: .95rem; }
.lp-testi__name { font-weight: 600; font-size: .88rem; display: block; }
.lp-testi__meta { font-size: .78rem; color: var(--c-mid); }

/* --- Stats band --- */
.lp-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: var(--sp-10); text-align: center; }
.lp-stat__num { font-family: var(--font-serif); font-size: clamp(3rem, 6.5vw, 4.8rem); font-weight: 600; color: var(--c-gold); line-height: 1; }
.lp-stat__label { font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-top: var(--sp-3); }

/* --- FAQ --- */
.lp-faq { max-width: 44rem; margin: 0 auto; }
.lp-faq__item { border-bottom: 1px solid var(--c-border); }
.lp-faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: var(--sp-4); padding: var(--sp-5) 0; text-align: left; font-weight: 600; font-size: 1.06rem; color: var(--c-dark); }
.lp-faq__q svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--c-gold-dark); transition: transform var(--dur); }
.lp-faq__item[open] .lp-faq__q svg { transform: rotate(45deg); }
.lp-faq__a { padding: 0 0 var(--sp-5); color: var(--c-mid); font-size: .96rem; line-height: 1.7; max-width: 60ch; }
.lp-faq__item summary { list-style: none; cursor: pointer; }
.lp-faq__item summary::-webkit-details-marker { display: none; }

/* --- Final CTA --- */
.lp-final { text-align: center; }
.lp-final h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: var(--sp-4); }
.lp-final p { font-size: 1.1rem; color: rgba(255,255,255,.82); max-width: 36rem; margin: 0 auto var(--sp-8); }
.lp-final .lp-form-wrap { max-width: 460px; margin: 0 auto; text-align: left; }

/* --- Footer (minimal, legal only — zero nav leak) --- */
.lp-footer { background: var(--c-dark); color: rgba(255,255,255,.6); padding: var(--sp-8) 0; font-size: .82rem; border-top: 1px solid rgba(255,255,255,.08); }
.lp-footer__in { display: flex; flex-wrap: wrap; gap: var(--sp-4); justify-content: space-between; align-items: center; }
.lp-footer a { color: rgba(255,255,255,.7); text-decoration: underline; text-underline-offset: 2px; }
.lp-footer a:hover { color: var(--c-gold-light); }

/* --- Sticky mobile bottom bar --- */
.lp-sticky { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: none; gap: .6rem; padding: .6rem .8rem calc(.6rem + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); backdrop-filter: blur(8px); border-top: 1px solid var(--c-border); box-shadow: 0 -4px 20px rgba(26,43,60,.1); }
.lp-sticky .lp-btn { flex: 1; min-height: 48px; padding: .8rem 1rem; font-size: .95rem; }
.lp-sticky__call { flex: 0 0 auto !important; width: 52px; background: var(--c-dark); color: #fff; }
.lp-sticky__call svg { width: 20px; height: 20px; }

/* --- Reveal animation --- */
.js .fade-up { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.fade-up.in { opacity: 1; transform: none; }

/* --- Responsive --- */
@media (max-width: 900px) {
  .lp-hero__grid { grid-template-columns: 1fr; gap: var(--sp-8); }
  .lp-hero__form-col { order: 2; }
}
@media (max-width: 640px) {
  .lp-header__phone span { display: none; }
  .lp-sticky { display: flex; }
  body { padding-bottom: 72px; }
  .lp-hero__title { font-size: clamp(2rem, 8vw, 2.6rem); }
  .lp-ba__after { clip-path: inset(0 0 0 50%); }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .fade-up { opacity: 1 !important; transform: none !important; transition: none !important; }
  .lp-btn:hover { transform: none; }
}

/* ============================================================
   TEMPLATE v3 — composants additifs (master déclinable _modele/)
   Additif uniquement : n'écrase aucune classe LP existante.
   Inspiré structure Little Worker, charte HomeRev.
   ============================================================ */

/* --- Hero : fork d'intention (route par type de projet, type LW) --- */
.lp-fork { margin-top: var(--sp-4); }
.lp-fork__label { font-size: .76rem; font-weight: 600; color: var(--c-mid); margin-bottom: var(--sp-2); display: block; text-align: left; }
.lp-fork__row { display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.lp-fork__chip { flex: 1 1 auto; min-width: 92px; display: flex; align-items: center; justify-content: center; gap: .4rem; padding: .7rem .6rem; border: 1.5px solid var(--c-border); border-radius: var(--radius); font-size: .85rem; font-weight: 600; color: var(--c-dark); background: var(--c-white); transition: border-color var(--dur), background var(--dur), transform var(--dur); }
.lp-fork__chip:hover { border-color: var(--c-gold-dark); background: var(--c-cream); transform: translateY(-1px); }

/* --- Piliers (4 valeurs) --- */
.lp-pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(218px, 1fr)); gap: var(--sp-6); }
.lp-pillar__ic { width: 46px; height: 46px; border-radius: 50%; background: var(--c-pink); color: var(--c-gold-dark); display: flex; align-items: center; justify-content: center; margin-bottom: var(--sp-4); }
.lp-pillar__ic svg { width: 22px; height: 22px; }
.lp-pillar h3 { font-size: 1.22rem; margin-bottom: var(--sp-2); }
.lp-pillar p { font-size: .93rem; color: var(--c-mid); }

/* --- Bande garanties / assurances (remplace "presse" de LW) --- */
.lp-guar { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: var(--sp-5) var(--sp-10); }
.lp-guar__item { display: flex; align-items: center; gap: .6rem; font-size: .92rem; font-weight: 600; color: var(--c-dark); }
.lp-guar__item svg { width: 26px; height: 26px; color: var(--c-gold-dark); flex-shrink: 0; }

/* --- Case study (projet détaillé, type "Projet Napoli" de LW) --- */
.lp-case { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.2rem); align-items: center; }
.lp-case__media { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
.lp-case__media figure { margin: 0; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/3; }
.lp-case__media figure:first-child { grid-column: 1 / -1; aspect-ratio: 16/10; }
.lp-case__media img { width: 100%; height: 100%; object-fit: cover; }
.lp-case__tag { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--c-gold-dark); margin-bottom: var(--sp-3); }
.lp-case__body h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: var(--sp-3); }
.lp-case__meta { font-size: .96rem; color: var(--c-mid); margin-bottom: var(--sp-5); }
.lp-case__postes { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-2) var(--sp-5); margin-bottom: var(--sp-5); }
.lp-case__postes li { display: flex; gap: .5rem; align-items: flex-start; font-size: .9rem; color: var(--c-dark); }
.lp-case__postes svg { width: 18px; height: 18px; color: var(--c-success); flex-shrink: 0; margin-top: 3px; }
.lp-case__result { background: var(--c-white); border-left: 3px solid var(--c-gold); border-radius: 0 14px 14px 0; padding: var(--sp-5); font-size: .95rem; line-height: 1.65; color: var(--c-dark); box-shadow: var(--shadow-sm); }
.lp-case__result strong { color: var(--c-gold-dark); }

/* --- Interlocuteur dédié (remplace "équipe" de LW, sans fausses photos) --- */
.lp-person { display: flex; gap: var(--sp-6); align-items: center; max-width: 660px; margin: 0 auto; background: var(--c-white); border: 1px solid var(--c-border); border-radius: var(--radius-card); padding: var(--sp-8); box-shadow: var(--shadow-sm); }
.lp-person__av { width: 84px; height: 84px; border-radius: 50%; background: var(--c-pink-mid); color: var(--c-dark); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 2rem; font-weight: 600; flex-shrink: 0; }
.lp-person__b h3 { font-size: 1.3rem; margin-bottom: var(--sp-1); }
.lp-person__role { font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--c-gold-dark); margin-bottom: var(--sp-3); display: block; }
.lp-person__b p { font-size: .94rem; color: var(--c-mid); }

/* --- Zones d'intervention (remplace "agence" de LW, sans fausse adresse) --- */
.lp-zones { display: flex; flex-wrap: wrap; gap: var(--sp-3); justify-content: center; margin-top: var(--sp-6); }
.lp-zone { display: inline-flex; align-items: center; gap: .45rem; padding: .6rem 1.1rem; border: 1px solid var(--c-border); border-radius: 100px; background: var(--c-white); font-size: .9rem; font-weight: 500; }
.lp-zone svg { width: 16px; height: 16px; color: var(--c-gold-dark); }

@media (max-width: 740px) {
  .lp-case { grid-template-columns: 1fr; }
  .lp-case__postes { grid-template-columns: 1fr; }
  .lp-person { flex-direction: column; text-align: center; }
}

/* ============================================================
   TEMPLATE v3.1 — conception (étude→3D→réalisé) + espace client CRM
   ============================================================ */

/* --- Parcours « De l'étude à la réalisation » --- */
.lp-journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); }
.lp-journey__stage { display: flex; flex-direction: column; }
.lp-journey__frame { position: relative; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; background: var(--c-white); border: 1px solid var(--c-border); box-shadow: var(--shadow-md); display: flex; align-items: center; justify-content: center; }
.lp-journey__frame img { width: 100%; height: 100%; object-fit: cover; }
.lp-journey__frame .illus { width: 58%; height: 58%; color: var(--c-gold-dark); opacity: .8; }
.lp-journey__step { position: absolute; top: 10px; left: 10px; width: 28px; height: 28px; border-radius: 50%; background: var(--c-gold); color: var(--c-dark); font-size: .82rem; font-weight: 700; display: flex; align-items: center; justify-content: center; z-index: 2; box-shadow: var(--shadow-sm); }
.lp-journey__label { font-family: var(--font-serif); font-size: 1.2rem; margin-top: var(--sp-4); }
.lp-journey__cap { font-size: .86rem; color: var(--c-mid); margin-top: 2px; }

/* --- Espace client CRM (sur fond sombre) + mockup device --- */
.lp-portal { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.lp-portal h2 { color: var(--c-white); font-size: clamp(2.05rem, 4.4vw, 3.1rem); margin-bottom: var(--sp-4); }
.lp-portal__feats { display: grid; gap: var(--sp-4); margin-top: var(--sp-6); }
.lp-portal__feats li { display: flex; gap: .75rem; align-items: flex-start; font-size: 1rem; color: rgba(255,255,255,.9); }
.lp-portal__feats svg { width: 22px; height: 22px; color: var(--c-gold); flex-shrink: 0; margin-top: 1px; }
.lp-device { background: var(--c-white); border-radius: 24px; box-shadow: var(--shadow-lg); padding: var(--sp-5) var(--sp-5) var(--sp-4); max-width: 380px; width: 100%; margin: 0 auto; color: var(--c-dark); }
.lp-device__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: var(--sp-4); border-bottom: 1px solid var(--c-border); margin-bottom: var(--sp-2); }
.lp-device__title { font-weight: 700; font-size: .92rem; }
.lp-device__live { display: inline-flex; align-items: center; gap: .45rem; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--c-success); }
.lp-device__live::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--c-success); animation: lpPulse 2.2s infinite; }
@keyframes lpPulse { 0% { box-shadow: 0 0 0 0 rgba(46,125,79,.45); } 70% { box-shadow: 0 0 0 9px rgba(46,125,79,0); } 100% { box-shadow: 0 0 0 0 rgba(46,125,79,0); } }
.lp-device__row { display: flex; align-items: center; gap: .8rem; padding: .65rem 0; border-bottom: 1px solid var(--c-stone); }
.lp-device__row:last-child { border-bottom: none; }
.lp-device__ic { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.lp-device__ic svg { width: 16px; height: 16px; }
.lp-device__ic--done { background: rgba(46,125,79,.14); color: var(--c-success); }
.lp-device__ic--now { background: rgba(200,159,131,.2); color: var(--c-gold-dark); }
.lp-device__ic--wait { background: var(--c-stone); color: var(--c-light); }
.lp-device__rb { flex: 1; min-width: 0; }
.lp-device__rt { display: block; font-size: .9rem; font-weight: 600; }
.lp-device__rs { display: block; font-size: .76rem; color: var(--c-mid); }

@media (max-width: 820px) {
  .lp-portal { grid-template-columns: 1fr; }
  .lp-device { order: -1; }
}
@media (max-width: 700px) {
  .lp-journey { grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-device__live::before { animation: none; }
}

/* ============================================================
   TEMPLATE v3.2 — motion agency-grade
   Stagger (JS), heading mask reveal, hover zoom/lift.
   ============================================================ */
.reveal-mask { overflow: hidden; padding-bottom: .1em; }
.js .reveal-mask .rm-inner { display: block; transform: translateY(115%); transition: transform .95s var(--ease); }
.reveal-mask.in .rm-inner { transform: none; }

.lp-ba-grid figure, .lp-journey__frame, .lp-case__media figure { overflow: hidden; }
.lp-ba-grid figure img, .lp-journey__frame img, .lp-case__media figure img { transition: transform 1.05s var(--ease); }
.lp-ba-grid figure:hover img, .lp-journey__frame:hover img, .lp-case__media figure:hover img { transform: scale(1.05); }

.lp-obj__card, .lp-testi { transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.lp-obj__card:hover, .lp-testi:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.lp-pillar { transition: transform .45s var(--ease); }
.lp-pillar:hover { transform: translateY(-4px); }

@media (prefers-reduced-motion: reduce) {
  .reveal-mask .rm-inner { transform: none !important; transition: none !important; }
  .fade-up { filter: none !important; }
  .lp-ba-grid figure:hover img, .lp-journey__frame:hover img, .lp-case__media figure:hover img { transform: none; }
}

/* ============================================================
   Bande prix €/m² — variante groupes "Prix & budget" / "Estimation travaux"
   ============================================================ */
.lp-price { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
.lp-price__card { background: var(--c-white); border: 1px solid var(--c-border); border-radius: var(--radius-card); padding: var(--sp-8) var(--sp-6); text-align: center; box-shadow: var(--shadow-sm); }
.lp-price__tier { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--c-gold-dark); margin-bottom: var(--sp-3); }
.lp-price__amount { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 600; color: var(--c-dark); line-height: 1; }
.lp-price__amount span { font-family: var(--font-sans); font-size: .95rem; font-weight: 500; color: var(--c-mid); }
.lp-price__desc { font-size: .9rem; color: var(--c-mid); margin-top: var(--sp-3); line-height: 1.55; }
.lp-price__note { text-align: center; font-size: .85rem; color: var(--c-light); margin: var(--sp-6) auto 0; max-width: 46rem; }
@media (max-width: 760px) { .lp-price { grid-template-columns: 1fr; } }

/* ============================================================
   Formulaire lead multi-étapes (lead-express.js) sur LP
   ============================================================ */
.lp-le-bar { height: 4px; background: var(--c-stone); border-radius: 100px; overflow: hidden; margin-bottom: var(--sp-5); }
.lp-le-bar > span { display: block; height: 100%; width: 50%; background: var(--c-gold); border-radius: 100px; transition: width .4s var(--ease); }
.le-step { display: none; }
.le-step.active { display: block; animation: lpStepIn .4s var(--ease); }
@keyframes lpStepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.lp-le-q { font-weight: 600; font-size: 1.02rem; color: var(--c-dark); margin-bottom: var(--sp-4); text-align: center; }
.lp-choices { display: grid; gap: var(--sp-3); }
.lp-choice { display: flex; align-items: center; gap: .75rem; width: 100%; padding: .95rem 1.1rem; border: 1.5px solid var(--c-border); border-radius: var(--radius); background: var(--c-white); font-weight: 600; font-size: .98rem; color: var(--c-dark); text-align: left; transition: border-color var(--dur), background var(--dur), transform var(--dur); }
.lp-choice:hover { border-color: var(--c-gold-dark); background: var(--c-cream); transform: translateY(-1px); }
.lp-choice.selected { border-color: var(--c-gold-dark); background: var(--c-cream); box-shadow: 0 0 0 3px var(--c-gold-subtle, rgba(200,159,131,.18)); }
.lp-choice svg { width: 22px; height: 22px; color: var(--c-gold-dark); flex-shrink: 0; }
.lp-le-back { display: block; margin: var(--sp-4) auto 0; font-size: .85rem; font-weight: 600; color: var(--c-mid); background: none; }
.lp-le-back:hover { color: var(--c-gold-dark); }
@media (prefers-reduced-motion: reduce) { .le-step.active { animation: none; } }

/* ============================================================
   Floating CTAs (Prendre RDV + WhatsApp) — desktop. Mobile : sticky bar.
   Même système que le site (homerev.fr).
   ============================================================ */
.floating-ctas { position: fixed; bottom: 2rem; right: 2rem; z-index: 80; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .4s var(--ease), transform .4s var(--ease); }
.floating-ctas.visible { opacity: 1; transform: none; pointer-events: all; }
.floating-wa { position: relative; display: flex; flex-direction: column; align-items: flex-end; }
.floating-wa__tooltip { background: var(--c-dark); color: var(--c-white); font-size: .78rem; font-weight: 500; padding: .5rem .875rem; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; position: absolute; right: calc(56px + 12px); top: 50%; transform: translateY(-50%) translateX(8px); transition: opacity .25s var(--ease), transform .25s var(--ease); }
.floating-wa__tooltip::after { content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%); border: 6px solid transparent; border-right: none; border-left-color: var(--c-dark); }
.floating-wa:hover .floating-wa__tooltip { opacity: 1; transform: translateY(-50%) translateX(0); }
.floating-wa__btn { width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,.4); transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease); position: relative; }
.floating-wa__btn:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(37,211,102,.55); }
.floating-wa__btn:not(.floating-wa__btn--bk)::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: rgba(37,211,102,.3); animation: waPulse 2.5s ease infinite; z-index: -1; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .6; } 70% { transform: scale(1.6); opacity: 0; } 100% { transform: scale(1.6); opacity: 0; } }
.floating-wa__btn--bk { background: var(--c-dark); color: var(--c-gold); box-shadow: 0 4px 20px rgba(26,43,60,.28); }
.floating-wa__btn--bk:hover { background: var(--c-gold); color: var(--c-dark); box-shadow: 0 6px 28px rgba(200,159,131,.5); }
.lp-sticky__wa { flex: 0 0 auto !important; width: 52px; background: #25D366; color: #fff; }
.lp-sticky__wa svg { width: 22px; height: 22px; }
@media (max-width: 768px) { .floating-ctas { display: none; } }
@media (prefers-reduced-motion: reduce) { .floating-wa__btn:not(.floating-wa__btn--bk)::before { animation: none; } }
