/* ============================================================
   CBPLUS — Design System Premium 2026
   Centre d'appel francophone Tunisie · France · Belgique · Suisse · Québec
   ============================================================ */

/* ===== 1. RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

/* ===== 2. DESIGN TOKENS ===== */
:root {
  /* === Palette : blanc + bleu nuit + lime du logo en accent === */
  /* Lime (accent — uniquement boutons, liens, badges) */
  --green-50:  #F8FAFC;        /* off-white neutre */
  --green-100: #F4F9E0;        /* lime tint léger */
  --green-200: #DCEC8C;
  --green-300: #C7DE53;
  --green-400: #B5D03A;
  --green-500: #A8C940;        /* lime du logo */
  --green-600: #8FAE3F;        /* lime hover */
  /* Bleu nuit (sections sombres, texte fort) */
  --green-700: #334155;        /* slate moyen */
  --green-800: #1E293B;        /* slate sombre */
  --green-900: #0F172A;        /* navy profond */
  --green-950: #020617;        /* presque noir */
  --green-glow: #DCEC8C;

  /* === Neutres === */
  --white: #FFFFFF;
  --bg: #FFFFFF;
  --bg-soft: #F8FAFB;
  --bg-tint: #F0FDF7;
  --surface: #FFFFFF;
  --surface-elevated: #FFFFFF;
  --border: #E5E7EB;
  --border-soft: #F1F5F4;
  --text: #0F172A;
  --text-soft: #475569;
  --text-muted: #64748B;
  --text-on-dark: #FFFFFF;

  /* === Gradients sobres === */
  --grad-primary: linear-gradient(135deg, #A8C940 0%, #8FAE3F 100%);   /* bouton lime */
  --grad-vibrant: linear-gradient(135deg, #B5D03A 0%, #8FAE3F 100%);
  --grad-dark: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);       /* sections sombres bleu nuit */
  --grad-glow: radial-gradient(circle at 50% 50%, rgba(168,201,64,0.15) 0%, rgba(168,201,64,0) 70%);
  --grad-hero: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);

  /* === Ombres neutres (slate) === */
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow-sm: 0 2px 4px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 4px 12px rgba(15, 23, 42, 0.08), 0 2px 4px rgba(15, 23, 42, 0.05);
  --shadow-lg: 0 12px 32px rgba(15, 23, 42, 0.10), 0 4px 8px rgba(15, 23, 42, 0.06);
  --shadow-xl: 0 24px 48px rgba(15, 23, 42, 0.12), 0 8px 16px rgba(15, 23, 42, 0.08);
  --shadow-2xl: 0 32px 64px rgba(15, 23, 42, 0.18);
  --shadow-glow: 0 0 0 4px rgba(168, 201, 64, 0.15);
  --shadow-glow-strong: 0 8px 24px rgba(168, 201, 64, 0.35);

  /* === Spacing === */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* === Radius === */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;

  /* === Typography scale === */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;

  /* === Container === */
  --container: 1280px;
  --container-narrow: 960px;

  /* === Transitions === */
  --t-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --t-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --t-slow: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  --t-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* === Z-index === */
  --z-base: 1;
  --z-overlay: 10;
  --z-nav: 100;
  --z-modal: 1000;
}

/* ===== 3. TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--text);
}
h1 { font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem); }
h2 { font-size: clamp(2rem, 3vw + 1rem, 3rem); letter-spacing: -0.03em; }
h3 { font-size: clamp(1.5rem, 1.5vw + 1rem, 2rem); }
h4 { font-size: var(--text-xl); }
p { font-size: var(--text-base); color: var(--text-soft); }
.lead { font-size: clamp(1.125rem, 0.5vw + 1rem, 1.375rem); color: var(--text-soft); line-height: 1.55; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}
.eyebrow::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 12px var(--green-glow);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.15); }
}
/* Highlight discret type "marqueur lime" sous le mot mis en avant */
.gradient-text {
  display: inline;
  background-image: linear-gradient(180deg, transparent 62%, rgba(168, 201, 64, 0.38) 62%);
  padding: 0 0.06em;
  color: var(--text);
}

/* ===== 4. LAYOUT ===== */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.container-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-16);
}
.section-header .eyebrow { margin-bottom: var(--space-4); }
.section-header h2 { margin-bottom: var(--space-4); }

/* ===== 5. BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.875rem 1.75rem;
  font-size: var(--text-base);
  font-weight: 700;
  border-radius: var(--radius-full);
  transition: all var(--t-base);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.btn-primary {
  background: var(--grad-primary);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(168, 201, 64, 0.35), inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--green-glow) 0%, var(--green-500) 100%);
  opacity: 0;
  transition: opacity var(--t-base);
}
.btn-primary > * { position: relative; z-index: 1; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow-strong); }
.btn-primary:hover::before { opacity: 1; }
.btn-secondary {
  background: var(--white);
  color: var(--text);
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.btn-secondary:hover {
  border-color: var(--green-500);
  color: var(--green-700);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-ghost { color: var(--green-700); padding: 0.5rem 1rem; }
.btn-ghost:hover { color: var(--green-500); }
.btn-lg { padding: 1.125rem 2.25rem; font-size: var(--text-lg); }
.btn-icon { padding-right: 1.25rem; }
.btn .arrow { transition: transform var(--t-base); }
.btn:hover .arrow { transform: translateX(4px); }

/* ===== 6. NAVIGATION ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: var(--z-nav);
  padding: var(--space-3) 0;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
  transition: all var(--t-base);
}
.nav.scrolled { padding: var(--space-3) 0; box-shadow: var(--shadow-sm); }
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: 64px;
}
.nav-logo picture {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-logo img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.footer .nav-logo {
  height: 96px;
  margin-bottom: var(--space-5);
  margin-left: -8px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 6px 0;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
/* Halo lime double : éclatant + diffus, contenu visuellement */
.footer .nav-logo::before {
  content: '';
  position: absolute;
  inset: -8px -16px;
  background:
    radial-gradient(ellipse 55% 75% at 55% 50%, rgba(168,201,64,.20) 0%, transparent 60%),
    radial-gradient(ellipse 85% 100% at 55% 50%, rgba(168,201,64,.08) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.65;
  transition: opacity .4s ease, transform .4s ease;
  filter: blur(6px);
}
.footer .nav-logo::after {
  content: '';
  position: absolute;
  inset: -4px -10px;
  background: radial-gradient(ellipse at 70% 50%, rgba(168,201,64,.30) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s ease;
}
.footer .nav-logo:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.12);
}
.footer .nav-logo:hover::before { opacity: 1; transform: scale(1.05); }
.footer .nav-logo:hover::after { opacity: 1; }

.footer-brand .nav-logo picture,
.footer-brand .nav-logo img {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 1;
  filter:
    brightness(1.12)
    contrast(1.08)
    saturate(1.15)
    drop-shadow(0 2px 4px rgba(15,23,42,.3))
    drop-shadow(0 0 12px rgba(168,201,64,.35))
    drop-shadow(0 0 24px rgba(168,201,64,.18));
  transition: filter .35s ease;
  image-rendering: -webkit-optimize-contrast;
}
.footer .nav-logo:hover img,
.footer .nav-logo:hover picture {
  filter:
    brightness(1.18)
    contrast(1.10)
    saturate(1.25)
    drop-shadow(0 2px 4px rgba(15,23,42,.3))
    drop-shadow(0 0 16px rgba(168,201,64,.55))
    drop-shadow(0 0 32px rgba(168,201,64,.28));
}
@media (max-width: 768px) {
  .nav-logo { height: 52px; }
}
.nav-menu {
  display: flex;
  gap: var(--space-2);
  align-items: center;
}
.nav-menu a {
  padding: 0.5rem 0.85rem;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-soft);
  border-radius: var(--radius-md);
  transition: all var(--t-fast);
  position: relative;
  white-space: nowrap;
}
.nav-menu a:hover { color: var(--green-700); background: var(--green-50); }
.nav-menu a.has-dropdown::after {
  content: '▾';
  margin-left: 0.25rem;
  font-size: 0.6875rem;
  opacity: 0.6;
}
.nav-dropdown { position: relative; padding-bottom: 18px; margin-bottom: -18px; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 6px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 320px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  padding: var(--space-2);
  border: 1px solid var(--border-soft);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 250ms;
}
.nav-dropdown-menu::before {
  /* Pont invisible entre le lien et le menu pour éviter la fermeture */
  content: '';
  position: absolute;
  top: -20px; left: 0; right: 0;
  height: 20px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 0s;
}
.nav-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: 0.75rem 1rem;
  width: 100%;
  border-radius: var(--radius-md);
}
.nav-dropdown-menu a:hover { background: var(--green-50); color: var(--green-700); }
.nav-dropdown-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--green-50);
  color: var(--green-600);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-weight: 700;
  color: var(--green-700);
  font-size: var(--text-sm);
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--border);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.nav-burger span {
  display: block;
  width: 20px; height: 2px;
  background: var(--text);
  border-radius: 2px;
}

/* ===== 7. HERO ===== */
.hero {
  position: relative;
  padding-top: clamp(8rem, 12vw, 11rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  background: var(--grad-hero);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 700px; height: 700px;
  background: var(--grad-glow);
  border-radius: 50%;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -20%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(168, 201, 64, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid var(--green-200);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--green-800);
  margin-bottom: var(--space-6);
  box-shadow: var(--shadow-sm);
}
.hero-badge .dot {
  width: 8px; height: 8px;
  background: var(--green-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(168, 201, 64, 0.15);
  animation: pulse 2s ease-in-out infinite;
}
.hero h1 {
  margin-bottom: var(--space-6);
  font-weight: 800;
}
.hero h1 .gradient-text { display: inline; }
.hero-lead {
  font-size: clamp(1.0625rem, 0.5vw + 1rem, 1.25rem);
  color: var(--text-soft);
  margin-bottom: var(--space-8);
  max-width: 540px;
  line-height: 1.6;
}
.hero-ctas {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-bottom: var(--space-10);
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-trust-num {
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-trust-label {
  font-size: var(--text-xs);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/* === Hero Visual === */
.hero-visual { position: relative; height: 100%; min-height: 480px; }
.hero-card-main {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: var(--space-6);
  box-shadow: var(--shadow-2xl);
  border: 1px solid rgba(229, 231, 235, 0.4);
  z-index: 3;
  max-width: 380px;
  margin-left: auto;
}
.hero-card-main::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-2xl);
  background: linear-gradient(135deg, var(--green-200), transparent 50%);
  z-index: -1;
}
.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-6);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--border-soft);
}
.hero-call-status {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--green-700);
}
.hero-call-time {
  font-family: 'SF Mono', Monaco, Consolas, monospace;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-soft);
}
.hero-avatar-stack {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-4);
}
.hero-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--grad-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--text-lg);
  border: 3px solid white;
  margin-left: -8px;
  box-shadow: var(--shadow-sm);
}
.hero-avatar:first-child { margin-left: 0; }
.hero-avatar { background: linear-gradient(135deg, #334155, #1E293B); }
.hero-avatar.a2 { background: linear-gradient(135deg, #64748B, #475569); }
.hero-avatar.a3 { background: linear-gradient(135deg, #A8C940, #8FAE3F); }
.hero-avatar.more { background: var(--green-50); color: var(--green-700); border-color: var(--green-100); font-size: var(--text-sm); }
.hero-waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 60px;
  padding: var(--space-3);
  background: var(--green-50);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-4);
}
.hero-waveform span {
  display: block;
  width: 4px;
  background: var(--grad-primary);
  border-radius: 2px;
  animation: wave 1.4s ease-in-out infinite;
}
.hero-waveform span:nth-child(1) { animation-delay: 0s; }
.hero-waveform span:nth-child(2) { animation-delay: 0.1s; }
.hero-waveform span:nth-child(3) { animation-delay: 0.2s; }
.hero-waveform span:nth-child(4) { animation-delay: 0.3s; }
.hero-waveform span:nth-child(5) { animation-delay: 0.4s; }
.hero-waveform span:nth-child(6) { animation-delay: 0.5s; }
.hero-waveform span:nth-child(7) { animation-delay: 0.4s; }
.hero-waveform span:nth-child(8) { animation-delay: 0.3s; }
.hero-waveform span:nth-child(9) { animation-delay: 0.2s; }
.hero-waveform span:nth-child(10) { animation-delay: 0.1s; }
.hero-waveform span:nth-child(11) { animation-delay: 0s; }
.hero-waveform span:nth-child(12) { animation-delay: 0.1s; }
@keyframes wave {
  0%, 100% { height: 20%; }
  50% { height: 100%; }
}
.hero-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}
.hero-metric {
  padding: var(--space-3);
  background: var(--bg-soft);
  border-radius: var(--radius-md);
}
.hero-metric-label {
  font-size: var(--text-xs);
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: var(--space-1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-metric-value {
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--text);
}
.hero-metric-value .up { color: var(--green-600); font-size: var(--text-sm); margin-left: 4px; }

.hero-card-float {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: var(--space-3) var(--space-4);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--border-soft);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-width: 220px;
  max-width: 260px;
  white-space: nowrap;
}
.hero-card-float.top-left {
  top: 8%; left: 0;
  animation: float 6s ease-in-out infinite;
}
.hero-card-float.bottom-right {
  bottom: -5%; right: 0;
  animation: float 6s ease-in-out infinite 1.5s;
}
@media (max-width: 1100px) {
  .hero-card-float.top-left { left: -8%; }
  .hero-card-float.bottom-right { right: -4%; }
}
@media (max-width: 768px) {
  .hero-card-float { display: none; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.hero-card-float-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--green-50);
  color: var(--green-600);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-card-float-text { font-size: var(--text-sm); min-width: 0; }
.hero-card-float-text strong { display: block; color: var(--text); font-weight: 700; line-height: 1.2; }
.hero-card-float-text small { color: var(--text-muted); font-size: var(--text-xs); display: block; line-height: 1.3; }

/* ===== 8. TRUST BAR ===== */
.trust-bar {
  padding: var(--space-12) 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.trust-bar-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
}
.trust-bar-label {
  font-size: var(--text-sm);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.trust-bar-countries {
  display: flex;
  gap: clamp(2rem, 4vw, 4rem);
  flex-wrap: wrap;
  justify-content: center;
}
.trust-country {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  opacity: 0.7;
  transition: opacity var(--t-base);
}
.trust-country:hover { opacity: 1; }
.trust-country-flag {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: var(--shadow-md);
}
.trust-country-name {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text);
}

/* ===== 9. SERVICES ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}
.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  transition: all var(--t-base);
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-primary);
  opacity: 0;
  transition: opacity var(--t-base);
  z-index: 0;
}
.service-card > * { position: relative; z-index: 1; }
.service-card:hover {
  border-color: var(--green-500);
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}
.service-card-icon {
  width: 64px; height: 64px;
  border-radius: var(--radius-md);
  background: var(--green-50);
  color: var(--green-600);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
  transition: all var(--t-base);
}
.service-card:hover .service-card-icon {
  background: var(--grad-primary);
  color: var(--white);
  box-shadow: var(--shadow-glow);
  transform: scale(1.05);
}
.service-card h3 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
  font-weight: 700;
}
.service-card p { color: var(--text-soft); margin-bottom: var(--space-6); }
.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--green-700);
  transition: gap var(--t-base);
}
.service-card-link:hover { gap: var(--space-3); }

/* ===== 10. WHY US ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-6);
}
.why-card {
  text-align: left;
  padding: var(--space-6);
}
.why-card-num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--green-900);
  line-height: 1;
  margin-bottom: var(--space-3);
  letter-spacing: -0.04em;
  position: relative;
  display: inline-block;
}
.why-card-num::after {
  content: '';
  position: absolute;
  left: 0;
  right: -8px;
  bottom: 0.2em;
  height: 0.18em;
  background: var(--green-500);
  opacity: 0.5;
  z-index: -1;
}
.why-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
  font-weight: 700;
}
.why-card p { font-size: var(--text-sm); }

/* ===== 11. PROCESS ===== */
.process {
  background: var(--green-950);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.process::before {
  content: '';
  position: absolute;
  top: -50%; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(168, 201, 64, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.process .section-header h2, .process .section-header p { color: var(--white); }
.process .section-header p { color: rgba(255,255,255,0.7); }
.process .eyebrow { color: var(--green-glow); }
.process .eyebrow::before { background: var(--green-glow); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--space-6);
  position: relative;
  z-index: 1;
}
.process-step {
  position: relative;
  padding: var(--space-6);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(10px);
}
.process-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--grad-primary);
  color: var(--white);
  font-weight: 800;
  font-size: var(--text-lg);
  margin-bottom: var(--space-4);
  box-shadow: var(--shadow-glow);
}
.process-step h3 {
  color: var(--white);
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
}
.process-step p { color: rgba(255,255,255,0.65); font-size: var(--text-sm); }

/* ===== 12. STATS ===== */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-6);
  padding: var(--space-12);
  background: var(--grad-dark);
  border-radius: var(--radius-2xl);
  position: relative;
  overflow: hidden;
}
.stats-grid::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(168, 201, 64, 0.2) 0%, transparent 70%);
  pointer-events: none;
}
.stat {
  text-align: center;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.stat-num {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: var(--space-2);
}
.stat-num span { color: var(--green-500); }
.stat-label {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}

/* ===== 13. TESTIMONIALS ===== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}
.testimonial {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  position: relative;
  transition: all var(--t-base);
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.testimonial-quote {
  font-size: var(--text-lg);
  line-height: 1.55;
  color: var(--text);
  margin-bottom: var(--space-6);
  font-weight: 500;
}
.testimonial-quote::before {
  content: '"';
  display: block;
  font-size: 3rem;
  line-height: 0.5;
  color: var(--green-500);
  margin-bottom: var(--space-4);
  font-family: Georgia, serif;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.testimonial-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--grad-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.testimonial-info strong { display: block; font-weight: 700; color: var(--text); }
.testimonial-info small { font-size: var(--text-sm); color: var(--text-muted); }
.testimonial-stars { color: #FBBF24; display: flex; gap: 2px; margin-bottom: var(--space-4); }

/* ===== 14. CTA SECTION ===== */
.cta-final {
  position: relative;
  background: var(--grad-dark);
  color: var(--white);
  border-radius: var(--radius-2xl);
  padding: clamp(3rem, 6vw, 5rem);
  overflow: hidden;
  text-align: center;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: -50%; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(168, 201, 64, 0.3) 0%, transparent 60%);
}
.cta-final > * { position: relative; z-index: 1; }
.cta-final h2 { color: var(--white); margin-bottom: var(--space-4); }
.cta-final p { color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto var(--space-8); font-size: var(--text-lg); }
.cta-final .btn-primary {
  background: var(--white);
  color: var(--green-800);
  box-shadow: 0 8px 32px rgba(255,255,255,0.2);
}
.cta-final .btn-primary:hover {
  background: var(--green-glow);
  color: var(--green-900);
  box-shadow: var(--shadow-glow-strong);
}
.cta-final-ctas { display: flex; gap: var(--space-3); justify-content: center; flex-wrap: wrap; }

/* ===== 15. BLOG PREVIEW ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}
.blog-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--t-base);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--green-300); }
.blog-card-image {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--green-100), var(--green-200));
  position: relative;
  overflow: hidden;
}
.blog-card-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-glow);
  opacity: 0.6;
}
.blog-card-image-emoji {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  z-index: 1;
}
.blog-card-body { padding: var(--space-6); }
.blog-card-meta {
  display: flex;
  gap: var(--space-3);
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin-bottom: var(--space-3);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.blog-card-meta .tag {
  padding: 2px 10px;
  background: var(--green-50);
  color: var(--green-700);
  border-radius: var(--radius-full);
}
.blog-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-3);
  line-height: 1.3;
}
.blog-card p { font-size: var(--text-sm); margin-bottom: var(--space-4); }

/* ===== 16. FORMS ===== */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}
.form-group { display: flex; flex-direction: column; gap: var(--space-2); }
.form-group.full { grid-column: 1 / -1; }
.form-label {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text);
}
.form-input, .form-textarea, .form-select {
  padding: 0.875rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
  font-size: var(--text-base);
  transition: all var(--t-fast);
  color: var(--text);
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none;
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(168, 201, 64, 0.12);
}
.form-textarea { min-height: 120px; resize: vertical; font-family: inherit; }
.form-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: var(--shadow-lg);
}

/* ===== 17. FOOTER ===== */
.footer {
  background: var(--green-950);
  color: rgba(255,255,255,0.7);
  padding: var(--space-20) 0 var(--space-8);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--green-500), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: var(--space-10);
  margin-bottom: var(--space-16);
  align-items: start;
}
.footer-brand { display: flex; flex-direction: column; }
.footer h4 { margin-top: 8px; /* aligne avec le bas du logo */ }
.footer-brand .nav-logo { color: var(--white); margin-bottom: var(--space-4); }
.footer-brand p {
  color: rgba(255,255,255,0.78);
  margin: 0 0 var(--space-6) 0;
  max-width: 340px;
  font-size: 0.95rem;
  line-height: 1.7;
  letter-spacing: 0.015em;
  font-weight: 400;
}
.footer-socials { display: flex; gap: var(--space-3); }
.footer-social {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t-fast);
}
.footer-social:hover {
  background: var(--green-500);
  border-color: var(--green-500);
  color: var(--white);
  transform: translateY(-2px);
}
.footer h4 {
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
  margin-bottom: var(--space-5);
}
.footer-list { display: flex; flex-direction: column; gap: var(--space-3); }
.footer-list a {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.65);
  transition: color var(--t-fast);
}
.footer-list a:hover { color: var(--green-glow); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.7);
  margin-bottom: 14px;
  line-height: 1.45;
}
.footer-contact-item:last-child { margin-bottom: 0; }
.footer-contact-item svg { color: var(--green-400); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: var(--text-sm);
  letter-spacing: 0.01em;
}
.footer-contact-item a { color: rgba(255,255,255,0.85); transition: color var(--t-fast); }
.footer-contact-item a:hover { color: var(--green-glow); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-8);
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.5);
  flex-wrap: wrap;
  gap: var(--space-4);
}
.footer-bottom-links { display: flex; gap: var(--space-6); }
.footer-bottom-links a:hover { color: var(--green-glow); }

/* ===== 18. PAGE HEADER (sub pages) ===== */
.page-header {
  padding-top: clamp(8rem, 12vw, 11rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: var(--grad-hero);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  top: -30%; right: -10%;
  width: 600px; height: 600px;
  background: var(--grad-glow);
  border-radius: 50%;
  pointer-events: none;
}
.page-header-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.page-header h1 { margin-bottom: var(--space-4); font-size: clamp(2.25rem, 4vw + 1rem, 3.5rem); }
.page-header p { font-size: var(--text-lg); color: var(--text-soft); max-width: 640px; margin: 0 auto; }
.breadcrumb {
  display: flex;
  gap: var(--space-2);
  justify-content: center;
  margin-bottom: var(--space-4);
  font-size: var(--text-sm);
  color: var(--text-muted);
}
.breadcrumb a:hover { color: var(--green-700); }
.breadcrumb-sep { color: var(--text-muted); }

/* ===== 19. FAQ ACCORDION ===== */
.faq-list { display: flex; flex-direction: column; gap: var(--space-3); max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--t-base);
}
.faq-item:hover { border-color: var(--green-200); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-5) var(--space-6);
  font-size: var(--text-lg);
  font-weight: 700;
  cursor: pointer;
  color: var(--text);
}
.faq-toggle {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--green-50);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--t-base);
}
.faq-item[open] .faq-toggle { background: var(--green-500); color: white; transform: rotate(45deg); }
.faq-answer {
  padding: 0 var(--space-6) var(--space-5);
  color: var(--text-soft);
  line-height: 1.7;
}

/* ===== 20. UTILITIES & ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(20px); transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.bg-soft { background: var(--bg-soft); }
.bg-tint { background: var(--green-50); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

/* ===== 21. RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--space-12); }
  .hero-visual { min-height: auto; }
  .hero-card-main { margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-menu { display: none; }
  .nav-phone { display: none; }
  .nav-burger { display: flex; }
  .nav-menu.open {
    display: flex;
    position: fixed;
    top: 70px; left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    padding: var(--space-6);
    box-shadow: var(--shadow-lg);
    align-items: stretch;
    gap: var(--space-2);
  }
  .nav-menu.open a { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-8); }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-card-float.top-left { left: 4%; top: 0; }
  .hero-card-float.bottom-right { right: 4%; }
}
@media (max-width: 480px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.875rem; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { justify-content: center; }
}

/* ===== 22. PRINT ===== */
@media print {
  .nav, .footer, .hero-visual { display: none; }
  * { color: black !important; background: white !important; }
}

/* ============================================================
   PREMIUM POLISH LAYER — Animations, raffinement, micro-interactions
   ============================================================ */

/* ===== 1. Smooth scroll global ===== */
html { scroll-behavior: smooth; }

/* ===== 2. Custom scrollbar premium ===== */
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--bg-soft); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--green-400), var(--green-600));
  border-radius: 6px;
  border: 2px solid var(--bg-soft);
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--green-500), var(--green-700));
}
* { scrollbar-color: var(--green-500) var(--bg-soft); scrollbar-width: thin; }

/* ===== 3. Sélection de texte premium ===== */
::selection { background: var(--green-200); color: var(--green-900); }
::-moz-selection { background: var(--green-200); color: var(--green-900); }

/* ===== 4. Typographie premium polish ===== */
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
h1 { letter-spacing: -0.035em; }
h2 { letter-spacing: -0.03em; }

/* ===== 5. Liens premium (underline animé) ===== */
.article-content a, .footer-list a {
  position: relative;
  background-image: linear-gradient(90deg, var(--green-500), var(--green-500));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size var(--t-base);
}
.article-content a:hover { background-size: 100% 1px; }

/* ===== 6. Scroll-reveal premium (fade + slide-up) ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-stagger.visible > *:nth-child(1) { transition-delay: 80ms; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 160ms; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 240ms; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 320ms; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 400ms; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 480ms; }
.reveal-stagger.visible > * { opacity: 1; transform: translateY(0); }

/* ===== 7. Cards premium : ombres multi-couches + hover raffiné ===== */
.service-card,
.why-card,
.value-card,
.location-card,
.process-step,
.faq-item {
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 4px 16px rgba(15, 23, 42, 0.04);
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 350ms cubic-bezier(0.16, 1, 0.3, 1),
              border-color 350ms ease;
}
.service-card:hover,
.value-card:hover,
.location-card:hover {
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 12px 32px rgba(15, 23, 42, 0.08),
    0 24px 48px rgba(168, 201, 64, 0.08);
}

/* ===== 8. Boutons premium : effet shine au hover ===== */
.btn-primary {
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-primary:hover::after { left: 100%; }

/* ===== 9. Hero : grain subtil premium ===== */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(15,23,42,0.03) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.5;
}

/* ===== 10. Eyebrow refiné ===== */
.eyebrow {
  background: var(--green-50);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid var(--green-200);
}
.process .eyebrow,
.cta-final .eyebrow {
  background: rgba(255,255,255,0.08);
  border-color: rgba(168, 201, 64, 0.3);
  color: var(--green-glow);
}

/* ===== 11. Header sticky avec backdrop subtil au scroll ===== */
.nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  box-shadow:
    0 1px 0 rgba(229, 231, 235, 0.6),
    0 4px 16px rgba(15, 23, 42, 0.04);
}

/* ===== 12. Liens du menu nav : underline animé ===== */
.nav-menu > li > a {
  position: relative;
}
.nav-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  width: 0;
  height: 2px;
  background: var(--green-500);
  border-radius: 1px;
  transition: width 250ms ease, left 250ms ease;
}
.nav-menu > li > a:hover::after {
  width: 60%;
  left: 20%;
}

/* ===== 13. Page header (sous-pages) : ornement subtil ===== */
.page-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--green-500), transparent);
  border-radius: 2px;
}

/* ===== 14. Focus states accessibility premium ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
details summary:focus-visible {
  outline: 3px solid var(--green-300);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ===== 15. Animation icônes au hover ===== */
.service-card-icon svg,
.value-icon svg {
  transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.service-card:hover .service-card-icon svg {
  transform: scale(1.15) rotate(-5deg);
}

/* ===== 16. Premium loading state pour images ===== */
img {
  background: linear-gradient(110deg, var(--bg-soft) 8%, #F1F5F4 18%, var(--bg-soft) 33%);
  background-size: 200% 100%;
  animation: shimmer 1.5s linear infinite;
}
img[src] {
  background: transparent;
  animation: none;
}
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* ===== 17. Process step premium : timeline dot pulse ===== */
.process-step-num {
  position: relative;
}
.process-step-num::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: var(--grad-primary);
  opacity: 0.3;
  z-index: -1;
  animation: pulse-ring 2.5s ease-in-out infinite;
}
@keyframes pulse-ring {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.2); opacity: 0; }
}

/* ===== 18. FAQ premium : transition d'ouverture fluide ===== */
.faq-item summary { transition: background-color 200ms ease; }
.faq-item:hover summary { background: var(--green-50); }
.faq-item[open] summary { background: var(--green-50); }
.faq-answer {
  animation: faq-open 350ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes faq-open {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== 19. CTA-final premium : pattern subtil ===== */
.cta-final {
  background-image:
    radial-gradient(circle at 20% 80%, rgba(168, 201, 64, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(168, 201, 64, 0.12) 0%, transparent 50%),
    var(--grad-dark);
}

/* ===== 20. Hero badge premium : glow subtil ===== */
.hero-badge {
  position: relative;
  overflow: hidden;
}
.hero-badge::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(168, 201, 64, 0.15), transparent);
  animation: badge-shine 4s ease-in-out infinite;
}
@keyframes badge-shine {
  0%, 50% { left: -100%; }
  100% { left: 200%; }
}

/* ===== 21. Footer premium : top border animée ===== */
.footer::before {
  background: linear-gradient(90deg,
    transparent 0%,
    var(--green-500) 30%,
    var(--green-400) 50%,
    var(--green-500) 70%,
    transparent 100%);
  background-size: 200% 100%;
  animation: footer-shine 8s linear infinite;
}
@keyframes footer-shine {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ===== 22. Sections : transitions douces entre blocs ===== */
section { position: relative; }
section.bg-soft + section:not(.bg-soft):not(.process):not(.footer) {
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--white) 8%);
}

/* ===== 23. Trust country : hover refiné ===== */
.trust-country-flag {
  transition: transform 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.trust-country:hover .trust-country-flag {
  transform: scale(1.1) rotate(-5deg);
}

/* ===== 24. Stat-num : count-up effect au reveal ===== */
.stat-num {
  background: linear-gradient(180deg, var(--white) 0%, var(--green-100) 200%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 4px rgba(168, 201, 64, 0.15));
}

/* ===== 25. Print-friendly ===== */
@media print {
  .nav, .footer, .cta-final, .hero-visual { display: none; }
  body { font-size: 11pt; }
  a { color: black; text-decoration: none; }
  h1, h2, h3 { page-break-after: avoid; }
  section { page-break-inside: avoid; }
}

/* ===== 26. Reduce motion accessibility ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== 27. Subtle backdrop pour les sections sombres ===== */
.process,
.cta-final,
.footer {
  isolation: isolate;
}

/* ============================================================
   COOKIE BANNER RGPD
   ============================================================ */
#cbp-cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 99999;
  background: rgba(15, 23, 42, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  border-top: 2px solid var(--green-500);
  animation: cbp-cookie-slide-up 500ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -8px 32px rgba(0,0,0,0.2);
}
@keyframes cbp-cookie-slide-up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.cbp-cookie-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--space-5) var(--space-6);
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}
.cbp-cookie-text { flex: 1; min-width: 280px; }
.cbp-cookie-text strong { display: block; font-size: var(--text-base); margin-bottom: 4px; color: white; }
.cbp-cookie-text p { font-size: var(--text-sm); color: rgba(255,255,255,0.75); line-height: 1.5; margin: 0; }
.cbp-cookie-text a { color: var(--green-glow); text-decoration: underline; }
.cbp-cookie-text a:hover { color: white; }
.cbp-cookie-buttons { display: flex; gap: var(--space-3); flex-shrink: 0; }
.cbp-cookie-btn {
  padding: 10px 22px;
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all var(--t-base);
  font-family: inherit;
}
.cbp-cookie-btn-primary {
  background: var(--green-500);
  color: var(--text);
}
.cbp-cookie-btn-primary:hover {
  background: var(--green-400);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(168, 201, 64, 0.4);
}
.cbp-cookie-btn-secondary {
  background: transparent;
  color: rgba(255,255,255,0.75);
  border: 1.5px solid rgba(255,255,255,0.2);
}
.cbp-cookie-btn-secondary:hover {
  background: rgba(255,255,255,0.05);
  color: white;
}
@media (max-width: 768px) {
  .cbp-cookie-content { flex-direction: column; align-items: stretch; gap: var(--space-4); padding: var(--space-4); }
  .cbp-cookie-buttons { width: 100%; }
  .cbp-cookie-btn { flex: 1; }
}

/* ============================================================
   FLOATING CHAT BUBBLE (fallback si Crisp pas activé)
   ============================================================ */
.cbp-floating-chat-cta {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 9998;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--grad-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(168, 201, 64, 0.4);
  cursor: pointer;
  border: none;
  transition: all var(--t-base);
}
.cbp-floating-chat-cta:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(168, 201, 64, 0.55);
}

/* ============================================================
   ACCESSIBILITÉ — Skip-link, focus visible, motion preferences
   ============================================================ */

/* Skip-to-content link : visible uniquement au focus clavier */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 9999;
  padding: 12px 20px;
  background: var(--green-900);
  color: #fff;
  border-radius: var(--radius-md);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-lg);
  transition: top .2s ease;
}
.skip-link:focus {
  top: 16px;
  outline: 3px solid var(--green-500);
  outline-offset: 2px;
}

/* Focus visible amélioré — partout */
:focus-visible {
  outline: 3px solid var(--green-500);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible,
.nav-menu a:focus-visible,
.footer a:focus-visible {
  outline: 3px solid var(--green-500);
  outline-offset: 3px;
}

/* Respect des préférences utilisateur : reduce-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; }
}

/* Screen-reader only utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Améliore le contraste des liens dans les zones sombres */
.footer a:hover { color: var(--green-300); }
.footer a:focus-visible { color: var(--green-300); }

/* ============================================================
   POLISH UX : Scroll progress, back-to-top, animated counters
   ============================================================ */

/* Barre de progression de scroll en haut */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--green-500), var(--green-700));
  z-index: 10000;
  transition: width .1s ease-out;
  box-shadow: 0 0 10px rgba(168,201,64,0.5);
  border-radius: 0 3px 3px 0;
}

/* Bouton retour en haut */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--green-900);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .3s ease;
  z-index: 9000;
  box-shadow: var(--shadow-lg);
}
.back-to-top:hover {
  background: var(--green-500);
  color: var(--green-900);
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:focus-visible {
  outline: 3px solid var(--green-500);
  outline-offset: 3px;
}
@media (max-width: 640px) {
  .back-to-top { bottom: 90px; right: 16px; width: 44px; height: 44px; }
}

/* Class .count-up : style appliqué pendant animation */
.count-up.counting { transition: none; }

/* ============================================================
   MOBILE STICKY BOTTOM-BAR — boutons toujours accessibles
   ============================================================ */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9500;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(15,23,42,0.10);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}
.mobile-cta-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 16px;
  font-weight: 800;
  border-radius: var(--radius-full);
  font-size: .98rem;
  transition: all .2s ease;
}
.mobile-cta-bar .mobile-cta-call {
  background: #fff;
  border: 1.5px solid var(--green-500);
  color: var(--green-700);
}
.mobile-cta-bar .mobile-cta-call:active { background: var(--green-50); }
.mobile-cta-bar .mobile-cta-quote {
  background: var(--grad-primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(168,201,64,0.35);
}
.mobile-cta-bar .mobile-cta-quote:active { transform: scale(0.97); }
@media (max-width: 768px) {
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 86px; } /* place pour la barre fixe */
  .back-to-top { bottom: 100px !important; }
}

/* ============================================================
   NAV ACTIVE STATE — page courante mise en évidence
   ============================================================ */
.nav-menu a.is-active {
  color: var(--green-700);
  background: var(--green-50);
}
.nav-menu .nav-dropdown.is-active-parent > a.has-dropdown {
  color: var(--green-700);
  background: var(--green-50);
}

/* ============================================================
   MAILLAGE INTERNE — Section "Articles liés / À lire aussi"
   ============================================================ */
.related-section {
  background: linear-gradient(180deg, #fff 0%, var(--green-50) 100%);
  padding: var(--space-16) 0 var(--space-20);
  border-top: 1px solid var(--green-100);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
  max-width: 1100px;
  margin: var(--space-8) auto 0;
}
.related-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition: all .25s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}
.related-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green-300);
}
.related-card:hover::before { transform: scaleX(1); }
.related-tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--green-50);
  color: var(--green-700);
  font-size: .72rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: var(--space-3);
  align-self: flex-start;
}
.related-card h3 {
  font-size: 1.1rem;
  margin-bottom: var(--space-2);
  color: var(--green-900);
  line-height: 1.3;
}
.related-card p {
  font-size: .92rem;
  color: var(--text-soft);
  line-height: 1.55;
  margin: 0 0 var(--space-3) 0;
  flex: 1;
}
.related-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green-700);
  font-weight: 700;
  font-size: .9rem;
  margin-top: auto;
}
.related-card:hover .related-card-link { color: var(--green-600); }

/* ============================================================
   ULTRA PREMIUM LAYER v2 — Polish final
   Glassmorphism · Mesh gradients · Magnetic hover · Page-in
   ============================================================ */

/* ---------- 1. Page-in fade animation au chargement ---------- */
@keyframes pageIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
body > nav,
body > header,
body > section:first-of-type {
  animation: pageIn .55s cubic-bezier(.2,.7,.2,1) both;
}
body > header { animation-delay: .05s; }
body > section:first-of-type { animation-delay: .12s; }

/* ---------- 2. Pattern de fond subtil (grille) sur sections claires ---------- */
.section-pattern,
section.section-pattern,
.lm-hero {
  position: relative;
}
.section-pattern::before,
section.section-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(15,23,42,.04) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 40%, transparent 100%);
  z-index: 0;
}
.section-pattern > .container { position: relative; z-index: 1; }

/* ---------- 3. Hero : mesh gradient subtil ---------- */
.hero,
.lm-hero {
  background-image:
    radial-gradient(ellipse 90% 55% at 15% 15%, rgba(168,201,64,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 70% 45% at 90% 30%, rgba(168,201,64,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 80% 60% at 50% 95%, rgba(220,236,140,0.10) 0%, transparent 65%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

/* ---------- 4. Cards : multi-layer shadows + bordures dégradées au survol ---------- */
.service-card,
.why-card,
.value-card,
.location-card,
.case-card,
.week-card,
.related-card,
.blog-card,
.kpi {
  position: relative;
  transition:
    transform .35s cubic-bezier(.2,.7,.2,1),
    box-shadow .35s cubic-bezier(.2,.7,.2,1),
    border-color .35s ease;
  will-change: transform;
}
.service-card:hover,
.why-card:hover,
.value-card:hover,
.location-card:hover,
.case-card:hover,
.week-card:hover,
.related-card:hover,
.blog-card:hover {
  box-shadow:
    0 1px 2px rgba(15,23,42,.04),
    0 8px 24px rgba(15,23,42,.08),
    0 24px 56px rgba(15,23,42,.10),
    0 -1px 0 rgba(168,201,64,.4) inset;
}

/* ---------- 5. Bouton primaire : effet "shine" qui balaie + magnetic feel ---------- */
.btn-primary {
  position: relative;
  isolation: isolate;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
  pointer-events: none;
  z-index: 1;
}
.btn-primary:hover::after { transform: translateX(110%); }
.btn-primary:active { transform: translateY(0) scale(.97); }

/* ---------- 6. Eyebrow : micro-glow ---------- */
.eyebrow {
  position: relative;
}
.eyebrow::before {
  box-shadow:
    0 0 12px var(--green-glow),
    0 0 24px rgba(168,201,64,.4),
    0 0 0 2px rgba(168,201,64,.15);
}

/* ---------- 7. Selection : couleur de marque ---------- */
::selection { background: rgba(168,201,64,.35); color: var(--green-900); }
::-moz-selection { background: rgba(168,201,64,.35); color: var(--green-900); }

/* ---------- 8. Inputs : focus glow plus marqué ---------- */
.form-input:focus,
.form-select:focus,
.form-textarea:focus,
.lm-form-row input:focus,
.lm-form-row select:focus {
  border-color: var(--green-500) !important;
  box-shadow:
    0 0 0 4px rgba(168,201,64,.18),
    0 8px 16px rgba(15,23,42,.04) !important;
  outline: none !important;
}

/* ---------- 9. Liens internes du contenu (article) : underline animé ---------- */
.article-content a:not(.btn):not(.related-card):not(.related-card-link),
.legal-content a:not(.btn) {
  background-image: linear-gradient(180deg, transparent 90%, var(--green-500) 90%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size .35s ease, color .2s ease;
  padding: 0 2px;
}
.article-content a:not(.btn):not(.related-card):not(.related-card-link):hover,
.legal-content a:not(.btn):hover {
  background-size: 100% 100%;
  color: var(--green-900);
  background-image: linear-gradient(180deg, transparent 0%, rgba(168,201,64,.25) 0%);
}

/* ---------- 10. Liens nav : underline lime fin au survol ---------- */
.nav-menu a:not(.has-dropdown):not(.is-active) {
  position: relative;
}
.nav-menu a:not(.has-dropdown):not(.is-active)::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 4px;
  width: 0;
  height: 2px;
  background: var(--green-500);
  transform: translateX(-50%);
  border-radius: 2px;
  transition: width .25s ease;
}
.nav-menu a:not(.has-dropdown):not(.is-active):hover::after { width: 60%; }

/* ---------- 11. Scrollbar : couleurs de marque ---------- */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--green-500) var(--green-50);
}
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: var(--green-50); }
*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--green-500), var(--green-600));
  border-radius: 10px;
  border: 2px solid var(--green-50);
}
*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--green-600), var(--green-700));
}

/* ---------- 12. Citations / Tips premium ---------- */
blockquote, .tip-box {
  position: relative;
  padding: var(--space-5) var(--space-6) var(--space-5) var(--space-8);
  background: linear-gradient(135deg, var(--green-50) 0%, #fff 100%);
  border-left: 3px solid var(--green-500);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  margin: var(--space-6) 0;
  box-shadow: 0 4px 12px rgba(15,23,42,.04);
}
blockquote::before {
  content: '“';
  position: absolute;
  left: var(--space-3);
  top: -6px;
  font-size: 4rem;
  font-family: Georgia, serif;
  color: var(--green-300);
  line-height: 1;
}

/* ---------- 13. Footer : pattern subtil ---------- */
.footer { position: relative; overflow: hidden; }
.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.04) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
.footer .container { position: relative; z-index: 1; }

/* ---------- 14. Glassmorphism subtil sur la nav scrolled ---------- */
.nav.scrolled {
  background: rgba(255,255,255,.85) !important;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

/* ---------- 15. Stats-grid : chiffres avec hover tilt ---------- */
.stat {
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}
.stat:hover {
  transform: translateY(-4px) scale(1.02);
}
.stat-num {
  background: linear-gradient(135deg, var(--green-500) 0%, var(--green-700) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 8px rgba(168,201,64,.25));
}

/* ---------- 16. Première lettre des grands paragraphes (drop cap discret) ---------- */
.article-content > p:first-of-type::first-letter,
.legal-content > p:first-of-type::first-letter {
  font-size: 2.2em;
  font-weight: 800;
  float: left;
  line-height: 0.9;
  margin: .1em .12em 0 0;
  color: var(--green-700);
  font-family: inherit;
}

/* ---------- 17. Smooth icons rotation on hover ---------- */
.service-card svg,
.why-card svg,
.value-icon svg,
.pillar-icon svg {
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}
.service-card:hover svg,
.why-card:hover svg,
.value-card:hover .value-icon svg,
.pillar:hover .pillar-icon svg {
  transform: scale(1.12) rotate(-3deg);
}

/* ---------- 18. Skip-link plus visible quand focus ---------- */
.skip-link:focus {
  background: var(--green-500);
  color: var(--green-900);
  font-weight: 800;
}

/* ---------- 19. Image rendering plus net ---------- */
img { image-rendering: -webkit-optimize-contrast; }

/* ---------- 20. Améliore les transitions globales (cubic-bezier premium) ---------- */
.btn, .service-card, .why-card, .value-card, .blog-card, .case-card,
.location-card, .related-card, .week-card, .kpi, .stat,
.nav-menu a, .footer a, .form-input, .form-select, .form-textarea {
  transition-timing-function: cubic-bezier(.2,.7,.2,1) !important;
}

/* ============================================================
   READING PROGRESS BAR — articles & pages longues
   ============================================================ */
.reading-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.reading-progress.active { opacity: 1; }
.reading-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--green-500), var(--green-700));
  box-shadow: 0 0 12px rgba(168,201,64,.55);
  transition: width .12s ease-out;
}

/* Cards en tilt 3D : nécessite perspective sur le parent */
.services-grid, .why-grid, .blog-grid, .values-grid, .related-grid, .pillar-grid, .week-grid, .case-card, .feature-tilt {
  perspective: 1200px;
}
.tilt-card {
  transform-style: preserve-3d;
  transition: transform .25s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
.tilt-card > * { transform: translateZ(0); }

/* Magnetic effect sur les boutons primaires */
.btn-primary {
  transition: transform .15s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease;
}

/* ============================================================
   CARTE DU MONDE INTERACTIVE — pays servis
   ============================================================ */
.world-map-section {
  background: linear-gradient(180deg, var(--green-900) 0%, var(--green-800) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.world-map-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(168,201,64,.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(168,201,64,.10) 0%, transparent 50%);
  pointer-events: none;
}
.world-map-section .container { position: relative; z-index: 1; }
.world-map-section .eyebrow { color: var(--green-300); }
.world-map-section .eyebrow::before { background: var(--green-300); box-shadow: 0 0 12px var(--green-300); }
.world-map-section h2 { color: #fff; }
.world-map-section h2 .gradient-text { background-image: linear-gradient(180deg, transparent 62%, rgba(168,201,64,.4) 62%); color: #fff; }
.world-map-section > .container > p { color: #cbd5e1; max-width: 720px; margin: 0 auto var(--space-10); text-align: center; }

.world-map-wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.world-map svg { width: 100%; height: auto; display: block; }
.world-map-country {
  fill: rgba(255,255,255,.06);
  stroke: rgba(255,255,255,.18);
  stroke-width: 0.5;
  transition: all .35s ease;
}
.world-map-country.served {
  fill: rgba(168,201,64,.55);
  stroke: rgba(168,201,64,.9);
  stroke-width: 1;
  filter: drop-shadow(0 0 8px rgba(168,201,64,.35));
}
.world-map-country.served:hover {
  fill: var(--green-500);
  filter: drop-shadow(0 0 16px rgba(168,201,64,.8));
}
.world-map-pin {
  fill: var(--green-500);
  filter: drop-shadow(0 0 6px rgba(168,201,64,.9));
}
.world-map-pin-pulse {
  fill: var(--green-300);
  opacity: 0.4;
  animation: pinPulse 2.4s ease-out infinite;
  transform-origin: center;
}
@keyframes pinPulse {
  0%   { transform: scale(0.6); opacity: 0.6; }
  100% { transform: scale(3.5); opacity: 0; }
}

.world-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--space-4);
  max-width: 880px;
  margin: var(--space-10) auto 0;
}
.world-stat-card {
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.10);
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: all .25s ease;
}
.world-stat-card:hover {
  border-color: var(--green-500);
  background: rgba(168,201,64,.08);
  transform: translateY(-3px);
}
.world-stat-flag { font-size: 2rem; margin-bottom: var(--space-2); display: block; }
.world-stat-country { font-weight: 800; color: #fff; font-size: 1rem; margin-bottom: 2px; }
.world-stat-label { color: var(--green-300); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; font-weight: 700; }

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.wa-float {
  position: fixed;
  bottom: 90px;
  right: 28px;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 10px 30px rgba(37,211,102,.45), 0 4px 12px rgba(15,23,42,.18);
  transition: all .25s cubic-bezier(.2,.7,.2,1);
  text-decoration: none;
}
.wa-float::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(37,211,102,.4);
  z-index: -1;
  animation: waPulse 2.4s ease-out infinite;
}
@keyframes waPulse {
  0%   { transform: scale(0.9); opacity: 0.7; }
  100% { transform: scale(1.6); opacity: 0; }
}
.wa-float:hover { transform: scale(1.08) translateY(-2px); box-shadow: 0 14px 34px rgba(37,211,102,.55); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.wa-tooltip {
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: #fff;
  color: var(--green-900);
  padding: 8px 14px;
  border-radius: var(--radius-md);
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease;
}
.wa-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.wa-float:hover .wa-tooltip { opacity: 1; transform: translateY(-50%) translateX(0); }
@media (max-width: 768px) {
  .wa-float { bottom: 100px; right: 16px; width: 52px; height: 52px; }
  .wa-float svg { width: 26px; height: 26px; }
  .wa-tooltip { display: none; }
}

/* ============================================================
   EXIT INTENT POPUP
   ============================================================ */
.exit-popup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.exit-popup-backdrop.show { opacity: 1; pointer-events: auto; }
.exit-popup {
  background: #fff;
  border-radius: var(--radius-xl);
  max-width: 520px;
  width: 100%;
  padding: var(--space-8);
  position: relative;
  box-shadow: 0 24px 80px rgba(15,23,42,.4);
  transform: translateY(20px) scale(.95);
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
  overflow: hidden;
}
.exit-popup-backdrop.show .exit-popup { transform: translateY(0) scale(1); }

/* ============================================================
   GLOBE 3D ANIMÉ — Remplacement carte plate
   ============================================================ */
.globe-stage {
  position: relative;
  width: 440px;
  height: 440px;
  margin: 0 auto;
  perspective: 1000px;
}
.globe-sphere {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  background:
    url('globe-earth-v3.png?v=3') center/contain no-repeat;
  box-shadow:
    0 0 0 0 rgba(168,201,64,.18),
    0 30px 80px rgba(15,23,42,.5);
  filter: drop-shadow(0 0 20px rgba(168,201,64,.35));
  overflow: visible;
}
@keyframes globeRotate {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
/* Lignes de longitude désactivées */
.globe-sphere--unused::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg,
      transparent 0,
      transparent 24px,
      rgba(168,201,64,.10) 24px,
      rgba(168,201,64,.10) 25px),
    repeating-linear-gradient(0deg,
      transparent 0,
      transparent 30px,
      rgba(168,201,64,.08) 30px,
      rgba(168,201,64,.08) 31px);
  pointer-events: none;
}
/* Lignes de latitude désactivées */
.globe-sphere--unused::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse 100% 30% at 50% 50%, transparent 49%, rgba(168,201,64,.12) 49.5%, rgba(168,201,64,.12) 50.5%, transparent 51%),
    radial-gradient(ellipse 100% 60% at 50% 50%, transparent 49%, rgba(168,201,64,.10) 49.5%, rgba(168,201,64,.10) 50.5%, transparent 51%),
    radial-gradient(ellipse 100% 85% at 50% 50%, transparent 49%, rgba(168,201,64,.08) 49.5%, rgba(168,201,64,.08) 50.5%, transparent 51%);
  pointer-events: none;
}

/* Halo atmosphérique autour du globe */
.globe-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 45%, rgba(168,201,64,.10) 50%, transparent 65%);
  filter: blur(8px);
  pointer-events: none;
}

/* Orbite contenant les pins (fixes, ne tournent pas) */
.globe-orbits {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Pin pays sur le globe — taille réduite pour éviter l'overlap */
.globe-pin {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-500);
  border-radius: 50%;
  box-shadow:
    0 0 0 3px rgba(168,201,64,.22),
    0 0 16px rgba(168,201,64,.55),
    0 0 0 1.5px #0F172A inset,
    0 4px 10px rgba(15,23,42,.4);
  font-size: 11px;
  font-weight: 900;
  color: #0F172A;
  z-index: 3;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
  pointer-events: auto;
}
.globe-pin::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(168,201,64,.4);
  z-index: -1;
  animation: pinPulse 2.4s ease-out infinite;
}
.globe-pin:hover { transform: scale(1.18); }
.globe-pin-label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: rgba(15,23,42,.95);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  border: 1px solid rgba(168,201,64,.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.globe-pin:hover .globe-pin-label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Lignes de connexion */
.globe-connections {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Continents à l'intérieur du globe */
.
.globe-continents { display: none; }

/* ============================================================
   PREMIUM INTERACTIONS — additif, opt-in, ne modifie rien d'existant
   View Transitions · Curseur custom · Intro hero séquentielle
   ============================================================ */

/* --- View Transitions API (cross-page fade fluide) --- */
@view-transition { navigation: auto; }
@media (prefers-reduced-motion: no-preference) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: .42s;
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  }
  ::view-transition-old(root) { animation-name: pi-fade-out; }
  ::view-transition-new(root) { animation-name: pi-fade-in; }
  @keyframes pi-fade-out { to { opacity: 0; transform: translateY(-6px); } }
  @keyframes pi-fade-in  { from { opacity: 0; transform: translateY(6px); } }
}

/* --- Curseur custom premium (desktop fin, hors reduced-motion) --- */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.pi-cursor-on { cursor: none; }
  body.pi-cursor-on * { cursor: inherit; }
  body.pi-cursor-on input,
  body.pi-cursor-on textarea,
  body.pi-cursor-on [contenteditable="true"] { cursor: text; }
  body.pi-cursor-on iframe { cursor: auto; }

  .pi-cursor {
    position: fixed;
    top: 0; left: 0;
    width: 14px; height: 14px;
    pointer-events: none;
    z-index: 99999;
    border-radius: 50%;
    background: rgba(168,201,64,.95);
    box-shadow:
      0 0 0 1px rgba(168,201,64,.4),
      0 0 16px rgba(168,201,64,.5);
    transition:
      width .25s cubic-bezier(.2,.7,.2,1),
      height .25s cubic-bezier(.2,.7,.2,1),
      background-color .2s ease,
      box-shadow .25s ease,
      opacity .2s ease;
    will-change: transform;
  }
  .pi-cursor-ring {
    position: fixed;
    top: 0; left: 0;
    width: 36px; height: 36px;
    pointer-events: none;
    z-index: 99998;
    border-radius: 50%;
    border: 1.5px solid rgba(168,201,64,.4);
    transition: width .3s, height .3s, opacity .3s, border-color .3s;
    will-change: transform;
  }
  .pi-cursor.is-on-cta {
    width: 56px; height: 56px;
    background: rgba(168,201,64,.18);
    box-shadow:
      0 0 0 1px rgba(168,201,64,.6),
      0 0 32px rgba(168,201,64,.4);
  }
  .pi-cursor-ring.is-on-cta { width: 0; height: 0; opacity: 0; }
  .pi-cursor.is-clicking { width: 10px; height: 10px; }
}

/* --- Intro hero séquentielle (homepage, 1ère visite par session) --- */
@media (prefers-reduced-motion: no-preference) {
  body.pi-intro .hero .hero-badge,
  body.pi-intro .hero h1,
  body.pi-intro .hero .hero-lead,
  body.pi-intro .hero .hero-ctas,
  body.pi-intro .hero .hero-trust {
    opacity: 0;
    transform: translateY(14px);
    animation: pi-intro-rise .9s cubic-bezier(.2,.7,.2,1) forwards;
  }
  body.pi-intro .hero .hero-badge { animation-delay: .05s; }
  body.pi-intro .hero h1          { animation-delay: .20s; }
  body.pi-intro .hero .hero-lead  { animation-delay: .45s; }
  body.pi-intro .hero .hero-ctas  { animation-delay: .70s; }
  body.pi-intro .hero .hero-trust { animation-delay: .95s; }
  @keyframes pi-intro-rise { to { opacity: 1; transform: translateY(0); } }
}

/* ============================================================
   MODE SOMBRE — couche d'override, n'altère aucune règle existante
   Activation :
     - Automatique si système en dark ET pas de préférence stockée
     - Forcée si html[data-theme="dark"] (toggle utilisateur)
     - Forcée light si html[data-theme="light"]
   ============================================================ */

/* Transition douce body */
html, body { transition: background-color .4s ease, color .4s ease; }

/* === Activation par préférence système (uniquement si pas d'override) === */
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) {
    --bg: #0B1220;
    --bg-soft: #131C2E;
    --bg-tint: #182338;
    --surface: #131C2E;
    --surface-elevated: #1B2640;
    --border: rgba(255,255,255,0.10);
    --border-soft: rgba(255,255,255,0.06);
    --text: #ECEEF3;
    --text-soft: #B0B8C8;
    --text-muted: #7E8AA0;
    --grad-hero: linear-gradient(180deg, #0B1220 0%, #131C2E 100%);
    color-scheme: dark;
  }
  html:not([data-theme="light"]) body { background-color: var(--bg); color: var(--text); }
}

/* === Override explicite par l'utilisateur === */
html[data-theme="dark"] {
  --bg: #0B1220;
  --bg-soft: #131C2E;
  --bg-tint: #182338;
  --surface: #131C2E;
  --surface-elevated: #1B2640;
  --border: rgba(255,255,255,0.10);
  --border-soft: rgba(255,255,255,0.06);
  --text: #ECEEF3;
  --text-soft: #B0B8C8;
  --text-muted: #7E8AA0;
  --grad-hero: linear-gradient(180deg, #0B1220 0%, #131C2E 100%);
  color-scheme: dark;
}
html[data-theme="dark"] body { background-color: var(--bg); color: var(--text); }
html[data-theme="light"] { color-scheme: light; }

/* === Bouton toggle injecté dans .nav-cta === */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border, rgba(0,0,0,0.10));
  background: transparent;
  color: var(--text, #0F172A);
  cursor: pointer;
  transition: background-color .25s ease, transform .2s ease, border-color .25s ease;
  flex-shrink: 0;
  padding: 0;
}
.theme-toggle:hover { background: rgba(168,201,64,.12); transform: scale(1.06); border-color: rgba(168,201,64,.4); }
.theme-toggle:focus-visible { outline: 2px solid var(--green-500, #A8C940); outline-offset: 2px; }
.theme-toggle svg { width: 18px; height: 18px; transition: opacity .3s ease, transform .4s cubic-bezier(.2,.7,.2,1); }
.theme-toggle .pi-icon-sun  { display: block; }
.theme-toggle .pi-icon-moon { display: none; }
html[data-theme="dark"] .theme-toggle .pi-icon-sun  { display: none; }
html[data-theme="dark"] .theme-toggle .pi-icon-moon { display: block; }
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) .theme-toggle .pi-icon-sun { display: none; }
  html:not([data-theme="light"]) .theme-toggle .pi-icon-moon { display: block; }
}

/* ============================================================
   SKELETON LOADERS + ÉTATS DE CHARGEMENT PREMIUM
   ============================================================ */

/* Animation shimmer commune */
@keyframes pi-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Skeleton générique (placeholder lime translucide) */
.pi-skeleton {
  background: linear-gradient(
    90deg,
    rgba(168,201,64,0.06) 0%,
    rgba(168,201,64,0.16) 50%,
    rgba(168,201,64,0.06) 100%
  );
  background-size: 200% 100%;
  animation: pi-shimmer 1.8s ease-in-out infinite;
  border-radius: 8px;
  color: transparent !important;
  user-select: none;
  pointer-events: none;
}
.pi-skeleton img { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .pi-skeleton { animation: none; background: rgba(168,201,64,0.1); }
}

/* Images en lazy-load : skeleton lime jusqu'au chargement
   Exclut explicitement les logos et icônes décoratives transparentes */
img[loading="lazy"]:not(.loaded):not(.nav-logo img):not([alt*="Connecting Business Plus"]):not([class*="logo"]) {
  background: linear-gradient(
    90deg,
    rgba(168,201,64,0.04) 0%,
    rgba(168,201,64,0.12) 50%,
    rgba(168,201,64,0.04) 100%
  );
  background-size: 200% 100%;
  animation: pi-shimmer 1.8s ease-in-out infinite;
}
.nav-logo img,
img[alt*="Connecting Business Plus"] {
  background: transparent !important;
  animation: none !important;
}
img.loaded {
  animation: pi-fade-in-img .35s ease forwards;
}
@keyframes pi-fade-in-img {
  from { opacity: 0; transform: scale(.98); }
  to   { opacity: 1; transform: scale(1); }
}

/* Formulaire : état d'envoi premium */
.pi-form-loading button[type="submit"] {
  position: relative;
  pointer-events: none;
  cursor: wait;
}
.pi-form-loading button[type="submit"] .arrow { opacity: 0; }
.pi-form-loading button[type="submit"]::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 2.5px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pi-spin 0.7s linear infinite;
}
@keyframes pi-spin {
  to { transform: rotate(360deg); }
}

/* État succès : message premium après envoi */
.pi-form-success {
  background: linear-gradient(135deg, rgba(168,201,64,0.10), rgba(168,201,64,0.04));
  border: 1px solid rgba(168,201,64,0.35);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  animation: pi-fade-up .5s cubic-bezier(.2,.7,.2,1);
}
@keyframes pi-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.pi-form-success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(168,201,64,0.18);
  display: grid;
  place-items: center;
  color: var(--green-600, #8FAE3F);
}
.pi-form-success-icon svg { width: 28px; height: 28px; }
.pi-form-success-title {
  color: var(--text, #0F172A);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.pi-form-success-body {
  color: var(--text-soft, #475569);
  font-size: .95rem;
  line-height: 1.55;
}

/* ============================================================
   STATS LIVE — compteur dynamique "X appels aujourd'hui"
   Affiché dans le hero, animé, mis à jour toutes les 30s
   ============================================================ */
.live-stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  color: var(--text-soft);
  padding: 6px 14px;
  background: rgba(168, 201, 64, 0.08);
  border: 1px solid rgba(168, 201, 64, 0.18);
  border-radius: 999px;
  white-space: nowrap;
}
.live-stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25C26B;
  box-shadow: 0 0 0 0 rgba(37, 194, 107, 0.7);
  animation: live-pulse 2.4s infinite cubic-bezier(.66, 0, 0, 1);
}
.live-stat-num {
  font-weight: 700;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
@keyframes live-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(37, 194, 107, 0.6); }
  70%  { box-shadow: 0 0 0 8px rgba(37, 194, 107, 0);   }
  100% { box-shadow: 0 0 0 0   rgba(37, 194, 107, 0);   }
}
@media (prefers-reduced-motion: reduce) {
  .live-stat-dot { animation: none; }
}

/* ============================================================
   BANDEAU "ILS NOUS FONT CONFIANCE" — sectors confidentiels
   ============================================================ */
.clients-strip {
  padding: var(--space-12) 0;
  background: var(--bg-soft, #F8FAFB);
  border-bottom: 1px solid var(--border-soft, #F1F5F4);
}
.clients-strip-header {
  text-align: center;
  margin-bottom: var(--space-8);
}
.clients-strip-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: var(--space-3);
}
.clients-strip-eyebrow::before,
.clients-strip-eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--text-muted);
}
.clients-strip-title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
}
.clients-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--space-4);
  align-items: center;
  justify-items: center;
}
@media (max-width: 900px) {
  .clients-strip-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-3); }
}
@media (max-width: 480px) {
  .clients-strip-grid { grid-template-columns: repeat(2, 1fr); }
}
.client-card {
  width: 100%;
  aspect-ratio: 5 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: var(--space-3) var(--space-2);
  background: var(--surface, #fff);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  filter: grayscale(100%) opacity(0.65);
}
.client-card:hover {
  transform: translateY(-2px);
  filter: grayscale(0) opacity(1);
  border-color: rgba(168, 201, 64, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.client-card-icon {
  width: 32px;
  height: 32px;
  color: var(--green-700, #334155);
  flex-shrink: 0;
}
.client-card-sector {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text);
  text-align: center;
  line-height: 1.2;
}
.client-card-tag {
  font-size: .62rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
.clients-strip-note {
  text-align: center;
  margin-top: var(--space-6);
  font-size: .82rem;
  color: var(--text-muted);
  font-style: italic;
}
