/* ============================================
   LANDING ÉLECTRICIEN v4 — CSS épuré
   Palette : blanc dominant · liserés tricolores · touches rouge/bleu
   Variables, header et footer → shared.css
   ============================================ */

/* Bloque le scroll horizontal — uniquement sur les pages landing (pas d'Astra menu ici) */
html { overflow-x: hidden; }

/* ===== RESET ===== */
.landing-electricien *, .landing-electricien *::before, .landing-electricien *::after { box-sizing: border-box; }
.landing-electricien { font-family: var(--font-b); background: var(--blanc); color: var(--texte); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.landing-electricien a { text-decoration: none; color: inherit; }

/* Masque éléments Astra */
.landing-electricien .ast-header-break-point, .landing-electricien #masthead,
.landing-electricien #colophon, .landing-electricien .ast-breadcrumbs-wrap,
.landing-electricien .entry-header, .landing-electricien .entry-footer,
.landing-electricien .post-navigation, .landing-electricien .site-below-header-wrap,
.landing-electricien .ast-above-header-wrap { display: none !important; }
.landing-electricien #content, .landing-electricien .ast-container,
.landing-electricien .entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ===== HERO ===== */
.hero {
  padding: calc(var(--header-h) + 32px) 0 32px;
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100svh; /* mobile : exclut la barre du navigateur */
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.hero-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
  filter: blur(2px);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(27,58,107,0.92) 0%, rgba(13,27,51,0.75) 100%);
  z-index: 1;
}

/* Centrage du contenu */
.hero-container { position: relative; z-index: 2; display: flex; justify-content: center; }
.hero-inner {
  max-width: 780px; width: 100%;
  text-align: center;
}

/* Badge dispo */
.hero-dispo {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.8); padding: 7px 16px; border-radius: 20px;
  font-size: 0.82rem; font-weight: 600;
  margin: 0 auto 22px; width: fit-content;
}
.hero-dispo.astreinte { background: rgba(251,191,36,0.1); border-color: rgba(251,191,36,0.3); color: #fbbf24; }
.hero-dispo.astreinte .pulse { background: #fbbf24; }
.hero-dispo.urgence { background: rgba(248,113,113,0.1); border-color: rgba(248,113,113,0.3); color: #fca5a5; }
.hero-dispo.urgence .pulse { background: #f87171; }
.badge-note { font-size: 0.7rem; opacity: 0.65; }
.pulse { width: 7px; height: 7px; background: #4ade80; border-radius: 50%; flex-shrink: 0; position: relative; }
.pulse::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #4ade80; animation: pulseAnim 2s ease-in-out infinite; }
.hero-dispo.astreinte .pulse::after { background: #fbbf24; }
.hero-dispo.urgence .pulse::after { background: #f87171; }
@keyframes pulseAnim { 0%,100%{ transform: scale(1); opacity: 0.7; } 50%{ transform: scale(2.5); opacity: 0; } }

/* Titre */
.hero h1 { font-family: var(--font-t); font-size: clamp(2.2rem, 7vw, 3.6rem); line-height: 1.15; color: white; margin-bottom: 14px; }
.hero h1 .accent { color: #FBBF24; }

/* Localisation */
.hero-sub { font-size: 0.88rem; color: rgba(255,255,255,0.45); margin-bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; }

/* Bullets — centrées en bloc, texte aligné à gauche */
.hero-bullets {
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
  width: fit-content; margin: 0 auto 28px;
  text-align: left;
}
.hero-bullets li {
  display: flex; align-items: center; gap: 10px;
  color: white; font-size: 0.95rem; font-weight: 600;
}

/* Bouton principal — appel */
.landing-electricien .btn-choix-principal {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--rouge); color: white;
  width: 100%; max-width: 460px; margin: 0 auto;
  padding: 0 24px; height: 68px;
  border-radius: var(--radius-lg); font-weight: 700; font-size: 1.05rem;
  border: none; cursor: pointer; text-decoration: none;
  box-shadow: 0 8px 24px rgba(200,16,46,0.3);
  transition: all 0.15s; font-family: var(--font-b); -webkit-tap-highlight-color: transparent;
}
.landing-electricien .btn-choix-principal:active { transform: translateY(2px); }
.landing-electricien .btn-choix-principal .left { display: flex; align-items: center; gap: 12px; }
.landing-electricien .btn-choix-principal .left svg { animation: ring 4s ease-in-out infinite; }

/* Prix d'ancrage */
.hero-prix-ancrage {
  color: rgba(255,255,255,0.55); font-size: 0.8rem; font-weight: 500;
  line-height: 1.7; text-align: center;
  margin: 12px auto 16px; max-width: 440px;
}

/* Bouton WhatsApp */
.landing-electricien .btn-wa-hero {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: rgba(37,211,102,0.09); border: 1.5px solid rgba(37,211,102,0.25);
  color: white; height: 52px; border-radius: var(--radius-lg);
  font-weight: 600; font-size: 0.9rem;
  max-width: 460px; margin: 0 auto;
  -webkit-tap-highlight-color: transparent; transition: all 0.15s;
}
.landing-electricien .btn-wa-hero:active { background: rgba(37,211,102,0.16); }

@keyframes fadeUp { from{ opacity:0; transform:translateY(18px); } to{ opacity:1; transform:translateY(0); } }
.hero-inner > * { animation: fadeUp 0.5s ease both; }
.hero-inner > *:nth-child(1){ animation-delay:.05s; }
.hero-inner > *:nth-child(2){ animation-delay:.12s; }
.hero-inner > *:nth-child(3){ animation-delay:.18s; }
.hero-inner > *:nth-child(4){ animation-delay:.24s; }
.hero-inner > *:nth-child(5){ animation-delay:.30s; }
.hero-inner > *:nth-child(6){ animation-delay:.36s; }
.hero-inner > *:nth-child(7){ animation-delay:.42s; }
/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== COMMUN — section-tag avec mini-liseré tricolore ===== */
.section-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2.5px; color: var(--rouge); margin-bottom: 12px;
}
.section-tag::before {
  content: ''; display: inline-block; width: 28px; height: 3px; flex-shrink: 0;
  background: linear-gradient(to right, var(--bleu) 33%, #ccc 33%, #ccc 66%, var(--rouge) 66%);
  border-radius: 2px;
}
.section-titre { font-family: var(--font-t); font-size: clamp(1.7rem, 4vw, 2.2rem); color: var(--texte); line-height: 1.2; margin-bottom: 32px; }

/* ===== RÉASSURANCE ===== */
.reassurance { background: var(--gris-bg); padding: 80px 24px; }
.reass-grid { display: grid; gap: 14px; }
@media (min-width: 640px) { .reass-grid { grid-template-columns: repeat(2, 1fr); } }

.reass-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 22px; background: var(--blanc);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--bleu);
  transition: box-shadow 0.2s;
}
.reass-item:hover { box-shadow: 0 4px 16px rgba(27,58,107,0.07); }
.reass-ico { width: 44px; height: 44px; background: var(--bleu-clair); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.reass-item h3 { font-family: var(--font-t); font-size: 1.0rem; color: var(--texte); margin-bottom: 6px; }
.reass-item p  { font-size: 0.87rem; color: var(--texte-doux); line-height: 1.65; }

.siret-bloc {
  background: var(--blanc); border: 1px solid var(--border);
  border-left: 3px solid var(--bleu);
  border-radius: var(--radius-lg); padding: 20px 22px;
  display: flex; align-items: flex-start; gap: 14px; margin-top: 24px;
}
.siret-bloc .ico { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.siret-bloc strong { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--bleu); margin-bottom: 8px; }
.siret-bloc span { display: block; font-size: 0.84rem; color: var(--texte-doux); line-height: 1.9; }

/* ===== TARIFS ===== */
.tarifs { background: var(--blanc); padding: 80px 24px; position: relative; }
/* Liseré tricolore horizontal en haut de la section */
.tarifs::before {
  content: ''; position: absolute; top: 0; left: 24px; right: 24px; height: 3px;
  background: linear-gradient(to right, var(--bleu) 33%, #e2e8f0 33%, #e2e8f0 66%, var(--rouge) 66%);
  border-radius: 2px;
}
.tarifs .section-titre { color: var(--texte); }
.tarifs-accroche { font-size: 0.88rem; color: var(--muted); font-style: italic; margin-bottom: 30px; }
.tarifs-vide { color: var(--muted); font-style: italic; padding: 20px 0; }

.tarif-categorie { margin-bottom: 28px; }
.tarif-categorie:last-of-type { margin-bottom: 0; }
.tarif-cat-titre {
  font-family: var(--font-t); font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; color: var(--bleu);
  margin-bottom: 10px; padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 8px;
}
.tarif-cat-titre::before {
  content: ''; display: inline-block; width: 3px; height: 14px;
  background: var(--rouge); border-radius: 2px; flex-shrink: 0;
}

.tarif-table { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.tarif-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px; border-bottom: 1px solid var(--border);
  gap: 14px; background: var(--blanc); transition: background 0.15s;
}
.tarif-row:last-child { border-bottom: none; }
.tarif-row:hover { background: var(--gris-bg); }
.tarif-row.vedette {
  background: var(--bleu-clair);
  border-left: 3px solid var(--rouge);
}
/* Badge horaire dynamique */
.tarif-horaire {
  display: flex; align-items: center; gap: 9px;
  padding: 11px 16px; border-radius: var(--radius);
  font-size: 0.83rem; font-weight: 500; margin-bottom: 20px; line-height: 1.4;
  min-height: 42px;
}
.tarif-horaire:empty { display: none; }
.tarif-horaire.normal {
  background: #f0fdf4; color: #15803d; border: 1px solid #86efac;
}
.tarif-horaire.majore {
  background: var(--rouge-clair); color: var(--rouge); border: 1px solid rgba(200,16,46,0.28);
}
.tarif-horaire strong { font-weight: 800; }
.tarif-horaire svg { flex-shrink: 0; }

/* Bandeau conditions de déplacement */
.tarif-depl-bandeau {
  display: flex; align-items: center; gap: 9px;
  padding: 11px 16px; border-radius: var(--radius);
  font-size: 0.83rem; color: var(--bleu); line-height: 1.4;
  background: var(--bleu-clair); border: 1px solid rgba(27,58,107,0.18);
  margin-bottom: 20px;
}
.tarif-depl-bandeau svg { flex-shrink: 0; opacity: 0.7; }
.tarif-depl-bandeau strong { font-weight: 700; }

/* Ligne majoration active (classe posée côté serveur) */
.tarif-row.tarif-row-actif {
  background: var(--rouge-clair) !important;
  border-left: 3px solid var(--rouge) !important;
}
.tarif-row.tarif-row-actif .tarif-prix { color: var(--rouge); }

.tarif-icone { flex-shrink: 0; color: var(--bleu-mid); opacity: 0.75; display: flex; align-items: center; }
.tarif-label { font-size: 0.9rem; color: var(--texte); flex: 1; line-height: 1.35; }
.tarif-label small { display: block; font-size: 0.7rem; color: var(--muted); margin-top: 2px; }
.tarif-prix { font-family: var(--font-t); font-size: 1.02rem; font-weight: 700; color: var(--bleu); white-space: nowrap; flex-shrink: 0; }
.tarif-prix.vert  { color: #15803d; font-family: var(--font-b); font-size: 0.85rem; }
.tarif-prix.pct   { color: var(--rouge); font-family: var(--font-b); }
.tarif-prix.rouge { color: var(--rouge); font-weight: 800; }
.tarif-base-note  { display: block; font-size: 0.68rem; color: var(--muted); text-decoration: line-through; margin-top: 1px; }
.tarif-note { font-size: 0.76rem; color: var(--muted); font-style: italic; line-height: 1.7; margin: 18px 0 24px; }

.btn-tarif-appel {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--rouge); color: white;
  height: 56px; border-radius: var(--radius-lg); font-weight: 700; font-size: 0.97rem;
  width: 100%; max-width: 500px;
  box-shadow: 0 4px 16px rgba(200,16,46,0.18); transition: all 0.15s; margin-bottom: 10px;
}
.btn-tarif-appel:hover { background: var(--rouge-hover); }
.btn-tarif-appel:active { transform: translateY(2px); }

.btn-tarif-wa {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--blanc); border: 1.5px solid #128C7E;
  color: #128C7E; height: 48px; border-radius: var(--radius-lg);
  font-weight: 700; font-size: 0.88rem;
  width: 100%; max-width: 500px; transition: all 0.15s;
}
.btn-tarif-wa:hover { background: #f0fdf4; }
.btn-tarif-wa svg { fill: var(--wa-green); }

/* ===== AVIS — CARROUSEL ===== */
.avis { background: var(--gris-bg); padding: 80px 24px; }

.avis-carousel-wrap { position: relative; }

.avis-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.avis-carousel::-webkit-scrollbar { display: none; }

.avis-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background: var(--blanc); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 22px;
  border-top: 3px solid var(--border);
  transition: border-top-color 0.2s, box-shadow 0.2s;
}
@media (min-width: 640px)  { .avis-card { flex: 0 0 calc(50% - 7px); } }
@media (min-width: 1024px) { .avis-card { flex: 0 0 calc(33.333% - 10px); } }

.avis-card:hover { border-top-color: var(--bleu); box-shadow: 0 4px 16px rgba(27,58,107,0.06); }
a.avis-card { display: block; text-decoration: none; color: inherit; cursor: pointer; }
a.avis-card:hover { border-top-color: var(--bleu); box-shadow: 0 6px 20px rgba(27,58,107,0.10); transform: translateY(-2px); transition: border-top-color 0.2s, box-shadow 0.2s, transform 0.2s; }
.avis-etoiles { display: flex; gap: 2px; margin-bottom: 12px; }
.avis-texte   { font-size: 0.88rem; line-height: 1.65; color: var(--texte-doux); margin-bottom: 12px; }
.avis-auteur  { font-size: 0.75rem; color: var(--muted); font-weight: 600; }

/* Contrôles */
.carousel-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin-top: 18px;
}
.carousel-prev, .carousel-next {
  background: var(--blanc); border: 1px solid var(--border);
  border-radius: 50%; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--bleu);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  flex-shrink: 0; padding: 0;
}
.carousel-prev:hover, .carousel-next:hover {
  background: var(--bleu); color: white; border-color: var(--bleu);
}
.carousel-dots { display: flex; gap: 2px; align-items: center; }
.carousel-dot {
  /* Zone de touch 44x44, point visuel 7x7 au centre */
  width: 44px; height: 44px; border-radius: 50%;
  background: transparent; border: none; cursor: pointer; padding: 0;
  display: flex; align-items: center; justify-content: center;
  transition: none;
}
.carousel-dot::after {
  content: ''; display: block;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--border);
  transition: background 0.2s, width 0.2s, border-radius 0.2s;
}
.carousel-dot.active::after { background: var(--bleu); width: 18px; border-radius: 4px; }

/* Lien Google Maps */
.avis-lien-google {
  display: flex; align-items: center; justify-content: center;
  margin-top: 18px; font-size: 0.82rem; font-weight: 600;
  color: var(--bleu); text-decoration: underline; text-underline-offset: 3px;
  opacity: 0.65; transition: opacity 0.15s;
}
.avis-lien-google:hover { opacity: 1; }

/* ===== CONTACT ===== */
.contact-section {
  background: var(--bleu); padding: 80px 24px;
  position: relative; overflow: hidden;
}
/* Liseré tricolore en bas de la section contact */
.contact-section::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--bleu) 33%, rgba(255,255,255,0.4) 33%, rgba(255,255,255,0.4) 66%, var(--rouge) 66%);
}
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.contact-text { flex: 1; min-width: 260px; }
.contact-text .section-tag { color: rgba(255,255,255,0.5); }
.contact-text .section-tag::before { background: linear-gradient(to right, rgba(255,255,255,0.3) 33%, transparent 33%, transparent 66%, var(--rouge) 66%); }
.contact-text .section-titre { color: white; margin-bottom: 12px; }
.contact-text p { color: rgba(255,255,255,0.5); font-size: 0.9rem; }
.contact-actions { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }

.contact-btn-tel {
  display: flex; align-items: center; gap: 12px;
  background: var(--rouge); color: white;
  padding: 18px 28px; border-radius: var(--radius-lg);
  font-weight: 700; font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(200,16,46,0.3);
  transition: all 0.15s; white-space: nowrap;
}
.contact-btn-tel:hover { background: var(--rouge-hover); }
.contact-btn-tel:active { transform: scale(0.97); }

.contact-btn-wa {
  display: flex; align-items: center; gap: 12px;
  background: #128C7E; border: none;
  color: white; padding: 14px 28px; border-radius: var(--radius-lg);
  font-weight: 700; font-size: 0.95rem; transition: all 0.15s; justify-content: center;
  box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}
.contact-btn-wa:hover { background: #0e7a6c; }
.contact-btn-wa:active { opacity: 0.88; }

/* ===== ZONES D'INTERVENTION ===== */
.section-zones { padding: 80px 0; background: #f6f8fc; text-align: center; }
.section-zones .section-tag { justify-content: center; }
.section-zones .section-titre { margin-bottom: 12px; }
.section-intro { font-size: 0.95rem; color: var(--muted); max-width: 680px; margin: 0 auto 32px; line-height: 1.7; }
.zones-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 24px; }
.zone-chip {
  display: inline-block; padding: 6px 16px;
  border-radius: 999px;
  background: white; color: var(--bleu);
  font-size: 0.82rem; font-weight: 500;
  border: 1px solid rgba(27,58,107,0.12);
  box-shadow: 0 1px 3px rgba(27,58,107,0.06);
}
.zone-chip-base {
  background: var(--bleu); color: white;
  border-color: var(--bleu);
  font-weight: 700;
}
.zone-chip-base em { font-style: normal; opacity: 0.7; font-size: 0.75rem; }
.zones-note { font-size: 0.83rem; color: var(--muted); }
.zones-note a { color: var(--bleu); text-decoration: underline; text-underline-offset: 2px; }

/* ===== TABLEAU ÉLECTRIQUE & THERMOSTAT — sections services ===== */
.services-section { background: var(--blanc); padding: 80px 24px; position: relative; }
.services-section--alt { background: var(--gris-bg); }
.services-section::before {
  content: ''; position: absolute; top: 0; left: 24px; right: 24px; height: 3px;
  background: linear-gradient(to right, var(--bleu) 33%, #e2e8f0 33%, #e2e8f0 66%, var(--rouge) 66%);
  border-radius: 2px;
}
.services-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px)  { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }

.service-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 22px; background: var(--blanc);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--bleu);
}
.services-section--alt .service-card { background: var(--blanc); }
.service-card:hover { box-shadow: 0 4px 16px rgba(27,58,107,0.07); }
.service-card-ico {
  width: 44px; height: 44px; background: var(--bleu-clair);
  border-radius: var(--radius); display: flex; align-items: center;
  justify-content: center; color: var(--bleu); flex-shrink: 0;
}
.service-card h3 { font-family: var(--font-t); font-size: 1.0rem; color: var(--texte); margin: 0; }
.service-card p  { font-size: 0.87rem; color: var(--texte-doux); line-height: 1.65; margin: 0; }

/* ===== THERMOSTAT CONNECTÉ ===== */
.thermo-accroche {
  font-size: 1.05rem; font-weight: 600;
  color: var(--bleu); margin: 0 0 12px;
}
.thermo-intro {
  font-size: 0.95rem; color: var(--texte-doux);
  line-height: 1.7; max-width: 760px; margin: 0 0 36px;
}
.thermo-marques {
  display: flex; align-items: center;
  gap: 16px; flex-wrap: wrap; margin: 28px 0;
}
.thermo-marques-titre {
  font-size: 0.82rem; font-weight: 600;
  color: var(--muted); text-transform: uppercase;
  letter-spacing: 0.05em; margin: 0; flex-shrink: 0;
}
.thermo-marques-list { display: flex; gap: 8px; flex-wrap: wrap; }
.thermo-marque {
  display: inline-block; padding: 5px 14px;
  border-radius: 999px; border: 1px solid var(--border);
  background: white; font-size: 0.82rem;
  font-weight: 600; color: var(--bleu);
}
.thermo-prix-wrap { margin-top: 32px; overflow-x: auto; }
.thermo-prix-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.9rem;
}
.thermo-prix-table th {
  text-align: left; background: var(--bleu);
  color: white; padding: 12px 16px; font-weight: 600;
}
.thermo-prix-table th:last-child { white-space: nowrap; }
.thermo-prix-table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--texte);
}
.thermo-prix-table tr:last-child td { border-bottom: none; }
.thermo-prix-table tr:nth-child(even) td { background: var(--gris-bg); }
.thermo-prix-table td:last-child {
  font-weight: 700; color: var(--bleu); white-space: nowrap;
}
.thermo-gratuit { color: #1a8a40 !important; }
.thermo-tva-note {
  font-size: 0.75rem; color: var(--muted);
  margin-top: 20px; line-height: 1.6; max-width: 680px;
}

/* ===== PACK ÉCO ÉNERGIE ===== */
.pack-cards {
  display: grid; gap: 16px;
  grid-template-columns: 1fr; margin: 32px 0;
}
@media (min-width: 640px) { .pack-cards { grid-template-columns: repeat(3, 1fr); } }
.pack-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--bleu);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 10px;
  background: white; transition: box-shadow 0.2s;
}
.pack-card:hover { box-shadow: 0 8px 24px rgba(27,58,107,0.1); }
.pack-card--premium { border-top-color: var(--rouge); }
.pack-card-prix {
  font-family: var(--font-t); font-size: 1.35rem;
  font-weight: 800; color: var(--bleu); margin: 0;
}
.pack-card--premium .pack-card-prix { color: var(--rouge); }
.pack-card h3 {
  font-family: var(--font-t); font-size: 1.05rem;
  color: var(--texte); margin: 0;
}
.pack-card p {
  font-size: 0.87rem; color: var(--texte-doux);
  line-height: 1.65; margin: 0;
}
.pack-etapes-titre {
  font-family: var(--font-t); font-size: 1.1rem;
  color: var(--bleu); margin: 0 0 20px;
}
.pack-etapes {
  display: grid; gap: 20px;
  grid-template-columns: 1fr; margin-bottom: 36px;
}
@media (min-width: 640px)  { .pack-etapes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .pack-etapes { grid-template-columns: repeat(4, 1fr); } }
.pack-etape { display: flex; gap: 14px; align-items: flex-start; }
.pack-etape-num {
  width: 36px; height: 36px; background: var(--bleu);
  color: white; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
}
.pack-etape h3 {
  font-family: var(--font-t); font-size: 0.95rem;
  color: var(--texte); margin: 0 0 4px;
}
.pack-etape p {
  font-size: 0.85rem; color: var(--texte-doux);
  line-height: 1.6; margin: 0;
}
.pack-chiffre {
  background: linear-gradient(135deg, var(--bleu) 0%, #0d2249 100%);
  border-radius: var(--radius-lg);
  padding: 24px 32px; margin: 0 0 32px;
}
.pack-chiffre p {
  font-size: 0.95rem; color: rgba(255,255,255,0.85);
  line-height: 1.7; margin: 0;
}
.pack-chiffre strong { color: #ffd54f; }

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .hero { padding: calc(var(--header-h) + 20px) 20px 24px; height: 100svh; }
  .hero-stats { margin-top: 28px; }
}
@media (max-width: 768px) {
  .contact-inner { flex-direction: column; }
  .contact-actions { width: 100%; }
  .contact-btn-tel, .contact-btn-wa { justify-content: center; }
}
