/* =====================================================
   VARIABLES & RESET
   ===================================================== */
:root {
  --primary:   #1d4ed8;
  --primary-d: #1e3a8a;
  --accent:    #f97316;
  --accent-d:  #ea580c;
  --dark:      #0f172a;
  --gray:      #64748b;
  --gray-light:#94a3b8;
  --light:     #f8fafc;
  --surface:   #f1f5f9;
  --border:    #e2e8f0;
  --white:     #ffffff;
  --success:   #16a34a;
  --radius:    12px;
  --radius-lg: 20px;
  --container: 1200px;
  --shadow:    0 2px 16px rgba(0,0,0,.06);
  --shadow-md: 0 8px 32px rgba(0,0,0,.10);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.12);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--dark);
  background: var(--white);
}
h1,h2,h3,h4 {
  font-family: 'Outfit', sans-serif;
  line-height: 1.15;
}
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.xbz1r1yko {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* =====================================================
   HEADER
   ===================================================== */
.xbz1b99k2 {
  background: var(--dark);
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.xbz1ou6g7 {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 16px;
}
.xbz1153r2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.3px;
}
.xbz1153r2 span { color: var(--accent); }
.xbz1153r2:hover { text-decoration: none; opacity: .9; }
.xbz1bc07q { display: flex; align-items: center; gap: 12px; }
.xbz113k66 {
  color: rgba(255,255,255,.7);
  font-weight: 500;
  font-size: .88rem;
}
.xbz113k66:hover { text-decoration: none; color: var(--white); }

/* =====================================================
   BUTTONS
   ===================================================== */
.xbz1sdlxo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .9rem;
  cursor: pointer;
  border: none;
  transition: all .2s ease;
  white-space: nowrap;
  letter-spacing: .01em;
}
.xbz1sdlxo:hover { transform: translateY(-1px); text-decoration: none; }
.xbz11ixrg {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(249,115,22,.3);
}
.xbz11ixrg:hover {
  background: var(--accent-d);
  box-shadow: 0 8px 25px rgba(249,115,22,.45);
}
.xbz11fhsu { background: var(--white); color: var(--dark); }
.xbz11fhsu:hover { background: var(--light); box-shadow: 0 4px 15px rgba(0,0,0,.1); }
.xbz111mam { padding: 14px 36px; font-size: 1rem; }

/* =====================================================
   BREADCRUMB
   ===================================================== */
.xbz1f3uyr {
  background: var(--light);
  border-bottom: 1px solid var(--border);
  padding: 10px 24px;
  font-size: .8rem;
}
.xbz1zv32r {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  color: var(--gray);
}
.xbz1zv32r a { color: var(--primary); }
.xbz1zv32r span.xbz11iwcn { margin: 0 2px; opacity: .4; }

/* =====================================================
   HERO
   ===================================================== */
.xbz19n7iv {
  background: linear-gradient(135deg, var(--primary-d) 0%, var(--primary) 55%, #3b82f6 100%);
  color: var(--white);
  padding: 80px 24px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* Grid pattern overlay */
.xbz19n7iv::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
/* Wave bottom */
.xbz19n7iv::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 56px;
  background: var(--white);
  clip-path: ellipse(56% 100% at 50% 100%);
}
.xbz1z0bhz { position: relative; max-width: 780px; margin: 0 auto; z-index: 1; }
.xbz1wdg1f {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.28);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: .77rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
}
.xbz19n7iv h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -.025em;
}
.xbz19n7iv p.xbz11wnb0 {
  font-size: 1.1rem;
  opacity: .85;
  margin-bottom: 36px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
.xbz11nawy { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* =====================================================
   SEARCH BAR (home)
   ===================================================== */
.xbz115ilm { padding: 0 20px 40px; }
.xbz11q7l2 { max-width: 520px; margin: 0 auto; position: relative; }
.xbz11q7l2 input {
  width: 100%;
  padding: 15px 22px;
  font-size: 1rem;
  border: 2px solid var(--border);
  border-radius: 50px;
  box-shadow: var(--shadow-md);
  outline: none;
  font-family: 'Outfit', sans-serif;
  box-sizing: border-box;
  transition: border-color .2s;
}
.xbz11q7l2 input:focus { border-color: var(--primary); }
.xbz1vssa3 {
  text-align: center;
  margin-bottom: 12px;
  color: rgba(255,255,255,.85);
  font-size: .9rem;
}
.xbz11136c {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  z-index: 200;
  overflow: hidden;
}
.xbz11136c a {
  display: block;
  padding: 12px 20px;
  color: var(--dark);
  text-decoration: none;
  font-size: .93rem;
  border-bottom: 1px solid var(--border);
}
.xbz11136c a:last-child { border-bottom: none; }
.xbz11136c a:hover { background: var(--light); color: var(--primary); }
.xbz11136c .xbz11q8fa { padding: 12px 20px; color: var(--gray); font-size: .9rem; }

/* =====================================================
   TRUST BADGES
   ===================================================== */
.xbz1qmlv5 {
  background: var(--white);
  padding: 0 24px 44px;
  position: relative;
  z-index: 2;
}
.xbz11ewon {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.xbz12t2xj {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.xbz12t2xj:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.xbz1h65ou {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}
.xbz1h65ou .xbz1kmdtg { stroke: rgba(255,255,255,.92); }
.xbz115y0w .xbz1kmdtg { display: block; stroke: var(--primary); }
.xbz12t2xj strong { display: block; font-size: .95rem; margin-bottom: 2px; font-weight: 700; }
.xbz12t2xj span { font-size: .82rem; color: var(--gray); }

/* =====================================================
   WIDGET DEVIS
   ===================================================== */
.xbz1vjnnf {
  background: var(--surface);
  padding: 64px 24px;
}
.xbz1aws8b {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.xbz1aws8b h2 { font-size: 1.75rem; margin-bottom: 10px; letter-spacing: -.02em; }
.xbz1aws8b p  { color: var(--gray); margin-bottom: 30px; }
.xbz1kg9zi {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 34px;
  border: 1px solid var(--border);
}

/* =====================================================
   SECTIONS COMMUNES
   ===================================================== */
section { padding: 72px 24px; }
.xbz1z9371 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -.025em;
}
.xbz1z9371::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  margin: 12px auto 0;
}
.xbz14elc2 {
  text-align: center;
  color: var(--gray);
  margin-bottom: 46px;
  font-size: .98rem;
}

/* =====================================================
   SERVICES GRID
   ===================================================== */
.xbz16ihdb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}
.xbz11y78x {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 16px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
  transition: all .22s ease;
  color: var(--dark);
  position: relative;
  overflow: hidden;
}
.xbz11y78x::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--svc-color, var(--primary));
  border-radius: 4px 4px 0 0;
}
.xbz11y78x:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
  border-color: var(--svc-color, var(--primary));
  text-decoration: none;
}
.xbz11y78x .xbz11is4e { font-size: 2.4rem; }
.xbz17werp { width: 44px; height: 44px; display: block; stroke: var(--primary); fill: none; overflow: visible; }
.xbz11y78x strong { font-size: .95rem; font-weight: 700; }
.xbz11y78x span { font-size: .8rem; color: var(--gray); line-height: 1.4; }

/* =====================================================
   WHY US SECTION
   ===================================================== */
.xbz11a4cm { background: var(--surface); }
.xbz11sgoe {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
  position: relative;
  overflow: hidden;
}
.xbz11sgoe::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.xbz11sgoe:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.xbz115y0w {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--primary), #3b82f6);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.xbz115y0w .xbz1kmdtg { stroke: rgba(255,255,255,.92); display: block; }
.xbz11sgoe strong { display: block; margin-bottom: 8px; font-size: 1rem; font-weight: 700; }
.xbz11sgoe p { font-size: .87rem; color: var(--gray); line-height: 1.7; }

/* =====================================================
   HOW IT WORKS
   ===================================================== */
.xbz11y1ew { background: var(--surface); }
.xbz11pas7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.xbz11pas7::before {
  content: '';
  position: absolute;
  top: 25px;
  left: calc(16.66% + 26px);
  right: calc(16.66% + 26px);
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: .22;
}
.xbz11kuq3 { text-align: center; padding: 0 20px 28px; }
.xbz11s6vi {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--primary), #3b82f6);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 auto 20px;
  box-shadow: 0 6px 22px rgba(29,78,216,.28);
  position: relative;
  z-index: 1;
}
.xbz11kuq3 h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.xbz11kuq3 p  { font-size: .87rem; color: var(--gray); }

/* =====================================================
   REVIEWS
   ===================================================== */
.xbz1jcyz8 { background: var(--white); }
.xbz1efr7c {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}
.xbz1nmjfr {
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: box-shadow .2s, transform .2s;
}
.xbz1nmjfr:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.xbz1tzjpz {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.xbz11kas7 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #3b82f6);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.xbz11q5hi { font-weight: 700; font-size: .92rem; }
.xbz1u46le { font-size: .77rem; color: var(--gray-light); }
.xbz110gff { color: #f59e0b; font-size: .95rem; letter-spacing: 1px; }
.xbz111p38 { color: #d1d5db; }
.xbz11l504 { font-size: .88rem; color: #475569; font-style: italic; line-height: 1.65; }
.xbz140l95 {
  text-align: center;
  margin-bottom: 34px;
  font-size: 1rem;
  color: var(--gray);
}
.xbz140l95 strong { color: var(--dark); font-size: 1.15rem; }

/* =====================================================
   FAQ
   ===================================================== */
.xbz11sl07 { background: var(--surface); }
.xbz1gax0k { max-width: 720px; margin: 0 auto; }
details {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 10px;
  background: var(--white);
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
}
details[open] {
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}
summary {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: .95rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  user-select: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--primary);
  transition: transform .25s ease;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  line-height: 1;
}
details[open] summary::after { transform: rotate(45deg); }
.xbz1nsbo0 {
  padding: 14px 22px 20px;
  font-size: .9rem;
  color: var(--gray);
  line-height: 1.75;
  border-top: 1px solid var(--border);
}

/* =====================================================
   INTERNAL LINKS / ZONES
   ===================================================== */
.xbz11qlgm { background: var(--white); }
.xbz17qkj1 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border);
  color: var(--dark);
}
.xbz1fh2co {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
  margin-bottom: 36px;
}
.xbz1fh2co a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  background: var(--light);
  border-radius: 8px;
  font-size: .84rem;
  border: 1px solid var(--border);
  transition: all .15s ease;
  color: var(--dark);
}
.xbz1fh2co a:hover {
  background: #dbeafe;
  border-color: var(--primary);
  text-decoration: none;
  color: var(--primary);
  transform: translateX(3px);
}
.xbz1fh2co a.xbz11411z::before { content: '📍'; font-size: .72rem; }

/* =====================================================
   PRESTATIONS LIST
   ===================================================== */
.xbz1164kb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin: 22px 0;
}
.xbz1mtjn3 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--light);
  border-radius: 8px;
  border: 1px solid var(--border);
  font-size: .88rem;
  transition: border-color .15s, background .15s;
}
.xbz1mtjn3:hover { border-color: var(--primary); background: #eff6ff; }
.xbz1mtjn3::before { content: '✓'; color: var(--success); font-weight: 800; flex-shrink: 0; }

/* =====================================================
   REGIONS / DEPTS GRID
   ===================================================== */
.xbz11e7hn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.xbz11kqvq {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: all .2s ease;
  color: var(--dark);
  position: relative;
  overflow: hidden;
}
.xbz11kqvq::after {
  content: '→';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  opacity: 0;
  transition: all .2s ease;
  color: var(--primary);
  font-size: 1.1rem;
}
.xbz11kqvq:hover {
  transform: translateY(-2px);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
  text-decoration: none;
  padding-right: 38px;
}
.xbz11kqvq:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }
.xbz11kqvq strong { font-size: .95rem; font-weight: 700; }
.xbz11kqvq span { font-size: .8rem; color: var(--gray); }

/* =====================================================
   CTA BAND
   ===================================================== */
.xbz11v6v8 {
  background: linear-gradient(135deg, var(--dark) 0%, #1e293b 50%, var(--primary-d) 100%);
  color: var(--white);
  padding: 84px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.xbz11v6v8::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.xbz11v6v8 > .xbz1r1yko { position: relative; z-index: 1; }
.xbz11v6v8 h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin-bottom: 14px;
  letter-spacing: -.025em;
}
.xbz11v6v8 p { opacity: .75; margin-bottom: 34px; font-size: 1.05rem; }

/* =====================================================
   ANIMATIONS
   ===================================================== */
@keyframes pulse-cta {
  0%, 100% { box-shadow: 0 4px 15px rgba(249,115,22,.35); }
  55%       { box-shadow: 0 6px 32px rgba(249,115,22,.6), 0 0 0 10px rgba(249,115,22,.07); }
}
.xbz11v6v8 .xbz11ixrg,
.xbz19n7iv .xbz11ixrg {
  animation: pulse-cta 2.8s cubic-bezier(0.4,0,0.6,1) infinite;
}
.xbz11v6v8 .xbz11ixrg:hover,
.xbz19n7iv .xbz11ixrg:hover {
  animation: none;
}

/* =====================================================
   MAP SECTION
   ===================================================== */
.xbz11lau3 { background: var(--light); padding: 60px 24px; }
.xbz11h9oz { text-align: center; margin-bottom: 26px; }
.xbz11h9oz h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -.015em;
}
.xbz11h9oz p { color: var(--gray); font-size: .95rem; }
#city-map {
  height: 380px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}

/* =====================================================
   FOOTER
   ===================================================== */
.xbz11i8vq {
  background: var(--dark);
  color: rgba(255,255,255,.65);
  padding: 72px 24px 32px;
}
.xbz11h44o {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.xbz11mxxc .xbz1153r2 { font-size: 1.25rem; margin-bottom: 14px; }
.xbz11mxxc p { font-size: .85rem; line-height: 1.75; }
.xbz18h8pt h4 {
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.xbz18h8pt ul li { margin-bottom: 8px; }
.xbz18h8pt ul li a { color: rgba(255,255,255,.55); font-size: .85rem; transition: color .15s; }
.xbz18h8pt ul li a:hover { color: var(--white); text-decoration: none; }
.xbz1kgg16 {
  max-width: var(--container);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .8rem;
}
.xbz1kgg16 a { color: rgba(255,255,255,.4); }
.xbz1kgg16 a:hover { color: var(--white); text-decoration: none; }

/* =====================================================
   SERVICE DETAIL SECTION
   ===================================================== */
.xbz11vtas { background: var(--white); }
.xbz19mzvi {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}
.xbz11vtas h2 { font-size: 1.45rem; margin-bottom: 14px; letter-spacing: -.015em; }
.xbz11vtas p { color: var(--gray); margin-bottom: 18px; font-size: .95rem; line-height: 1.7; }
.xbz14vv54 {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 26px;
  position: sticky;
  top: 84px;
}
.xbz14vv54 h3 { font-size: 1rem; margin-bottom: 16px; color: var(--primary); font-weight: 700; }
.xbz1xw6j2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: .87rem;
}
.xbz1xw6j2:last-child { border-bottom: none; padding-bottom: 0; }
.xbz1xw6j2 .xbz11pbeu { color: var(--gray); }
.xbz1xw6j2 .xbz11609x { font-weight: 700; }

/* =====================================================
   STATS BAND (homepage)
   ===================================================== */
.xbz1ivbzp {
  background: linear-gradient(135deg, var(--primary-d) 0%, var(--primary) 60%, #3b82f6 100%);
  padding: 36px 24px;
  color: var(--white);
}
.xbz112e50 {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.xbz11kaib {
  padding: 16px 24px;
  border-right: 1px solid rgba(255,255,255,.2);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.xbz11kaib:last-child { border-right: none; }

/* =====================================================
   ARTISANS LOCAUX
   ===================================================== */
.xbz1zcbys { background: var(--surface); }
.xbz11tlsn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.xbz19kz9d {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .2s, box-shadow .2s;
}
.xbz19kz9d:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.xbz11wq1n { display: flex; align-items: center; gap: 14px; }
.xbz1nx4za {
  width: 46px; height: 46px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), #3b82f6);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
}
.xbz1wtkcy { display: block; font-weight: 700; font-size: .95rem; margin-bottom: 2px; }
.xbz11ckg7 { font-size: .78rem; color: var(--primary); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.xbz18snl3 { font-size: .82rem; color: var(--gray); }
.xbz11078z { padding: 8px 18px; font-size: .85rem; margin-top: 4px; align-self: flex-start; }

/* =====================================================
   CITY STATS
   ===================================================== */
.xbz11pik7 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0 0;
  justify-content: center;
}
.xbz1c3ul3 {
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: .82rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

/* =====================================================
   404
   ===================================================== */
.xbz195k8m { text-align: center; padding: 120px 24px; }
.xbz195k8m h1 { font-size: 6rem; color: var(--border); margin-bottom: 10px; font-weight: 800; }
.xbz195k8m h2 { font-size: 1.5rem; margin-bottom: 16px; }
.xbz195k8m p  { color: var(--gray); margin-bottom: 30px; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 900px) {
  .xbz11h44o { grid-template-columns: 1fr 1fr; }
  .xbz19mzvi { grid-template-columns: 1fr; }
  .xbz14vv54 { position: static; }
}
@media (max-width: 640px) {
  .xbz112e50 { grid-template-columns: 1fr; }
  .xbz11kaib { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); padding: 14px 16px; }
  .xbz11kaib:last-child { border-bottom: none; }
  .xbz11ewon { grid-template-columns: 1fr; }
  .xbz11pas7 { grid-template-columns: 1fr; gap: 20px; }
  .xbz11pas7::before { display: none; }
  .xbz11h44o { grid-template-columns: 1fr; gap: 28px; }
  .xbz113k66 { display: none; }
  .xbz19n7iv { padding: 60px 16px 80px; }
  .xbz19n7iv h1 { font-size: 1.8rem; }
  section { padding: 50px 16px; }
  .xbz1kgg16 { flex-direction: column; text-align: center; }
  .xbz1qmlv5 { padding: 24px 16px 36px; }
  #city-map { height: 280px; }
}

/* =====================================================
   VARIANTES DE DESIGN PAR SITE (body classes)
   Injectées par layout.php selon $CONTENT['design']
   ===================================================== */

/* Boutons */
body.xbz18j42e .xbz1sdlxo { border-radius: 999px; }
body.xbz18azho .xbz1sdlxo { border-radius: 4px; }

/* Cartes : flat = bordure fine sans ombre */
body.xbz11lw57 :is(.xbz11y78x, .xbz1nmjfr, .xbz11sgoe, .xbz11kqvq, .xbz12t2xj, .xbz11kuq3) {
  box-shadow: none;
  border: 1px solid var(--border);
}
body.xbz11lw57 :is(.xbz11y78x, .xbz11kqvq):hover {
  box-shadow: none;
  border-color: var(--primary);
}

/* Cartes : bordered = bordure marquée + ombre légère */
body.xbz112o9w :is(.xbz11y78x, .xbz1nmjfr, .xbz11sgoe, .xbz11kqvq, .xbz12t2xj, .xbz11kuq3) {
  border: 2px solid var(--border);
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
body.xbz112o9w :is(.xbz11y78x, .xbz11kqvq):hover {
  border-color: var(--accent);
}

/* Hero aligné à gauche */
body.xbz112w1c .xbz1z0bhz {
  text-align: left;
  margin-left: 0;
  max-width: 720px;
}
body.xbz112w1c .xbz11nawy { justify-content: flex-start; }
body.xbz112w1c .xbz1wdg1f { margin-left: 0; }

/* =====================================================
   VARIANTES DE STRUCTURE PAR SITE (anti-footprint)
   ===================================================== */

/* ── Header : light (fond blanc) ── */
body.xbz11ryve .xbz1b99k2 {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
body.xbz11ryve .xbz1b99k2 .xbz1153r2 { color: var(--dark); }
body.xbz11ryve .xbz113k66 { color: var(--gray); }
body.xbz11ryve .xbz113k66:hover { color: var(--dark); }

/* ── Header : primary (fond couleur du site) ── */
body.xbz11l1u3 .xbz1b99k2 { background: var(--primary-d); }

/* ── Services : liste horizontale (icône à gauche) ── */
body.xbz113cjg .xbz16ihdb {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 12px;
}
body.xbz113cjg .xbz11y78x {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 2px;
  text-align: left;
  align-items: start;
  padding: 18px 20px;
}
body.xbz113cjg .xbz11y78x::before {
  width: 4px;
  height: auto;
  top: 0; bottom: 0; right: auto; left: 0;
  border-radius: 4px 0 0 4px;
}
body.xbz113cjg .xbz11y78x .xbz11is4e {
  grid-row: 1 / 3;
  align-self: center;
  font-size: 1.9rem;
}
body.xbz113cjg .xbz11y78x .xbz17werp { width: 36px; height: 36px; }

/* ── Avis : carrousel horizontal ── */
body.xbz11avrs .xbz1efr7c {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding-bottom: 14px;
  -webkit-overflow-scrolling: touch;
}
body.xbz11avrs .xbz1nmjfr {
  flex: 0 0 auto;
  width: min(320px, 82vw);
  scroll-snap-align: start;
}

/* ── Étapes : cartes indépendantes (sans ligne) ── */
body.xbz1szu40 .xbz11pas7 { gap: 16px; }
body.xbz1szu40 .xbz11pas7::before { display: none; }
body.xbz1szu40 .xbz11kuq3 {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px 20px;
}

/* ── Étapes : timeline verticale ── */
body.xbz1de2fr .xbz11pas7 {
  grid-template-columns: 1fr;
  max-width: 560px;
  gap: 0;
}
body.xbz1de2fr .xbz11pas7::before {
  top: 26px; bottom: 40px;
  left: 25px; right: auto;
  width: 2px; height: auto;
  background: linear-gradient(180deg, var(--primary), var(--accent));
}
body.xbz1de2fr .xbz11kuq3 {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 18px;
  text-align: left;
  padding: 0 0 30px;
}
body.xbz1de2fr .xbz11s6vi { grid-row: 1 / 3; margin: 0; }
body.xbz1de2fr .xbz11kuq3 h3 { align-self: center; }

/* ── Footer : centré ── */
body.xbz117t46 .xbz11h44o {
  grid-template-columns: 1fr;
  text-align: center;
  gap: 30px;
}
body.xbz117t46 .xbz18h8pt ul li { display: inline-block; margin: 0 12px 8px 0; }
body.xbz117t46 .xbz11mxxc p { max-width: 560px; margin: 0 auto; }

/* =====================================================
   NIVEAU 1 — AMBIANCES DE FOND
   (redéfinissent les variables : tout le site suit)
   ===================================================== */
body.xbz11iljj {
  --white:   #fdfbf7;
  --light:   #f8f3ea;
  --surface: #f3ecdd;
  --border:  #e9dfcd;
  background: var(--white);
}
body.xbz112kik {
  --white:   #fafbfc;
  --light:   #f1f4f7;
  --surface: #e9edf2;
  --border:  #dbe1e8;
  background: var(--white);
}
body.xbz11ugst {
  --light:   color-mix(in srgb, var(--primary) 4%, #ffffff);
  --surface: color-mix(in srgb, var(--primary) 7%, #ffffff);
  --border:  color-mix(in srgb, var(--primary) 14%, #e2e8f0);
}

/* =====================================================
   NIVEAU 1 — ÉCHELLES TYPOGRAPHIQUES
   ===================================================== */
body.xbz11lc43 { font-size: 17px; }
body.xbz11lc43 .xbz19n7iv h1        { font-size: clamp(2.3rem, 5.2vw, 3.7rem); }
body.xbz11lc43 .xbz1z9371  { font-size: clamp(1.7rem, 3.4vw, 2.35rem); }
body.xbz11lc43 .xbz11v6v8 h2    { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
body.xbz116y6v { font-size: 15.5px; }
body.xbz116y6v .xbz19n7iv h1       { font-size: clamp(1.75rem, 3.8vw, 2.6rem); }
body.xbz116y6v .xbz1z9371 { font-size: clamp(1.35rem, 2.6vw, 1.7rem); }
body.xbz116y6v .xbz11v6v8 h2   { font-size: clamp(1.5rem, 2.6vw, 1.95rem); }

/* =====================================================
   NIVEAU 1 — STYLES DE TITRES DE SECTIONS
   ===================================================== */
body.xbz118pgu .xbz1z9371::after { display: none; }
body.xbz118pgu .xbz1z9371 { margin-bottom: 14px; }
body.xbz1yresj .xbz1z9371 {
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
}
body.xbz1yresj .xbz1z9371::after { width: 56px; height: 2px; }
body.xbz12o9o0 .xbz1z9371,
body.xbz12o9o0 .xbz14elc2 { text-align: left; }
body.xbz12o9o0 .xbz1z9371::after { margin-left: 0; }
body.xbz12o9o0 .xbz140l95 { text-align: left; }

/* =====================================================
   NIVEAU 1 — DENSITÉ VERTICALE
   ===================================================== */
body.xbz1s69iw section { padding: 98px 24px; }
body.xbz1s69iw .xbz14elc2 { margin-bottom: 58px; }
body.xbz1s69iw .xbz1vjnnf { padding: 84px 24px; }
body.xbz11jeeo section { padding: 52px 24px; }
body.xbz11jeeo .xbz14elc2 { margin-bottom: 32px; }
body.xbz11jeeo .xbz1vjnnf { padding: 48px 24px; }
body.xbz11jeeo .xbz19n7iv { padding: 58px 24px 70px; }
@media (max-width: 640px) {
  body.xbz1s69iw section { padding: 64px 16px; }
  body.xbz11jeeo section { padding: 40px 16px; }
}

/* =====================================================
   NIVEAU 1 — SÉPARATEUR BAS DE HERO
   ===================================================== */
body.xbz1r858x .xbz19n7iv::after {
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  height: 64px;
}
body.xbz11x796 .xbz19n7iv::after { display: none; }
body.xbz11x796 .xbz19n7iv { padding-bottom: 72px; }

/* =====================================================
   NIVEAU 2 — STRUCTURES DE HERO
   ===================================================== */
/* split : texte à gauche, panneau décoratif à droite */
body.xbz1ay7rw .xbz19n7iv { text-align: left; }
body.xbz1ay7rw .xbz1z0bhz {
  max-width: var(--container);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  column-gap: 56px;
  align-items: center;
}
body.xbz1ay7rw .xbz1z0bhz > * { grid-column: 1; }
body.xbz1ay7rw .xbz1z0bhz::after {
  content: '';
  grid-column: 2;
  grid-row: 1 / span 8;
  align-self: stretch;
  min-height: 300px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.16) 0 22%, transparent 23%),
    radial-gradient(circle at 75% 70%, rgba(255,255,255,.1) 0 30%, transparent 31%),
    linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(2px);
}
body.xbz1ay7rw .xbz11wnb0 { margin-left: 0; }
body.xbz1ay7rw .xbz11nawy { justify-content: flex-start; }
body.xbz1ay7rw .xbz11pik7 { justify-content: flex-start; }
@media (max-width: 900px) {
  body.xbz1ay7rw .xbz1z0bhz { grid-template-columns: 1fr; }
  body.xbz1ay7rw .xbz1z0bhz::after { display: none; }
}

/* boxed : carte colorée posée sur fond clair */
body.xbz11nvmj .xbz19n7iv { background: var(--surface); padding: 56px 24px; }
body.xbz11nvmj .xbz19n7iv::before, body.xbz11nvmj .xbz19n7iv::after { display: none; }
body.xbz11nvmj .xbz1z0bhz {
  background-image: linear-gradient(135deg, var(--primary-d), var(--primary));
  max-width: 920px;
  padding: 60px 48px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
@media (max-width: 640px) { body.xbz11nvmj .xbz1z0bhz { padding: 40px 22px; } }

/* band : bandeau compact aligné à gauche (sobre) */
body.xbz11xdv6 .xbz19n7iv { padding: 46px 24px 54px; text-align: left; }
body.xbz11xdv6 .xbz19n7iv::after { display: none; }
body.xbz11xdv6 .xbz1z0bhz { max-width: var(--container); margin: 0 auto; }
body.xbz11xdv6 .xbz19n7iv h1 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); margin-bottom: 12px; }
body.xbz11xdv6 .xbz1wdg1f { display: none; }
body.xbz11xdv6 .xbz11wnb0 { margin-left: 0; margin-bottom: 22px; }
body.xbz11xdv6 .xbz11nawy { justify-content: flex-start; }
body.xbz11xdv6 .xbz11pik7 { justify-content: flex-start; margin-top: 22px; }

/* =====================================================
   NIVEAU 2 — STRUCTURES DE HEADER
   ===================================================== */
body.xbz11aevt .xbz1ou6g7 {
  flex-direction: column;
  height: auto;
  padding: 14px 0 14px;
  gap: 10px;
}
.xbz1n4uii {
  background: var(--primary-d);
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  padding: 7px 24px;
}
.xbz1otzfb {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
body.xbz11l1u3 .xbz1n4uii { background: var(--dark); }

/* =====================================================
   NIVEAU 2 — FAQ EN 2 COLONNES
   ===================================================== */
body.xbz15z85c .xbz1gax0k { max-width: 1020px; columns: 2; column-gap: 18px; }
body.xbz15z85c details { break-inside: avoid; }
@media (max-width: 760px) { body.xbz15z85c .xbz1gax0k { columns: 1; } }

/* =====================================================
   NIVEAU 2 — STYLES DU BANDEAU CTA
   ===================================================== */
body.xbz11cgk3 .xbz11v6v8 { background: var(--surface); padding: 72px 24px; }
body.xbz11cgk3 .xbz11v6v8::before { display: none; }
body.xbz11cgk3 .xbz11v6v8 > .xbz1r1yko {
  background: linear-gradient(135deg, var(--dark) 0%, var(--primary-d) 100%);
  color: var(--white);
  max-width: 920px;
  padding: 56px 36px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
body.xbz11pd2q .xbz11v6v8 { padding: 46px 24px; }
body.xbz11pd2q .xbz11v6v8 h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); margin-bottom: 8px; }
body.xbz11pd2q .xbz11v6v8 p { margin-bottom: 20px; font-size: .95rem; }

/* =====================================================
   GUIDES & ARTICLES
   ===================================================== */
.xbz111kfj { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; padding: 56px 0; }
.xbz1qaj68 {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 26px;
  box-shadow: var(--shadow); color: var(--dark);
  transition: transform .15s ease, box-shadow .15s ease;
}
.xbz1qaj68:hover { text-decoration: none; transform: translateY(-3px); box-shadow: var(--shadow-md); }
.xbz1qaj68 h2 { font-size: 1.15rem; line-height: 1.3; }
.xbz1qaj68 p { color: var(--gray); font-size: .92rem; flex: 1; }
.xbz1sp5jx { color: var(--gray-light); font-size: .8rem; }
.xbz11ojt7 { color: var(--primary); font-weight: 600; font-size: .9rem; }

.xbz1m2cmh { max-width: 760px; margin: 0 auto; padding: 48px 20px 8px; }
.xbz1m2cmh h2 { margin: 32px 0 12px; font-size: 1.45rem; }
.xbz1m2cmh p { margin-bottom: 14px; }

/* =====================================================
   ESTIMATEUR DE PRIX
   ===================================================== */
.xbz117wxc {
  background: var(--light); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 22px;
  margin: 0 auto 22px; max-width: 640px; text-align: left;
}
.xbz1x4b4o h3 { font-size: 1.1rem; margin-bottom: 4px; }
.xbz1x4b4o p { color: var(--gray); font-size: .9rem; }
.xbz144ibr { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 14px 0 16px; }
.xbz1a93cx { display: flex; flex-direction: column; gap: 6px; font-size: .88rem; font-weight: 600; }
.xbz1a93cx select {
  padding: 10px 12px; border: 1px solid var(--border);
  border-radius: var(--radius); background: var(--white);
  font: inherit; font-weight: 400;
}
.xbz1100ui { margin-top: 16px; padding: 16px; background: var(--white); border: 1px dashed var(--primary); border-radius: var(--radius); text-align: center; }
.xbz1a11ha { display: block; font-size: 1.6rem; color: var(--primary); margin: 6px 0; }
.xbz113bc9 { color: var(--gray); font-size: .85rem; }

/* Lien Guides dans le header (s'adapte aux styles hd-*) */
.xbz11grzs { color: rgba(255,255,255,.78); font-weight: 600; font-size: .95rem; }
.xbz11grzs:hover { color: var(--white); text-decoration: none; }
body.xbz11ryve .xbz11grzs { color: var(--gray); }
body.xbz11ryve .xbz11grzs:hover { color: var(--dark); }

/* Section guides sur la home */
.xbz1qvs9m { background: var(--light); }
.xbz1qvs9m .xbz111kfj { padding: 28px 0 8px; }
.xbz1qaj68 h3 { font-size: 1.15rem; line-height: 1.3; }
.xbz11a8yi { text-align: center; padding-bottom: 8px; }
.xbz11a8yi a { font-weight: 600; }

/* Corps d'article : H3, listes */
.xbz1m2cmh h3 { margin: 22px 0 8px; font-size: 1.15rem; }
.xbz1m2cmh ul { margin: 0 0 16px 24px; }
.xbz1m2cmh li { margin-bottom: 6px; }
.xbz1m2cmh a { font-weight: 600; }
