/* =========================================================
   THEME BLUE — overrides pour landing-batipro/formulaire-maquette
   Charge APRÈS style.css + premium.css.
   Inverse la dominante : bleu = fond principal, beige = secondaire.
   ========================================================= */

/* ---------- Bleu un peu plus aéré (cohérent avec home blue) ---------- */
:root {
  --c-blue-deep: #0e2148;
  --c-ink: #122651;
}

/* ---------- Body ---------- */
html, body {
  background: var(--c-blue-deep);
  color: rgba(255, 255, 255, 0.92);
}

/* ---------- Headings : blanc par défaut ---------- */
body h1, body h2, body h4 { color: #fff; }
body em, .italic-serif { color: var(--c-ocre-soft); }

/* h3 par défaut blanc, mais override pour les sections claires */
body h3 { color: #fff; }
.bg-cream h3,
.section-faq h3,
.section-process h3,
.section-form h3,
.section-form .form-slide-title,
.section-form label,
.section-form .field-label,
.section-form .form-slide-help,
.adv-card h3,
.cc-list h3,
.cc-card .cc-card-title,
.faq-item summary,
.bp-cb-text strong { color: var(--c-ink); }

/* ---------- Eyebrow ---------- */
.eyebrow { color: var(--c-ocre-soft); }
.bg-cream .eyebrow,
.section-process .eyebrow,
.section-faq .eyebrow,
.section-form .eyebrow { color: var(--c-ocre); }

/* ---------- Liens ---------- */
body a:not(.btn) { color: var(--c-ocre-soft); }
body a:not(.btn):hover { color: var(--c-gold); }

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar,
header.navbar {
  background: rgba(7, 20, 46, 0.92) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.navbar.scrolled { background: rgba(7, 20, 46, 0.96) !important; }
.nav-links a:not(.btn) { color: rgba(255, 255, 255, 0.85); }
.nav-links a:not(.btn):hover { color: var(--c-ocre-soft); }
.nav-toggle span { background: #fff; }

/* =========================================================
   HERO : reste sombre (déjà cohérent), juste affine
   ========================================================= */
.hero {
  background: linear-gradient(180deg, var(--c-blue-deep) 0%, #112d5c 100%);
  color: rgba(255, 255, 255, 0.92);
}
.hero h1, .hero h1 em { color: #fff; }
.hero h1 em { color: var(--c-ocre-soft); }
.hero .lead, .hero p { color: rgba(255, 255, 255, 0.78); }

/* Boutons ghost adaptés au fond bleu */
.btn-ghost {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.40) !important;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: var(--c-ocre-soft) !important;
  color: #fff !important;
}

/* =========================================================
   SECTIONS : alterne bleu profond / cream
   - Cream (clair) : section-process, section-faq, section-form
   - Bleu (sombre) : tout le reste
   ========================================================= */
.section { color: rgba(255, 255, 255, 0.92); }

.section-diff,
.section-showcase,
.section-compare,
.section-advantages,
.section-seo,
.section-price,
.section-contact-strip,
.section-trades {
  background: var(--c-blue-deep) !important;
  position: relative;
}

.section-process,
.section-faq,
.section-form {
  background: var(--c-cream) !important;
  color: var(--c-text);
}
.section-process .lead,
.section-faq .lead,
.section-form .lead { color: var(--c-text-soft); }

/* Marqueur bg-cream classe pour cibler */
.section-process,
.section-faq,
.section-form { /* déjà défini */ }

/* =========================================================
   CARDS (avantages, compare, process steps, FAQ) :
   restent blanches sur fond bleu, contrastent bien.
   ========================================================= */
.adv-card,
.cc-card,
.process-step {
  background: #fff !important;
  color: var(--c-text);
}
.adv-card h3,
.cc-card h3 { color: var(--c-ink); }
.adv-card p,
.cc-card p { color: var(--c-text-soft); }

/* Cards process en cream → fond blanc avec bordure pour lisibilité */
.section-process .process-step {
  background: #fff !important;
  border: 1px solid var(--c-line);
}

/* =========================================================
   FAQ
   ========================================================= */
.section-faq .faq-item {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  margin-bottom: 12px;
}
.section-faq .faq-item summary,
.section-faq .faq-q { color: var(--c-ink); }
.section-faq .faq-a { color: var(--c-text); }

/* =========================================================
   FORMULAIRE
   ========================================================= */
.section-form { padding-top: clamp(60px, 8vw, 100px); padding-bottom: clamp(60px, 8vw, 100px); }
.section-form .section-head h2 { color: var(--c-ink); }
.section-form .section-head h2 em { color: var(--c-ocre); }
.section-form .lead { color: var(--c-text-soft); }
.section-form .form-time-badge { color: var(--c-ocre); border-color: var(--c-ocre); }
.form-trust { color: var(--c-text); }
.form-trust-item strong { color: var(--c-ink); }
.form-trust-item span { color: var(--c-text-soft); }
.form-wrapper { background: #fff; }
.form-progress { color: var(--c-text-soft); }
.progress-fill { background: linear-gradient(90deg, var(--c-ocre) 0%, var(--c-gold) 100%); }
.form-slide { color: var(--c-text); }
.form-slide-title { color: var(--c-ink); }
.form-slide-help { color: var(--c-text-soft); }
.field label, .field-label { color: var(--c-ink); }
.field input,
.field textarea,
.field select {
  background: #fff;
  color: var(--c-ink);
  border-color: var(--c-line);
}
.field input:focus,
.field textarea:focus { border-color: var(--c-ocre); }

/* big-card, chip-card : fond blanc / hover ocre */
.big-card,
.chip-card,
.chip-check {
  background: #fff;
  color: var(--c-ink);
  border-color: var(--c-line);
}
.big-card:hover,
.chip-card:hover { border-color: var(--c-ocre); }
.big-card.is-checked,
.big-card input:checked + .big-card-icon,
.chip-card.is-active,
.chip-card[aria-pressed="true"] {
  background: rgba(217, 119, 6, 0.08);
  border-color: var(--c-ocre);
  color: var(--c-ink);
}

/* =========================================================
   FOOTER : reste sombre avec teinte cohérente
   ========================================================= */
.footer,
footer {
  background: var(--c-blue-deep);
  color: rgba(255, 255, 255, 0.78);
}
.footer h4 { color: #fff; }
.footer a { color: rgba(255, 255, 255, 0.72); }
.footer a:hover { color: var(--c-ocre-soft); text-decoration: underline; }
.footer-bottom { color: rgba(255, 255, 255, 0.55); }

/* =========================================================
   CALLBACK CARD (.bp-cb) — fond clair, textes sombres lisibles
   ========================================================= */
.bp-cb {
  background: linear-gradient(135deg, #fff 0%, #fffaf0 100%) !important;
  color: var(--c-text) !important;
  border: 1px solid var(--c-line) !important;
}
.bp-cb-text strong { color: var(--c-ink) !important; }
.bp-cb-text span { color: var(--c-text-soft) !important; }
.bp-cb-icon {
  background: linear-gradient(135deg, rgba(217,119,6,.22), rgba(217,119,6,.10)) !important;
  border-color: rgba(217, 119, 6, 0.35) !important;
}
.bp-cb-icon svg { color: var(--c-ocre) !important; }
.bp-cb-form input {
  background: #fff !important;
  color: var(--c-ink) !important;
  border: 1px solid var(--c-line) !important;
}
.bp-cb-form input::placeholder { color: var(--c-text-soft) !important; }
.bp-cb-success { color: var(--c-success) !important; }
.bp-cb-success span { color: var(--c-ink) !important; }

/* =========================================================
   BANDE CONTACT (entre FAQ et formulaire si présente)
   ========================================================= */
.section-contact-strip { padding: 36px 0; }
.contact-strip-grid { color: rgba(255, 255, 255, 0.92); }
.contact-strip-grid h3 { color: #fff; }

/* =========================================================
   COMPARE TABLE (cc-card)
   ========================================================= */
.cc-card { box-shadow: var(--shadow); }
.cc-card.cc-card--featured {
  border: 2px solid var(--c-ocre);
  background: linear-gradient(180deg, #fff 0%, #fffaf0 100%);
}
.cc-num { color: var(--c-ink); }
.cc-tag { color: var(--c-text-soft); background: rgba(11, 29, 58, 0.06); }
.cc-tag-brand { color: #fff; background: var(--c-ocre); }
.cc-list li { color: var(--c-text); }

/* =========================================================
   PRICING SECTION (.section-price)
   ========================================================= */
.section-price .pricing-card {
  background: #fff;
  color: var(--c-text);
  box-shadow: var(--shadow-lg);
}
.section-price .pricing-num { color: var(--c-ink); }
.section-price .pricing-list li { color: var(--c-text); }

/* =========================================================
   ADV-CARD (avantages)
   ========================================================= */
.adv-card .adv-icon {
  background: rgba(217, 119, 6, 0.10);
  color: var(--c-ocre);
}

/* =========================================================
   FOCUS rings — visibilité sur fond bleu
   ========================================================= */
.btn-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25);
}
.btn-ghost:focus-visible,
.nav-links a:focus-visible {
  outline: 2px solid var(--c-ocre-soft);
  outline-offset: 4px;
}
.faq-item summary:focus-visible {
  outline: 2px solid var(--c-ocre);
  outline-offset: 2px;
}
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--c-ocre);
  outline-offset: 2px;
}

/* =========================================================
   PATCH AUDIT v2 — corrections exhaustives (15 problèmes)
   Cause racine : v1 ciblait des classes inexistantes
   (.cc-card, .process-step, .pricing-card) au lieu des vraies
   (.compare-card, .step-edit, .price-box) du HTML landing-batipro.
   ========================================================= */

/* Logo : taille agrandie */
.nav-logo img { height: 80px !important; width: auto !important; border-radius: 14px; }
.navbar.scrolled .nav-logo img { height: 64px !important; }
@media (max-width: 860px) {
  .nav-logo img { height: 56px !important; }
  .navbar.scrolled .nav-logo img { height: 48px !important; }
}

/* COMPARE CARDS (vrai sélecteur : .compare-card) */
.section-compare .compare-card {
  background: #fff !important;
  color: var(--c-text);
  border: 1px solid var(--c-line);
}
.section-compare .compare-card h3,
.section-compare .compare-card .cc-num { color: var(--c-ink) !important; }
.section-compare .compare-card .cc-tax,
.section-compare .compare-card .cc-foot { color: var(--c-text-soft) !important; }
.section-compare .compare-card .cc-list li { color: var(--c-text); }
.section-compare .compare-card-featured {
  background: linear-gradient(180deg, #fff 0%, #fffaf0 100%) !important;
  color: var(--c-ink) !important;
  border: 2px solid var(--c-ocre) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.30) !important;
}
.section-compare .compare-card-featured h3,
.section-compare .compare-card-featured .cc-num { color: var(--c-ink) !important; }
.section-compare .compare-card-featured .cc-tax,
.section-compare .compare-card-featured .cc-foot { color: var(--c-text-soft) !important; }
.section-compare .compare-card-featured .cc-list li { color: var(--c-text) !important; }

/* LEADS sur sections bleues */
.section-trades .section-head .lead,
.section-advantages .section-head .lead,
.section-diff .section-head .lead,
.section-showcase .section-head .lead,
.section-compare .section-head .lead,
.section-price .section-head .lead {
  color: rgba(255, 255, 255, 0.80) !important;
}

/* DIFF CARD */
.section-diff .diff-card p { color: rgba(255, 255, 255, 0.85) !important; }
.section-diff .diff-card h2 em { color: var(--c-ocre-soft) !important; }
.section-diff .diff-eyebrow {
  background: rgba(217, 119, 6, .14) !important;
  border-color: rgba(217, 119, 6, .35) !important;
  color: var(--c-ocre-soft) !important;
}

/* SHOWCASE captions */
.section-showcase .reel-cap { color: rgba(255, 255, 255, 0.65) !important; }
.section-showcase .reel-cap strong { color: #fff !important; }
.section-showcase .reel-cap span { color: rgba(255, 255, 255, 0.55) !important; }

/* PRICE BOX (vraie classe : .price-box) */
.section-price .price-box {
  background: #fff !important;
  border: 3px solid var(--c-ocre) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35) !important;
  color: var(--c-text);
}
.section-price .price-num,
.section-price .price-key { color: var(--c-ink) !important; }
.section-price .price-key { background: var(--c-yellow) !important; }
.section-price .price-ttc,
.section-price .price-tax { color: var(--c-text-soft) !important; }
.section-price .price-list li { color: var(--c-text) !important; }
.section-price .price-stamp { background: var(--c-ocre) !important; color: #fff !important; }

/* TRADES cards (.trade-card) */
.section-trades .trade-card { background: #fff !important; border-color: var(--c-line); }
.section-trades .trade-card h3 { color: var(--c-ink) !important; }
.section-trades .trade-card p { color: var(--c-text) !important; }
.section-trades .trade-card p strong { color: var(--c-ink) !important; }
.section-trades .trade-card--energy {
  background: linear-gradient(135deg, #fffaf0 0%, #fff 100%) !important;
  border-color: var(--c-ocre) !important;
}

/* PROCESS (vraie classe : .step-edit) */
.section-process .step-edit-num { color: var(--c-ocre) !important; }
.section-process .step-edit h3 { color: var(--c-ink) !important; }
.section-process .step-edit p { color: var(--c-text-soft) !important; }
.section-process .step-edit-icon { color: var(--c-ink) !important; }

/* CONTACT STRIP : carte plus contrastée */
.section-contact-strip .contact-strip {
  background: linear-gradient(135deg, rgba(7,20,46,0.55) 0%, rgba(11,29,58,0.85) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.55) !important;
}
.section-contact-strip .contact-pill {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
.section-contact-strip .contact-pill:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(217, 119, 6, .55) !important;
}

/* FORMULAIRE : placeholder lisible */
.section-form .field input::placeholder,
.section-form .field textarea::placeholder { color: #6b7280 !important; }

/* HERO promises pills */
.hero .hero-promises li {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.18) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.hero .hero-promises li:hover {
  background: rgba(255,255,255,0.14) !important;
  border-color: rgba(22,163,74,.45) !important;
}

/* KICKER hero */
.hero .kicker {
  background: rgba(217, 119, 6, .14) !important;
  border-color: rgba(217, 119, 6, .35) !important;
  color: var(--c-ocre-soft) !important;
}
.hero .kicker-bar { background: var(--c-ocre-soft) !important; }

/* États actifs formulaire en OCRE (au lieu de bleu marque) */
.section-form .big-card:has(input:checked) {
  border-color: var(--c-ocre) !important;
  background: linear-gradient(180deg, #fff 0%, rgba(217, 119, 6, .08) 100%) !important;
  box-shadow: 0 10px 28px rgba(217, 119, 6, .18) !important;
}
.section-form .big-card:has(input:checked)::after { background: var(--c-ocre) !important; }
.section-form .chip-card.is-active {
  background: var(--c-ocre) !important;
  border-color: var(--c-ocre) !important;
  box-shadow: 0 6px 16px rgba(217, 119, 6, .35) !important;
}
.section-form .chip-grid--soft .chip-check:has(input:checked) {
  border-color: var(--c-ocre) !important;
  background: rgba(217, 119, 6, .10) !important;
}
.section-form .chip-grid--soft .chip-check input { accent-color: var(--c-ocre) !important; }
.section-form .palette-card.is-active {
  border-color: var(--c-ocre) !important;
  box-shadow: 0 10px 28px rgba(217, 119, 6, .22) !important;
}
.section-form .radio:has(input:checked),
.section-form .checkbox:has(input:checked) {
  border-color: var(--c-ocre) !important;
  background: rgba(217, 119, 6, .06) !important;
}
.section-form .radio input,
.section-form .checkbox input { accent-color: var(--c-ocre) !important; }

/* Progress fill ocre */
.section-form .progress-fill {
  background: linear-gradient(90deg, var(--c-ocre-soft) 0%, var(--c-ocre) 100%) !important;
}

/* Form-wrapper liseré animation */
.form-wrapper::before {
  background: linear-gradient(90deg, var(--c-blue-deep) 0%, var(--c-ocre) 50%, var(--c-blue-deep) 100%) !important;
}

/* Cookie banner — bouton Refuser visible (override fort, batipro-page scope) */
body .cookie-banner .cookie-text strong { color: var(--c-ink) !important; }
body .cookie-banner .cookie-actions {
  display: flex !important;
  gap: 12px !important;
  flex-shrink: 0;
}
.batipro-page .cookie-banner #cookieRefuse,
body .cookie-banner #cookieRefuse,
.cookie-banner button#cookieRefuse,
.cookie-banner .cookie-actions .btn-ghost.btn-sm,
.cookie-banner .cookie-actions button:first-child {
  background: #fff !important;
  color: var(--c-ink) !important;
  border: 2px solid var(--c-line) !important;
  padding: 10px 22px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
}
.batipro-page .cookie-banner #cookieRefuse:hover,
body .cookie-banner #cookieRefuse:hover,
.cookie-banner button#cookieRefuse:hover {
  background: var(--c-cream) !important;
  border-color: var(--c-ink) !important;
  color: var(--c-ink) !important;
}

/* Footer logo */
.footer-logo img { height: 64px !important; }

/* Marquee */
.marquee-set i { background: var(--c-ocre-soft) !important; }

/* Section CTA */
.section-cta { color: #fff; }
.section-cta h2 { color: #fff !important; }
.section-cta .lead { color: rgba(255,255,255,.78) !important; }

/* Info banner */
.section-form .info-banner {
  background: linear-gradient(90deg, rgba(217,119,6,.10), rgba(217,119,6,.03)) !important;
  border-left-color: var(--c-ocre) !important;
  color: var(--c-ink) !important;
}

/* =========================================================
   BLOC GARANTIE (close du funnel, avant FAQ)
   ========================================================= */
.bp-guarantee {
  padding: clamp(60px, 8vw, 96px) 0;
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(217, 119, 6, 0.18), transparent 55%),
    linear-gradient(180deg, var(--c-blue-deep) 0%, #112d5c 100%);
  position: relative;
}
.bp-guarantee-card {
  max-width: 720px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 48px);
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 32px 80px -20px rgba(0, 0, 0, 0.55);
}
.bp-guarantee-seal {
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  color: var(--c-ocre-soft);
  filter: drop-shadow(0 8px 16px rgba(217, 119, 6, 0.35));
}
.bp-guarantee-seal svg { width: 100%; height: 100%; }
.bp-guarantee-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ocre-soft);
  margin-bottom: 14px;
}
.bp-guarantee-eyebrow::before,
.bp-guarantee-eyebrow::after {
  content: "";
  width: 28px; height: 2px;
  background: currentColor;
}
.bp-guarantee-card h2 {
  font-size: clamp(28px, 3.4vw, 44px) !important;
  line-height: 1.05;
  color: #fff !important;
  margin-bottom: 18px;
  letter-spacing: -0.025em;
}
.bp-guarantee-card h2 em {
  font-family: var(--ff-serif);
  font-style: italic;
  color: var(--c-ocre-soft) !important;
  font-weight: 500;
}
.bp-guarantee-lead {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 28px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.bp-guarantee-lead strong { color: #fff; }
.bp-guarantee-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
  max-width: 520px;
  text-align: left;
  display: grid;
  gap: 12px;
}
.bp-guarantee-list li {
  position: relative;
  padding: 12px 16px 12px 48px;
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid var(--c-ocre);
  border-radius: 0 8px 8px 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.5;
}
.bp-guarantee-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: var(--c-ocre);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
}
.bp-guarantee-list strong { color: var(--c-ocre-soft); font-weight: 700; }

/* =========================================================
   FIX ARGUMENTAIRE : titre lisible + sticky désactivé
   ========================================================= */
.bp-pitch-section { background: var(--c-cream) !important; }
.bp-pitch-section .section-head h2,
.bp-pitch-section h2 { color: var(--c-ink) !important; }
.bp-pitch-section .section-head h2 em,
.bp-pitch-section h2 em { color: var(--c-ocre) !important; }
.bp-pitch-section .section-head .eyebrow { color: var(--c-ocre) !important; }

/* =========================================================
   FIX FORT — argumentaire en LAYOUT VERTICAL (prose en haut,
   cards en grid 2 colonnes en dessous). Plus de vide à gauche.
   ========================================================= */
.batipro-page .bp-pitch-section .bp-pitch-grid,
.bp-pitch-section .bp-pitch-grid,
.bp-pitch-grid {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}
.batipro-page .bp-pitch-section .bp-pitch-prose,
.bp-pitch-section .bp-pitch-prose,
.bp-pitch-prose {
  position: static !important;
  top: auto !important;
  max-width: 760px !important;
  margin: 0 auto 48px !important;
  align-self: auto !important;
}
.batipro-page .bp-pitch-section .bp-pitch-args,
.bp-pitch-section .bp-pitch-args,
.bp-pitch-args {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px !important;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .batipro-page .bp-pitch-section .bp-pitch-args,
  .bp-pitch-section .bp-pitch-args,
  .bp-pitch-args {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    padding: 0 4px !important;
  }
  .batipro-page .bp-pitch-section .bp-pitch-arg,
  .bp-pitch-section .bp-pitch-arg,
  .bp-pitch-arg {
    grid-template-columns: auto 1fr !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }
  .bp-pitch-arg p,
  .bp-pitch-arg h3 {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    hyphens: auto !important;
  }
}

/* =========================================================
   REFONTE CRO : 4 phases (au lieu des 7 anciennes etapes)
   `.slides-track` doit faire 400% (4 slides) et `.form-slide` 25% chacune.
   Le `!important` ici neutralise les anciens overrides 700% qui causaient
   le bug d'affichage : les slides debordaient au-dela du viewport et les
   fieldsets adjacents devenaient partiellement visibles.
   ========================================================= */
.slides-track {
  width: 400% !important;
}
.form-slide {
  flex: 0 0 calc(100% / 4) !important;
  width: calc(100% / 4) !important;
}

/* =========================================================
   BUG #2 FIX : reveal animations — élément visible par défaut
   Ne dépend plus du JS IntersectionObserver pour s'afficher.
   On garde la transition pour l'animation au scroll, mais
   l'opacity initial est 1 (au lieu de 0).
   ========================================================= */
.reveal,
[data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}
/* Si le JS ajoute la classe .in plus tard, pas de souci */
.reveal.in,
[data-reveal].in {
  opacity: 1 !important;
  transform: none !important;
}

/* =========================================================
   FIX BAR FILL — force la largeur en CSS (sans dependence JS)
   ========================================================= */
.bp-bar-fill {
  width: var(--bar-w, 0%) !important;
  transition: width 1200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.bp-bar-track {
  position: relative;
  height: 12px;
  background: rgba(11, 29, 58, 0.10);
  border-radius: 999px;
  overflow: hidden;
}

/* =========================================================
   LE CONSTAT : passe en CRÈME (cohérence avec la home)
   au lieu du bleu nuit du plugin par défaut
   ========================================================= */
.bp-stats-merged {
  background: var(--c-cream) !important;
  color: var(--c-text) !important;
}
.bp-stats-merged::before { display: none !important; }
.bp-stats-merged .section-head .eyebrow { color: var(--c-ocre) !important; }
.bp-stats-merged .section-head h2 { color: var(--c-ink) !important; }
.bp-stats-merged .section-head h2 em { color: var(--c-ocre) !important; }
.bp-stats-merged .section-head .lead { color: var(--c-text-soft) !important; }

/* Cards inside (line chart + bars wrap) restent blanches */
.bp-stats-merged .bp-chart-wrap,
.bp-stats-merged .bp-bars-wrap {
  background: #fff !important;
  border: 1px solid var(--c-line) !important;
}

/* Texte des barres en sombre */
.bp-stats-merged .bp-bars-title { color: var(--c-ink) !important; }
.bp-stats-merged .bp-bar-label { color: var(--c-text) !important; }
.bp-stats-merged .bp-bar-source,
.bp-stats-merged .bp-bar-source a { color: var(--c-text-soft) !important; }
.bp-stats-merged .bp-bar-source a {
  color: #9a5e22 !important;
  border-bottom: 1px dotted currentColor;
}
.bp-stats-merged .bp-bar-source a:hover { color: var(--c-ocre) !important; }

/* Chart title + caption */
.bp-stats-merged .bp-chart-title { color: var(--c-text-soft) !important; }
.bp-stats-merged .bp-chart-caption { color: var(--c-text-soft) !important; }
.bp-stats-merged .bp-chart-caption a { color: #9a5e22 !important; }

/* Followup */
.bp-stats-merged .bp-chart-followup { color: var(--c-ink) !important; }
.bp-stats-merged .bp-chart-followup em { color: var(--c-ocre) !important; }
.bp-stats-merged .bp-chart-followup strong { color: var(--c-ink) !important; }

/* Insight ×3,1 */
.bp-stats-merged .bp-chart-insight {
  background: #fff !important;
  border-left-color: var(--c-ocre) !important;
}
.bp-stats-merged .bp-chart-insight-text { color: var(--c-text) !important; }
.bp-stats-merged .bp-chart-insight-text strong { color: var(--c-ink) !important; }
.bp-stats-merged .bp-chart-insight-num { color: var(--c-ocre) !important; }
.bp-pitch-prose,
.bp-pitch-prose p { color: var(--c-text) !important; }
.bp-pitch-prose strong { color: var(--c-ink) !important; }
.bp-pitch-prose em { color: var(--c-ocre) !important; }
.bp-pitch-quote {
  border-left-color: var(--c-ocre) !important;
  background: rgba(217, 119, 6, 0.06) !important;
  color: var(--c-ink) !important;
}

/* Cards : fond blanc lisible */
.bp-pitch-arg {
  background: #fff !important;
  border-color: var(--c-line) !important;
}
.bp-pitch-arg h3 { color: var(--c-ink) !important; }
.bp-pitch-arg p { color: var(--c-text) !important; }
.bp-pitch-arg p strong { color: var(--c-ink) !important; }

/* =========================================================
   FIX section PRIX : transformer en "Ce qui est inclus"
   (le 490 € est déjà mis en avant dans le comparatif)
   ========================================================= */
.section-price .section-head h2 { font-size: clamp(28px, 3.4vw, 40px) !important; }
.section-price .price-box {
  text-align: left;
}
.section-price .price-box .price-amount,
.section-price .price-box .price-num {
  display: none !important; /* On retire le 490 € en gros (déjà dans comparatif) */
}
.section-price .price-box .price-stamp {
  background: var(--c-ocre) !important;
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: 0.10em;
  padding: 6px 14px !important;
  margin-bottom: 16px;
}
.section-price .price-box .price-key,
.section-price .price-box .price-ttc,
.section-price .price-box .price-tax {
  text-align: center;
  font-size: 15px !important;
}
.section-price .price-box .price-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
  margin-top: 24px;
  padding: 0 !important;
  list-style: none;
}
@media (max-width: 720px) {
  .section-price .price-box .price-list { grid-template-columns: 1fr; }
}
.section-price .price-box .price-list li {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--c-text) !important;
}
.section-price .price-box .price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: rgba(22, 163, 74, 0.15);
  color: var(--c-success);
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
}

/* =========================================================
   COMPARATIF : amplifie encore l'option Batiproconnect
   ========================================================= */
.section-compare .compare-card-featured {
  border-top-width: 5px !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.30),
    0 8px 18px rgba(217, 119, 6, 0.12),
    inset 0 0 0 1px rgba(217, 119, 6, 0.18) !important;
}
.section-compare .compare-card-featured .cc-num {
  background: linear-gradient(135deg, var(--c-ocre) 0%, var(--c-gold-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(40px, 4vw, 52px) !important;
}
.section-compare .compare-card-featured .cc-tag-brand {
  background: var(--c-ocre) !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 5px 14px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

/* Conditional block */
.section-form .conditional-block {
  background: var(--c-cream-2) !important;
  border-color: var(--c-line) !important;
}
.section-form .conditional-block label { color: var(--c-ink) !important; }
.section-form .conditional-block input {
  background: #fff !important;
  color: var(--c-ink) !important;
  border-color: var(--c-line) !important;
}

/* =========================================================
   FIX FINAL : titres h2/h3 sur sections claires (cream)
   forcés en INK pour lisibilité (override du body h2 blanc)
   ========================================================= */
.section-faq h2,
.section-faq h2 em,
.section-faq h3,
.section-process h2,
.section-process h2 em,
.section-process h3,
.section-form h2,
.section-form h2 em,
.section-form h3,
.section-form .form-slide-title {
  color: var(--c-ink) !important;
}
.section-faq h2 em,
.section-process h2 em,
.section-form h2 em {
  color: var(--c-ocre) !important;
}
.section-faq .lead,
.section-process .lead,
.section-form .lead {
  color: var(--c-text-soft) !important;
}

/* =========================================================
   FIX FOOTER : bleu nuit + textes cream lisibles
   ========================================================= */
body footer.footer,
.footer {
  background: var(--c-blue-deep) !important;
  color: rgba(245, 239, 228, 0.82) !important;
}
.footer-col p,
.footer-col li,
.footer-col span { color: rgba(245, 239, 228, 0.82) !important; }
.footer-col h4 { color: #fff !important; }
.footer-col a { color: rgba(245, 239, 228, 0.82) !important; }
.footer-col a:hover { color: var(--c-ocre-soft) !important; text-decoration: underline; }
.footer-bottom {
  color: rgba(245, 239, 228, 0.55) !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}
.footer-logo img {
  height: 96px !important;
  width: auto !important;
  border-radius: 16px;
}

/* =========================================================
   ATTÉNUER LA TEXTURE GRAIN/NUAGE (effet "nuage" sur sections bleues)
   ========================================================= */
.hero-grain,
.hero-bg::after,
.section-bg-grain {
  opacity: 0.18 !important;
  mix-blend-mode: overlay !important;
}

/* =========================================================
   HERO LANDING-BATIPRO : passe en bleu deep + textes blancs
   ========================================================= */
.hero-bg {
  background:
    radial-gradient(1100px 500px at 80% -10%, rgba(217, 119, 6, 0.20), transparent 55%),
    radial-gradient(900px 500px at 0% 110%, rgba(30, 58, 138, 0.30), transparent 60%),
    linear-gradient(180deg, var(--c-blue-deep) 0%, #112d5c 100%) !important;
}
.hero-grain { opacity: 0.10 !important; mix-blend-mode: overlay !important; }
.hero-smoke .vapor { opacity: 0.06 !important; }

.hero .hero-title,
.hero h1 { color: #fff !important; }
.hero .hero-title em { color: var(--c-ocre-soft) !important; }
.hero .hero-title .hl {
  background: rgba(245, 158, 11, 0.30) !important;
  color: #fff !important;
}
.hero .hero-sub,
.hero .hero-lead,
.hero p { color: rgba(255, 255, 255, 0.85) !important; }

/* KPIs / chiffres-clés du hero */
.hero .hero-kpis,
.hero .hero-stats,
.hero .stat-num,
.hero .stat-label { color: #fff !important; }

/* Hero promises (Sans acompte / abonnement / engagement) */
.hero .hero-promises li {
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.hero .hero-promises .check,
.hero .hero-promises .check-circle {
  background: var(--c-success) !important;
  color: #fff !important;
}

/* =========================================================
   FIX HERO 490€ : retire le surligné jaune flashy
   et passe en sous-soulignement ocre élégant
   ========================================================= */
.hero .hero-title .hl {
  background: transparent !important;
  color: #fff !important;
  position: relative;
  display: inline-block;
}
.hero .hero-title .hl::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 6px;
  background: var(--c-ocre);
  z-index: -1;
  border-radius: 2px;
  transform: skew(-6deg);
}

/* =========================================================
   VIRE LES TACHES BLANCHES "vapor" / smoke (toutes sections)
   ========================================================= */
.hero-smoke,
.showcase-smoke,
.vapor,
.vapor-1, .vapor-2, .vapor-3 { display: none !important; }

/* Showcase : fond bleu plus uniforme, sans gradient nuageux */
.section-showcase {
  background: linear-gradient(180deg, #0e2148 0%, #112d5c 50%, #0e2148 100%) !important;
  position: relative;
}
.section-showcase::before { content: none !important; }
.section-showcase::after { content: none !important; }

/* =========================================================
   COMPARE FEATURED : style sobre / éditorial (pas néon)
   ========================================================= */
.section-compare .compare-grid {
  align-items: stretch;
  gap: 20px;
}
.section-compare .compare-card-featured {
  position: relative;
  z-index: 2;
  background: #fff !important;
  border: 1px solid var(--c-line) !important;
  border-top: 4px solid var(--c-ocre) !important;
  box-shadow: 0 18px 44px rgba(11, 29, 58, 0.12) !important;
  padding: clamp(28px, 3vw, 36px) clamp(22px, 2.5vw, 30px) !important;
}
.section-compare .compare-card-featured::before { content: none; }

.section-compare .compare-card-featured .cc-ribbon {
  background: var(--c-ocre) !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  padding: 6px 14px !important;
  font-size: 11px !important;
  box-shadow: 0 4px 10px rgba(217, 119, 6, 0.25) !important;
}
.section-compare .compare-card-featured .cc-tag-brand {
  background: rgba(11, 29, 58, 0.06) !important;
  color: var(--c-ink) !important;
  font-size: 11px !important;
  padding: 4px 12px !important;
  font-weight: 700;
}
.section-compare .compare-card-featured h3 {
  font-size: clamp(20px, 2.2vw, 24px) !important;
  margin-top: 10px;
  color: var(--c-ink) !important;
}
.section-compare .compare-card-featured .cc-num {
  font-size: clamp(36px, 3.6vw, 44px) !important;
  color: var(--c-ink) !important;
}
.section-compare .compare-card-featured .cc-tax {
  color: var(--c-text-soft) !important;
  font-weight: 500 !important;
}

/* Liste : checks alignés correctement */
.section-compare .cc-list { padding: 0 !important; }
.section-compare .cc-list li {
  list-style: none;
  font-size: 14.5px !important;
  line-height: 1.5;
  padding: 7px 0 7px 30px !important;
  position: relative;
  color: var(--c-text);
}
.section-compare .cc-list li.ok::before {
  content: "✓";
  position: absolute;
  left: 0; top: 9px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(217, 119, 6, 0.12);
  color: var(--c-ocre);
  font-size: 11px;
  font-weight: 700;
}
.section-compare .compare-card-featured .cc-list li.ok::before {
  background: var(--c-ocre) !important;
  color: #fff !important;
}
.section-compare .cc-list li.ko::before {
  content: "×";
  position: absolute;
  left: 0; top: 9px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(11, 29, 58, 0.08);
  color: var(--c-text-soft);
  font-size: 13px;
  font-weight: 700;
}

/* Foot : style éditorial discret */
.section-compare .compare-card-featured .cc-foot {
  background: rgba(217, 119, 6, 0.06) !important;
  color: var(--c-ink) !important;
  padding: 12px 16px !important;
  border-radius: 8px;
  border-left: 3px solid var(--c-ocre) !important;
  margin-top: 16px !important;
  font-size: 14px;
  font-style: italic;
  font-family: var(--ff-serif);
}
.section-compare .compare-card-featured .cc-foot strong {
  color: var(--c-ocre) !important;
  font-style: normal;
}
.section-compare .compare-card-featured .btn-cta {
  margin-top: 16px;
}

/* Cartes 1 et 3 : 100% opacity, pas atténuées */
.section-compare .compare-card:not(.compare-card-featured) {
  opacity: 1;
  transform: none;
}

/* Sceau "490 €" doré reste visible */
.hero .seal,
.hero .price-seal {
  background: var(--c-ocre) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(217, 119, 6, 0.40) !important;
}

/* Bouton ghost dans hero */
.hero .btn-ghost {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.40) !important;
}
.hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: var(--c-ocre-soft) !important;
}
