/* ═══════════════════════════════════════════
   KEY LOCKS — PREMIUM STYLE v5
   Design haut de gamme, conversion-first
═══════════════════════════════════════════ */
:root {
  --bg:        hsl(256,100%,25%);
  --bg-dark:   hsl(256,100%,14%);
  --bg-deep:   hsl(256,100%,17%);
  --bg-card:   hsl(256,100%,29%);
  --bg-card2:  hsl(256,100%,32%);
  --fg:        #ffffff;
  --muted:     rgba(255,255,255,.62);
  --muted2:    rgba(255,255,255,.38);
  --primary:   hsl(1,100%,48%);
  --primary-d: hsl(1,100%,40%);
  --primary-l: hsl(1,100%,58%);
  --wa:        #25D366;
  --wa-d:      #1aaa52;
  --gold:      #f5c518;
  --border:    rgba(255,255,255,.10);
  --border2:   rgba(255,255,255,.05);
  --shadow-sm: 0 2px 12px rgba(0,0,0,.20);
  --shadow:    0 8px 32px rgba(0,0,0,.30);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.40);
  --glow-red:  0 0 40px hsl(1,100%,48%,.25);
  --glow-wa:   0 0 30px rgba(37,211,102,.35);
  --r:         8px;
  --r-lg:      14px;
  --r-xl:      20px;
}
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; font-size:16px; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Montserrat', system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }

/* ── MULTILINGUE ── */
.t,.ti { display:none; }
.t.on { display:block; }
.ti.on { display:inline; }

/* ══════════════════════════════
   BARRE URGENCE TOP
══════════════════════════════ */
.urgency-bar {
  background: var(--primary);
  padding: .45rem 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.urgency-bar span { font-size: .72rem; font-weight: 600; letter-spacing: .03em; }
.urgency-bar a {
  background: #fff;
  color: var(--primary);
  padding: .25rem .875rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}

/* ══════════════════════════════
   LANG BAR
══════════════════════════════ */
.lang-bar {
  background: var(--bg-dark);
  padding: .3rem 5%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .35rem;
  border-bottom: 1px solid var(--border2);
}
.lb {
  background: none;
  border: 1px solid transparent;
  color: var(--muted2);
  font-size: .68rem;
  font-weight: 700;
  cursor: pointer;
  padding: .15rem .45rem;
  border-radius: 4px;
  font-family: inherit;
  letter-spacing: .06em;
  transition: all .15s;
}
.lb:hover, .lb.on { border-color: rgba(255,255,255,.18); color: var(--fg); }

/* ══════════════════════════════
   NAVIGATION PREMIUM
══════════════════════════════ */
nav {
  position: sticky;
  top: 0;
  z-index: 500;
  background: hsl(256,100%,19%);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 5%;
  gap: 2rem;
}
.nav-logo {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: .05em;
  color: var(--fg);
  flex-shrink: 0;
}
.nav-logo em { color: var(--primary); font-style: normal; }
.nav-links {
  display: flex;
  list-style: none;
  gap: 0;
  flex: 1;
}
.nav-links a {
  display: block;
  padding: .4rem .75rem;
  border-radius: var(--r);
  font-size: .75rem;
  font-weight: 600;
  color: var(--muted);
  transition: all .15s;
}
.nav-links a:hover, .nav-links a.cur { color: var(--fg); background: rgba(255,255,255,.07); }
.nav-right { display: flex; gap: .5rem; margin-left: auto; flex-shrink: 0; align-items: center; }
.nav-wa {
  display: flex; align-items: center; gap: .35rem;
  background: var(--wa); color: #fff;
  padding: .42rem .9rem; border-radius: var(--r);
  font-size: .72rem; font-weight: 700;
  transition: all .15s;
}
.nav-wa:hover { background: var(--wa-d); transform: translateY(-1px); }
.nav-call {
  display: flex; align-items: center; gap: .35rem;
  background: var(--primary); color: #fff;
  padding: .42rem .9rem; border-radius: var(--r);
  font-size: .72rem; font-weight: 700;
  transition: all .15s;
}
.nav-call:hover { background: var(--primary-d); transform: translateY(-1px); }

/* ══════════════════════════════
   WA FLOAT PREMIUM
══════════════════════════════ */
.wa-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999;
  width: 58px; height: 58px;
  background: var(--wa);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.4);
  animation: wa-pulse 2.5s infinite;
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.1); }
@keyframes wa-pulse {
  0%   { box-shadow: 0 4px 20px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.4); }
  70%  { box-shadow: 0 4px 20px rgba(37,211,102,.5), 0 0 0 14px rgba(37,211,102,.0); }
  100% { box-shadow: 0 4px 20px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.0); }
}

/* ══════════════════════════════
   HERO PREMIUM
══════════════════════════════ */
.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  padding: 5rem 5% 4rem;
  background: linear-gradient(135deg, hsl(256,100%,17%) 0%, hsl(256,100%,27%) 60%, hsl(256,100%,22%) 100%);
  position: relative;
  overflow: hidden;
  gap: 3rem;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 70% at 75% 50%, hsl(1,100%,48%,.07), transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  padding: .3rem 1rem;
  font-size: .7rem; font-weight: 600;
  margin-bottom: 1.25rem;
}
.hero-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--wa); animation: blink 1.4s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }
.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.025em;
  margin-bottom: 1.25rem;
}
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-desc { font-size: .9rem; color: var(--muted); line-height: 1.8; max-width: 480px; margin-bottom: 2rem; }
.hero-desc strong { color: var(--fg); }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.btn-primary {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--primary); color: #fff;
  padding: .875rem 1.75rem;
  border-radius: var(--r); font-size: .875rem; font-weight: 700;
  transition: all .2s;
  box-shadow: var(--glow-red);
}
.btn-primary:hover { background: var(--primary-d); transform: translateY(-2px); box-shadow: 0 8px 30px hsl(1,100%,48%,.4); }
.btn-wa-hero {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--wa); color: #fff;
  padding: .875rem 1.75rem;
  border-radius: var(--r); font-size: .875rem; font-weight: 700;
  transition: all .2s;
}
.btn-wa-hero:hover { background: var(--wa-d); transform: translateY(-2px); box-shadow: var(--glow-wa); }
.btn-outline {
  display: inline-flex; align-items: center; gap: .45rem;
  border: 1.5px solid rgba(255,255,255,.25); color: var(--fg);
  padding: .875rem 1.5rem;
  border-radius: var(--r); font-size: .875rem; font-weight: 600;
  transition: all .2s;
}
.btn-outline:hover { border-color: rgba(255,255,255,.5); transform: translateY(-1px); }
.hero-kpis {
  display: flex; gap: 2rem; flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 2rem;
}
.kpi-val { font-size: 1.75rem; font-weight: 900; color: var(--primary); line-height: 1; }
.kpi-lbl { font-size: .7rem; color: var(--muted); margin-top: .2rem; font-weight: 500; }

/* Hero right — carte contact rapide */
.hero-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 1;
}
.hero-card-title { font-size: .85rem; font-weight: 800; margin-bottom: 1.25rem; text-align: center; }
.hero-card-title span { color: var(--primary); }
.hc-btn {
  display: flex; align-items: center; gap: .875rem;
  background: var(--bg-deep); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1rem 1.25rem;
  margin-bottom: .625rem; transition: all .2s; cursor: pointer;
  text-decoration: none; width: 100%;
}
.hc-btn:hover { border-color: rgba(255,255,255,.2); transform: translateX(3px); }
.hc-btn-red { background: var(--primary); border-color: var(--primary); }
.hc-btn-red:hover { background: var(--primary-d); border-color: var(--primary-d); }
.hc-btn-green { background: var(--wa); border-color: var(--wa); }
.hc-btn-green:hover { background: var(--wa-d); border-color: var(--wa-d); }
.hc-icon { font-size: 1.5rem; flex-shrink: 0; }
.hc-label { font-size: .78rem; font-weight: 700; }
.hc-sub { font-size: .68rem; color: rgba(255,255,255,.7); margin-top: .1rem; }
.hc-divider { text-align: center; font-size: .7rem; color: var(--muted2); margin: .875rem 0; }
.hc-form input, .hc-form select, .hc-form textarea {
  width: 100%; background: var(--bg-deep); border: 1px solid var(--border);
  color: var(--fg); padding: .7rem 1rem;
  border-radius: var(--r); font-family: inherit; font-size: .78rem;
  margin-bottom: .5rem; outline: none; transition: border-color .15s;
}
.hc-form input:focus, .hc-form select:focus, .hc-form textarea:focus { border-color: var(--primary); }
.hc-form input::placeholder, .hc-form textarea::placeholder { color: var(--muted2); }
.hc-form select option { background: var(--bg-dark); }
.hc-submit {
  width: 100%; background: var(--primary); color: #fff;
  border: none; padding: .825rem; border-radius: var(--r);
  font-family: inherit; font-size: .82rem; font-weight: 700;
  cursor: pointer; transition: all .2s;
}
.hc-submit:hover { background: var(--primary-d); }

/* ══════════════════════════════
   TRUST BAR PREMIUM
══════════════════════════════ */
.trust-bar {
  background: var(--bg-deep);
  border-bottom: 1px solid var(--border2);
  padding: .875rem 5%;
  display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: .45rem;
  font-size: .75rem; font-weight: 600; color: var(--muted);
}
.trust-item b { color: var(--primary); font-size: .85rem; }

/* ══════════════════════════════
   SECTIONS
══════════════════════════════ */
.sec { padding: 5rem 5%; }
.sec-alt { background: var(--bg-card); }
.sec-dark { background: var(--bg-dark); }
.sec-deep { background: var(--bg-deep); }
.sec-header { max-width: 620px; margin-bottom: 3rem; }
.sec-label {
  font-size: .65rem; letter-spacing: .2em; color: var(--primary);
  text-transform: uppercase; font-weight: 700; margin-bottom: .5rem;
}
.sec-title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 900; line-height: 1.15; letter-spacing: -.02em; margin-bottom: .875rem;
}
.sec-title em { color: var(--primary); font-style: normal; }
.sec-intro { font-size: .875rem; color: var(--muted); line-height: 1.78; }
.sec-header-center { max-width: 620px; margin: 0 auto 3rem; text-align: center; }

/* ══════════════════════════════
   GRILLES
══════════════════════════════ */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px,1fr)); gap: 1rem; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 1rem; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px,1fr)); gap: 1rem; }

/* ══════════════════════════════
   CARDS SERVICES
══════════════════════════════ */
.svc-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}
.svc-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0; transition: opacity .25s;
}
.svc-card:hover { border-color: rgba(255,255,255,.2); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc-card:hover::before { opacity: 1; }
.svc-icon { font-size: 2rem; margin-bottom: 1rem; }
.svc-title { font-size: .925rem; font-weight: 800; margin-bottom: .5rem; }
.svc-text { font-size: .8rem; color: var(--muted); line-height: 1.7; }
.svc-tag {
  display: inline-block; margin-top: .875rem;
  font-size: .65rem; font-weight: 700; color: var(--primary);
  border: 1px solid rgba(255,60,0,.3);
  padding: .15rem .55rem; border-radius: 999px; letter-spacing: .04em;
}
.svc-link {
  display: inline-flex; align-items: center; gap: .35rem;
  margin-top: .75rem; font-size: .75rem; font-weight: 700;
  color: var(--primary); transition: gap .15s;
}
.svc-link:hover { gap: .55rem; }

/* ══════════════════════════════
   COMMUNES PREMIUM
══════════════════════════════ */
.communes-search-wrap { margin-bottom: 1.5rem; position: relative; }
.communes-search {
  width: 100%; background: var(--bg-deep);
  border: 1px solid var(--border); color: var(--fg);
  padding: .875rem 1rem .875rem 2.875rem;
  border-radius: var(--r); font-family: inherit; font-size: .85rem;
  outline: none; transition: border-color .15s;
}
.communes-search:focus { border-color: var(--primary); }
.communes-search::placeholder { color: var(--muted2); }
.search-ico { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); font-size: 1rem; pointer-events: none; }
.communes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: .625rem; }
.commune-card {
  display: block; background: var(--bg-deep);
  border: 1px solid var(--border); border-radius: var(--r);
  padding: .875rem 1rem; transition: all .2s; text-decoration: none;
}
.commune-card:hover { border-color: var(--primary); background: var(--bg-card); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.cc-name { font-size: .8rem; font-weight: 700; color: var(--fg); }
.cc-time { font-size: .67rem; color: var(--primary); margin-top: .15rem; font-weight: 600; }
.cc-cp { font-size: .62rem; color: var(--muted2); }
.commune-hidden { display: none !important; }

/* ══════════════════════════════
   PROCESSUS
══════════════════════════════ */
.steps-wrap { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px,1fr)); gap: 1rem; }
.step-card {
  background: var(--bg-deep); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.75rem; position: relative;
}
.step-num {
  font-size: 3rem; font-weight: 900; color: var(--primary);
  opacity: .18; line-height: 1; position: absolute; top: 1rem; right: 1.25rem;
}
.step-icon { font-size: 1.75rem; margin-bottom: .875rem; }
.step-title { font-size: .875rem; font-weight: 800; margin-bottom: .4rem; }
.step-text { font-size: .78rem; color: var(--muted); line-height: 1.7; }

/* ══════════════════════════════
   DEVIS WA PREMIUM
══════════════════════════════ */
.wa-devis {
  background: linear-gradient(135deg, hsl(145,65%,13%,.5), hsl(145,60%,18%,.3));
  border: 1px solid rgba(37,211,102,.25);
  border-radius: var(--r-xl); padding: 3rem;
  text-align: center; max-width: 600px; margin: 0 auto;
  backdrop-filter: blur(4px);
}
.wa-devis h3 { font-size: 1.25rem; font-weight: 900; margin-bottom: .625rem; }
.wa-devis p { font-size: .85rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.75rem; }
.wa-steps { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.wa-step-n { font-size: 1.375rem; font-weight: 900; color: var(--wa); }
.wa-step p { font-size: .72rem; color: var(--muted); margin-top: .25rem; }
.btn-wa-lg {
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--wa); color: #fff;
  padding: 1rem 2.25rem; border-radius: var(--r);
  font-size: .925rem; font-weight: 800;
  transition: all .2s; box-shadow: var(--glow-wa);
}
.btn-wa-lg:hover { background: var(--wa-d); transform: translateY(-2px); }

/* ══════════════════════════════
   AVIS GOOGLE PREMIUM
══════════════════════════════ */
.google-banner {
  background: var(--bg-card2); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.375rem 1.75rem;
  display: flex; align-items: center; gap: 1.5rem;
  margin-bottom: 2rem; flex-wrap: wrap;
}
.g-big { font-size: 2.75rem; font-weight: 900; color: var(--primary); line-height: 1; }
.g-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: .06em; }
.g-info { font-size: .78rem; color: var(--muted); }
.g-info strong { color: var(--fg); font-size: .85rem; }
.g-btns { display: flex; flex-direction: column; gap: .4rem; margin-left: auto; }
.btn-google {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #4285f4; color: #fff;
  padding: .5rem 1.1rem; border-radius: var(--r);
  font-size: .75rem; font-weight: 700; transition: background .15s; white-space: nowrap;
}
.btn-google:hover { background: #3367d6; }
.btn-google-out {
  display: inline-flex; align-items: center; gap: .4rem;
  border: 1px solid #4285f4; color: #4285f4;
  padding: .5rem 1.1rem; border-radius: var(--r);
  font-size: .75rem; font-weight: 700; white-space: nowrap;
  transition: background .15s;
}
.btn-google-out:hover { background: rgba(66,133,244,.1); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(265px,1fr)); gap: 1rem; }
.review-card {
  background: var(--bg-deep); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.5rem;
  transition: transform .2s;
}
.review-card:hover { transform: translateY(-2px); }
.rv-top { display: flex; align-items: center; gap: .4rem; margin-bottom: .625rem; }
.rv-stars { color: var(--gold); font-size: .9rem; letter-spacing: .05em; }
.rv-text { font-size: .8rem; color: var(--muted); line-height: 1.7; font-style: italic; margin-bottom: .875rem; }
.rv-auth { font-size: .75rem; font-weight: 700; }
.rv-meta { font-size: .67rem; color: var(--muted2); margin-top: .15rem; }
.review-cta {
  margin-top: 1.5rem;
  background: linear-gradient(135deg, hsl(220,80%,20%), hsl(220,80%,28%));
  border: 1px solid #4285f4; border-radius: var(--r-lg);
  padding: 1.25rem 1.75rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.review-cta-text strong { font-size: .875rem; display: block; margin-bottom: .2rem; }
.review-cta-text span { font-size: .75rem; color: rgba(255,255,255,.65); }
.btn-leave-review {
  background: #fff; color: #4285f4;
  padding: .65rem 1.375rem; border-radius: var(--r);
  font-size: .8rem; font-weight: 800;
  display: flex; align-items: center; gap: .4rem;
  white-space: nowrap; transition: all .2s;
}
.btn-leave-review:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,.2); }

/* ══════════════════════════════
   FAQ PREMIUM
══════════════════════════════ */
.faq-wrap { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--border2); }
.faq-q {
  width: 100%; background: none; border: none; color: var(--fg);
  font-family: inherit; font-size: .875rem; font-weight: 700;
  text-align: left; padding: 1.1rem 0;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-q:hover { color: var(--primary); }
.faq-icon { color: var(--primary); font-size: 1.125rem; flex-shrink: 0; transition: transform .2s; font-weight: 300; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  display: none; font-size: .82rem; color: var(--muted);
  line-height: 1.78; padding-bottom: 1.1rem;
}
.faq-item.open .faq-a { display: block; }

/* ══════════════════════════════
   ZONE PAGE — LAYOUT
══════════════════════════════ */
.zone-layout {
  display: grid; grid-template-columns: 1fr 300px;
  gap: 3rem; align-items: start;
  padding: 3.5rem 5%; max-width: 1200px; margin: 0 auto;
}
.zone-sidebar { position: sticky; top: 78px; }
.sidebar-cta {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 1.5rem;
  text-align: center; margin-bottom: .75rem;
}
.sidebar-cta h4 { font-size: .875rem; font-weight: 800; margin-bottom: .35rem; }
.sidebar-cta p { font-size: .72rem; color: var(--muted); margin-bottom: 1.1rem; line-height: 1.6; }
.btn-block {
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  width: 100%; padding: .75rem; border-radius: var(--r);
  font-size: .8rem; font-weight: 700;
  margin-bottom: .4rem; transition: all .15s;
}
.btn-block-red { background: var(--primary); color: #fff; }
.btn-block-red:hover { background: var(--primary-d); }
.btn-block-green { background: var(--wa); color: #fff; }
.btn-block-green:hover { background: var(--wa-d); }
.sidebar-trust { font-size: .67rem; color: var(--muted2); margin-top: .875rem; display: flex; flex-direction: column; gap: .2rem; }
.sidebar-trust div { display: flex; align-items: center; gap: .35rem; }

/* ZONE HERO */
.zone-hero {
  padding: 4rem 5% 3rem;
  background: linear-gradient(135deg, hsl(256,100%,17%), hsl(256,100%,26%));
  border-bottom: 1px solid var(--border);
}
.zone-hero-inner { max-width: 750px; }
.zone-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px; padding: .28rem .875rem;
  font-size: .68rem; font-weight: 600; margin-bottom: 1rem;
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--wa); animation: blink 1.4s infinite; }
.zone-h1 {
  font-size: clamp(1.65rem, 3.5vw, 2.6rem);
  font-weight: 900; line-height: 1.12; letter-spacing: -.02em;
}
.zone-h1 em { color: var(--primary); font-style: normal; }
.zone-sub { font-size: .875rem; color: var(--muted); margin-top: .875rem; line-height: 1.75; max-width: 540px; }
.zone-kpis {
  display: flex; gap: 1.125rem; margin-top: 1.75rem; flex-wrap: wrap;
}
.zone-kpi {
  background: rgba(255,255,255,.07); border: 1px solid var(--border);
  border-radius: var(--r); padding: .75rem 1rem; text-align: center; min-width: 80px;
}
.zone-kpi-v { font-size: 1.1rem; font-weight: 900; color: var(--primary); line-height: 1; }
.zone-kpi-l { font-size: .6rem; color: var(--muted); margin-top: .2rem; }
.zone-actions { display: flex; gap: .625rem; margin-top: 1.75rem; flex-wrap: wrap; }

/* BREADCRUMB */
.bc {
  background: var(--bg-dark); border-bottom: 1px solid var(--border2);
  padding: .55rem 5%; font-size: .68rem; color: var(--muted2);
  display: flex; align-items: center; gap: .35rem; flex-wrap: wrap;
}
.bc a { color: var(--muted); transition: color .15s; }
.bc a:hover { color: var(--primary); }

/* PROSE SEO */
.prose { font-size: .875rem; color: var(--muted); line-height: 1.85; }
.prose h2 { font-size: 1.2rem; font-weight: 800; color: var(--fg); margin: 2.25rem 0 .75rem; letter-spacing: -.01em; }
.prose h3 { font-size: .975rem; font-weight: 700; color: var(--fg); margin: 1.75rem 0 .55rem; }
.prose p { margin-bottom: .875rem; }
.prose strong { color: var(--fg); font-weight: 600; }
.prose ul { list-style: none; padding: 0; margin-bottom: .875rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: .3rem; }
.prose ul li { display: flex; align-items: flex-start; gap: .45rem; font-size: .82rem; }
.prose ul li::before { content: '→'; color: var(--primary); flex-shrink: 0; margin-top: .05rem; }
.prose a { color: var(--primary); text-decoration: underline; }

/* ADRESSES */
.addr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: .75rem; margin: 1.25rem 0; }
.addr-card {
  background: var(--bg-deep); border: 1px solid var(--border2);
  border-radius: var(--r); padding: 1rem 1.125rem;
}
.addr-zone { font-size: .67rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .5rem; }
.addr-list { list-style: none; display: flex; flex-direction: column; gap: .22rem; }
.addr-list li { font-size: .76rem; color: var(--muted); display: flex; align-items: flex-start; gap: .35rem; }
.addr-list li::before { content: '📍'; font-size: .62rem; flex-shrink: 0; margin-top: .1rem; }

/* WHY GRID */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(195px,1fr)); gap: .75rem; }
.why-card {
  background: var(--bg-deep); border: 1px solid var(--border2);
  border-radius: var(--r); padding: 1rem;
  display: flex; align-items: flex-start; gap: .75rem;
}
.why-icon { font-size: 1.5rem; flex-shrink: 0; }
.why-title { font-size: .78rem; font-weight: 700; color: var(--fg); margin-bottom: .2rem; }
.why-text { font-size: .72rem; color: var(--muted); }

/* SEO LINKS */
.slinks { display: flex; flex-wrap: wrap; gap: .35rem; }
.slink {
  font-size: .7rem; border: 1px solid var(--border2);
  padding: .22rem .6rem; border-radius: 999px; color: var(--muted2); transition: all .15s;
}
.slink:hover { border-color: var(--primary); color: var(--primary); }

/* CTA BAND */
.cta-band {
  background: linear-gradient(135deg, hsl(256,100%,19%), hsl(256,100%,28%));
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 4.5rem 5%; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, hsl(1,100%,48%,.06), transparent 70%);
  pointer-events: none;
}
.cta-band h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 900; margin-bottom: .625rem; letter-spacing: -.02em; }
.cta-band p { font-size: .875rem; color: var(--muted); margin-bottom: 2rem; max-width: 440px; margin-left: auto; margin-right: auto; line-height: 1.72; }
.cta-btns { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════
   FOOTER PREMIUM
══════════════════════════════ */
footer {
  background: var(--bg-dark);
  border-top: 1px solid var(--border2);
  padding: 4rem 5% 2rem;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem; margin-bottom: 3rem;
}
.footer-logo { font-size: 1.3rem; font-weight: 900; letter-spacing: .05em; margin-bottom: .75rem; }
.footer-logo em { color: var(--primary); font-style: normal; }
.footer-desc { font-size: .78rem; color: var(--muted); max-width: 240px; line-height: 1.75; }
.footer-contact { margin-top: 1.125rem; display: flex; flex-direction: column; gap: .35rem; }
.footer-contact a { font-size: .78rem; color: var(--muted); transition: color .15s; }
.footer-contact a:hover { color: var(--primary); }
.footer-h4 { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted2); margin-bottom: .875rem; }
.footer-ul { list-style: none; display: flex; flex-direction: column; gap: .4rem; }
.footer-ul li a { font-size: .78rem; color: var(--muted); transition: color .15s; }
.footer-ul li a:hover { color: var(--primary); }
.footer-bottom {
  border-top: 1px solid var(--border2); padding-top: 1.375rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .75rem; font-size: .7rem; color: var(--muted2);
}
.footer-badges { display: flex; gap: .4rem; flex-wrap: wrap; }
.f-badge {
  border: 1px solid var(--border2); padding: .2rem .55rem;
  border-radius: 999px; font-size: .65rem; color: var(--muted2);
}

/* ══════════════════════════════
   MOBILE PREMIUM
══════════════════════════════ */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 3rem 5% 2.5rem; }
  .hero-card { display: none; }
  .nav-links { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .zone-layout { grid-template-columns: 1fr; }
  .zone-sidebar { position: static; }
}
@media (max-width: 600px) {
  .urgency-bar { flex-direction: column; gap: .5rem; text-align: center; padding: .625rem 5%; }
  .hero h1 { font-size: 1.75rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn-primary,
  .hero-actions .btn-wa-hero,
  .hero-actions .btn-outline { width: 100%; justify-content: center; }
  .hero-kpis { gap: 1.25rem; }
  .trust-bar { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-left: 5%; }
  .trust-item { flex-shrink: 0; font-size: .7rem; white-space: nowrap; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn-primary,
  .cta-btns .btn-wa-hero { width: 100%; max-width: 320px; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .communes-grid { grid-template-columns: repeat(2, 1fr); }
  .wa-float { width: 56px; height: 56px; font-size: 1.5rem; }
  .zone-actions { flex-direction: column; }
  .zone-actions .btn-primary,
  .zone-actions .btn-wa-hero { width: 100%; justify-content: center; }
  .google-banner { flex-direction: column; align-items: flex-start; }
  .g-btns { margin-left: 0; flex-direction: row; }
  .review-cta { flex-direction: column; }
  .btn-leave-review { width: 100%; justify-content: center; }
  .sec { padding: 3rem 5%; }
  .zone-hero { padding: 2.75rem 4% 2.25rem; }
  .wa-devis { padding: 2rem 1.375rem; }
}
@media (max-width: 380px) {
  .communes-grid { grid-template-columns: 1fr; }
  .hero-kpis { flex-direction: column; gap: 1rem; }
  .zone-kpis { gap: .5rem; }
}
/* Touch targets */
@media (max-width: 768px) {
  .btn-primary, .btn-wa-hero, .btn-outline, .btn-block, .btn-wa-lg, .hc-btn { min-height: 48px; }
  .nav-call, .nav-wa { min-height: 40px; }
}
