/* ============================================================
   ANNUAIRE DES ARTISANS — Design System v4
   Designer-grade CSS. Clean. Modern. Scalable.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  /* — Brand Colors — */
  --blue-900: #002F52;
  --blue-800: #003F63;
  --blue-700: #005A8C;
  --blue-600: #0077B6;
  --blue-500: #0096D6;
  --blue-400: #48CAE4;
  --blue-300: #90E0EF;
  --blue-200: #CAF0F8;
  --blue-100: #E8F7FC;
  --blue-50:  #F0FAFF;

  /* — Semantic aliases — */
  --c-primary:       var(--blue-600);
  --c-primary-hover: var(--blue-700);
  --c-primary-light: var(--blue-50);
  --c-primary-mid:   var(--blue-100);
  --c-secondary:     var(--blue-300);
  --c-accent:        #F97316;
  --c-accent-light:  #FFF7ED;
  --c-green:         #059669;
  --c-green-light:   #ECFDF5;
  --c-violet:        #7C3AED;
  --c-violet-light:  #F5F3FF;
  --c-amber:         #D97706;
  --c-amber-light:   #FFFBEB;

  /* — Neutrals — */
  --c-bg:            #F4F7FA;
  --c-bg-alt:        #EEF2F7;
  --c-surface:       #FFFFFF;
  --c-text:          #0E1B2A;
  --c-text-2:        #3D5166;
  --c-text-3:        #7A92A8;
  --c-text-4:        #A8BECF;
  --c-border:        #DDE6EF;
  --c-border-2:      #C8D8E4;
  --c-divider:       #EBF0F5;

  /* — Dark surface (footer) — */
  --c-dark:          #09131C;
  --c-dark-2:        #111E2A;
  --c-dark-3:        #1A2D3D;
  --c-dark-text:     #7FA0B5;
  --c-dark-text-2:   #B2C8D5;

  /* — Shadows — */
  --sh-xs:    0 1px 2px rgba(14, 27, 42, 0.04);
  --sh-sm:    0 2px 8px rgba(14, 27, 42, 0.06), 0 1px 2px rgba(14, 27, 42, 0.04);
  --sh-md:    0 4px 16px rgba(14, 27, 42, 0.08), 0 2px 4px rgba(14, 27, 42, 0.04);
  --sh-lg:    0 12px 32px rgba(14, 27, 42, 0.10), 0 4px 8px rgba(14, 27, 42, 0.05);
  --sh-xl:    0 24px 48px rgba(14, 27, 42, 0.12), 0 8px 16px rgba(14, 27, 42, 0.06);
  --sh-blue:  0 4px 20px rgba(0, 119, 182, 0.22);
  --sh-blue-lg: 0 8px 32px rgba(0, 119, 182, 0.28);
  --sh-card:  0 2px 12px rgba(14, 27, 42, 0.07), 0 0 0 1px rgba(14, 27, 42, 0.04);
  --sh-card-hover: 0 8px 28px rgba(0, 119, 182, 0.14), 0 0 0 1.5px var(--c-primary);

  /* — Radius — */
  --r-xs:   4px;
  --r-sm:   8px;
  --r-md:   12px;
  --r-lg:   18px;
  --r-xl:   24px;
  --r-2xl:  32px;
  --r-full: 9999px;

  /* — Spacing scale (8px base) — */
  --sp-1:  4px;
  --sp-2:  8px;
  --sp-3:  12px;
  --sp-4:  16px;
  --sp-5:  20px;
  --sp-6:  24px;
  --sp-8:  32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-14: 56px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;
  --sp-32: 128px;

  /* — Typography — */
  --f-head: 'Outfit', 'Inter', -apple-system, sans-serif;
  --f-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* — Motion — */
  --ease:       cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in:    cubic-bezier(0.4, 0, 1, 1);
  --t-fast:     150ms var(--ease);
  --t-base:     240ms var(--ease);
  --t-slow:     380ms var(--ease);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--f-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img { display: block; max-width: 100%; height: auto; }
ul, ol { list-style: none; }
a { color: var(--c-primary); text-decoration: none; transition: color var(--t-fast); }
a:hover { color: var(--c-primary-hover); }

h1, h2, h3, h4, h5 {
  font-family: var(--f-head);
  color: var(--c-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(1.8rem, 4vw, 2.75rem); font-weight: 800; }
h2 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); font-weight: 700; }
h3 { font-size: clamp(1rem, 1.5vw, 1.15rem); font-weight: 700; }
h4 { font-size: 0.9rem; font-weight: 700; }
p  { color: var(--c-text-2); line-height: 1.7; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-6);
}

main { flex: 1; }

/* ============================================================
   HEADER / NAVBAR
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: 68px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border-bottom: 1px solid rgba(221, 230, 239, 0.8);
  transition: box-shadow var(--t-base), background var(--t-base);
}
.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(14, 27, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--c-text);
  transition: opacity var(--t-fast);
  flex-shrink: 0;
}
.logo:hover { opacity: 0.85; color: var(--c-text); }

.logo-icon {
  width: 38px;
  height: 38px;
  background: var(--c-primary);
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 119, 182, 0.3);
}
.logo-icon i { width: 20px; height: 20px; color: white; }

.logo-text {
  font-family: var(--f-head);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--c-text);
}
.logo-accent { color: var(--c-primary); }

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 7px 14px;
  border-radius: var(--r-full);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text-2);
  text-decoration: none;
  transition: all var(--t-fast);
  white-space: nowrap;
}
.nav-link i { width: 15px; height: 15px; }
.nav-link:hover {
  color: var(--c-primary);
  background: var(--c-primary-light);
}

.nav-link--phone {
  background: var(--c-primary);
  color: white !important;
  font-weight: 600;
  padding: 8px 18px;
  box-shadow: var(--sh-blue);
  margin-left: var(--sp-2);
}
.nav-link--phone:hover {
  background: var(--c-primary-hover);
  color: white !important;
  box-shadow: var(--sh-blue-lg);
  transform: translateY(-1px);
}

.mobile-toggle {
  display: none;
  background: none;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-sm);
  cursor: pointer;
  padding: 6px;
  color: var(--c-text);
  transition: all var(--t-fast);
}
.mobile-toggle:hover { border-color: var(--c-primary); color: var(--c-primary); }
.mobile-toggle i { width: 22px; height: 22px; display: block; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  padding: 12px 24px;
  border-radius: var(--r-full);
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
}
.btn i { width: 16px; height: 16px; flex-shrink: 0; }

.btn-primary {
  background: var(--c-primary);
  color: white;
  box-shadow: var(--sh-blue);
}
.btn-primary:hover {
  background: var(--c-primary-hover);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--sh-blue-lg);
}

.btn-outline {
  background: white;
  color: var(--c-text);
  border: 1.5px solid var(--c-border-2);
}
.btn-outline:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  background: var(--c-primary-light);
  transform: translateY(-2px);
  box-shadow: var(--sh-sm);
}

.btn-ghost {
  background: transparent;
  color: var(--c-primary);
  border: 1.5px solid rgba(0, 119, 182, 0.25);
}
.btn-ghost:hover {
  background: var(--c-primary-light);
  border-color: var(--c-primary);
  transform: translateY(-1px);
}

.btn-sm { padding: 8px 16px; font-size: 0.8rem; }
.btn-map { width: 100%; justify-content: center; }

/* ============================================================
   PILLS / TAGS / BADGES
   ============================================================ */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--c-primary);
  background: var(--c-primary-mid);
  border: 1px solid rgba(0, 119, 182, 0.15);
  padding: 5px 14px;
  border-radius: var(--r-full);
  margin-bottom: var(--sp-4);
}
.section-tag i { width: 12px; height: 12px; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: var(--r-full);
  background: var(--c-primary-light);
  color: var(--c-primary);
  border: 1px solid var(--c-primary-mid);
}

.source-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: var(--r-full);
  background: var(--c-green-light);
  color: var(--c-green);
  border: 1px solid rgba(5, 150, 105, 0.15);
}
.source-badge i { width: 11px; height: 11px; }

.tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: var(--r-full);
  letter-spacing: 0.02em;
}
.tag--blue   { background: var(--c-primary-mid); color: var(--c-primary); }
.tag--purple { background: var(--c-violet-light); color: var(--c-violet); }
.tag--green  { background: var(--c-green-light); color: var(--c-green); }
.tag--amber  { background: var(--c-amber-light); color: var(--c-amber); }

/* ============================================================
   HERO (INDEX)
   ============================================================ */
.hero {
  position: relative;
  padding: var(--sp-20) 0 var(--sp-16);
  background:
    radial-gradient(ellipse 80% 60% at 10% -10%, rgba(0, 150, 214, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 95% 90%, rgba(144, 224, 239, 0.15) 0%, transparent 55%),
    linear-gradient(180deg, #EDF5FD 0%, #F4F7FA 60%);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(0, 119, 182, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(72, 202, 228, 0.06) 0%, transparent 40%);
  pointer-events: none;
}

/* Decorative circles */
.hero::after {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,150,214,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--sp-12);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-primary);
  background: white;
  border: 1px solid rgba(0, 119, 182, 0.2);
  padding: 7px 18px;
  border-radius: var(--r-full);
  box-shadow: var(--sh-sm);
  margin-bottom: var(--sp-6);
}
.hero-badge i { width: 14px; height: 14px; }

.hero h1 {
  margin-bottom: var(--sp-5);
  background: linear-gradient(135deg, var(--c-text) 30%, var(--c-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--c-text-2);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.hero-iframe {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: var(--r-xl);
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-xl), 0 0 0 1px rgba(0,119,182,0.05);
  overflow: hidden;
}
.hero-iframe iframe { display: block; }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-header {
  margin-bottom: var(--sp-12);
  text-align: center;
}
.section-header h2 { margin-bottom: var(--sp-3); }
.section-header p  { max-width: 560px; margin: 0 auto; font-size: 0.95rem; }

.section-header--left { text-align: left; }
.section-header--left p { margin: 0; }

.section-header-row {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
  margin-bottom: var(--sp-2);
}

/* ============================================================
   JOBS GRID
   ============================================================ */
.section-jobs {
  padding: var(--sp-24) 0;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: var(--sp-4);
}

.job-card {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-5) var(--sp-6);
  background: var(--c-surface);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-lg);
  text-decoration: none;
  color: var(--c-text);
  box-shadow: var(--sh-xs);
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
}

.job-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--c-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-base);
}

.job-card:hover {
  border-color: var(--c-primary);
  box-shadow: var(--sh-card-hover);
  transform: translateY(-3px);
  color: var(--c-text);
}
.job-card:hover::after { transform: scaleX(1); }

.job-card-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: var(--c-primary-light);
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  transition: all var(--t-base);
}
.job-card-icon i { width: 22px; height: 22px; color: var(--c-primary); transition: color var(--t-fast); }
.job-card:hover .job-card-icon { background: var(--c-primary); }
.job-card:hover .job-card-icon i { color: white; }

.job-card-body { flex: 1; min-width: 0; }
.job-card-body h3 {
  font-size: 0.92rem;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-card-body p {
  font-size: 0.76rem;
  color: var(--c-text-3);
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-card-arrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--c-bg);
  border: 1.5px solid var(--c-border);
  transition: all var(--t-base);
}
.job-card-arrow i { width: 13px; height: 13px; color: var(--c-text-3); }
.job-card:hover .job-card-arrow {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
.job-card:hover .job-card-arrow i { color: white; }

/* ============================================================
   TERRITORIES
   ============================================================ */
.section-territories {
  padding: var(--sp-20) 0;
  background: white;
  border-top: 1px solid var(--c-divider);
  border-bottom: 1px solid var(--c-divider);
}

.territories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--sp-4);
}

.territory-card {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-5);
  background: var(--c-bg);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-lg);
  transition: all var(--t-base);
}
.territory-card:hover {
  border-color: var(--c-primary);
  background: var(--c-primary-light);
  box-shadow: var(--sh-md);
  transform: translateY(-2px);
}

.territory-card-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: var(--c-primary-mid);
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
}
.territory-card-icon i { width: 20px; height: 20px; color: var(--c-primary); }

.territory-card-body h3 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 2px;
}
.territory-count {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--c-text-3);
}

/* ============================================================
   POPULAR CITIES
   ============================================================ */
.section-popular {
  padding: var(--sp-20) 0;
}

.popular-cities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  justify-content: center;
}

.popular-city-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 9px 18px;
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-full);
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--c-text-2);
  text-decoration: none;
  transition: all var(--t-base);
  box-shadow: var(--sh-xs);
}
.popular-city-tag i { width: 13px; height: 13px; color: var(--c-text-4); flex-shrink: 0; transition: color var(--t-fast); }
.popular-city-tag:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  background: var(--c-primary-light);
  box-shadow: var(--sh-sm), 0 0 0 2px rgba(0,119,182,0.08);
  transform: translateY(-2px);
}
.popular-city-tag:hover i { color: var(--c-primary); }

.city-zip {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--c-text-3);
  background: var(--c-bg);
  padding: 2px 8px;
  border-radius: var(--r-full);
  border: 1px solid var(--c-border);
}

/* ============================================================
   WHY SECTION
   ============================================================ */
.section-why {
  padding: var(--sp-24) 0;
  background: white;
  border-top: 1px solid var(--c-divider);
}

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

.why-image {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-xl);
}
.why-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
}
.why-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.15) 0%, transparent 50%);
  pointer-events: none;
}

.why-image-badge {
  position: absolute;
  bottom: var(--sp-5);
  left: var(--sp-5);
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  box-shadow: var(--sh-lg);
}
.why-image-badge i { width: 18px; height: 18px; color: var(--c-primary); flex-shrink: 0; }
.why-image-badge span { font-size: 0.75rem; color: var(--c-text-2); line-height: 1.3; }
.why-image-badge strong { color: var(--c-primary); display: block; font-size: 0.8rem; }

.why-list {
  margin-top: var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
}

.why-item {
  display: flex;
  gap: var(--sp-4);
  align-items: flex-start;
  padding: var(--sp-5);
  background: var(--c-bg);
  border: 1px solid var(--c-divider);
  border-radius: var(--r-lg);
  transition: all var(--t-base);
}
.why-item:hover {
  background: var(--c-primary-light);
  border-color: rgba(0,119,182,0.15);
  box-shadow: var(--sh-sm);
  transform: translateX(4px);
}

.why-item-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--c-primary-mid);
}
.why-item-icon i { width: 20px; height: 20px; color: var(--c-primary); }
.why-item-icon.accent { background: var(--c-accent-light); }
.why-item-icon.accent i { color: var(--c-accent); }
.why-item-icon.green { background: var(--c-green-light); }
.why-item-icon.green i { color: var(--c-green); }

.why-item strong {
  display: block;
  font-family: var(--f-head);
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 4px;
}
.why-item p { font-size: 0.83rem; margin: 0; line-height: 1.6; }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  padding: var(--sp-14) 0;
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--blue-800) 50%, var(--blue-900) 100%);
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.06) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(144,224,239,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-2);
  position: relative;
}

.stat-item {
  text-align: center;
  padding: var(--sp-4);
}
.stat-item::after {
  content: '';
  display: block;
  width: 1px;
  background: rgba(255,255,255,0.1);
  position: absolute;
  right: 0;
  top: 25%;
  bottom: 25%;
}
.stat-item:last-child::after { display: none; }

.stat-item strong {
  display: block;
  font-family: var(--f-head);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: white;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: var(--sp-2);
}
.stat-item span {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb-bar {
  background: white;
  border-bottom: 1px solid var(--c-divider);
  padding: var(--sp-3) 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.8rem;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--c-primary); font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { color: var(--c-text-4); display: flex; align-items: center; }
.breadcrumb .sep i { width: 12px; height: 12px; }
.breadcrumb .current { color: var(--c-text-3); font-weight: 500; }

/* ============================================================
   PAGE HERO (CATEGORY / LISTING)
   ============================================================ */
.page-hero {
  padding: var(--sp-14) 0 var(--sp-12);
  background:
    radial-gradient(ellipse 70% 80% at 0% 50%, rgba(0, 119, 182, 0.07) 0%, transparent 60%),
    linear-gradient(180deg, #EDF5FD 0%, var(--c-bg) 100%);
}

.page-hero-content { margin-bottom: var(--sp-8); }
.page-hero-content h1 { margin-top: var(--sp-3); margin-bottom: var(--sp-4); }
.page-hero-content p { max-width: 640px; font-size: 0.95rem; }

/* VUD Box */
.vud-box {
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}

.vud-box-header {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-6);
  background: linear-gradient(90deg, var(--c-primary-mid) 0%, var(--c-primary-light) 100%);
  border-bottom: 1px solid rgba(0,119,182,0.1);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-primary-hover);
}
.vud-box-header i { width: 17px; height: 17px; color: var(--c-primary); }

.vud-widget-container {
  width: 100%;
  padding: var(--sp-4);
}
.vud-widget-container iframe { width: 100% !important; border: none !important; display: block; }

/* ============================================================
   MAP SECTION
   ============================================================ */
.section-map {
  padding: var(--sp-12) 0;
  background: white;
  border-top: 1px solid var(--c-divider);
}

.map-wrapper {
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-md);
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-5) var(--sp-6);
  border-bottom: 1px solid var(--c-divider);
  flex-wrap: wrap;
}
.map-header h2 {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 1rem;
  margin: 0;
}
.map-header h2 i { width: 18px; height: 18px; color: var(--c-primary); }

.map-container { padding: var(--sp-4); }
.map-container iframe {
  display: block;
  width: 100%;
  border-radius: var(--r-lg);
  border: none;
}

/* ============================================================
   ENTREPRISE CARDS
   ============================================================ */
.section-entreprises,
.section-listing {
  padding: var(--sp-16) 0;
}

.entreprise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: var(--sp-5);
}

.entreprise-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}

.entreprise-card {
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  box-shadow: var(--sh-xs);
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
}
.entreprise-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--c-primary);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--t-base);
  border-radius: 0 0 0 var(--r-lg);
}
.entreprise-card:hover {
  border-color: rgba(0, 119, 182, 0.3);
  box-shadow: var(--sh-lg);
  transform: translateY(-3px);
}
.entreprise-card:hover::before { transform: scaleY(1); }

.entreprise-card-top {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  margin-bottom: var(--sp-4);
}

.entreprise-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: var(--c-primary-mid);
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
}
.entreprise-avatar i { width: 18px; height: 18px; color: var(--c-primary); }

.entreprise-card h3 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 4px;
  line-height: 1.3;
}

.entreprise-address {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-1);
  font-size: 0.77rem;
  color: var(--c-text-3);
  line-height: 1.4;
}
.entreprise-address i { width: 11px; height: 11px; flex-shrink: 0; margin-top: 2px; }

.entreprise-date {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
  font-size: 0.7rem;
  color: var(--c-text-4);
  margin-top: 3px;
}
.entreprise-date i { width: 10px; height: 10px; }

.entreprise-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  flex-wrap: wrap;
}

.entreprise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}

.entreprise-map-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--c-primary);
  padding: 5px 12px;
  border-radius: var(--r-full);
  background: var(--c-primary-light);
  border: 1px solid rgba(0,119,182,0.15);
  transition: all var(--t-fast);
  text-decoration: none;
  margin-top: var(--sp-3);
}
.entreprise-map-link i { width: 11px; height: 11px; }
.entreprise-map-link:hover { background: var(--c-primary); color: white; border-color: var(--c-primary); }

/* ============================================================
   CITIES GRID
   ============================================================ */
.section-cities {
  padding: var(--sp-16) 0 var(--sp-24);
}

.cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: var(--sp-3);
}

.city-card {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: 11px var(--sp-5);
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-md);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--c-text-2);
  text-decoration: none;
  transition: all var(--t-base);
  box-shadow: var(--sh-xs);
}
.city-card i { width: 13px; height: 13px; color: var(--c-text-4); flex-shrink: 0; transition: color var(--t-fast); }
.city-card:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  background: var(--c-primary-light);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.city-card:hover i { color: var(--c-primary); }

/* ============================================================
   LISTING LAYOUT
   ============================================================ */
.listing-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--sp-10);
  align-items: start;
}

.listing-main { min-width: 0; }

.listing-sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.sidebar-card {
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  position: sticky;
  top: 84px;
  box-shadow: var(--sh-xs);
}

.sidebar-card h4 {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--c-text-3);
  margin-bottom: var(--sp-4);
  padding-bottom: var(--sp-4);
  border-bottom: 1.5px solid var(--c-divider);
}
.sidebar-card h4 i { width: 14px; height: 14px; color: var(--c-primary); }

.sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-3) var(--sp-3);
  border-radius: var(--r-sm);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--c-text-2);
  text-decoration: none;
  transition: all var(--t-fast);
}
.sidebar-link i { width: 12px; height: 12px; color: var(--c-text-4); opacity: 0; transition: opacity var(--t-fast); }
.sidebar-link:hover {
  background: var(--c-primary-light);
  color: var(--c-primary);
  padding-left: var(--sp-4);
}
.sidebar-link:hover i { opacity: 1; color: var(--c-primary); }

.sidebar-card--info {
  background: linear-gradient(135deg, var(--c-primary-light) 0%, var(--c-primary-mid) 100%);
  border-color: rgba(0,119,182,0.15);
}
.sidebar-card--info h4 { border-bottom-color: rgba(0,119,182,0.12); }

.sidebar-info-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.sidebar-info-list li {
  font-size: 0.8rem;
  color: var(--c-text-2);
  line-height: 1.4;
}
.sidebar-info-list li strong {
  color: var(--c-text);
  font-weight: 600;
  margin-right: var(--sp-2);
}

/* ============================================================
   SEO CONTENT BLOCK
   ============================================================ */
.section-seo-content {
  padding: var(--sp-12) 0 var(--sp-16);
}

.seo-content-block {
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: var(--sp-12) var(--sp-14);
  box-shadow: var(--sh-sm);
}
.seo-content-block h2 { margin-bottom: var(--sp-6); }
.seo-content-block p {
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: var(--sp-4);
}
.seo-content-block p:last-child { margin-bottom: 0; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero {
  padding: var(--sp-14) 0 var(--sp-12);
  background: radial-gradient(ellipse 70% 80% at 0% 50%, rgba(0, 119, 182, 0.07) 0%, transparent 60%),
              linear-gradient(180deg, #EDF5FD 0%, var(--c-bg) 100%);
}
.contact-hero-content { max-width: 640px; }
.contact-hero-content h1 { margin-bottom: var(--sp-4); }
.contact-hero-content p { font-size: 1rem; }

.contact-grid-section { padding: var(--sp-12) 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--sp-8);
  align-items: start;
}

.contact-card {
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  box-shadow: var(--sh-sm);
}

.contact-card-icon { font-size: 2rem; margin-bottom: var(--sp-4); }
.contact-card h2 { font-size: 1.1rem; margin-bottom: var(--sp-6); }

.contact-nap-card .nap-details { margin-bottom: var(--sp-6); }
.contact-nap-card .nap-details p {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  margin-bottom: var(--sp-3);
  font-size: 0.87rem;
  color: var(--c-text-2);
  line-height: 1.5;
}
.contact-nap-card .nap-details i {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--c-primary);
}
.contact-nap-card .nap-name {
  font-size: 1rem;
  margin-bottom: var(--sp-4) !important;
}
.contact-nap-card .nap-name strong { color: var(--c-text); }
.contact-nap-card .nap-phone a,
.contact-nap-card .nap-email a { color: var(--c-primary); font-weight: 600; }
.contact-nap-card .nap-phone a:hover,
.contact-nap-card .nap-email a:hover { text-decoration: underline; }

.nap-hours {
  border-top: 1.5px solid var(--c-divider);
  padding-top: var(--sp-6);
  margin-bottom: var(--sp-6);
}
.nap-hours h3 {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.88rem;
  margin-bottom: var(--sp-4);
}
.nap-hours h3 i { width: 15px; height: 15px; color: var(--c-primary); }
.nap-hours ul { display: flex; flex-direction: column; gap: var(--sp-2); }
.nap-hours li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  padding: var(--sp-2) 0;
  border-bottom: 1px solid var(--c-divider);
}
.nap-hours li:last-child { border-bottom: none; }
.nap-hours li span { color: var(--c-text-2); }
.nap-hours li strong { color: var(--c-text); font-weight: 600; }

.contact-right {
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
}

.contact-map-card h2,
.contact-links-card h2 {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 1rem;
  margin-bottom: var(--sp-5);
}
.contact-map-card h2 i { width: 18px; height: 18px; color: var(--c-primary); }
.contact-links-card h2 i { width: 18px; height: 18px; color: var(--c-accent); }

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

.quick-link {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-4);
  background: var(--c-bg);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-md);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-text-2);
  text-decoration: none;
  transition: all var(--t-base);
}
.quick-link i { width: 15px; height: 15px; color: var(--c-primary); }
.quick-link:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  background: var(--c-primary-light);
  transform: translateY(-2px);
  box-shadow: var(--sh-sm);
}

.contact-coverage {
  padding: var(--sp-12) 0;
  background: white;
  border-top: 1px solid var(--c-divider);
}
.contact-coverage h2 { text-align: center; margin-bottom: var(--sp-4); }
.contact-coverage > .container > p {
  text-align: center;
  max-width: 640px;
  margin: 0 auto var(--sp-8);
  font-size: 0.92rem;
}

.coverage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  justify-content: center;
}
.coverage-tag {
  display: inline-flex;
  padding: var(--sp-2) var(--sp-4);
  background: var(--c-primary-mid);
  color: var(--c-primary);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: var(--r-full);
  border: 1px solid rgba(0,119,182,0.15);
  transition: all var(--t-fast);
}
.coverage-tag:hover { background: var(--c-primary); color: white; }

/* FAQ */
.contact-faq {
  padding: var(--sp-12) 0 var(--sp-16);
}
.contact-faq h2 { text-align: center; margin-bottom: var(--sp-10); }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.faq-item {
  background: white;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.faq-item[open] {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px rgba(0,119,182,0.06), var(--sh-sm);
}

.faq-item summary {
  padding: var(--sp-5) var(--sp-6);
  font-family: var(--f-head);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--c-text);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  transition: background var(--t-fast);
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--c-primary);
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--c-primary-light);
  border-radius: 50%;
  transition: all var(--t-base);
  font-family: var(--f-body);
}
.faq-item[open] summary::after {
  content: '−';
  background: var(--c-primary);
  color: white;
}
.faq-item summary:hover { background: var(--c-primary-light); }

.faq-item p {
  padding: 0 var(--sp-6) var(--sp-6);
  font-size: 0.88rem;
  line-height: 1.8;
  border-top: 1px solid var(--c-divider);
  padding-top: var(--sp-4);
}

/* ============================================================
   METIERS PAGE
   ============================================================ */
.metiers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--sp-4);
}

/* ============================================================
   EMPTY STATE
   ============================================================ */
.empty-state {
  text-align: center;
  padding: var(--sp-20) var(--sp-8);
  background: white;
  border: 2px dashed var(--c-border-2);
  border-radius: var(--r-xl);
}
.empty-state-icon {
  width: 60px;
  height: 60px;
  background: var(--c-bg);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto var(--sp-5);
  border: 1.5px solid var(--c-border);
}
.empty-state-icon i { width: 26px; height: 26px; color: var(--c-text-4); }
.empty-state h3 { font-size: 1rem; color: var(--c-text-2); margin-bottom: var(--sp-2); }
.empty-state p { font-size: 0.87rem; max-width: 380px; margin: 0 auto; }

/* ============================================================
   404 PAGE
   ============================================================ */
.error-page {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-24) var(--sp-6);
}
.error-content { text-align: center; max-width: 460px; }
.error-code {
  font-family: var(--f-head);
  font-size: clamp(6rem, 14vw, 9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--c-primary), var(--blue-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--sp-4);
}
.error-content h1 { margin-bottom: var(--sp-3); font-size: 1.4rem; }
.error-content p { margin-bottom: var(--sp-8); }
.error-actions {
  display: flex;
  gap: var(--sp-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--c-dark);
  color: var(--c-dark-text);
  margin-top: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: var(--sp-12);
  padding: var(--sp-16) 0 var(--sp-12);
  border-bottom: 1px solid var(--c-dark-3);
}

.footer-brand .logo { margin-bottom: var(--sp-5); }
.footer-brand .logo-text { color: white; }
.footer-brand .logo-accent { color: var(--blue-300); }
.footer-brand .logo-icon {
  background: var(--c-dark-3);
  box-shadow: none;
}
.footer-brand .logo-icon i { color: var(--blue-300); }
.footer-brand > p {
  font-size: 0.84rem;
  line-height: 1.7;
  max-width: 300px;
  color: var(--c-dark-text);
  margin-bottom: var(--sp-6);
}

.footer-nap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: var(--sp-5);
  border-top: 1px solid var(--c-dark-3);
}
.footer-nap p {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.78rem;
  color: var(--c-dark-text);
  margin: 0;
}
.footer-nap i { width: 13px; height: 13px; color: var(--blue-400); flex-shrink: 0; }
.footer-nap a { color: var(--blue-300); }
.footer-nap a:hover { color: white; }

.footer-col h4 {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255,255,255,0.5);
  margin-bottom: var(--sp-5);
}
.footer-col-title-secondary { margin-top: var(--sp-8) !important; }

.footer-col ul { display: flex; flex-direction: column; gap: var(--sp-3); }
.footer-col a {
  font-size: 0.84rem;
  color: var(--c-dark-text);
  transition: all var(--t-fast);
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
}
.footer-col a:hover {
  color: white;
  transform: translateX(4px);
}

.footer-bottom {
  padding: var(--sp-6) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-3);
}
.footer-bottom p { font-size: 0.76rem; color: rgba(255,255,255,0.3); }
.footer-credit a { color: var(--blue-400); }
.footer-credit a:hover { color: var(--blue-300); }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children */
.reveal-on-scroll:nth-child(2) { transition-delay: 0.08s; }
.reveal-on-scroll:nth-child(3) { transition-delay: 0.16s; }
.reveal-on-scroll:nth-child(4) { transition-delay: 0.24s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 1024px) {
  .why-grid          { grid-template-columns: 1fr; gap: var(--sp-10); }
  .listing-layout    { grid-template-columns: 1fr; }
  .listing-sidebar   { position: static; }
  .sidebar-card      { position: static; }
  .footer-top        { grid-template-columns: 1fr 1fr; }
  .footer-brand      { grid-column: 1 / -1; }
  .territories-grid  { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .contact-grid      { grid-template-columns: 1fr; }
  .seo-content-block { padding: var(--sp-8) var(--sp-8); }
  .map-header        { flex-direction: column; align-items: flex-start; }
  .stats-grid        { position: static; }
  .stat-item::after  { display: none; }
}

/* Mobile */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid var(--c-border);
    flex-direction: column;
    padding: var(--sp-4);
    gap: var(--sp-1);
    box-shadow: var(--sh-xl);
    z-index: 199;
  }
  .nav-links.open { display: flex; }
  .nav-link {
    width: 100%;
    justify-content: center;
    padding: var(--sp-3) var(--sp-4);
  }
  .nav-link--phone { margin-left: 0; }
  .mobile-toggle { display: block; }

  .hero { padding: var(--sp-12) 0 var(--sp-10); }
  .hero h1 { -webkit-text-fill-color: unset; color: var(--c-text); background: none; }
  .section-jobs { padding: var(--sp-14) 0; }
  .jobs-grid { grid-template-columns: 1fr; }
  .page-hero { padding: var(--sp-10) 0 var(--sp-8); }
  .section-territories, .section-popular, .section-why { padding: var(--sp-14) 0; }
  .section-entreprises, .section-listing, .section-cities { padding: var(--sp-12) 0; }
  .entreprise-grid { grid-template-columns: 1fr; }
  .cities-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-4); }
  .territories-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: var(--sp-8); padding: var(--sp-12) 0 var(--sp-8); }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .contact-hero { padding: var(--sp-10) 0 var(--sp-8); }
  .contact-grid-section { padding: var(--sp-8) 0; }
  .contact-card { padding: var(--sp-6); }
  .quick-links-grid { grid-template-columns: 1fr; }
  .contact-coverage { padding: var(--sp-10) 0; }
  .contact-faq { padding: var(--sp-10) 0 var(--sp-14); }
  .seo-content-block { padding: var(--sp-6); }
  .section-seo-content { padding: var(--sp-10) 0 var(--sp-14); }
  .why-item { flex-direction: column; }
  .why-item-icon { width: 38px; height: 38px; min-width: 38px; }
  .section-header { margin-bottom: var(--sp-8); }
}

/* Small mobile */
@media (max-width: 480px) {
  .container         { padding: 0 var(--sp-4); }
  .hero h1           { font-size: 1.55rem; }
  .hero-subtitle     { font-size: 0.95rem; }
  .cities-grid       { grid-template-columns: 1fr; }
  .stats-grid        { grid-template-columns: 1fr; }
  .territories-grid  { grid-template-columns: 1fr; }
  .popular-cities-grid { justify-content: flex-start; }
  .error-code        { font-size: 5rem; }
  .error-actions     { flex-direction: column; }
  .error-actions .btn { width: 100%; }
  .job-card          { padding: var(--sp-4) var(--sp-5); }
  .vud-box-header    { font-size: 0.8rem; padding: var(--sp-3) var(--sp-4); }
  .coverage-tags     { justify-content: flex-start; }
  .faq-item summary  { padding: var(--sp-4) var(--sp-5); font-size: 0.88rem; }
  .faq-item p        { padding: var(--sp-4) var(--sp-5) var(--sp-5); }
  .seo-content-block { padding: var(--sp-5); }
  .stats-bar         { padding: var(--sp-10) 0; }
  .stat-item strong  { font-size: 2rem; }
  .metiers-grid      { grid-template-columns: 1fr; }
  .footer-top        { padding: var(--sp-10) 0 var(--sp-6); }
}