
:root {
  --primary: #f59e0b;
  --primary-dark: #d97706;
  --primary-light: #fef3c7;
  --grad-start: #f59e0b;
  --grad-end: #eab308;
  --hero-overlay: rgba(100,65,0,0.72);
  --text: #1e293b;
  --text-light: #64748b;
  --text-lighter: #94a3b8;
  --bg: #ffffff;
  --bg-alt: var(--primary-light);
  --bg-card: #ffffff;
  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-xs: 4px;
  --shadow: 0 2px 8px rgba(0,0,0,0.1);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.12);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.15);
  --shadow-xl: 0 20px 40px rgba(0,0,0,0.1), 0 8px 16px rgba(0,0,0,0.06);
  --btn-radius: 12px;
  --footer-bg: var(--primary-dark);
  --footer-text: rgba(255,255,255,0.7);
  --nav-height: 72px;
}

/* ── Global animation utilities ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-slow {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}
.animate-fade-in { animation: fadeInUp .6s ease-out; }
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #4ade80;
  display: inline-block; animation: pulse-slow 2s infinite;
}

/* PAS de reset global * — on laisse Tailwind gérer via classes */
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', -apple-system, sans-serif;
  color: var(--text); background: var(--bg); line-height: 1.65;
  -webkit-font-smoothing: antialiased; margin: 0; padding: 0;
}
/* Liens : on exclut le widget viteundevis */
a:not(#v33e1f35bc3d a) { color: var(--primary); text-decoration: none; transition: color .2s; }
a:not(#v33e1f35bc3d a):hover { color: var(--primary-dark); }
.site-img { max-width: 100%; height: auto; }

/* ── Isolation widget viteundevis ── */
#v33e1f35bc3d {
  all: initial !important;
  display: block !important;
  width: 100% !important;
  font-family: 'Roboto', Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  box-sizing: border-box !important;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ── HEADER / NAVBAR — stylé par preset ── */
.site-header {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  backdrop-filter: none;
  padding: 0;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  border-bottom: none;
  border-radius: 0;
  margin: 0;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  height: var(--nav-height);
}
.logo {
  display: flex; align-items: center; gap: .6rem;
  color: #fff !important; font-family: 'Bebas Neue', sans-serif; font-weight: 800; font-size: 1.2rem;
  letter-spacing: 0.01em; text-transform: uppercase;
}
.logo:hover { color: #fff !important; text-decoration: none; }
.logo strong { color: #fff !important; }
.logo .logo-accent { color: rgba(255,255,255,0.5) !important; font-weight: 400; }
.logo .logo-icon {
  width: 38px; height: 38px; background: #fff;
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; color: var(--primary-dark);
}
.logo .logo-accent { color: rgba(255,255,255,0.5); font-weight: 400; }
.nav-links {
  display: flex; align-items: center; gap: 1.5rem;
  list-style: none;
}
.nav-links a {
  color: rgba(255,255,255,0.8); font-size: .875rem; font-weight: 500;
  transition: all .2s; border-bottom: 3px solid #fff; padding-bottom: .2rem;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.12); padding: .3rem .75rem; border-radius: 8px; text-decoration: none; }
.nav-cta {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #fff; color: var(--primary-dark) !important;
  padding: .5rem 1.25rem; border-radius: 12px; font-size: .875rem;
  font-weight: 700; transition: all .2s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); text-decoration: none; color: var(--primary-dark) !important; }
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-cta { font-size: .8rem; padding: .45rem 1rem; }
}

/* ── HERO with integrated form ── */
.hero {
  position: relative; min-height: 480px;
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
  color: #fff; overflow: hidden;
  display: flex; align-items: center;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: var(--hero-overlay);
}
.hero .container {
  position: relative; z-index: 2; width: 100%;
  padding-top: 3rem; padding-bottom: 3rem;
}
.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2.5rem; align-items: start;
}
.hero-content h1 {
  font-size: 3rem; font-weight: 900; letter-spacing: -0.03em;
  margin-bottom: 1rem; line-height: 1.05;
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.hero-content p {
  font-size: 1.1rem; opacity: .92; max-width: 520px; line-height: 1.65;
  margin-bottom: 1.5rem;
}
.hero-stats {
  display: flex; gap: 2.5rem; margin-top: 1.5rem;
}
.hero-stat { text-align: center; }
.hero-stat-number { font-size: 2.25rem; font-weight: 800; text-shadow: 0 2px 10px rgba(0,0,0,0.15); }
.hero-stat-label { font-size: .75rem; opacity: .8; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.hero-form-container {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-xl);
  position: relative; overflow: visible; min-width: 0;
}
.hero-form-container::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
  border-radius: var(--radius) var(--radius) 0 0;
}
.hero-form-title {
  padding: 1.25rem 1.25rem 0; font-size: 1.1rem; font-weight: 700;
  color: var(--text); margin: 0;
}
.hero-form-container .form-subtitle {
  padding: 0 1.25rem; font-size: .85rem; color: var(--text-light);
  margin: .25rem 0 0;
}
.hero-form-badge {
  position: absolute; top: -12px; right: 20px;
  background: #ef4444; color: #fff; font-size: .7rem; font-weight: 700;
  padding: .3rem .75rem; border-radius: 999px; text-transform: uppercase;
  letter-spacing: .05em;
}

/* ── Hero mini-cards (avantages) ── */
.hero-cards {
  display: flex; gap: .75rem; margin-top: 1.5rem; flex-wrap: wrap;
}
.hero-card {
  background: rgba(255,255,255,0.12); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-sm); padding: .6rem .9rem;
  display: flex; align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 600; color: #fff;
  transition: background .2s;
}
.hero-card:hover { background: rgba(255,255,255,0.2); }
.hero-card-icon {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; flex-shrink: 0;
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-form-container { max-width: 520px; }
  .hero-content h1 { font-size: 2rem; }
  .hero-stats { gap: 1.5rem; }
  .hero { min-height: auto; }
  .hero-cards { justify-content: center; }
}
@media (max-width: 640px) {
  .hero .container { padding-top: 2rem; padding-bottom: 2rem; }
  .hero-content h1 { font-size: 1.6rem; }
  .hero-stats { flex-wrap: wrap; gap: 1rem; }
}

/* ── Breadcrumb ── */
.breadcrumb-bar { background: var(--bg-alt); border-bottom: 1px solid var(--border); padding: .75rem 0; }
.breadcrumb {
  font-size: .85rem; color: var(--text-light);
  display: flex; align-items: center; flex-wrap: wrap; gap: .3rem;
  list-style: none;
}
.breadcrumb a { color: var(--primary); font-weight: 500; }
.breadcrumb svg { width: 14px; height: 14px; color: #cbd5e1; flex-shrink: 0; }

/* ── Main layout with sidebar ── */
.main-grid {
  display: grid; grid-template-columns: 1fr 340px;
  gap: 2.5rem; padding-top: 2rem; padding-bottom: 3rem;
}
.main-content { min-width: 0; }
.sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.5rem;
  box-shadow: var(--shadow);
}
.sidebar-card h4 {
  font-size: .95rem; font-weight: 700; margin-bottom: 1rem;
  padding-bottom: .75rem; border-bottom: 2px solid var(--primary-light);
  color: var(--text);
}
.sidebar-list { list-style: none; }
.sidebar-list li {
  padding: .5rem 0; border-bottom: 1px solid var(--border-light);
  font-size: .875rem;
}
.sidebar-list li:last-child { border-bottom: none; }
.sidebar-list a { display: flex; justify-content: space-between; align-items: center; color: var(--text); }
.sidebar-list a:hover { color: var(--primary); }
.sidebar-list .count { color: var(--text-lighter); font-size: .8rem; }
@media (max-width: 900px) {
  .main-grid { grid-template-columns: 1fr; }
  .sidebar { order: 2; }
}

/* ── Section ── */
section { margin-bottom: 2.5rem; }
section > h3, .section-title {
  font-size: 1.35rem; font-weight: 700; margin-bottom: 1.25rem;
  letter-spacing: -0.02em; color: var(--text);
  display: flex; align-items: center; gap: .5rem;
}
.section-title .count-badge {
  background: var(--primary-light); color: var(--primary);
  font-size: .75rem; font-weight: 700; padding: .2rem .6rem;
  border-radius: 999px;
}
.seo-text {
  color: var(--text-light); font-size: .95rem; line-height: 1.8;
  margin-bottom: 2rem; max-width: 800px;
}
.gradient-text {
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Region / Dept cards ── */
.card-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.5rem;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden;
  cursor: pointer;
}
.card-cta {
  margin-top: .75rem; color: var(--primary); font-size: .85rem; font-weight: 600;
  opacity: 0; transform: translateY(4px);
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover .card-cta { opacity: 1; transform: translateY(0); }
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
  transform: scaleX(0); transform-origin: left; transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover {
  transform: translateY(-6px) scale(1.02); box-shadow: var(--shadow-lg); border-color: var(--primary);
}
.card:hover::before { transform: scaleX(1); }
.card h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: .4rem; }
.card h4 a { color: var(--text); }
.card h4 a:hover { color: var(--primary); }
.card .meta { font-size: .8rem; color: var(--text-light); margin-bottom: .5rem; }
.card .badge {
  display: inline-block; font-size: .7rem; padding: .25rem .7rem;
  border-radius: 999px; background: var(--primary-light); color: var(--primary);
  font-weight: 700;
}

/* ── Business listing cards (ville page) ── */
.biz-list { display: flex; flex-direction: column; gap: 1rem; }
.biz-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.25rem 1.5rem;
  display: flex; gap: 1.25rem; align-items: flex-start;
  transition: all .25s ease;
}
.biz-card:hover {
  box-shadow: var(--shadow-lg); border-color: var(--primary);
  transform: translateY(-3px);
}
.biz-card { transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); }
.biz-avatar {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem; color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.biz-info { flex: 1; min-width: 0; }
.biz-name {
  font-size: 1rem; font-weight: 700; margin-bottom: .15rem;
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
}
.biz-name a { color: var(--text); }
.biz-name a:hover { color: var(--primary); }
.biz-detail { font-size: .825rem; color: var(--text-light); margin-bottom: .35rem; }
.biz-tags { display: flex; gap: .4rem; flex-wrap: wrap; margin-top: .4rem; }
.biz-tag {
  font-size: .7rem; padding: .2rem .55rem; border-radius: 999px;
  background: var(--bg-alt); border: 1px solid var(--border);
  color: var(--text-light); font-weight: 500;
}
.biz-badge-verified {
  display: inline-flex; align-items: center; gap: .25rem;
  font-size: .65rem; padding: .15rem .5rem; border-radius: 999px;
  background: #dcfce7; color: #16a34a; font-weight: 700;
  text-transform: uppercase; letter-spacing: .03em;
}
.biz-badge-verified svg { width: 12px; height: 12px; }

/* ── Rating ── */
.rating { display: flex; align-items: center; gap: .35rem; margin-top: .25rem; }
.stars { display: inline-flex; gap: 1px; }
.star { font-size: .9rem; }
.star.full { color: #f59e0b; }
.star.half { color: #f59e0b; opacity: .6; }
.star.empty { color: #e2e8f0; }
.rating-text { font-size: .75rem; color: var(--text-lighter); font-weight: 500; }

/* ── Fiche entreprise ── */
.fiche-header {
  display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 2rem;
  padding: 1.5rem; border-radius: var(--radius);
  background: linear-gradient(135deg, var(--primary-light), var(--bg-alt));
  border: 1px solid var(--border);
}
.fiche-avatar {
  flex-shrink: 0; width: 80px; height: 80px; border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.6rem; color: #fff;
  box-shadow: var(--shadow-md);
}
.fiche-title h2 {
  font-size: 1.75rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: .35rem;
}
.fiche-title .subtitle { color: var(--text-light); font-size: 1rem; }
.fiche-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem; margin-bottom: 2rem;
}
.fiche-item {
  padding: 1.25rem; background: var(--bg-card); border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: all .3s cubic-bezier(0.4,0,0.2,1);
  position: relative; overflow: hidden;
}
.fiche-item::before {
  content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--grad-start), var(--grad-end));
  border-radius: var(--radius) 0 0 var(--radius);
}
.fiche-item:hover {
  box-shadow: var(--shadow-md); border-color: var(--primary-light);
  transform: translateY(-2px);
}
.fiche-item .label {
  font-size: .7rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--primary); margin-bottom: .35rem; font-weight: 700;
  display: flex; align-items: center; gap: .3rem;
}
.fiche-item .value {
  font-weight: 600; font-size: .95rem; color: var(--text);
  word-break: break-word;
}
.map-container {
  border-radius: var(--radius); overflow: hidden; margin-bottom: 2rem;
  border: 1px solid var(--border);
}
.map-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--primary); color: #fff; padding: .7rem 1.5rem;
  border-radius: var(--radius-sm); font-size: .875rem; font-weight: 600;
  transition: all .15s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.map-btn:hover { opacity: .9; text-decoration: none; color: #fff; transform: translateY(-1px); }

/* ── CTA / Devis ── */
.cta-section {
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
  border-radius: var(--radius); padding: 3rem; color: #fff;
  text-align: center; margin: 2.5rem 0;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; top: -50%; right: -20%;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.cta-section h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: .5rem; position: relative; }
.cta-section p { opacity: .9; margin-bottom: 1.5rem; font-size: 1.05rem; position: relative; }
.cta-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--primary-dark);
  padding: .9rem 2.25rem; border-radius: 999px; font-weight: 700; font-size: 1rem;
  transition: all .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  position: relative;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); text-decoration: none; color: var(--primary-dark); }

/* ── Bouton flottant CTA (toujours visible, mobile-friendly) ── */
.floating-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
  padding: .75rem 1.5rem;
  display: flex; align-items: center; justify-content: center; gap: .75rem;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
}
.floating-cta a {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--primary-dark);
  padding: .7rem 2rem; border-radius: var(--btn-radius); font-weight: 700; font-size: .95rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: all .2s; text-decoration: none;
}
.floating-cta a:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); color: var(--primary-dark); }
.floating-cta-text {
  color: #fff; font-size: .85rem; font-weight: 600; opacity: .95;
}
@media (max-width: 640px) {
  .floating-cta { padding: .6rem 1rem; }
  .floating-cta a { padding: .6rem 1.5rem; font-size: .85rem; }
  .floating-cta-text { display: none; }
}

/* ── CTA bandeaux dans le contenu ── */
.cta-inline {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
  border-radius: var(--radius); padding: 1.25rem 2rem;
  margin: 2rem 0; color: #fff;
  position: relative; overflow: hidden;
}
.cta-inline::before {
  content: ''; position: absolute; top: -50%; right: -20%;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.cta-inline-text { font-weight: 700; font-size: .95rem; position: relative; color: #fff !important; }
.cta-inline a {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #fff; color: var(--primary-dark);
  padding: .6rem 1.5rem; border-radius: var(--btn-radius); font-weight: 700;
  font-size: .85rem; box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all .2s; text-decoration: none; position: relative; flex-shrink: 0;
}
.cta-inline a:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.2); color: var(--primary-dark); }
@media (max-width: 640px) {
  .cta-inline { flex-direction: column; padding: 1rem; text-align: center; }
}
.devis-form {
  margin: 1.5rem 0; background: var(--bg-alt); border-radius: var(--radius);
  padding: 1.75rem; border: 2px solid var(--primary-light);
}
.devis-form h4 {
  font-size: 1.05rem; font-weight: 700; margin-bottom: 1rem;
  color: var(--primary-dark);
}

/* ── Maillage ── */
.related { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.related h4 { font-size: 1rem; font-weight: 600; color: var(--text-light); margin-bottom: 1rem; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag {
  display: inline-block; padding: .4rem .9rem; background: var(--bg-alt);
  border: 1px solid var(--border); border-radius: 999px; font-size: .8rem;
  color: var(--text); transition: all .2s; font-weight: 500;
}
.tag:hover { background: var(--primary-light); border-color: var(--primary); color: var(--primary); text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow); }
.internal-links { margin: 2rem 0; padding: 1.5rem; background: var(--bg-alt); border-radius: var(--radius); border: 1px solid var(--border-light); }
.internal-links h4 { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 1rem; }
.internal-links-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .5rem; }
.internal-links-grid a {
  display: flex; align-items: center; gap: .4rem; padding: .5rem .75rem;
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-xs);
  font-size: .825rem; color: var(--text); transition: all .2s; font-weight: 500;
}
.internal-links-grid a:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); text-decoration: none; }
.internal-links-grid a .link-count { margin-left: auto; font-size: .7rem; color: var(--text-lighter); }

/* ── Avantages / Process ── */
.avantages-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem; margin: 2rem 0;
}
.avantage-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.5rem; text-align: center; transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.avantage-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.avantage-icon {
  width: 56px; height: 56px; margin: 0 auto .75rem;
  background: var(--primary-light); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.avantage-card h5 { font-size: .95rem; font-weight: 700; margin-bottom: .3rem; color: var(--text); }
.avantage-card p { font-size: .825rem; color: var(--text-light); line-height: 1.6; }

.process-steps {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem; margin: 2rem 0; counter-reset: step;
}
.process-step {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.5rem 1.25rem; position: relative; text-align: center;
  counter-increment: step;
}
.process-step::before {
  content: counter(step); position: absolute; top: -14px; left: 50%;
  transform: translateX(-50%); width: 28px; height: 28px;
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
  color: #fff; border-radius: 50%; font-size: .8rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.process-step h5 { font-size: .9rem; font-weight: 700; margin: .5rem 0 .25rem; color: var(--text); }
.process-step p { font-size: .8rem; color: var(--text-light); line-height: 1.5; }

/* ── Testimonials ── */
.testimonials { margin: 2.5rem 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }
.testimonial-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.5rem; position: relative;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
}
.testimonial-card::before {
  content: '“'; position: absolute; top: .5rem; left: 1rem;
  font-size: 3rem; color: var(--primary-light); font-family: Georgia, serif; line-height: 1;
}
.testimonial-text { font-size: .875rem; color: var(--text-light); line-height: 1.7; margin-bottom: 1rem; padding-top: .5rem; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .8rem; color: #fff;
}
.testimonial-name { font-size: .825rem; font-weight: 600; color: var(--text); }
.testimonial-location { font-size: .75rem; color: var(--text-lighter); }

/* ── Stats bar ── */
.stats-bar {
  background: #fff; border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.stats-bar-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
}
.stats-bar-item {
  text-align: center; background: var(--bg-alt); border-radius: var(--radius);
  padding: 1.25rem; position: relative; overflow: hidden;
}
.stats-bar-item::before {
  content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%;
  background: radial-gradient(circle, var(--primary-light) 0%, transparent 70%);
  opacity: 0.3;
}
.stats-bar-number { font-size: 1.75rem; font-weight: 800; color: var(--primary); position: relative; }
.stats-bar-label { font-size: .8rem; color: var(--text-light); font-weight: 500; margin-top: .2rem; position: relative; }
@media (max-width: 640px) { .stats-bar-inner { grid-template-columns: repeat(2, 1fr); } }

/* ── Guide section ── */
.guide-section {
  margin: 2.5rem 0; padding: 2rem;
  background: var(--bg-card); border: 2px solid var(--primary-light);
  border-radius: var(--radius);
}
.guide-section h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; color: var(--primary-dark); }
.guide-section p { font-size: .9rem; color: var(--text-light); line-height: 1.8; margin-bottom: .75rem; }
.guide-section p:last-child { margin-bottom: 0; }

/* ── OSM Map ── */
.osm-map {
  border-radius: var(--radius); overflow: hidden; margin: 1.5rem 0;
  border: 1px solid var(--border); box-shadow: var(--shadow);
}
.osm-map iframe {
  width: 100%; height: 320px; border: none; display: block;
}
.osm-map-label {
  background: var(--bg-alt); padding: .6rem 1rem; font-size: .8rem;
  color: var(--text-light); display: flex; align-items: center; gap: .4rem;
}

/* ── FAQ ── */
.faq-section { margin: 2.5rem 0; }
.faq-section h3 { margin-bottom: 1.25rem; }
.faq-item {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-sm); margin-bottom: .75rem;
  overflow: hidden; transition: box-shadow .2s;
}
.faq-item:hover { box-shadow: var(--shadow-md); }
.faq-question {
  padding: 1rem 1.25rem; font-weight: 600; font-size: .95rem;
  color: var(--text); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  list-style: none;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after { content: '+'; font-size: 1.2rem; color: var(--primary); font-weight: 700; transition: transform .2s; }
details[open] .faq-question::after { content: '−'; }
.faq-answer {
  padding: 0 1.25rem 1rem; font-size: .9rem; color: var(--text-light);
  line-height: 1.7;
}

/* ── FAQ details/summary enhancements ── */
.faq-section details {
  background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; margin-bottom: .75rem;
  transition: all .2s;
}
.faq-section details:hover { border-color: var(--primary-light); }
.faq-section details[open] { border-color: var(--primary); box-shadow: var(--shadow); }
.faq-section summary {
  padding: 1.1rem 1.25rem; cursor: pointer; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center;
  list-style: none;
}
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary .chevron {
  transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: .8rem; color: var(--text-lighter);
}
.faq-section details[open] summary .chevron { transform: rotate(180deg); }
.faq-section details > div {
  padding: 0 1.25rem 1.1rem; color: var(--text-light); font-size: .9rem; line-height: 1.7;
}


/* ── Content image blocks ── */
.content-img-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
  margin: 2rem 0; align-items: center;
}
.content-img-block.reverse { direction: rtl; }
.content-img-block.reverse > * { direction: ltr; }
.content-img-block img {
  width: 100%; height: 260px; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-md);
}
.content-img-text h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: .5rem; color: var(--text); }
.content-img-text p { font-size: .9rem; color: var(--text-light); line-height: 1.7; }
@media (max-width: 768px) {
  .content-img-block { grid-template-columns: 1fr; }
  .content-img-block.reverse { direction: ltr; }
}

/* ── SEO rich text ── */
.seo-rich {
  background: var(--bg-alt); border-radius: var(--radius);
  padding: 2rem; margin: 2rem 0; border: 1px solid var(--border-light);
}
.seo-rich h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: .75rem; color: var(--text); }
.seo-rich p { font-size: .9rem; color: var(--text-light); line-height: 1.8; margin-bottom: .75rem; }
.seo-rich p:last-child { margin-bottom: 0; }

/* ── Footer ── */
.site-footer {
  background: var(--footer-bg); color: var(--footer-text);
  padding: 3.5rem 0 4rem; margin-top: 0;  /* padding-bottom augmenté pour le bouton flottant */
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem; margin-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .75rem;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem; margin-bottom: 2rem;
}
.footer-brand { font-size: .9rem; line-height: 1.7; color: var(--footer-text); }
.footer-brand .footer-logo {
  font-family: 'Bebas Neue', sans-serif; font-weight: 800; font-size: 1.2rem; color: #fff !important;
  text-transform: uppercase; margin-bottom: .5rem; letter-spacing: 0.01em;
}
.footer-col h5 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: #fff !important; margin-bottom: .75rem; font-weight: 600; opacity: .6; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .4rem; }
.footer-col a { color: rgba(255,255,255,0.7) !important; font-size: .85rem; text-decoration: none; }
.footer-col a:hover { color: #fff !important; }
.footer-bottom { color: rgba(255,255,255,0.5) !important; }
.footer-bottom {
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center; font-size: .8rem;
}
.footer-bottom a { color: rgba(255,255,255,0.6); }
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .card-grid { grid-template-columns: 1fr; }
  .fiche-grid { grid-template-columns: 1fr; }
  .cta-section { padding: 2rem 1.5rem; }
  .container { padding: 0 1rem; }
  .biz-card { flex-direction: column; gap: .75rem; }
  .fiche-header { flex-direction: column; }
}
