/* ============================================
   HOMEREV — Design System v2.0
   Conversion-first · Premium · Accessible
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body { overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; touch-action: manipulation; }
a { touch-action: manipulation; }
ul { list-style: none; }

/* ============================================
   VIDEO HERO
   ============================================ */
.hero__video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero__video-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  /* Gradient multi-couche : lisibilité + profondeur */
  background:
    linear-gradient(105deg, rgba(26,43,60,0.88) 0%, rgba(26,43,60,0.55) 55%, rgba(26,43,60,0.2) 100%),
    linear-gradient(to top, rgba(26,43,60,0.7) 0%, transparent 40%);
  z-index: 1;
}

#hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

/* Poster fallback (s'affiche pendant le chargement vidéo) */
.hero__video-wrap .hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  z-index: 0;
}

/* ============================================
   HERO SPLIT — texte gauche / vidéo droite
   ============================================ */
.hero--split {
  min-height: 100vh;
  display: grid !important;
  grid-template-columns: 55% 45%;
  padding-top: 68px; /* hauteur header */
  background: var(--c-cream);
  overflow: hidden;
  align-items: stretch;
}

/* Variante épurée — sans stats, titre plus grand */
.hero--split.hero--clean .hero__left {
  justify-content: center;
  padding: 5rem 4rem 5rem 5rem;
}
.hero--split.hero--clean .hero__title {
  font-size: clamp(2.8rem, 4.2vw, 4.5rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.025em;
  margin-bottom: 1.25rem;
}
.hero--split.hero--clean .hero__sub {
  font-size: 1rem;
  color: var(--c-mid);
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 400px;
}
.hero--split.hero--clean .hero__ctas {
  margin-bottom: 0;
}

/* ============================================
   HERO STACKED — Texte haut / vidéo bande bas
   ============================================ */
.hero--stacked {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: flex-start;
  min-height: 0 !important;
  height: auto !important;
  background: var(--c-cream);
  padding-top: var(--header-h, 72px);
  overflow: visible;
}

.hero__top {
  background: var(--c-cream);
  padding: 3.5rem 0 3rem;
  width: 100% !important;
  align-self: stretch;
  text-align: center;
}

.hero__top-inner {
  max-width: 680px;
  margin: 0 auto;
}

.hero--stacked .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-gold);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hero--stacked .hero__eyebrow--below {
  margin-top: 2.5rem;
  margin-bottom: 0;
  opacity: 0.85;
}

.hero--stacked .hero__title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--c-dark);
  margin-bottom: 1.5rem;
}

.hero--stacked .hero__title em {
  font-style: italic;
  color: var(--c-gold);
}

.hero--stacked .hero__sub {
  font-size: 1.05rem;
  color: var(--c-mid);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.hero--stacked .hero__sub-em {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--c-gold);
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  margin-top: 0.35rem;
  letter-spacing: -0.005em;
}

.hero--stacked .hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* Bande vidéo cinématique */
.hero__media {
  position: relative;
  height: 54vh;
  overflow: hidden;
  flex-shrink: 0;
  width: 100% !important;
  align-self: stretch;
}

.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .hero__top {
    padding: 3rem 0 2.5rem;
  }

  .hero--stacked .hero__title {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .hero--stacked .hero__ctas {
    flex-direction: column;
  }

  .hero--stacked .hero__ctas .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero__media {
    height: 45vw;
    min-height: 220px;
  }
}

/* GAUCHE */
.hero--split .hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 5rem;
  background: var(--c-white);
  position: relative;
  z-index: 1;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: var(--sp-5);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gold);
}

.hero__location-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--c-gold);
  flex-shrink: 0;
  animation: pulse-dot 2.5s ease-in-out infinite;
}

.hero--split .hero__title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--c-dark);
  margin-bottom: var(--sp-5);
  text-rendering: optimizeLegibility;
}

.hero--split .hero__title em {
  font-style: italic;
  color: var(--c-gold);
}

.hero--split .hero__sub {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--c-mid);
  max-width: 440px;
  margin-bottom: var(--sp-8);
}

.hero--split .hero__sub strong {
  color: var(--c-dark);
  font-weight: 600;
}

.hero--split .hero__ctas {
  display: flex;
  gap: var(--sp-4);
  flex-wrap: wrap;
  margin-bottom: var(--sp-10);
}

/* Stats sous les CTAs */
.hero__stats {
  display: flex;
  gap: var(--sp-8);
}

.hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hero__stat-val {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--c-dark);
  line-height: 1;
}

.hero__stat-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-mid);
}

/* DROITE — vidéo contenue */
.hero--split .hero__right {
  position: relative;
  overflow: hidden;
  background: var(--c-dark);
}

.hero--split .hero__right video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}

.hero__right-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(26,43,60,0.55) 0%, rgba(26,43,60,0.25) 100%),
              linear-gradient(to top, rgba(26,43,60,0.65) 0%, transparent 45%);
  z-index: 1;
}

.hero__right-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2.5rem;
  z-index: 2;
}

.hero__caption-quote {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(237,224,229,0.9);
  line-height: 1.5;
  border-left: 2px solid var(--c-gold);
  padding-left: 1.1rem;
  max-width: 300px;
  margin-bottom: 0.6rem;
}

.hero__caption-name {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  padding-left: 1.1rem;
}

/* Responsive hero split */
@media (max-width: 1024px) {
  .hero--split,
  .hero.hero--split {
    grid-template-columns: 1fr;
    padding-top: 62px;
    min-height: auto;
  }
  .hero--split .hero__left {
    padding: 4rem 2.5rem 3rem;
  }
  .hero--split .hero__right {
    height: 380px;
  }
}

/* Mobile : vidéo fond plein écran, texte par-dessus */
@media (max-width: 768px) {
  .hero--split,
  .hero.hero--split {
    display: block;
    position: relative;
    min-height: 100svh;
    padding-top: 0;
    overflow: hidden;
  }

  /* Vidéo en fond absolu */
  .hero--split .hero__right {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }

  /* Overlay plus sombre sur mobile pour lisibilité du texte */
  .hero--split .hero__right-overlay {
    background: linear-gradient(
      180deg,
      rgba(26,43,60,0.55) 0%,
      rgba(26,43,60,0.45) 50%,
      rgba(26,43,60,0.75) 100%
    );
  }

  /* Texte par-dessus la vidéo */
  .hero--split .hero__left {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: var(--header-h) 1.5rem 5rem;
    min-height: 100svh;
    justify-content: center;
  }

  /* Titres et textes en blanc sur fond vidéo */
  .hero--split .hero__title,
  .hero--split .hero__title em {
    color: #fff;
    font-size: clamp(2.2rem, 8vw, 3rem);
  }
  .hero--split .hero__title em {
    color: var(--c-gold);
  }
  .hero--split .hero__sub {
    color: rgba(255,255,255,0.85);
    max-width: 100%;
  }
  .hero--split .hero__sub strong {
    color: #fff;
  }
  .hero__eyebrow {
    color: var(--c-gold);
  }
  .hero__stat-val {
    color: #fff;
  }
  .hero__stat-label {
    color: rgba(255,255,255,0.65);
  }

  /* Caption vidéo cachée sur mobile (info redondante) */
  .hero--split .hero__right-caption {
    display: none;
  }

  .hero__stats { gap: var(--sp-5); }
  .hero__stat-val { font-size: 1.3rem; }
}

@media (max-width: 480px) {
  .hero--split .hero__left {
    padding: 6rem 1.25rem 4.5rem;
  }
}

/* Offre price tag (pas de prix) */
.offre-card__price-tag {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--c-mid);
  letter-spacing: 0.03em;
}

/* ============================================
   TRUST BAND — 4 engagements pleine largeur
   ============================================ */
.trust-band {
  background: var(--c-dark);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 2px solid var(--c-gold);
  padding: var(--sp-8) 0;
}

.trust-band__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.trust-band__item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-5);
  padding: var(--sp-6) var(--sp-7);
  border-right: 1px solid rgba(255,255,255,0.06);
}

.trust-band__item:last-child {
  border-right: none;
}

.trust-band__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(200,159,131,0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-gold);
  margin-top: 2px;
}

.trust-band__icon svg {
  width: 22px;
  height: 22px;
}

.trust-band__item div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.trust-band__item strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-white);
  line-height: 1.35;
}

.trust-band__item span {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .trust-band__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-band__item:nth-child(2) { border-right: none; }
  .trust-band__item:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.06); }
  .trust-band__item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.06); border-right: none; }
}

@media (max-width: 560px) {
  .trust-band__inner { grid-template-columns: 1fr; }
  .trust-band__item { border-right: none !important; border-top: 1px solid rgba(255,255,255,0.06) !important; }
  .trust-band__item:first-child { border-top: none !important; }
}

/* ============================================
   MÉTHODE — 4 étapes (variante)
   ============================================ */
.methode__steps--four {
  grid-template-columns: repeat(4, 1fr) !important;
  justify-content: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .methode__steps--four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .methode__steps--four {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  /* Ligne de connexion cachée */
  .methode__steps--four::before { display: none; }

  /* Chaque étape = grille 2 colonnes : bulle | texte */
  .methode__steps--four .methode__step {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 1.1rem;
    row-gap: 0;
    text-align: left;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--c-border);
    align-items: start;
  }
  .methode__steps--four .methode__step:last-child {
    border-bottom: none;
  }
  /* Bulle : colonne 1, occupe toutes les lignes */
  .methode__steps--four .methode__step-bubble {
    grid-column: 1;
    grid-row: 1 / 4;
    width: 44px;
    height: 44px;
    margin: 0;
    font-size: 1rem;
    align-self: start;
    margin-top: 2px;
  }
  /* Titre : colonne 2, ligne 1 */
  .methode__steps--four .methode__step h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }
  /* Description : colonne 2, ligne 2 */
  .methode__steps--four .methode__step p {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.82rem;
    line-height: 1.65;
    color: var(--c-mid);
    margin: 0;
  }
  /* Délai : colonne 2, ligne 3 */
  .methode__steps--four .methode__step-delay {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0.55rem;
    font-size: 0.68rem;
  }
}

/* ============================================
   TÉMOIGNAGES — améliorations
   ============================================ */
.testi-rating-global {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  margin-top: var(--sp-4);
  font-size: 0.9rem;
  color: var(--c-mid);
}

.testi-stars-global {
  color: var(--c-gold);
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

.testi-rating-global strong {
  color: var(--c-dark);
  font-size: 1.05rem;
  font-weight: 600;
}

.testi-card__top {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}

/* ============================================
   FAQ — contact nudge
   ============================================ */
.faq__contact-nudge {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-top: var(--sp-6);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--c-border);
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--c-mid);
}

.faq__phone {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-dark);
  transition: color 0.2s;
}
.faq__phone:hover { color: var(--c-gold); }

.faq__wa {
  font-size: 0.82rem;
  font-weight: 600;
  color: #25D366;
}

/* ============================================
   CTA FINAL — réassurance liste
   ============================================ */
.cta-final__reassurance {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-top: var(--sp-6);
  margin-bottom: var(--sp-8);
}

.cta-reassurance-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 0.84rem;
  color: rgba(255,255,255,0.65);
}

.cta-reassurance-item svg {
  color: var(--c-gold);
  flex-shrink: 0;
}

/* ============================================
   FLOATING CTAs — desktop (Bookings + WhatsApp)
   ============================================ */
.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 0.4s ease, transform 0.4s ease;
}

.floating-ctas.visible {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

.floating-wa {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.floating-wa__tooltip {
  background: var(--c-dark);
  color: var(--c-white);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.5rem 0.875rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  position: absolute;
  right: calc(56px + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
}

.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,
.floating-wa.tooltip-visible .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: white;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
  position: relative;
}

.floating-wa__btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
}

/* Pulse animation (WA only) */
.floating-wa__btn:not(.floating-wa__btn--bk)::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.3);
  animation: waPulse 2.5s ease infinite;
  z-index: -1;
}

@keyframes waPulse {
  0%   { transform: scale(1);    opacity: 0.6; }
  70%  { transform: scale(1.6);  opacity: 0; }
  100% { transform: scale(1.6);  opacity: 0; }
}

/* Bookings variant — sober dark/gold */
.floating-wa__btn--bk {
  background: var(--c-dark);
  color: var(--c-gold);
  box-shadow: 0 4px 20px rgba(28, 28, 26, 0.28);
}

.floating-wa__btn--bk:hover {
  background: var(--c-gold);
  color: var(--c-dark);
  box-shadow: 0 6px 28px rgba(176, 141, 87, 0.5);
}

/* Hide on mobile (mobile bar handles it) */
@media (max-width: 768px) {
  .floating-ctas { display: none; }
}

/* ============================================
   FORM ERROR STATES
   ============================================ */
.form-input[data-error="true"],
.form-select[data-error="true"] {
  border-color: #e05050 !important;
  background: rgba(224, 80, 80, 0.05) !important;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%       { transform: translateX(-8px); }
  40%       { transform: translateX(8px); }
  60%       { transform: translateX(-6px); }
  80%       { transform: translateX(6px); }
}

/* ============================================
   NAV LINK ACTIVE STATE
   ============================================ */
.header__nav a.active {
  color: var(--c-dark);
}
.header__nav a.active::after {
  width: 100%;
  background: var(--c-gold);
}

/* ============================================
   SCROLL PROGRESS BAR (top of page)
   ============================================ */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: var(--c-gold);
  z-index: 200;
  width: 0%;
  transition: width 0.1s linear;
  transform-origin: left;
}

/* ============================================
   PROJET CARD — aspect ratio fix
   ============================================ */
.projet-card__img {
  aspect-ratio: 4/3;
  position: relative;
}

.projet-card__img .img-placeholder {
  position: absolute;
  inset: 0;
  height: 100%;
}

/* ============================================
   HERO LOCATION LINE — éditorial
   ============================================ */
.hero__location {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: var(--sp-6);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-out) 0.1s forwards;
}

.hero__location-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-gold);
  flex-shrink: 0;
  animation: pulse-dot 2.5s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

.hero__location-sep {
  color: rgba(255,255,255,0.18);
  font-weight: 300;
}

/* ============================================
   PREMIUM UI REFINEMENTS — Niveau Apple
   ============================================ */

/* Eyebrow : pas de décoration avant — supprimé */

/* Section headings : text-rendering premium */
h1, h2, h3 {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
}

/* H2 sections : scale légèrement plus grand */
.section h2, .section--sm h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.015em;
  line-height: 1.1;
}

/* Service card — gold left accent on hover */
.service-card {
  border-left: 2px solid transparent !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-left-color 0.35s ease !important;
}
.service-card:hover {
  border-left-color: var(--c-gold) !important;
  transform: translateY(-6px) !important;
}

/* Service card img — overlay gold gradient on hover */
.service-card__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(200,159,131,0.2) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.service-card:hover .service-card__img::after { opacity: 1; }

/* Testimonial card — quote décorative premium */
.testi-card {
  position: relative;
  overflow: hidden;
}
.testi-card::before {
  content: '\201C';
  position: absolute;
  top: -8px;
  left: 20px;
  font-family: var(--font-serif);
  font-size: 6rem;
  line-height: 1;
  color: var(--c-gold);
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
}

/* Stats section — nombres plus dominants */
.stats__num {
  font-feature-settings: 'tnum' 1; /* chiffres tabulaires */
}

/* Proof items — numérotation éditoriale */
.proof-item__num {
  font-feature-settings: 'tnum' 1;
  letter-spacing: -0.02em;
}

/* Trust card hero — bordure gold subtle */
.hero__trust-card {
  border-color: rgba(200,159,131,0.2) !important;
}

/* CTA section finale — gradient premium */
.cta-final {
  background: linear-gradient(135deg, var(--c-dark) 0%, #252520 100%);
}

/* Scroll progress — couleur gold gradient */
.scroll-progress {
  background: linear-gradient(90deg, var(--c-gold) 0%, var(--c-gold-light) 100%) !important;
  height: 2px !important;
}

/* Footer — séparateur top gold */
.site-footer {
  border-top: 2px solid var(--c-gold) !important;
}

/* Hero — noise grain texture (premium tactile) */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* Hero — transition douce vers la clarity bar (vignette bas) */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent 0%, rgba(26,43,60,0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Trust card — légèrement plus opaque pour lisibilité */
.hero__trust-card {
  background: rgba(242,238,232,0.09) !important;
}

/* CTA gold button — glow premium sur hover */
.btn--gold:hover {
  box-shadow: 0 8px 32px rgba(200,159,131,0.45), 0 2px 8px rgba(200,159,131,0.25) !important;
  transform: translateY(-1px) !important;
}

/* CTA dark button — shadow plus riche sur hover */
.btn--dark:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.25) !important;
  transform: translateY(-1px) !important;
}

/* Methode steps — timeline accent */
.methode-step__num {
  font-feature-settings: 'tnum' 1;
}

/* Profile cards — transition cubic-bezier premium */
.profile-card {
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* FAQ — transition plus fluide */
.faq__answer {
  transition: max-height 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.35s ease,
              padding 0.35s ease !important;
}

/* Buttons — cubic-bezier premium */
.btn {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* ============================================
   SECTION TRANSITIONS — stagger amélioration
   ============================================ */
.proof-block__grid .proof-item:nth-child(1) { transition-delay: 0s; }
.proof-block__grid .proof-item:nth-child(2) { transition-delay: 0.1s; }
.proof-block__grid .proof-item:nth-child(3) { transition-delay: 0.2s; }

.for-who__grid .profile-card:nth-child(1) { transition-delay: 0s; }
.for-who__grid .profile-card:nth-child(2) { transition-delay: 0.08s; }
.for-who__grid .profile-card:nth-child(3) { transition-delay: 0.16s; }
.for-who__grid .profile-card:nth-child(4) { transition-delay: 0.24s; }

/* ============================================
   SECTION CTA — INLINE VERSION (mid-page)
   ============================================ */
.cta-inline {
  background: var(--c-gold-subtle);
  border: 1px solid rgba(200,159,131,0.2);
  border-radius: var(--radius-lg);
  padding: var(--sp-8) var(--sp-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-8);
  margin: var(--sp-16) 0;
  flex-wrap: wrap;
}

.cta-inline__text h3 {
  font-size: 1.35rem;
  margin-bottom: var(--sp-1);
  color: var(--c-dark);
}

.cta-inline__text p {
  font-size: 0.875rem;
  color: var(--c-mid);
}

/* ============================================
   BEFORE/AFTER HOVER (réalisations)
   ============================================ */
.projet-card__ba-label {
  position: absolute;
  top: var(--sp-3);
  left: var(--sp-3);
  background: rgba(26,43,60,0.75);
  color: rgba(255,255,255,0.8);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 2px;
}

/* --- DESIGN TOKENS --- */
:root {
  /* ============================================
     PALETTE "MIDNIGHT PINK" — HomeRev v2.1
     Midnight Blue · Powder Pink · Warm Taupe
     Ivory White · Copper Gold
     ============================================ */

  /* Core colors */
  --c-dark:        #1A2B3C;   /* Midnight Blue — profondeur, élégance, confiance */
  --c-dark-2:      #243648;   /* Midnight Blue medium — hover states */
  --c-dark-glass:  rgba(26, 43, 60, 0.90);
  --c-gold:        #C89F83;   /* Copper Gold — raffinement, finitions */
  --c-gold-light:  #D4B49A;   /* Copper Gold light — hover accent */
  --c-gold-subtle: rgba(200, 159, 131, 0.13);
  --c-pink:        #FBDEDA;   /* Powder Pink — douceur, luxe, modernité */
  --c-pink-mid:    #F5C8C4;   /* Powder Pink mid — badges, highlights */
  --c-cream:       #F2EEE8;   /* Ivory White — fond principal, pureté */
  --c-stone:       #EDE8E0;   /* Stone warm — sections alternées */
  --c-white:       #FFFFFF;
  --c-mid:         #A9A299;   /* Warm Taupe — textes secondaires, sophistication */
  --c-light:       #C4BDB5;   /* Taupe light — placeholders */
  --c-border:      #DDD8D0;   /* Border warm — séparateurs */
  --c-border-dark: rgba(255,255,255,0.09);
  --c-success:     #2E7D4F;

  /* Typography */
  --font-serif: 'Cormorant Garamond', 'Georgia', serif;
  --font-sans:  'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing scale */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-6: 1.5rem;
  --sp-8: 2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;
  --sp-32: 8rem;

  /* Layout */
  --container: 1200px;
  --gutter: clamp(1rem, 4vw, 2rem);
  --header-h: 60px;

  /* Effects */
  --ease:      cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-out:  cubic-bezier(0, 0, 0.2, 1);
  --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --dur:       220ms;
  --dur-lg:    380ms;

  --shadow-xs: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.07);
  --shadow-md: 0 8px 32px rgba(0,0,0,0.1);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.14);
  --shadow-gold: 0 4px 20px rgba(200,159,131,0.28);

  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --radius-xl: 20px;
}

/* --- BASE --- */
body {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--c-dark);
  background: var(--c-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--c-dark);
}
h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
h4 { font-size: 1.15rem; }

p { line-height: 1.72; color: var(--c-dark-2); }

/* Eyebrow label */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: var(--sp-4);
}

/* Zone badge */
.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-1) var(--sp-3);
  background: var(--c-gold-subtle);
  border: 1px solid rgba(200,159,131,0.25);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--c-gold);
}

.badge--dark {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
}

.badge--pink {
  background: var(--c-pink);
  border-color: var(--c-pink-mid);
  color: var(--c-dark);
}

/* Powder Pink accent line — top of dark sections */
.section--dark-accent {
  border-top: 3px solid var(--c-pink);
}
/* Pink highlight tag */
.tag-pink {
  display: inline-block;
  background: var(--c-pink);
  color: var(--c-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.2em 0.75em;
  border-radius: 2px;
}

/* Rating pill */
.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-4);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  font-size: 0.8rem;
  color: var(--c-white);
}

.rating-pill__stars { color: var(--c-gold); letter-spacing: 1px; }
.rating-pill__num { font-weight: 700; }
.rating-pill__count { color: rgba(255,255,255,0.5); font-size: 0.72rem; }

/* --- LAYOUT --- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section      { padding: var(--sp-20) 0; }
.section--md  { padding: var(--sp-24) 0; }
.section--sm  { padding: var(--sp-16) 0; }

.section--dark   { background: var(--c-dark); }
.section--stone  { background: var(--c-stone); }
.section--white  { background: var(--c-white); }
.section--cream  { background: var(--c-cream); }

.section__head {
  margin-bottom: var(--sp-16);
}
.section__head--center {
  text-align: center;
  max-width: 640px;
  margin: 0 auto var(--sp-16);
}
.section__head h2 { margin-bottom: var(--sp-4); }
.section__head p  { font-size: 1.05rem; color: var(--c-mid); }

/* --- BUTTONS --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 0.875rem 2rem;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: var(--radius-sm);
  transition: all var(--dur) var(--ease);
  white-space: nowrap;
  cursor: pointer;
  border: 1.5px solid transparent;
}

.btn .arrow { transition: transform var(--dur) var(--ease); display: inline-block; }
.btn:hover .arrow { transform: translateX(4px); }

.btn--dark {
  background: var(--c-dark);
  color: var(--c-white);
  border-color: var(--c-dark);
}
.btn--dark:hover {
  background: var(--c-dark-2);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn--gold {
  background: var(--c-gold);
  color: var(--c-white);
  border-color: var(--c-gold);
}
.btn--gold:hover {
  background: var(--c-gold-light);
  border-color: var(--c-gold-light);
  transform: translateY(-1px);
  box-shadow: var(--shadow-gold);
}

.btn--outline-dark {
  background: transparent;
  color: var(--c-dark);
  border-color: var(--c-dark);
}
.btn--outline-dark:hover {
  background: var(--c-dark);
  color: var(--c-white);
}

.btn--outline-white {
  background: transparent;
  color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.35);
}
.btn--outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  color: var(--c-white);
}

.btn--ghost {
  background: transparent;
  color: var(--c-gold);
  border-color: transparent;
  padding-left: 0;
  font-weight: 600;
  font-size: 0.825rem;
  letter-spacing: 0.04em;
}
.btn--ghost:hover { color: var(--c-gold-light); }

.btn--lg { padding: 1rem 2.5rem; font-size: 0.95rem; }
.btn--sm { padding: 0.625rem 1.25rem; font-size: 0.8rem; }
.btn--full { width: 100%; }

/* --- HEADER --- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(242, 238, 232, 0.97); /* Ivory White dès le départ — hero split light */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--c-border);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  transition: height 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  height: 58px;
  background: rgba(242, 238, 232, 0.98);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.05);
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-8);
}

/* Legacy text logo (kept for fallback) */
.header__logo-text {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--c-dark);
  transition: opacity var(--dur) var(--ease);
}
.header__logo-text:hover { opacity: 0.75; }
.header__logo-text span { color: var(--c-gold); }

/* SVG logo */
.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: opacity var(--dur) var(--ease);
}
.header__logo:hover { opacity: 0.8; }

.logo-img {
  height: 30px;
  width: auto;
  display: block;
}
.logo-img--nav {
  height: 26px;
  width: auto;
}
/* Footer: logo on dark background → blanc */
.logo-img--footer {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.header__nav {
  display: none;
}
.header__nav a {
  font-size: 0.85rem;
  font-weight: 450;
  color: var(--c-mid);
  position: relative;
  padding: var(--sp-1) 0;
  transition: color var(--dur) var(--ease);
}
.header__nav a::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 0; height: 1px;
  background: var(--c-gold);
  transition: width var(--dur) var(--ease);
}
.header__nav a:hover { color: var(--c-dark); }
.header__nav a:hover::after { width: 100%; }

.header__actions {
  display: none;
}

.header__phone {
  display: none;
}

.header__burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin-right: -10px; /* compense le padding visuel */
}
.header__burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--c-dark);
  transition: all var(--dur) var(--ease);
  border-radius: 1px;
}
.header__burger.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 4.5px); }
.header__burger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.header__burger.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4.5px); }

/* --- MOBILE NAV --- */
.overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 150;
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-lg) var(--ease);
}
.overlay.active { opacity: 1; pointer-events: all; }

.mobile-nav {
  position: fixed;
  top: 0; right: -110%;
  width: min(360px, 90vw);
  height: 100dvh;
  background: var(--c-cream);
  z-index: 200;
  padding: var(--sp-20) var(--sp-8);
  transition: right var(--dur-lg) var(--ease-out);
  border-left: 1px solid var(--c-border);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-nav.open { right: 0; }

.mobile-nav__close {
  position: absolute; top: var(--sp-6); right: var(--sp-6);
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; color: var(--c-mid); border-radius: 50%;
  transition: all var(--dur) var(--ease);
}
.mobile-nav__close:hover { background: var(--c-stone); color: var(--c-dark); }

.mobile-nav__logo {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--c-dark);
  margin-bottom: var(--sp-10);
}
.mobile-nav__logo span { color: var(--c-gold); }

.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  border-top: 1px solid var(--c-border);
}
.mobile-nav__links li {
  border-bottom: 1px solid var(--c-border);
}
.mobile-nav__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-4) 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-dark);
  transition: color var(--dur) var(--ease);
}
.mobile-nav__links a:hover { color: var(--c-gold); }
.mobile-nav__links a::after { content: '→'; font-size: 0.9rem; color: var(--c-light); }

.mobile-nav__bottom {
  margin-top: var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

/* ============================================
   HERO — Conversion-first split layout
   ============================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--c-dark);
}

/* Override pour le hero split — doit venir APRÈS .hero pour gagner la cascade */
.hero.hero--split {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: stretch;
  background: var(--c-cream);
  overflow: hidden;
}

/* ============================================
   HERO SPLIT — RESPONSIVE MOBILE/TABLET
   Placé ici pour surclasser .hero.hero--split
   ============================================ */
@media (max-width: 1024px) {
  .hero.hero--split {
    grid-template-columns: 1fr;
    padding-top: 62px;
    min-height: auto;
  }

  /* Sticky bar visible sur tablette aussi */
  .mobile-cta-bar {
    padding-bottom: env(safe-area-inset-bottom, 0px);
    display: flex;
  }
}

@media (max-width: 768px) {
  /* Vidéo fond plein écran — texte par-dessus */
  .hero.hero--split {
    display: block !important;
    position: relative;
    min-height: 100svh;
    padding-top: 0;
    overflow: hidden;
    background: var(--c-dark);
  }

  /* Vidéo en arrière-plan absolu */
  .hero.hero--split .hero__right {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }

  /* Overlay renforcé pour lisibilité */
  .hero.hero--split .hero__right-overlay {
    background: linear-gradient(
      180deg,
      rgba(26,43,60,0.5) 0%,
      rgba(26,43,60,0.35) 40%,
      rgba(26,43,60,0.75) 100%
    );
  }

  /* Texte sur fond vidéo */
  .hero.hero--split .hero__left {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: var(--header-h) 1.5rem 5rem;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Bouton outline adapté au fond sombre */
  .hero.hero--split .btn--outline-dark {
    border-color: rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.9);
  }
  .hero.hero--split .btn--outline-dark:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
  }

  /* Couleurs texte adaptées au fond sombre */
  .hero.hero--split .hero__title {
    color: #fff;
    font-size: clamp(2.2rem, 8vw, 3rem);
  }
  .hero.hero--split .hero__title em {
    color: var(--c-gold);
  }
  .hero.hero--split .hero__sub {
    color: rgba(255,255,255,0.82);
    max-width: 100%;
  }
  .hero.hero--split .hero__sub strong {
    color: #fff;
  }
  .hero.hero--split .hero__eyebrow {
    color: var(--c-gold);
  }
  .hero.hero--split .hero__stat-val {
    color: #fff;
  }
  .hero.hero--split .hero__stat-label {
    color: rgba(255,255,255,0.6);
  }

  /* Caption cachée sur mobile */
  .hero.hero--split .hero__right-caption {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero.hero--split .hero__left {
    padding: 6rem 1.25rem 4.5rem;
  }
}

/* ============================================
   HERO FULL — Vidéo plein écran, texte épuré
   ============================================ */
.hero--full {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--c-dark);
}

.hero--full .hero__bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero--full .hero__bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero--full .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(28,28,26,0.78) 0%,
    rgba(28,28,26,0.52) 55%,
    rgba(28,28,26,0.22) 100%
  );
}

.hero--full .hero__content {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header-h, 72px) + 2rem);
  padding-bottom: 4rem;
  max-width: 760px;
}

.hero--full .hero__eyebrow {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-gold);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hero--full .hero__title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: -.02em;
}

.hero--full .hero__title em {
  font-style: italic;
  color: var(--c-gold);
  font-weight: 400;
}

.hero--full .hero__sub {
  font-size: clamp(.95rem, 1.3vw, 1.15rem);
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 520px;
  letter-spacing: .01em;
}

.hero--full .hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
  .hero--full .hero__content {
    padding-top: calc(var(--header-h, 64px) + 1.5rem);
    padding-bottom: 6rem;
  }

  .hero--full .hero__title {
    font-size: clamp(2.4rem, 9vw, 3.2rem);
  }

  .hero--full .hero__ctas {
    flex-direction: column;
    gap: .75rem;
  }

  .hero--full .hero__ctas .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero--full .hero__title {
    font-size: 2.2rem;
  }
}

/* Photo de fond */
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 30%;
  opacity: 0.4;
  will-change: transform;
  transition: opacity 1.2s var(--ease);
}
.hero.loaded .hero__bg { opacity: 0.42; }

/* Gradient gauche pour lisibilité */
.hero__gradient {
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    rgba(26,43,60,0.92) 0%,
    rgba(26,43,60,0.7) 50%,
    rgba(26,43,60,0.2) 100%
  );
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
  padding-top: var(--header-h);
  width: 100%;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: var(--sp-16);
  align-items: center;
  padding: var(--sp-24) 0;
  padding-bottom: var(--sp-20);
}

/* Left col */
.hero__left {}

/* Zone + category badges */
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-6);
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-out) 0.15s forwards;
}

.hero__title {
  font-size: clamp(3.4rem, 6.8vw, 6.5rem);
  color: var(--c-white);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-bottom: var(--sp-6);
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  opacity: 0;
  animation: fadeUp 0.85s var(--ease-out) 0.3s forwards;
}
.hero__title em {
  font-style: italic;
  color: var(--c-gold-light);
}

.hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: var(--sp-10);
  opacity: 0;
  animation: fadeUp 0.85s var(--ease-out) 0.45s forwards;
}
.hero__sub strong { color: rgba(255,255,255,0.9); font-weight: 500; }

.hero__ctas {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.85s var(--ease-out) 0.6s forwards;
}

.hero__phone-link {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--dur) var(--ease);
  padding: var(--sp-2) 0;
}
.hero__phone-link:hover { color: rgba(255,255,255,0.9); }
.hero__phone-link strong { color: rgba(255,255,255,0.8); }

/* Right col — Trust card */
.hero__trust-card {
  background: rgba(242,238,232,0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  padding: var(--sp-8);
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.5s forwards;
}

.trust-card__rating {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-6);
  padding-bottom: var(--sp-6);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.trust-card__stars {
  font-size: 1rem;
  color: var(--c-gold);
  letter-spacing: 2px;
}

.trust-card__rating-right {}
.trust-card__score {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--c-white);
  line-height: 1;
}
.trust-card__reviews {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  margin-top: 2px;
}

.trust-card__items {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  margin-bottom: var(--sp-6);
}

.trust-card__item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
}

.trust-card__check {
  width: 20px;
  height: 20px;
  background: var(--c-gold-subtle);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--c-gold);
  font-size: 0.65rem;
  font-weight: 700;
  margin-top: 1px;
}

.trust-card__item-text {
  font-size: 0.825rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.45;
}
.trust-card__item-text strong {
  color: var(--c-white);
  font-weight: 600;
  display: block;
  font-size: 0.875rem;
}

.trust-card__cta {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.trust-card__cta-note {
  text-align: center;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
}

/* Hero bottom strip */
.hero__strip {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: var(--sp-4) 0;
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  flex-wrap: wrap;
}

.hero__strip-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
}

.hero__strip-item strong {
  color: rgba(255,255,255,0.75);
  font-weight: 600;
}

/* ============================================
   CLARITY BAR — 5 questions en 5 secondes
   ============================================ */
.clarity-bar {
  background: var(--c-white);
  border-top: 2px solid var(--c-gold);
  border-bottom: 1px solid var(--c-border);
  position: relative;
}

.clarity-bar__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.clarity-item {
  padding: var(--sp-7) var(--sp-5);
  border-right: 1px solid var(--c-border);
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  transition: background var(--dur-lg) var(--ease), border-color var(--dur) var(--ease);
  cursor: default;
  position: relative;
}
.clarity-item:last-child { border-right: none; }
.clarity-item:hover { background: var(--c-stone); }
.clarity-item:hover .clarity-item__q { /* min 12px pour accessibilité */ color: var(--c-dark); }

.clarity-item__q { /* min 12px pour accessibilité */
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-gold);
}

.clarity-item__a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--c-dark);
  line-height: 1.35;
}

.clarity-item__detail {
  font-size: 0.75rem;
  color: var(--c-mid);
  line-height: 1.4;
}

/* ============================================
   PROOF BLOCK — 3 preuves immédiates
   ============================================ */
.proof-block {
  background: var(--c-stone);
}

.proof-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--c-border);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.proof-item {
  background: var(--c-white);
  padding: var(--sp-10) var(--sp-8);
  transition: background var(--dur) var(--ease);
  position: relative;
}
.proof-item:hover { background: #FAFAF9; }

.proof-item__top {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}

.proof-item__icon {
  width: 40px; height: 40px;
  background: var(--c-stone);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: all var(--dur) var(--ease);
}
.proof-item:hover .proof-item__icon {
  background: var(--c-gold);
  transform: scale(1.05);
}

.proof-item__num {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--c-dark);
  line-height: 1;
}

.proof-item h3 {
  font-size: 1.15rem;
  margin-bottom: var(--sp-2);
}

.proof-item p {
  font-size: 0.875rem;
  color: var(--c-mid);
  line-height: 1.65;
}

.proof-item__tag {
  display: inline-block;
  margin-top: var(--sp-4);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-gold);
  padding: var(--sp-1) var(--sp-3);
  background: var(--c-gold-subtle);
  border-radius: 2px;
}

/* ============================================
   FOR WHO — Segmentation
   ============================================ */
.for-who {
  background: var(--c-cream);
}

.for-who__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-4);
}

.profile-card {
  background: var(--c-white);
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: var(--sp-8) var(--sp-6);
  text-align: center;
  transition: all var(--dur-lg) var(--ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.profile-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--c-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-lg) var(--ease);
}
.profile-card:hover {
  border-color: var(--c-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.profile-card:hover::before { transform: scaleX(1); }

.profile-card__emoji {
  font-size: 2rem;
  margin-bottom: var(--sp-4);
  display: block;
}

.profile-card h3 {
  font-size: 1rem;
  margin-bottom: var(--sp-3);
}

.profile-card p {
  font-size: 0.82rem;
  color: var(--c-mid);
  line-height: 1.6;
}

/* ============================================
   SERVICES
   ============================================ */
.services {
  background: var(--c-white);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-4);
}
@media (max-width: 960px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .services__grid { grid-template-columns: 1fr; }
}

.service-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
  display: flex;
  flex-direction: column;
  transition: all var(--dur-lg) var(--ease);
  background: var(--c-white);
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: transparent;
}

.service-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  background: var(--c-stone);
}
.service-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--dur-lg) var(--ease);
}
.service-card:hover .service-card__img img { transform: scale(1.05); }

.service-card__tag {
  position: absolute;
  top: var(--sp-4); right: var(--sp-4);
  background: var(--c-dark-glass);
  color: var(--c-white);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: var(--sp-1) var(--sp-3);
  border-radius: 2px;
}

.service-card__body {
  padding: var(--sp-8);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card h3 {
  font-size: 1.35rem;
  margin-bottom: var(--sp-3);
}

.service-card p {
  font-size: 0.875rem;
  color: var(--c-mid);
  line-height: 1.7;
  flex: 1;
  margin-bottom: var(--sp-6);
}

.service-card__link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--c-gold);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  transition: gap var(--dur) var(--ease);
}
.service-card:hover .service-card__link { gap: var(--sp-3); }

/* ============================================
   MÉTHODE — Process
   ============================================ */
.methode {
  background: var(--c-stone);
}

.methode__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  gap: 0;
}

/* Ligne de connexion — sous les numéros */
.methode__steps::before {
  content: '';
  position: absolute;
  top: calc(var(--sp-8) + 3.4rem);
  left: calc(10% + 40px);
  right: calc(10% + 40px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-gold) 15%, var(--c-gold) 85%, transparent);
  z-index: 0;
  opacity: 0.35;
}

.methode__step {
  padding: var(--sp-8) var(--sp-4);
  text-align: center;
  position: relative;
  z-index: 1;
}

.methode__step-bubble {
  display: block;
  margin: 0 auto var(--sp-6);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(2.75rem, 4.5vw, 3.5rem);
  line-height: 1;
  color: var(--c-gold);
  font-weight: 400;
  letter-spacing: -0.01em;
  background: var(--c-stone);
  padding: 0 var(--sp-4);
  position: relative;
  width: max-content;
  transition: transform var(--dur) var(--ease);
}

.methode__step-bubble::after {
  content: '';
  display: block;
  margin: var(--sp-3) auto 0;
  width: 24px;
  height: 1px;
  background: var(--c-gold);
  opacity: 0.6;
}

.methode__step:hover .methode__step-bubble {
  transform: translateY(-2px);
}

.methode__step h3 {
  font-size: 1.6rem;
  margin-bottom: var(--sp-4);
  line-height: 1.15;
  color: var(--c-dark);
  letter-spacing: -0.005em;
}

.methode__step p {
  font-size: 0.92rem;
  color: var(--c-mid);
  line-height: 1.65;
  max-width: 28ch;
  margin: 0 auto;
}

.methode__step-delay {
  display: inline-block;
  margin-top: var(--sp-4);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--c-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.methode__cta {
  text-align: center;
  margin-top: var(--sp-12);
}

/* ============================================
   RÉALISATIONS
   ============================================ */
.realisations {
  background: var(--c-cream);
}

.realisations__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
  flex-wrap: wrap;
}

.realisations__filters {
  display: flex;
  gap: var(--sp-2);
  flex-wrap: wrap;
  margin-bottom: var(--sp-8);
}

.filter-btn {
  padding: var(--sp-2) var(--sp-4);
  border: 1.5px solid var(--c-border);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--c-mid);
  background: transparent;
  transition: all var(--dur) var(--ease);
  letter-spacing: 0.02em;
  cursor: pointer;
}
.filter-btn:hover { border-color: var(--c-dark); color: var(--c-dark); }
.filter-btn.active {
  background: var(--c-dark);
  border-color: var(--c-dark);
  color: var(--c-white);
}

.realisations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}

.projet-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.projet-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--c-stone);
}
.projet-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.projet-card:hover .projet-card__img img { transform: scale(1.06); }

.projet-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,43,60,0.92) 0%, rgba(26,43,60,0.2) 55%, transparent 80%);
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity var(--dur-lg) var(--ease);
}
.projet-card:hover .projet-card__overlay { opacity: 1; }

.projet-card__badges {
  display: flex; gap: var(--sp-2); flex-wrap: wrap;
  margin-bottom: var(--sp-2);
}
.projet-card__badge {
  background: rgba(200,159,131,0.9);
  color: var(--c-white);
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 2px var(--sp-3); border-radius: 2px;
}
.projet-card__title {
  font-family: var(--font-serif);
  font-size: 1.2rem; color: var(--c-white);
  margin-bottom: var(--sp-1); line-height: 1.2;
}
.projet-card__info {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
}
.projet-card__cta {
  margin-top: var(--sp-3);
  font-size: 0.75rem; font-weight: 700;
  color: var(--c-gold-light);
  display: inline-flex; align-items: center; gap: var(--sp-1);
}

/* ============================================
   DIFFERENTIATEURS — Pourquoi HomeRev
   ============================================ */
.differentiateurs {
  background: var(--c-white);
}

.diff__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.diff__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-20);
  align-items: center;
  padding: var(--sp-16) 0;
  border-bottom: 1px solid var(--c-border);
}
.diff__item:last-child { border-bottom: none; }
.diff__item--reverse { direction: rtl; }
.diff__item--reverse > * { direction: ltr; }

.diff__visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--c-stone);
}
.diff__visual img { width: 100%; height: 100%; object-fit: cover; }

.diff__num {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: var(--sp-4);
}
.diff__content h3 {
  font-size: 1.75rem;
  margin-bottom: var(--sp-4);
  line-height: 1.2;
}
.diff__content p {
  font-size: 0.9rem;
  color: var(--c-mid);
  line-height: 1.8;
}

/* ============================================
   STATS — Chiffres
   ============================================ */
.stats {
  background: var(--c-dark);
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(200,159,131,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stats__item {
  padding: var(--sp-16) var(--sp-8);
  text-align: center;
  border-right: 1px solid var(--c-border-dark);
  position: relative;
}
.stats__item:last-child { border-right: none; }

.stats__num {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  color: var(--c-white);
  line-height: 1;
  margin-bottom: var(--sp-2);
  font-weight: 400;
}
.stats__accent { color: var(--c-gold); }
.stats__label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.stats__bar {
  border-top: 1px solid var(--c-border-dark);
  padding: var(--sp-6) 0;
}
.stats__guarantees {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-8);
  flex-wrap: wrap;
}
.stats__guarantee-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}
.stats__guarantee-item::before {
  content: '✓';
  color: var(--c-gold);
  font-weight: 700;
  font-size: 0.75rem;
}

/* ============================================
   TÉMOIGNAGES
   ============================================ */
.testimonials {
  background: var(--c-cream);
}

.testimonials__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
}

.testi-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: var(--sp-8);
  transition: all var(--dur-lg) var(--ease);
  display: flex;
  flex-direction: column;
}
.testi-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.testi-card__stars { color: var(--c-gold); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: var(--sp-4); }
.testi-card__quote {
  font-size: 0.9rem;
  color: var(--c-dark-2);
  line-height: 1.75;
  font-style: italic;
  flex: 1;
  margin-bottom: var(--sp-6);
}

.testi-card__author {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-border);
}
.testi-card__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--c-stone);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--c-mid);
}
.testi-card__name { font-size: 0.825rem; font-weight: 700; color: var(--c-dark); display: block; }
.testi-card__meta { font-size: 0.75rem; color: var(--c-mid); }

/* ============================================
   ZONES
   ============================================ */
.zones {
  background: var(--c-dark);
}

.zones__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-20);
  align-items: center;
}

.zones__text h2 { color: var(--c-white); margin-bottom: var(--sp-4); }
.zones__text p  { color: rgba(255,255,255,0.55); font-size: 0.9rem; line-height: 1.8; margin-bottom: var(--sp-8); }

.zones__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-8);
  margin-bottom: var(--sp-8);
}
.zones__col h4 {
  font-family: var(--font-sans);
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--c-gold); margin-bottom: var(--sp-4);
}
.zones__col li {
  display: flex; align-items: center; gap: var(--sp-2);
  font-size: 0.875rem; color: rgba(255,255,255,0.6);
  padding: var(--sp-1) 0;
}
.zones__col li::before { content: '→'; color: var(--c-gold); font-size: 0.7rem; flex-shrink: 0; }

.zones__visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.zones__visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; opacity: 0.75; }

/* ============================================
   FAQ
   ============================================ */
.faq {
  background: var(--c-stone);
}

.faq__inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: var(--sp-20);
  align-items: start;
}

.faq__intro h2 { margin-bottom: var(--sp-4); }
.faq__intro p  { font-size: 0.9rem; color: var(--c-mid); line-height: 1.75; margin-bottom: var(--sp-6); }

.faq__list {
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--c-white);
}

.faq__item { border-bottom: 1px solid var(--c-border); }
.faq__item:last-child { border-bottom: none; }

.faq__q {
  width: 100%; text-align: left;
  padding: var(--sp-5) var(--sp-6);
  display: flex; align-items: center;
  justify-content: space-between; gap: var(--sp-4);
  font-size: 0.9rem; font-weight: 500;
  color: var(--c-dark);
  background: transparent;
  transition: background var(--dur) var(--ease);
  cursor: pointer;
  line-height: 1.4;
}
.faq__q:hover { background: var(--c-stone); }
.faq__q.active { background: var(--c-stone); color: var(--c-dark); }

.faq__icon {
  width: 22px; height: 22px; flex-shrink: 0;
  border: 1.5px solid var(--c-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; color: var(--c-mid);
  transition: all var(--dur) var(--ease);
  font-style: normal;
}
.faq__q.active .faq__icon {
  background: var(--c-gold); border-color: var(--c-gold);
  color: var(--c-white); transform: rotate(45deg);
}

.faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height var(--dur-lg) var(--ease);
}
.faq__a-inner {
  padding: 0 var(--sp-6) var(--sp-5);
  font-size: 0.875rem; color: var(--c-mid); line-height: 1.8;
}

/* ============================================
   CTA FINAL — Conversion block
   ============================================ */
.cta-final {
  background: var(--c-dark);
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute; top: -30%; right: -10%;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,159,131,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.cta-final__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-20);
  align-items: center;
}

.cta-final__text h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  color: var(--c-white);
  margin-bottom: var(--sp-4);
  line-height: 1.1;
}
.cta-final__text p {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: var(--sp-8);
}

.cta-final__channels {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.channel-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}
.channel-item a { color: rgba(255,255,255,0.75); transition: color var(--dur) var(--ease); }
.channel-item a:hover { color: var(--c-gold); }
.channel-icon {
  width: 32px; height: 32px;
  border: 1px solid var(--c-border-dark);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; flex-shrink: 0;
}

/* Form */
.cta-final__form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  padding: var(--sp-10);
}

.form-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--c-white);
  margin-bottom: var(--sp-2);
}
.form-subtitle {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: var(--sp-6);
}

.form-field { margin-bottom: var(--sp-4); }
.form-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: var(--sp-2);
}

.form-input, .form-select {
  width: 100%;
  padding: 0.875rem var(--sp-4);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  color: var(--c-white);
  transition: border-color var(--dur) var(--ease);
  appearance: none;
  -webkit-appearance: none;
}
.form-input::placeholder { color: rgba(255,255,255,0.25); }
.form-input:focus, .form-select:focus {
  outline: none;
  border-color: var(--c-gold);
  background: rgba(255,255,255,0.08);
}
.form-select option { background: var(--c-dark-2); color: var(--c-white); }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3);
}

.form-submit { width: 100%; margin-top: var(--sp-2); justify-content: center; }

.form-footer {
  margin-top: var(--sp-4);
  text-align: center;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.25);
  line-height: 1.6;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #0D0D0B;
  color: rgba(255,255,255,0.5);
  padding: var(--sp-24) 0 var(--sp-8);
}

.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--sp-16);
  padding-bottom: var(--sp-16);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-bottom: var(--sp-8);
}

.footer__logo-text {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--c-white);
  letter-spacing: 0.1em;
  margin-bottom: var(--sp-4);
  display: block;
  line-height: 1;
}
.footer__logo-text span { color: var(--c-gold); }
.footer__logo-text img { margin-bottom: 0; }

.footer__tagline {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.65;
  margin-bottom: var(--sp-6);
  max-width: 260px;
}

.footer__socials {
  display: flex; gap: var(--sp-2);
}
.footer__social {
  width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  transition: all var(--dur) var(--ease);
}
.footer__social:hover { border-color: var(--c-gold); color: var(--c-gold); }

h5.footer__col {
  font-family: var(--font-sans);
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: var(--sp-4);
}
.footer__zone-seo { margin-top: var(--sp-6); }

.footer__links {
  display: flex; flex-direction: column; gap: var(--sp-3);
}
.footer__links a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  transition: color var(--dur) var(--ease);
}
.footer__links a:hover { color: rgba(255,255,255,0.8); }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-4);
}
.footer__copy { font-size: 0.72rem; color: rgba(255,255,255,0.2); }
.footer__legal-links {
  display: flex; gap: var(--sp-6);
}
.footer__legal-links a {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.2);
  transition: color var(--dur) var(--ease);
}
.footer__legal-links a:hover { color: rgba(255,255,255,0.5); }

/* ============================================
   MOBILE STICKY BAR
   ============================================ */
.mobile-cta-bar {
  padding-bottom: env(safe-area-inset-bottom, 0px);
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 90;
  background: var(--c-white);
  border-top: 1px solid var(--c-border);
  padding: var(--sp-3) var(--gutter);
  gap: var(--sp-3);
  align-items: center;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.12);
}
.mobile-cta-bar .btn { flex: 1; font-size: 0.82rem; padding: 0.85rem 1rem; min-height: 44px; touch-action: manipulation; }

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  min-width: 46px;
  background: #25D366;
  border-radius: var(--radius-sm);
  color: var(--c-white);
  font-size: 1.1rem;
  transition: opacity var(--dur) var(--ease);
}
.whatsapp-btn:hover { opacity: 0.9; }

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}
.fade-up.visible { opacity: 1; transform: none; }
.fade-up.d1 { transition-delay: 0.1s; }
.fade-up.d2 { transition-delay: 0.18s; }
.fade-up.d3 { transition-delay: 0.26s; }
.fade-up.d4 { transition-delay: 0.34s; }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .fade-up { opacity: 1; transform: none; }
  .hero__badges, .hero__title, .hero__sub, .hero__ctas, .hero__trust-card { opacity: 1; }
}

/* Image placeholder */
.img-placeholder {
  background: linear-gradient(135deg, var(--c-stone) 0%, var(--c-border) 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-light); font-size: 0.72rem;
  letter-spacing: 0.05em; text-transform: uppercase;
  font-weight: 500; width: 100%; height: 100%;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__trust-card { display: none; }
  .hero__left { max-width: 680px; }

  .for-who__grid { grid-template-columns: repeat(2, 1fr); }
  .clarity-bar__inner { grid-template-columns: repeat(3, 1fr); }
  .clarity-item:nth-child(4), .clarity-item:nth-child(5) { border-top: 1px solid var(--c-border); }
  .clarity-item:nth-child(3) { border-right: none; }

  .methode__steps { grid-template-columns: repeat(3, 1fr); }
  .methode__steps::before { display: none; }

  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__item:nth-child(2) { border-right: none; }
  .stats__item:nth-child(3) { border-bottom: 1px solid var(--c-border-dark); }

  .footer__top { grid-template-columns: 1fr 1fr; gap: var(--sp-8); }
}

@media (max-width: 768px) {
  :root {
    --header-h: 58px;
    --sp-32: 4rem;
    --sp-24: 3rem;
    --sp-20: 2.5rem;
    --sp-16: 2rem;
    --gutter: 1.25rem;
  }

  /* Header */
  .header__nav { display: none; }
  .header__phone { display: none; }
  .header__actions .btn { display: none; }
  .header__burger { display: flex; }

  /* Hero */
  .hero__grid { padding: var(--sp-12) 0 var(--sp-8); }
  .hero__ctas { flex-direction: column; align-items: flex-start; }
  .hero__ctas .btn { width: 100%; }
  .hero__strip { gap: var(--sp-4); padding: var(--sp-3) 0; font-size: 0.72rem; }

  /* Clarity bar */
  .clarity-bar__inner { grid-template-columns: 1fr 1fr; }
  .clarity-item { border-bottom: 1px solid var(--c-border); }
  .clarity-item:nth-child(odd) { border-right: 1px solid var(--c-border); }
  .clarity-item:last-child { grid-column: 1 / -1; border-bottom: none; }

  /* Grids */
  .proof-block__grid { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr; }
  .realisations__grid { grid-template-columns: 1fr 1fr; }
  .testimonials__track { grid-template-columns: 1fr; }
  .methode__steps { grid-template-columns: 1fr 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .for-who__grid { grid-template-columns: 1fr 1fr; }
  .zones__inner { grid-template-columns: 1fr; }
  .zones__visual { display: none; }
  .faq__inner { grid-template-columns: 1fr; }
  .cta-final__inner { grid-template-columns: 1fr; }
  .diff__item { grid-template-columns: 1fr; gap: var(--sp-8); }
  .diff__item--reverse { direction: ltr; }
  .footer__top { grid-template-columns: 1fr; gap: var(--sp-8); }

  /* Mobile bar */
  .mobile-cta-bar {
    padding-bottom: env(safe-area-inset-bottom, 0px);
    display: flex;
  }
  .stats__guarantees { gap: var(--sp-4); }
  .stats__guarantee-item:nth-child(n+3) { display: none; }

  .section { padding: var(--sp-16) 0; }
  .section--md { padding: var(--sp-12) 0; }
}

@media (max-width: 480px) {
  .realisations__grid { grid-template-columns: 1fr; }
  .for-who__grid { grid-template-columns: 1fr; }
  .methode__steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .clarity-bar__inner { grid-template-columns: 1fr; }
  .clarity-item { border-right: none !important; }
}

/* ============================================
   OFFRES — 3 niveaux d'accompagnement
   ============================================ */
.offres__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
  align-items: stretch;
  margin-top: var(--sp-10);
}

.offre-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: 4px;
  padding: var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  position: relative;
}

.offre-card:hover {
  border-color: rgba(200,159,131,0.4);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.06);
}

.offre-card--featured {
  border-color: var(--c-gold);
  background: var(--c-stone);
}

.offre-card--featured:hover {
  border-color: var(--c-gold);
  box-shadow: 0 16px 48px rgba(200,159,131,0.18);
}

.offre-card__badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  background: var(--c-gold);
  color: var(--c-white);
  border-radius: 2px;
  align-self: flex-start;
  margin-bottom: calc(var(--sp-2) * -1);
}

.offre-card__header {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.offre-card__name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--c-dark);
  line-height: 1.2;
}

.offre-card__price {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--c-mid);
}

.offre-card__price-note {
  font-weight: 400;
  color: rgba(107,107,103,0.7);
  font-size: 0.78rem;
}

.offre-card__sep {
  height: 1px;
  background: var(--c-border);
}

.offre-card--featured .offre-card__sep {
  background: rgba(200,159,131,0.25);
}

.offre-card__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.offre-card__list li {
  font-size: 0.84rem;
  color: var(--c-mid);
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-left: 0;
}

.offre-card__list li::before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: var(--c-gold);
  flex-shrink: 0;
  margin-top: 0.72em;
}

.offre-card__cta {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--c-dark);
  border-bottom: 1px solid var(--c-border);
  padding-bottom: 0.15rem;
  transition: color 0.2s, border-color 0.2s;
  align-self: flex-start;
}

.offre-card__cta:hover {
  color: var(--c-gold);
  border-color: var(--c-gold);
}

.offre-card__cta--gold {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8rem 1.5rem;
  background: var(--c-gold);
  color: var(--c-white);
  border: none;
  border-radius: 2px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all 0.3s var(--ease);
  text-align: center;
}

.offre-card__cta--gold:hover {
  background: var(--c-gold-light);
  box-shadow: 0 8px 28px rgba(200,159,131,0.35);
  transform: translateY(-1px);
  color: var(--c-white);
}

/* Témoignage source badge (Google) */
.testi-card__source {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: var(--sp-3);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 0.15rem 0.5rem;
  border-radius: 2px;
}

/* 4e témoignage pleine largeur */
.testi-card--wide {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.testi-card--wide .testi-card__author {
  justify-content: center;
}

@media (max-width: 960px) {
  .offres__grid { grid-template-columns: 1fr; }
  .offre-card--featured { order: -1; }
}

/* ============================================
   EMPATHY BLOCK — "Ce que vous ressentez"
   Deux colonnes : édito gauche / peurs droite
   ============================================ */
.empathy-block {
  position: relative;
  overflow: hidden;
}

/* Subtle warm background gradient */
.empathy-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 10% 50%, rgba(200,159,131,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.empathy-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: start;
}

/* ---- LEFT column ---- */
.empathy-block__left {
  position: sticky;
  top: 7rem;
}

.empathy-block__left .eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: var(--sp-5);
}

.empathy-block__left h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.15;
  color: var(--c-dark);
  margin-bottom: var(--sp-5);
  letter-spacing: -0.01em;
}

.empathy-block__left p {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--c-mid);
  margin-bottom: var(--sp-4);
}

.empathy-block__highlight {
  padding: var(--sp-5) var(--sp-6);
  border-left: 3px solid var(--c-gold);
  background: rgba(200,159,131,0.06);
  border-radius: 0 4px 4px 0;
  font-size: 0.93rem;
  line-height: 1.75;
  color: var(--c-dark);
  margin-top: var(--sp-6) !important;
}

.empathy-block__highlight strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--c-dark);
  font-weight: 600;
}

/* ---- RIGHT column — fears list ---- */
.empathy-block__right {
  padding-top: var(--sp-2);
}

.empathy-block__fears {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.empathy-fear {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: var(--sp-4);
  align-items: start;
  padding: var(--sp-6) 0;
  border-bottom: 1px solid var(--c-border);
  transition: background 0.3s ease;
}

.empathy-fear:first-child {
  border-top: 1px solid var(--c-border);
}

.empathy-fear:hover {
  background: rgba(200,159,131,0.04);
  margin: 0 calc(var(--sp-5) * -1);
  padding-left: var(--sp-5);
  padding-right: var(--sp-5);
  border-radius: 4px;
  border-color: transparent;
}

.empathy-fear__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(240,128,128,0.12);
  color: #c0504d;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background 0.4s ease, color 0.4s ease;
}

.empathy-fear.resolved .empathy-fear__icon {
  /* Strike-through look: fear is crossed out / addressed */
  background: rgba(200,159,131,0.12);
  color: var(--c-gold);
}

.empathy-fear div {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.empathy-fear div strong {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--c-dark);
  line-height: 1.45;
}

.empathy-fear div span {
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--c-mid);
}

/* Gold arrow on solution line */
.empathy-fear div span::first-letter {
  /* The → is already part of the text */
  color: var(--c-gold);
}

/* Highlight the → arrow in solution */
.empathy-fear div span {
  position: relative;
}

/* Animate fears in with stagger */
.empathy-fear:nth-child(1) { animation-delay: 0.05s; }
.empathy-fear:nth-child(2) { animation-delay: 0.10s; }
.empathy-fear:nth-child(3) { animation-delay: 0.15s; }
.empathy-fear:nth-child(4) { animation-delay: 0.20s; }
.empathy-fear:nth-child(5) { animation-delay: 0.25s; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .empathy-block__inner {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }

  .empathy-block__left {
    position: static;
  }

  .empathy-block__left h2 {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }
}

@media (max-width: 600px) {
  .empathy-fear {
    grid-template-columns: 24px 1fr;
    gap: var(--sp-3);
    padding: var(--sp-5) 0;
  }

  .empathy-fear__icon {
    width: 24px;
    height: 24px;
    font-size: 0.68rem;
  }

  .empathy-fear div strong { font-size: 0.88rem; }
  .empathy-fear div span  { font-size: 0.81rem; }
}


/* ============================================
   NAV CLIENT — Espace client link
   ============================================ */
.nav-client {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  color: var(--c-dark) !important;
  background: var(--c-pink);
  padding: 0.3em 0.9em;
  border-radius: 2px;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.nav-client:hover {
  background: var(--c-pink-mid);
  color: var(--c-dark) !important;
}
.nav-client svg { flex-shrink: 0; }


/* ============================================
   COMPARATIF TABLE — "Pourquoi HomeRev"
   ============================================ */
.pourquoi { background: var(--c-white); }

.comparatif { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.comparatif__table {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 560px;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.comparatif__header,
.comparatif__row,
.comparatif__footer {
  display: grid;
  grid-template-columns: 2fr 0.85fr 0.85fr 0.85fr 1.1fr;
  align-items: center;
}

.comparatif__header {
  background: var(--c-stone);
  border-bottom: 2px solid var(--c-border);
}

.comparatif__row {
  border-bottom: 1px solid var(--c-border);
  transition: background var(--dur);
}
.comparatif__row:last-of-type { border-bottom: none; }
.comparatif__row:hover { background: rgba(242,238,232,0.6); }

.comparatif__footer {
  background: var(--c-stone);
  border-top: 2px solid var(--c-border);
}

.comparatif__col-label,
.comparatif__col {
  padding: 0.9rem 1.1rem;
  font-size: 0.88rem;
}

.comparatif__col-label {
  font-weight: 500;
  color: var(--c-dark);
  border-right: 1px solid var(--c-border);
}

.comparatif__col {
  text-align: center;
  border-right: 1px solid var(--c-border);
}
.comparatif__col:last-child { border-right: none; }

/* Header cols */
.comp-col-title {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-mid);
  line-height: 1.3;
}
.comp-col-title small { font-weight: 400; font-size: 0.72rem; }

.comparatif__col--homerev {
  background: var(--c-dark);
  position: relative;
}
.comparatif__col--homerev .comp-col-logo {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--c-white);
  line-height: 1;
  text-transform: uppercase;
}
.comparatif__col--homerev .comp-col-logo em {
  color: var(--c-gold);
  font-style: normal;
}
.comp-col-badge {
  display: inline-block;
  margin-top: 4px;
  background: var(--c-gold);
  color: var(--c-dark);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
}

/* Comparison cells */
.comp-yes {
  display: block;
  color: #2E7D4F;
  font-weight: 700;
  font-size: 0.92rem;
}
.comp-no {
  display: block;
  color: #B03030;
  font-weight: 600;
  font-size: 0.92rem;
}
.comp-partial {
  display: block;
  color: var(--c-mid);
  font-weight: 500;
  font-size: 0.9rem;
}
.comp-note {
  display: block;
  font-size: 0.68rem;
  color: var(--c-mid);
  margin-top: 2px;
  line-height: 1.2;
}

/* HomeRev column cells */
.comparatif__col--homerev .comp-yes {
  color: var(--c-gold);
  font-size: 1rem;
}
.comparatif__col--homerev .comp-note { color: rgba(255,255,255,0.55); }
.comparatif__col--homerev .btn {
  font-size: 0.78rem;
  padding: 0.55em 1.1em;
  white-space: nowrap;
}

/* Header row homerev highlight */
.comparatif__header .comparatif__col--homerev {
  background: var(--c-dark);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

/* Footer homerev cell */
.comparatif__footer .comparatif__col--homerev {
  background: var(--c-dark);
  padding: 1rem 1.1rem;
}

/* Tablette — scroll horizontal fluide */
@media (max-width: 900px) {
  .comparatif { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .comparatif__table { min-width: 600px; }
  .comparatif__col-label,
  .comparatif__col { padding: 0.75rem 0.7rem; font-size: 0.8rem; }
  .comp-col-title { font-size: 0.72rem; }
}

/* Mobile — redesign carte : feature + 3 concurrents + HomeRev pleine largeur */
@media (max-width: 600px) {
  .comparatif { overflow-x: visible; }

  .comparatif__table {
    min-width: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
  }

  /* Masquer l'en-tête — labels via pseudo-éléments */
  .comparatif__header { display: none; }

  /* Chaque ligne :
     Ligne 1 : feature (pleine largeur)
     Ligne 2 : 3 concurrents côte à côte
     Ligne 3 : HomeRev pleine largeur (mis en valeur) */
  .comparatif__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    border-bottom: 1px solid var(--c-border);
  }
  .comparatif__row:last-of-type { border-bottom: none; }
  .comparatif__row:hover { background: transparent; }

  /* Feature — ligne 1, pleine largeur */
  .comparatif__col-label {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--c-dark);
    padding: 0.9rem 1rem 0.5rem;
    border-right: none;
    border-bottom: 1px solid var(--c-border);
  }

  /* 3 concurrents — ligne 2 */
  .comparatif__row .comparatif__col--other {
    grid-row: 2;
    padding: 0.6rem 0.4rem 0.75rem;
    border-right: 1px solid var(--c-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    background: transparent;
  }
  .comparatif__row .comparatif__col--other:last-of-type { border-right: none; }

  /* Labels des 3 concurrents */
  .comparatif__row > *:nth-child(2)::before {
    content: 'Artisan';
    display: block;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--c-mid);
    margin-bottom: 0.25rem;
  }
  .comparatif__row > *:nth-child(3)::before {
    content: 'Plateforme';
    display: block;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--c-mid);
    margin-bottom: 0.25rem;
  }
  .comparatif__row > *:nth-child(4)::before {
    content: 'Archi';
    display: block;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--c-mid);
    margin-bottom: 0.25rem;
  }

  /* HomeRev — ligne 3, pleine largeur, fond sombre */
  .comparatif__row .comparatif__col--homerev {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: var(--c-dark);
    padding: 0.7rem 1rem;
    border-right: none;
  }
  /* Label "HomeRev" avant le symbole */
  .comparatif__row .comparatif__col--homerev::before {
    content: 'HomeRev';
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--c-gold);
  }
  .comparatif__row .comparatif__col--homerev .comp-yes {
    font-size: 1rem;
  }
  .comparatif__row .comparatif__col--homerev .comp-note {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.6);
  }

  /* Footer */
  .comparatif__footer {
    display: block;
    padding: 1rem;
    text-align: center;
    border-top: 2px solid var(--c-border);
  }
  .comparatif__footer .comparatif__col-label,
  .comparatif__footer .comparatif__col--other { display: none; }
  .comparatif__footer .comparatif__col--homerev {
    display: block;
    background: var(--c-dark);
    border-radius: 4px;
    padding: 1rem;
  }
  .comparatif__footer .comparatif__col--homerev::before { display: none; }
}


/* ============================================
   MULTI-STEP FORM (MSF)
   ============================================ */

/* Bandeau teaser → configurateur complet */
.cfg-teaser-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
  background: var(--c-dark);
  border: 1px solid rgba(200,159,131,0.25);
  border-radius: 4px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.cfg-teaser-banner:hover {
  border-color: var(--c-gold);
  background: #1f2f3e;
}
.cfg-teaser-banner__icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.cfg-teaser-banner__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.cfg-teaser-banner__text strong {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-gold);
  font-family: var(--font-body);
  letter-spacing: 0.01em;
}
.cfg-teaser-banner__text span {
  font-size: 0.75rem;
  color: rgba(250,250,246,0.65);
  font-family: var(--font-body);
}
.cfg-teaser-banner__arrow {
  font-size: 1rem;
  color: var(--c-gold);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.cfg-teaser-banner:hover .cfg-teaser-banner__arrow {
  transform: translateX(4px);
}

.msf-progress {
  height: 3px;
  background: var(--c-border-dark);
  border-radius: 3px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.msf-progress__bar {
  height: 100%;
  background: var(--c-gold);
  border-radius: 3px;
  transition: width 0.4s var(--ease-out);
}
.msf-steps-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.5rem;
}

/* Individual step panels */
.msf-step {
  display: none;
  animation: msfIn 0.3s var(--ease-out);
}
.msf-step.active { display: block; }

@keyframes msfIn {
  from { opacity: 0; transform: translateX(18px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes msfBack {
  from { opacity: 0; transform: translateX(-18px); }
  to   { opacity: 1; transform: translateX(0); }
}
.msf-step.going-back { animation: msfBack 0.3s var(--ease-out); }

.msf-question {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 500;
  color: var(--c-white);
  margin-bottom: 1.1rem;
  line-height: 1.3;
}
.msf-hint {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

/* Choice buttons grid */
.msf-choices {
  display: grid;
  gap: 0.65rem;
}
.msf-choices--3 { grid-template-columns: repeat(3, 1fr); }
.msf-choices--2 { grid-template-columns: repeat(2, 1fr); }

.msf-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 0.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--dur), border-color var(--dur), transform 0.15s;
  text-align: center;
}
.msf-choice:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(200,159,131,0.4);
  transform: translateY(-1px);
}
.msf-choice.selected {
  background: rgba(200,159,131,0.18);
  border-color: var(--c-gold);
  transform: translateY(-1px);
}
.msf-choice.selected::after {
  content: '✓';
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 0.65rem;
  color: var(--c-gold);
  font-weight: 700;
}
.msf-choice--full { grid-column: 1 / -1; flex-direction: row; gap: 0.5rem; justify-content: center; }

.msf-choice__icon { font-size: 1.4rem; line-height: 1; }
.msf-choice__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--c-white);
  line-height: 1.2;
}
.msf-choice__sub {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.2;
  font-weight: 400;
}

/* Nav buttons */
.msf-nav {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.msf-back {
  background: none;
  border: none;
  color: rgba(255,255,255,0.45);
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0.3em 0;
  transition: color var(--dur);
  font-family: var(--font-sans);
}
.msf-back:hover { color: rgba(255,255,255,0.8); }

@media (max-width: 640px) {
  .msf-choices--3 { grid-template-columns: 1fr; }
  .msf-choices--2 { grid-template-columns: 1fr; }
  .msf-choice--full { grid-column: 1; }
}

/* ============================================
   VIDEO TESTIMONIAL SECTION
   ============================================ */
.section--video-testi {
  background: var(--c-dark);
  padding: var(--sp-20) 0;
}

.section--video-testi h2 {
  color: var(--c-cream);
}

.video-testi-wrap {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: var(--sp-10);
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.video-testi-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #000;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}

.video-testi-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-testi-caption {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}

.video-testi-stars {
  font-size: 1.2rem;
  color: var(--c-gold);
  letter-spacing: 2px;
}

.video-testi-quote {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--c-dark);
  line-height: 1.55;
  border: none;
  padding: 0;
  margin: 0;
}

.video-testi-quote::before { content: '\201C'; color: var(--c-gold); }
.video-testi-quote::after  { content: '\201D'; color: var(--c-gold); }

.video-testi-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.video-testi-meta strong {
  font-size: 0.9rem;
  color: var(--c-dark);
  font-weight: 600;
}

.video-testi-meta span {
  font-size: 0.78rem;
  color: var(--c-mid);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .video-testi-wrap {
    grid-template-columns: 1fr;
    gap: var(--sp-6);
  }
}

/* ============================================
   PROJECT CARD IMAGES (real photos)
   ============================================ */
.projet-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.projet-card:hover .projet-card__img img {
  transform: scale(1.04);
}

.projet-card-detail__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

/* ============================================
   YOUTUBE FACADE (performance)
   ============================================ */
.yt-facade {
  position: absolute;
  top: 0; left: 0;
  cursor: pointer;
  overflow: hidden;
  background: #000;
  width: 100%;
  height: 100%;
}

.yt-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.25s;
}

.yt-facade:hover img { filter: brightness(0.85); }

.yt-facade__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform 0.2s;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.5));
}

.yt-facade:hover .yt-facade__play {
  transform: translate(-50%, -50%) scale(1.1);
}

/* ============================================================
   CONFIGURATEUR DEVIS-DÉTAILLÉ v2 (refonte 2026-04-25)
   Inspiration Little Worker · Palette HomeRev premium
   1 question = 1 écran · tuiles à icônes · compteurs +/-
   ============================================================ */

/* Page wrapper */
.dd-page {
  background: var(--c-cream);
  min-height: 100vh;
  font-family: var(--font-sans);
  color: var(--c-dark);
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

/* Top bar : logo gauche · capsules progress droite */
.dd-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
  background: var(--c-cream);
  border-bottom: 1px solid var(--c-border);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
}
.dd-topbar__logo {
  height: 32px;
  width: auto;
}
.dd-topbar__logo img { height: 100%; width: auto; display: block; }

/* Capsules de phase (Détails du projet · Coordonnées · Résultat) */
.dd-phases {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dd-phase {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  background: var(--c-stone);
  color: var(--c-mid);
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.dd-phase__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--c-stone);
  color: var(--c-mid);
  font-size: 0.75rem;
  font-weight: 600;
}
.dd-phase.is-active {
  background: var(--c-dark);
  color: var(--c-white);
}
.dd-phase.is-active .dd-phase__num {
  background: var(--c-gold);
  color: var(--c-white);
  display: none; /* on cache le num quand active, libellé suffit */
}
.dd-phase.is-done {
  background: var(--c-dark);
  color: var(--c-white);
}
.dd-phase.is-done .dd-phase__num {
  background: var(--c-success, #2E7D4F);
  color: var(--c-white);
}
.dd-phase__sep {
  width: 18px;
  height: 1px;
  background: var(--c-border);
}

/* Barre progression sous-étapes (pointillée) */
.dd-substeps {
  display: flex;
  gap: 6px;
  margin-top: 0.5rem;
  height: 3px;
}
.dd-substep {
  flex: 1;
  background: var(--c-border);
  border-radius: 2px;
  transition: background 0.4s ease;
}
.dd-substep.is-done { background: var(--c-dark); }
.dd-substep.is-active { background: var(--c-gold); }

/* Header en grid : logo + phases + barre */
.dd-header__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: end;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.dd-header__progress {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Container central */
.dd-main {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 2rem 6rem;
}
.dd-screen {
  max-width: 720px;
  width: 100%;
  animation: dd-fade-in 0.45s cubic-bezier(.16,1,.3,1) both;
}
@keyframes dd-fade-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Eyebrow (Étape X) — discret */
.dd-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--c-gold);
  margin-bottom: 1rem;
}

/* Question principale — serif, élégante */
.dd-question {
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-dark);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.dd-question em {
  font-style: italic;
  color: var(--c-gold);
}

/* Sous-titre / hint */
.dd-hint {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--c-mid);
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 540px;
}

/* === TUILES À ICÔNES === */
.dd-tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.dd-tile-grid--lg { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.dd-tile-grid--2 { grid-template-columns: repeat(2, 1fr); }
.dd-tile-grid--3 { grid-template-columns: repeat(3, 1fr); }

.dd-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.75rem 1.25rem;
  background: var(--c-white);
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(.16,1,.3,1);
  text-align: center;
  position: relative;
  min-height: 140px;
}
.dd-tile:hover {
  border-color: var(--c-gold);
  background: var(--c-white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.dd-tile.is-selected {
  border-color: var(--c-dark);
  border-width: 2px;
  background: var(--c-white);
  box-shadow: 0 0 0 4px rgba(26,43,60,0.06);
}
.dd-tile.is-selected::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--c-dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.dd-tile__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-dark);
}
.dd-tile__icon svg { width: 100%; height: 100%; stroke-width: 1.4; }
.dd-tile__label {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--c-dark);
  line-height: 1.3;
}
.dd-tile__sub {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--c-mid);
  line-height: 1.4;
  margin-top: -0.25rem;
}

/* === RADIOS PILLULES === */
.dd-radios {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.dd-radios--single { grid-template-columns: 1fr; max-width: 520px; }
.dd-radio {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.25rem;
  background: var(--c-white);
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--c-dark);
}
.dd-radio:hover {
  border-color: var(--c-gold);
}
.dd-radio.is-selected {
  border-color: var(--c-dark);
  border-width: 2px;
  background: var(--c-white);
  box-shadow: 0 0 0 3px rgba(26,43,60,0.06);
}
.dd-radio__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--c-border);
  flex-shrink: 0;
  transition: all 0.2s;
  position: relative;
}
.dd-radio.is-selected .dd-radio__dot {
  border-color: var(--c-dark);
  border-width: 5px;
}
.dd-radio__text { flex: 1; }
.dd-radio__sub {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--c-mid);
  margin-top: 0.15rem;
}

/* === COMPTEURS +/- AVEC ICÔNE === */
.dd-counters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.dd-counter {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.25rem;
  background: var(--c-white);
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
}
.dd-counter__icon {
  width: 28px;
  height: 28px;
  color: var(--c-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dd-counter__icon svg { width: 100%; height: 100%; stroke-width: 1.5; }
.dd-counter__label {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--c-dark);
}
.dd-counter__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--c-stone);
  border: none;
  color: var(--c-dark);
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-family: var(--font-sans);
}
.dd-counter__btn:hover:not(:disabled) {
  background: var(--c-dark);
  color: var(--c-white);
}
.dd-counter__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.dd-counter__btn--plus {
  background: var(--c-dark);
  color: var(--c-white);
}
.dd-counter__btn--plus:hover:not(:disabled) {
  background: var(--c-gold);
}
.dd-counter__value {
  min-width: 28px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-dark);
  font-variant-numeric: tabular-nums;
}

/* === INPUTS === */
.dd-form-row { margin-bottom: 1.25rem; }
.dd-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
.dd-input {
  width: 100%;
  padding: 0.95rem 1.1rem;
  background: var(--c-white);
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--c-dark);
  transition: border-color 0.2s;
  -webkit-appearance: none;
}
.dd-input:focus {
  outline: none;
  border-color: var(--c-dark);
  box-shadow: 0 0 0 3px rgba(26,43,60,0.06);
}
.dd-input::placeholder { color: var(--c-light); }

.dd-input-suffix {
  position: relative;
}
.dd-input-suffix .dd-input { padding-right: 4rem; }
.dd-input-suffix__unit {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-mid);
  font-size: 0.95rem;
  pointer-events: none;
}

.dd-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem 1.25rem;
}

/* === NAVIGATION BAS === */
.dd-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2rem;
}
.dd-nav__prev {
  background: none;
  border: none;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--c-dark);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  transition: color 0.2s;
}
.dd-nav__prev:hover { color: var(--c-gold); }
.dd-nav__prev[hidden] { visibility: hidden; }

.dd-nav__next {
  background: var(--c-dark);
  color: var(--c-white);
  border: none;
  padding: 1rem 2.25rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.25s ease;
  min-width: 180px;
  justify-content: center;
}
.dd-nav__next:hover:not(:disabled) {
  background: var(--c-gold);
  transform: translateY(-1px);
  box-shadow: var(--shadow-gold);
}
.dd-nav__next:disabled {
  background: var(--c-stone);
  color: var(--c-mid);
  cursor: not-allowed;
}

/* === TRUST RGPD === */
.dd-trust {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--c-stone);
  border-radius: var(--radius-md);
  margin-top: 1.5rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--c-mid);
  line-height: 1.55;
}
.dd-trust svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--c-gold);
  margin-top: 1px;
}

/* === ÉCRAN COORDONNÉES (montant flouté) === */
.dd-coords {
  max-width: 720px;
  margin: 0 auto;
}
.dd-coords__title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  color: var(--c-dark);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.dd-coords__amount-label {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}
.dd-coords__amount {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  color: var(--c-gold);
  filter: blur(8px);
  user-select: none;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.dd-coords__sub {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--c-mid);
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

/* === ÉCRAN RÉSULTAT === */
.dd-result {
  background: var(--c-stone);
  min-height: 100vh;
  padding: 4rem 2rem;
}
.dd-result__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
}
.dd-result__card {
  background: var(--c-white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}
.dd-result__title {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
.dd-result__amount {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 500;
  color: var(--c-dark);
  line-height: 1.1;
  margin-bottom: 0.25rem;
  text-align: center;
  padding: 1rem 0;
}
.dd-result__amount em {
  font-style: italic;
  color: var(--c-gold);
}
.dd-result__desc {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--c-mid);
  line-height: 1.6;
  margin: 1.5rem 0;
}
.dd-result__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  background: var(--c-dark);
  color: var(--c-white);
  border: none;
  padding: 1.1rem 1.5rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s;
}
.dd-result__cta:hover {
  background: var(--c-gold);
  transform: translateY(-1px);
  box-shadow: var(--shadow-gold);
}
.dd-result__cta--gold {
  background: var(--c-gold);
}
.dd-result__cta--gold:hover {
  background: var(--c-dark);
}
.dd-result__time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--c-mid);
}
.dd-result__time svg { width: 14px; height: 14px; }

.dd-result__alt-title {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}
.dd-result__alt-text {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--c-mid);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
.dd-result__mailbox {
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-family: var(--font-sans);
  color: var(--c-mid);
}
.dd-result__mailbox svg {
  width: 22px;
  height: 22px;
  color: var(--c-gold);
  flex-shrink: 0;
  margin-top: 2px;
}
.dd-result__mailbox-title {
  font-weight: 600;
  color: var(--c-dark);
  display: block;
  margin-bottom: 0.25rem;
}
.dd-result__mailbox-text {
  font-size: 0.9rem;
  line-height: 1.55;
}
.dd-result__mailbox-email {
  color: var(--c-dark);
  font-weight: 500;
}

/* === ÉCRAN DE FIN (devis envoyé) === */
.dd-success {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 640px;
  margin: 0 auto;
}
.dd-success__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--c-success, #2E7D4F);
  color: var(--c-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.dd-success__title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--c-dark);
  margin-bottom: 1rem;
}
.dd-success__text {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--c-mid);
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* === ERREURS / VALIDATION === */
.dd-error {
  font-size: 0.85rem;
  color: #C0392B;
  margin-top: 0.4rem;
  display: none;
}
.dd-input.is-invalid {
  border-color: #C0392B;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .dd-topbar { padding: 1rem 1.25rem; flex-direction: column; gap: 0.75rem; align-items: flex-start; }
  .dd-header__inner { grid-template-columns: 1fr; gap: 1rem; }
  .dd-header__progress { align-items: flex-start; width: 100%; }
  .dd-phases { font-size: 0.75rem; flex-wrap: wrap; }
  .dd-phase { padding: 0.4rem 0.75rem; font-size: 0.78rem; }
  .dd-phase__sep { width: 10px; }
  .dd-substeps { width: 100%; }
  .dd-main { padding: 2rem 1.25rem 4rem; }
  .dd-question { font-size: 1.5rem; }
  .dd-tile { padding: 1.25rem 0.85rem; min-height: 120px; }
  .dd-tile__icon { width: 36px; height: 36px; }
  .dd-tile__label { font-size: 0.85rem; }
  .dd-tile-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .dd-tile-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .dd-counters { grid-template-columns: 1fr; }
  .dd-result__inner { grid-template-columns: 1fr; }
  .dd-result__card { padding: 1.75rem 1.25rem; }
  .dd-nav { flex-direction: column-reverse; gap: 1rem; }
  .dd-nav__next { width: 100%; }
}
