/* ══════════════════════════════════════════════
   THEME — LIGHT PREMIUM
   Fond clair crème/blanc + halos colorés
   2 sections sombres max pour contraste
   ══════════════════════════════════════════════ */
:root {
  --color-dark:        #1A1F2E;
  --color-dark-2:      #212840;
  --color-bg-main:     #FCFBF8;
  --color-bg-alt:      #F3F6FB;
  --color-bg-warm:     #F7F4EF;
  --color-text:        #1A1F36;
  --color-text-muted:  #5C6480;
  --color-border-l:    rgba(0,0,0,0.07);
  --shadow-card:       0 2px 24px rgba(0,0,0,0.06);
  --shadow-hover:      0 12px 40px rgba(0,0,0,0.12);
}

html, body {
  background-color: #FCFBF8 !important;
  color: #1A1F36 !important;
}

/* ── DARK SECTIONS (hero + stats + footer) ── */
.hero.hero-homepage {
  background:
    radial-gradient(ellipse 90% 70% at 70%  0%,  rgba(123,40,130,0.40) 0%, transparent 55%),
    radial-gradient(ellipse 55% 55% at  5% 90%,  rgba(232,146,26,0.22) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 90% 60%,  rgba(196,30,106,0.15) 0%, transparent 50%),
    linear-gradient(160deg, #16202F 0%, #1A1F2E 45%, #1E2640 100%) !important;
  color: #fff !important;
}
.stats-section-v2 {
  background: #1A1F2E !important;
}
.stats-section-v2 .stat-label { color: rgba(255,255,255,0.5) !important; }
.site-footer    { background: #141820 !important; }
.footer-bottom  { background: #0E1219 !important; }
.addons-banner  { background: linear-gradient(135deg, #1E3D1A 0%, #2E5224 100%) !important; }

/* ── LIGHT SECTIONS (all others) ── */
section { background-color: #FCFBF8; }
section:nth-child(odd)  { background-color: #FCFBF8 !important; }
section:nth-child(even) { background-color: #F3F6FB !important; }

/* Keep dark sections immune to nth-child */
.hero.hero-homepage,
.stats-section-v2,
.site-footer,
.addons-banner { background-color: unset; }

/* ══ DARK SECTION IMMUNITY — override nth-child light backgrounds ══ */
/* Urgence page sections */
section.urgence-hero { background: linear-gradient(135deg, #8B0000 0%, #C41E6A 50%, #1a0a0a 100%) !important; }
section.urgence-cards-section { background-color: var(--color-dark) !important; }
section.urgence-capabilities { background-color: var(--color-dark) !important; }
section.urgence-form-section { background-color: var(--color-dark-2) !important; }
section.urgence-faq { background-color: var(--color-dark-2) !important; }
section.urgence-addons-link { background-color: var(--color-dark-2) !important; }
/* Homepage + other dark sections */
section.section-dark { background: linear-gradient(170deg, #1A1F36 0%, #162037 50%, #1e2640 100%) !important; }
section.cta-banner { background: var(--color-dark) !important; }
section.cta-hero { background-color: var(--color-dark) !important; }

/* ══ DARK SECTION TEXT — white text on dark backgrounds ══ */
.urgence-hero h1, .urgence-hero h2, .urgence-hero p,
.urgence-cards-section h2, .urgence-cards-section h3,
.urgence-capabilities h2, .urgence-capabilities h3,
.urgence-form-section h2, .urgence-form-section h3,
.urgence-faq h2,
.section-dark h2, .section-dark h3, .section-dark p,
.cta-banner h2, .cta-banner p { color: #fff !important; }

.urgence-cards-section p, .urgence-capabilities p,
.urgence-form-section p, .urgence-faq p,
.section-dark .section-subtitle { color: rgba(255,255,255,0.7) !important; }

/* Dark section tags/badges */
.urgence-hero .section-tag, .urgence-capabilities .section-tag,
.urgence-form-section .section-tag, .urgence-faq .section-tag,
.section-dark .section-tag, .cta-banner .section-tag {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: var(--color-orange) !important;
}

/* Dark section titles/subtitles */
.urgence-hero .section-title, .urgence-capabilities .section-title,
.urgence-form-section .section-title, .urgence-faq .section-title,
.section-dark .section-title, .cta-banner .section-title { color: #fff !important; }

.urgence-hero .section-subtitle, .urgence-capabilities .section-subtitle,
.urgence-form-section .section-subtitle, .urgence-faq .section-subtitle { color: rgba(255,255,255,0.6) !important; }

/* Urgence cards + capability items — dark cards with white text */
.urgence-card h3, .capability-item h3 { color: #fff !important; }
.urgence-card p, .capability-item p { color: rgba(255,255,255,0.65) !important; }
.capability-number, .capability-item .capability-number { color: var(--color-orange) !important; }

/* Urgence form notes */
.urgence-form .form-note { color: rgba(255,255,255,0.35) !important; }

/* Urgence FAQ accordion overrides */
section.urgence-faq .faq-item,
section.urgence-faq .accordion-item { background: var(--color-dark) !important; border-color: rgba(255,255,255,0.08) !important; }
section.urgence-faq .accordion-body li { color: rgba(255,255,255,0.72) !important; }

/* Section-specific warm accents */
#briques    { background-color: #F7F4EF !important; }
#partenaires { background-color: #F7F4EF !important; }
.faq-section { background-color: #F3F6FB !important; }

/* ── CARDS — white, subtle shadow, dark text ── */
.service-card,
.why-card,
.case-card,
.testimonial-card,
.platform-card,
.brique-card,
.expertise-category {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.07) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.055) !important;
  color: #1A1F36 !important;
}
.service-card:hover,
.platform-card:hover,
.case-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.11) !important;
  border-color: rgba(232,146,26,0.25) !important;
}
.service-card h3, .why-card h3, .case-card h3,
.testimonial-card h3, .platform-card h3, .brique-card h3 {
  color: #1A1F36 !important;
}
.service-card p, .why-card p, .case-card p,
.testimonial-card p, .platform-card p, .brique-card p,
.testimonial-text { color: #5C6480 !important; }

/* Why-us icon */
.why-card .icon-wrap {
  background: linear-gradient(135deg, rgba(232,146,26,0.14), rgba(196,30,106,0.14)) !important;
}

/* ── PARTNERS BAR (old — overridden by .partners-logo-grid) ── */

/* ── SECTION TEXT ── */
.section-subtitle { color: #5C6480 !important; }
.section-title    { color: #1A1F36 !important; }
.section-tag {
  color: var(--color-orange) !important;
  background: rgba(232,146,26,0.10) !important;
  border-color: rgba(232,146,26,0.22) !important;
}
p { color: #4A5472; }
h1, h2, h3, h4 { color: #1A1F36; }
a { color: var(--color-orange); }

/* ── FORMS on light bg ── */
.form-label { color: #1A1F36 !important; }
.form-input, .form-select, .form-textarea {
  background: #fff !important;
  border-color: rgba(0,0,0,0.12) !important;
  color: #1A1F36 !important;
}
.form-input::placeholder, .form-textarea::placeholder { color: rgba(26,31,54,0.3) !important; }
.form-input:focus, .form-textarea:focus {
  border-color: var(--color-orange) !important;
  background: rgba(232,146,26,0.03) !important;
}
.form-note { color: rgba(26,31,54,0.4) !important; }

/* ── LEAD FORM CTA SECTION ── */
.lead-form-section {
  background: linear-gradient(135deg, rgba(232,146,26,0.07), rgba(196,30,106,0.07)) !important;
  border: 1px solid rgba(232,146,26,0.18) !important;
}
.lead-form-checklist li { color: #4A5472 !important; }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, #1A1F2E 0%, #2D1040 40%, #1A1F2E 100%) !important;
}

/* ══════════════════════════════════════════════
   HEADER — TRANSPARENT ON HERO → WHITE ON SCROLL
   ══════════════════════════════════════════════ */

/* FAQ — light theme (not urgence) */
.faq-list { display: flex !important; flex-direction: column; gap: 10px; max-width: 860px; margin: 0 auto; }
.faq-item {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.07) !important;
  border-radius: 14px !important;
}
/* Urgence FAQ — override white faq-item back to dark */
section.urgence-faq .faq-item,
section.urgence-faq .faq-item.open,
section.urgence-faq .accordion-item {
  background: var(--color-dark) !important;
  border-color: rgba(255,255,255,0.08) !important;
  color: #fff !important;
}
section.urgence-faq .faq-question,
section.urgence-faq .accordion-header { color: #fff !important; }
section.urgence-faq .faq-answer-inner,
section.urgence-faq .accordion-body,
section.urgence-faq .accordion-body p { color: rgba(255,255,255,0.75) !important; }
section.urgence-faq .faq-icon { background: rgba(255,255,255,0.06) !important; color: var(--color-orange) !important; }
.faq-item {
  overflow: hidden;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04) !important;
  transition: box-shadow 0.3s, border-color 0.3s !important;
}
.faq-item:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.09) !important; border-color: rgba(232,146,26,0.2) !important; }
.faq-item.active { border-color: rgba(232,146,26,0.3) !important; box-shadow: 0 4px 20px rgba(232,146,26,0.10) !important; }
.faq-question {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 28px !important;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  color: #1A1F36 !important;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.faq-question:hover { background: rgba(0,0,0,0.02) !important; }
.faq-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  border-radius: 50% !important;
  background: rgba(232,146,26,0.10) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--color-orange) !important;
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 0.3s;
}
.faq-item.active .faq-icon { background: var(--color-orange) !important; color: #fff !important; transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer-inner { padding: 0 28px 22px; color: #5C6480 !important; font-size: 0.925rem; line-height: 1.75; }

/* ================================================
   MyWebShop — Mobile-First Overrides & Lead Gen
   All base styles = mobile. Desktop = min-width.
   ================================================ */

/* ── RESET & BASE (mobile) ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--font-primary); background: #FCFBF8; color: #1A1F36; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-orange); text-decoration: none; }

/* ── CONTAINER (mobile-first) ── */
.container { width: 100%; padding: 0 20px; margin: 0 auto; }
@media (min-width: 640px)  { .container { padding: 0 32px; } }
@media (min-width: 1024px) { .container { max-width: 1200px; padding: 0 40px; } }
@media (min-width: 1280px) { .container { padding: 0 60px; } }

/* ── TYPOGRAPHY (mobile-first) ── */
h1 { font-size: clamp(1.75rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.4rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.2; }
h3 { font-size: clamp(1.1rem, 3vw, 1.5rem); font-weight: 600; }
p  { font-size: 1rem; line-height: 1.7; color: #4A5472; }

/* ── SECTION SPACING (mobile) ── */
.section { padding: 60px 0; }
@media (min-width: 768px)  { .section { padding: 80px 0; } }
@media (min-width: 1024px) { .section { padding: 100px 0; } }

/* ── GRID (mobile-first) ── */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
.grid-4 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 640px)  { .grid-2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px)  { .grid-3 { grid-template-columns: 1fr 1fr; } .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3,1fr); } .grid-4 { grid-template-columns: repeat(4,1fr); } }

/* ── BUTTONS (mobile-first, large touch targets) ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 28px; border-radius: 50px; font-weight: 700; font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer; border: none;
  min-height: 52px; text-align: center; white-space: nowrap;
}
.btn-primary   { background: var(--color-orange); color: #fff; }
.btn-primary:hover { background: #d07c15; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,146,26,0.4); color: #fff; }
.btn-secondary { background: transparent; color: #1A1F36; border: 2px solid rgba(26,31,54,0.25); }
.btn-secondary:hover { border-color: var(--color-orange); color: var(--color-orange); background: rgba(232,146,26,0.05); }
/* btn-secondary in hero (dark bg) stays white */
.hero .btn-secondary { color: #fff; border-color: rgba(255,255,255,0.35); }
.hero .btn-secondary:hover { border-color: var(--color-orange); color: var(--color-orange); background: rgba(232,146,26,0.10); }
.btn-gradient  { background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); color: #fff; }
.btn-gradient:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(196,30,106,0.4); color: #fff; }
.btn-green     { background: var(--color-green-dark); color: #fff; }
.btn-green:hover { background: var(--color-green-mid); color: #fff; }
.btn-lg { padding: 20px 40px; font-size: 1.1rem; min-height: 60px; }
.btn-sm { padding: 10px 20px; font-size: 0.875rem; min-height: 40px; }
.btn-full { width: 100%; }
@media (min-width: 640px) { .btn-full { width: auto; } }

/* ── HEADER — mobile first ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 14px 0; transition: all 0.3s ease;
  background: rgba(15,17,23,0.95); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header.scrolled { padding: 8px 0; box-shadow: 0 4px 30px rgba(0,0,0,0.4); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.site-logo img { width: 150px; height: auto; }

/* Nav — hidden on mobile, hamburger toggle */
.primary-nav { display: none; }
.nav-cta      { display: none; }
@media (min-width: 1024px) {
  .primary-nav { display: flex; align-items: center; gap: 4px; list-style: none; }
  .nav-cta     { display: inline-flex; }
  .hamburger   { display: none; }
}
.nav-item a { padding: 8px 14px; border-radius: 8px; font-weight: 500; font-size: 0.9rem; color: rgba(255,255,255,0.85); transition: all 0.2s; }
.nav-item a:hover { color: #fff; background: rgba(255,255,255,0.10); }
.nav-item.active a { color: var(--color-orange); }

/* Hamburger */
.hamburger { background: none; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 8px; cursor: pointer; color: #fff; display: flex; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.mobile-nav {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15,17,23,0.98); z-index: 999; padding: 80px 32px 40px;
  flex-direction: column; gap: 8px; overflow-y: auto;
}
.mobile-nav.open { display: flex; }

.mobile-nav .mobile-nav-cta { margin-top: 32px; }
.mobile-nav .mobile-nav-cta .btn { width: 100%; justify-content: center; margin-bottom: 12px; }

/* ── HERO (mobile-first) ── */
.hero {
  min-height: 100svh; display: flex; align-items: center; padding: 100px 0 60px;
  background: var(--color-dark); position: relative; overflow: hidden;
}
.hero-bg-gradient {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 50% at 50% -10%, rgba(232,146,26,0.12) 0%, transparent 60%),
              radial-gradient(ellipse 50% 40% at 90% 80%, rgba(123,40,130,0.1) 0%, transparent 50%);
}
.hero-content { position: relative; z-index: 1; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,146,26,0.12); border: 1px solid rgba(232,146,26,0.3); border-radius: 50px; padding: 8px 20px; font-size: 0.8rem; font-weight: 600; color: var(--color-orange); margin-bottom: 24px; text-transform: uppercase; letter-spacing: 1px; }
.hero h1 { margin-bottom: 20px; }
.hero h1 span { background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.7); margin-bottom: 12px; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-desc { font-size: 0.9rem; color: rgba(255,255,255,0.72); margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }
.hero-ctas { display: flex; flex-direction: column; gap: 12px; align-items: center; margin-bottom: 40px; }
@media (min-width: 480px) { .hero-ctas { flex-direction: row; justify-content: center; } }
.hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.trust-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 50px; padding: 6px 14px; }
.trust-badge svg { color: var(--color-orange); flex-shrink: 0; }

@media (min-width: 1024px) {
  .hero { padding: 120px 0 80px; }
  .hero-content { text-align: left; }
  .hero-ctas { justify-content: flex-start; }
  .hero-trust { justify-content: flex-start; }
  .hero-sub, .hero-desc { margin-left: 0; margin-right: 0; }
  .hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
}

/* ── STATS BAR (stays dark) ── */
.stats-bar { background: #1A1F2E; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; text-align: center; }
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4,1fr); } }
.stat-number { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 6px; }
.stat-label  { font-size: 0.82rem; color: rgba(255,255,255,0.5); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── SERVICE CARDS (mobile-first) ── */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px)  { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3,1fr); gap: 24px; } }
.service-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px 24px; transition: all 0.3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--color-orange), var(--color-pink)); opacity: 0; transition: opacity 0.3s; }
.service-card:hover { border-color: rgba(232,146,26,0.3); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 48px; height: 48px; background: rgba(232,146,26,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--color-orange); }
.service-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #1A1F36; }
.service-card p  { font-size: 0.875rem; color: #5C6480; line-height: 1.6; margin-bottom: 16px; }
.service-link { font-size: 0.85rem; font-weight: 600; color: var(--color-orange); display: inline-flex; align-items: center; gap: 4px; }

/* ── WHY US (mobile-first) ── */
.why-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px)  { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .why-grid { grid-template-columns: repeat(3,1fr); } }
.why-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 32px 24px; text-align: center; }
.why-card .icon-wrap { width: 64px; height: 64px; background: linear-gradient(135deg, rgba(232,146,26,0.15), rgba(196,30,106,0.15)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--color-orange); }

/* ── CASE STUDY CARDS ── */
.case-cards { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px)  { .case-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .case-cards { grid-template-columns: repeat(3,1fr); } }
.case-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px 24px; }
.case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.tag { font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; background: rgba(232,146,26,0.1); color: var(--color-orange); text-transform: uppercase; letter-spacing: 0.5px; border: 1px solid rgba(232,146,26,0.2); }
.case-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: #1A1F36; }
.case-card p  { color: #5C6480; }

/* ── TESTIMONIALS (mobile) ── */
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px)  { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(3,1fr); } }
.testimonial-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px 24px; }
.stars { color: #F59E0B; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-text { font-size: 0.9rem; line-height: 1.7; color: #5C6480; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.author-name { font-weight: 700; font-size: 0.9rem; }
.author-name    { color: #1A1F36; }
.author-company { font-size: 0.78rem; color: #5C6480; }

/* ── PARTNERS (old rules disabled — now using .partners-logo-grid) ── */

/* ── FAQ ACCORDION (mobile) ── */
.faq-list { display: flex; flex-direction: column; gap: 8px; max-width: 800px; margin: 0 auto; }
.faq-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; overflow: hidden; }
.faq-question { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; cursor: pointer; font-weight: 600; font-size: 0.95rem; color: #fff; -webkit-tap-highlight-color: transparent; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; color: var(--color-orange); }
.faq-item.open .faq-icon { background: var(--color-orange); color: #fff; transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer-inner { padding: 0 24px 20px; font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.7; }
.faq-item.open .faq-answer { max-height: 400px; }

/* ── FORMS (mobile-first, lead gen) ── */
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.form-label { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.8); }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 14px 18px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; color: #fff;
  font-size: 1rem; font-family: var(--font-primary); transition: border-color 0.2s;
  -webkit-appearance: none; appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--color-orange); background: rgba(232,146,26,0.05); }
.form-textarea { min-height: 120px; resize: vertical; }
.form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23E8921A' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; gap: 16px; } }
.form-submit { width: 100%; }
.form-note { font-size: 0.78rem; color: rgba(255,255,255,0.35); text-align: center; margin-top: 12px; }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,0.3); }

/* ── FOOTER (mobile) ── */
.site-footer { background: #0A0C12; border-top: 1px solid rgba(255,255,255,0.06); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 48px; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; } }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin: 16px 0 24px; }
.footer-col h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 0.875rem; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col a:hover { color: var(--color-orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.3); }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; } }
.social-links { display: flex; gap: 12px; }
.social-link { width: 38px; height: 38px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); transition: all 0.2s; font-size: 0.8rem; font-weight: 700; }
.social-link:hover { background: var(--color-orange); border-color: var(--color-orange); color: #fff; }

/* ── FOOTER LOGO & CERTS ── */
.footer-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 16px; }
.footer-logo-mark { flex-shrink: 0; }
.footer-logo-text { font-weight: 900; font-size: 1.25rem; background: linear-gradient(135deg,#E8921A,#C41E6A); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer-brand-desc { font-size: 0.85rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin: 0 0 20px; }
.footer-brand-desc strong { color: rgba(255,255,255,0.65); font-weight: 600; }
.footer-certs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; align-items: center; }
.footer-cert-badge { display: block; padding: 6px 8px; background: none; border: none; border-radius: 10px; transition: opacity 0.2s; }
.footer-cert-badge:hover { opacity: 0.8; }
.footer-cert-badge img { display: block; height: 44px; width: auto; max-width: 130px; object-fit: contain; }
.footer-cert-badge--light { background: rgba(255,255,255,0.92); border-color: rgba(255,255,255,0.2); }
.footer-cert-badge--light:hover { border-color: rgba(27,54,104,0.5); }

/* ── FOOTER BOTTOM — legal info ── */
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; }
.footer-bottom-inner { display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.28); }
@media (min-width: 768px) { .footer-bottom-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
.footer-legal-info p { margin: 0; line-height: 1.6; }
.footer-legal-info strong { color: rgba(255,255,255,0.45); font-weight: 700; }
.footer-legal-detail { font-size: 0.72rem; margin-top: 2px !important; }
.footer-legal-detail a { color: rgba(255,255,255,0.25); text-decoration: none; }
.footer-legal-detail a:hover { color: var(--color-orange); }
.footer-bottom-certs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: center; font-size: 0.7rem; color: rgba(255,255,255,0.22); }
@media (min-width: 768px) { .footer-bottom-certs { justify-content: flex-end; } }

/* ── LANGUAGE SWITCHER ── */
.lang-switcher { display: none !important; }
.lang-switcher a { padding: 4px 10px; border-radius: 6px; font-size: 0.78rem; font-weight: 700; color: rgba(255,255,255,0.4); border: 1px solid transparent; text-transform: uppercase; transition: all 0.2s; }
.lang-switcher a:hover, .lang-switcher a.current-lang { color: var(--color-orange); border-color: rgba(232,146,26,0.3); background: rgba(232,146,26,0.08); }

/* ── SECTION HEADER ── */
.section-eyebrow { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--color-orange); margin-bottom: 12px; display: block; }
.section-title { margin-bottom: 16px; }
.section-subtitle { font-size: 1rem; color: #5C6480; max-width: 580px; line-height: 1.7; }
.section-header { margin-bottom: 48px; }
.section-header.center { text-align: center; }
.section-header.center .section-subtitle { margin-left: auto; margin-right: auto; }
@media (min-width: 768px) { .section-header { margin-bottom: 60px; } }

/* ══════════════════════════════════════════════════
   LEAD GENERATION COMPONENTS
   ══════════════════════════════════════════════════ */

/* ── STICKY TOP BAR (urgency) ── */
  position: fixed; top: 0; left: 0; right: 0; z-index: 1100;
  background: linear-gradient(135deg, var(--color-orange), var(--color-pink));
  padding: 10px 20px; text-align: center; font-size: 0.82rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  transform: translateY(0); transition: transform 0.3s;
}
.site-header { top: 0; transition: top 0.3s, padding 0.3s; }

/* ── EXIT INTENT POPUP ── */
.exit-popup-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 9999;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity 0.4s;
  backdrop-filter: blur(6px);
}
.exit-popup-overlay.active { opacity: 1; pointer-events: all; }
.exit-popup {
  background: var(--color-dark-2, #1A1D27); border-radius: 20px; padding: 40px 32px;
  max-width: 500px; width: 100%; position: relative; text-align: center;
  border: 1px solid rgba(232,146,26,0.3);
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(232,146,26,0.1);
}
.exit-popup-badge { display: inline-block; background: rgba(232,146,26,0.1); border: 1px solid rgba(232,146,26,0.3); color: var(--color-orange); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; }
.exit-popup h2 { font-size: 1.5rem; margin-bottom: 12px; }
.exit-popup p  { color: rgba(255,255,255,0.6); margin-bottom: 24px; font-size: 0.9rem; }
.exit-popup-close { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,0.08); border: none; color: rgba(255,255,255,0.5); border-radius: 50%; width: 32px; height: 32px; cursor: pointer; font-size: 1.1rem; transition: all 0.2s; display: flex; align-items: center; justify-content: center; }
.exit-popup-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.popup-form { display: flex; flex-direction: column; gap: 12px; }
.popup-skip { font-size: 0.78rem; color: rgba(255,255,255,0.3); cursor: pointer; margin-top: 12px; display: block; }
.popup-skip:hover { color: rgba(255,255,255,0.6); }

/* ── INLINE LEAD FORM (homepage) ── */
.lead-form-section { background: linear-gradient(135deg, rgba(232,146,26,0.06) 0%, rgba(196,30,106,0.06) 100%); border: 1px solid rgba(232,146,26,0.15); border-radius: 20px; padding: 48px 32px; }
.lead-form-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .lead-form-grid { grid-template-columns: 1fr 1fr; } }
.lead-form-info h2 { margin-bottom: 12px; }
.lead-form-info p  { margin-bottom: 24px; font-size: 0.9rem; }
.lead-form-checklist { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lead-form-checklist li { display: flex; align-items: center; gap: 10px; font-size: 0.875rem; color: rgba(255,255,255,0.7); }
.lead-form-checklist li::before { content: '\2713'; width: 20px; height: 20px; background: rgba(45,106,42,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #4ade80; font-weight: 800; font-size: 0.7rem; flex-shrink: 0; }

/* ── FLOATING WHATSAPP + URGENCE BUTTON ── */
.floating-actions { position: fixed; bottom: 24px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.float-btn { display: flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: 50px; font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: all 0.3s; text-decoration: none; border: none; box-shadow: 0 6px 24px rgba(0,0,0,0.4); white-space: nowrap; }
.float-whatsapp { background: #25D366; color: #fff; }
.float-whatsapp:hover { background: #1ebe5a; transform: translateY(-2px); color: #fff; }
.float-urgence { background: linear-gradient(135deg, #C41E6A, #7B2882); color: #fff; }
.float-urgence:hover { opacity: 0.9; transform: translateY(-2px); color: #fff; }
/* On mobile: icon only */
@media (max-width: 639px) {
  .float-btn { width: 40px; height: 40px; padding: 0; justify-content: center; border-radius: 50%; }
  .float-btn .float-label { display: none; }
  .float-btn svg { width: 18px; height: 18px; }
}

/* ── SOCIAL PROOF BAR ── */
.social-proof-bar { background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 20px 0; overflow: hidden; }
.proof-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 32px; }
.proof-item { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.proof-item strong { color: rgba(255,255,255,0.8); }
.proof-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.1); }
@media (max-width: 639px) { .proof-divider { display: none; } }

/* ── URGENCE HIGHLIGHT BOX ── */
.urgence-box { background: linear-gradient(135deg, rgba(196,30,106,0.12), rgba(123,40,130,0.12)); border: 1px solid rgba(196,30,106,0.3); border-radius: 16px; padding: 24px 28px; display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 640px) { .urgence-box { flex-direction: row; align-items: center; justify-content: space-between; } }
.urgence-box p { font-size: 0.95rem; font-weight: 600; color: #fff; margin: 0; }
.urgence-box p span { color: var(--color-pink); }
.urgence-box .btn { flex-shrink: 0; }

/* ── SECTION DIVIDER (wave) ── */
.divider-wave { line-height: 0; overflow: hidden; }
.divider-wave svg { display: block; width: 100%; height: 60px; }
@media (min-width: 768px) { .divider-wave svg { height: 80px; } }

/* ── HIGHLIGHT CHIP (section label) ── */
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 16px; border-radius: 50px; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.chip-orange { background: rgba(232,146,26,0.12); color: var(--color-orange); border: 1px solid rgba(232,146,26,0.25); }
.chip-green  { background: rgba(45,106,42,0.15); color: #4ade80; border: 1px solid rgba(45,106,42,0.3); }
.chip-pink   { background: rgba(196,30,106,0.1); color: var(--color-pink); border: 1px solid rgba(196,30,106,0.25); }

/* ── NOTIFICATION TOAST ── */
.toast { position: fixed; bottom: 90px; left: 20px; z-index: 9998; background: var(--color-dark-2,#1A1D27); border: 1px solid rgba(255,255,255,0.1); border-left: 4px solid #4ade80; border-radius: 10px; padding: 14px 18px; max-width: 300px; font-size: 0.82rem; box-shadow: 0 8px 30px rgba(0,0,0,0.4); transform: translateX(-120%); transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.toast.show { transform: translateX(0); }
.toast-title { font-weight: 700; color: #fff; margin-bottom: 2px; }
.toast-body  { color: rgba(255,255,255,0.55); }
@media (max-width: 639px) { .toast { left: 10px; right: 10px; max-width: none; } }

/* ── PROGRESS BAR (reading) ── */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--color-orange), var(--color-pink)); z-index: 9999; width: 0%; transition: width 0.1s; }

/* ══════════════════════════════════════════════
   HEADER — DEFINITIVE (no conflicts)
   ══════════════════════════════════════════════ */

/* Header — transparent avant scroll sur TOUTES les pages (tous les heroes sont sombres) */
.site-header {
  position: fixed !important; top: 0; left: 0; right: 0; z-index: 1000; padding: 14px 0;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none !important;
  transition: top 0.3s, padding 0.3s, background 0.4s ease, box-shadow 0.4s ease;
}



/* Nav links avant scroll */
.site-header:not(.scrolled) .nav-item a:hover { color: #fff !important; background: rgba(255,255,255,0.10) !important; }
.site-header:not(.scrolled) .nav-item.active a { color: var(--color-orange) !important; }
.site-header:not(.scrolled) .hamburger { border-color: rgba(255,255,255,0.28) !important; }
.site-header:not(.scrolled) .hamburger span { background: #fff !important; }
.lang-switcher a { color: rgba(255,255,255,0.50) !important; }

.site-header.scrolled {
  padding: 9px 0 !important;
  background: rgba(252,251,248,0.98) !important;
  backdrop-filter: blur(24px) !important;
  border-bottom-color: rgba(0,0,0,0.08) !important;
  box-shadow: 0 2px 24px rgba(0,0,0,0.07) !important;
}
.site-header.scrolled .nav-item a { color: #1A1F36 !important; }
.site-header.scrolled .nav-item a:hover { color: var(--color-orange) !important; background: rgba(0,0,0,0.04) !important; }
.site-header.scrolled .lang-switcher a { color: rgba(26,31,54,0.45) !important; }
.site-header.scrolled .lang-switcher a:hover,
.site-header.scrolled .lang-switcher a.current-lang { color: var(--color-orange) !important; }
.site-header.scrolled .hamburger { border-color: rgba(0,0,0,0.14) !important; }
.site-header.scrolled .hamburger span { background: #1A1F36 !important; }
.site-header.scrolled .btn-rdv { border-color: rgba(232,146,26,0.5); color: var(--color-orange); }
.site-header.scrolled .btn-rdv:hover { background: rgba(232,146,26,0.08); border-color: var(--color-orange); color: var(--color-orange); }
.site-header.scrolled .nav-cta { background: var(--color-orange); color: #fff; }

.header-inner { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 16px; width: 100%; }

/* Logo */
.site-logo { flex-shrink: 0; display: flex; align-items: center; }

/* ── DESKTOP NAV ── */
.primary-nav {
  display: none;
  list-style: none !important;
  margin: 0; padding: 0;
  flex-direction: row !important;
  align-items: center !important;
  gap: 2px !important;
  flex: 1;
  justify-content: center;
}
@media (min-width: 1060px) {
  .primary-nav { display: flex !important; }
  .hamburger   { display: none !important; }
}

.primary-nav > li { position: relative; list-style: none !important; }

.nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 8px 13px !important;
  border-radius: 8px !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #2D3555 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: color 0.2s, background 0.2s !important;
  cursor: pointer;
  background: none;
  border: none;
}
.nav-link:hover { color: var(--color-orange) !important; background: rgba(232,146,26,0.07) !important; }
.nav-item.active .nav-link { color: var(--color-orange) !important; }
/* Scrolled: same hover */
.site-header.scrolled .nav-link { color: #1A1F36 !important; }
.site-header.scrolled .nav-link:hover { background: rgba(0,0,0,0.05) !important; color: var(--color-orange) !important; }
/* Toutes pages transparent header: nav links blancs avant scroll */
.site-header:not(.scrolled) .nav-link { color: rgba(255,255,255,0.88) !important; }
.site-header:not(.scrolled) .nav-link:hover { color: #fff !important; background: rgba(255,255,255,0.10) !important; }

.nav-arrow { font-size: 0.5rem; opacity: 0.45; line-height: 1; transition: transform 0.2s; display: inline-block; }
.has-dropdown:hover > .nav-link .nav-arrow,
.has-dropdown:focus-within > .nav-link .nav-arrow { transform: rotate(180deg); }

/* ── DROPDOWN ── */
/* padding-top = bridge invisible qui empêche la perte de hover dans le gap */
.has-dropdown { position: relative !important; }
.nav-dropdown {
  display: none !important;
  position: absolute !important;
  top: 100% !important;               /* colle sous le nav-item — pas de gap */
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 14px 8px 8px !important;   /* 14px top = bridge + écart visuel */
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.09) !important;
  border-radius: 16px !important;
  min-width: 270px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06) !important;
  z-index: 2000 !important;
  list-style: none !important;
  margin: 0 !important;
}
.nav-dropdown li a {
  color: #1A1F36 !important;
}
/* pont transparent pour maintenir le hover entre nav-item et dropdown */
.has-dropdown::after {
  content: '' !important;
  position: absolute !important;
  top: 100% !important; left: 0 !important; right: 0 !important;
  height: 14px !important;
  background: transparent !important;
  display: block !important;
}
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown { display: block !important; }

.nav-dropdown li { list-style: none !important; }
.nav-dropdown li a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 0.875rem !important;
  color: #1A1F36 !important;
  white-space: nowrap !important;
  transition: all 0.15s !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}
.nav-dropdown li a:hover {
  background: rgba(232,146,26,0.08) !important;
  color: var(--color-orange) !important;
}
/* Dropdown always dark text regardless of homepage transparent header */
body.home .site-header:not(.scrolled) .nav-dropdown li a { color: #1A1F36 !important; }
body.home .site-header:not(.scrolled) .nav-dropdown li a:hover {
  background: rgba(232,146,26,0.08) !important;
  color: var(--color-orange) !important;
}
/* Inline SVG icons (mws_icon helper) */
.icon { display: inline-block; vertical-align: -0.15em; flex-shrink: 0; }
.footer-col .icon { color: currentColor; opacity: 0.6; margin-right: 2px; }
.btn .icon { margin-right: 4px; }

/* Nav SVG icons */
.nav-ico {
  width: 18px; height: 18px; flex-shrink: 0;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  color: var(--color-orange);
}
.nav-ico--alert { color: #E8489A; }
.nav-dropdown li a:hover .nav-ico { color: var(--color-orange); }
/* Mobile nav icons */
.mobile-nav .nav-ico { width: 16px; height: 16px; margin-right: 2px; }

.dropdown-divider { height: 1px !important; background: rgba(0,0,0,0.07) !important; margin: 6px 4px !important; }

/* ── HEADER ACTIONS ── */
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-cta { display: none !important; }
@media (min-width: 768px) { .nav-cta { display: inline-flex !important; } }

/* ── HAMBURGER ── */
.hamburger {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 10px !important;
  padding: 9px 10px !important;
  cursor: pointer !important;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
}
@media (min-width: 1060px) { .hamburger { display: none !important; } }
.hamburger span { display: block !important; width: 20px !important; height: 2px !important; background: rgba(255,255,255,0.8) !important; border-radius: 2px !important; transition: all 0.3s !important; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }
.hamburger.open span:nth-child(2) { opacity: 0 !important; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }

/* ── MOBILE DRAWER ── */
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.75); z-index: 1998; backdrop-filter: blur(4px); }
.mobile-overlay.active { display: block !important; }

.mobile-nav {
  position: fixed !important; top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw) !important;
  background: #1A2740 !important;
  border-left: 1px solid rgba(255,255,255,0.08) !important;
  z-index: 1999 !important;
  overflow-y: auto;
  padding: 20px !important;
  transform: translateX(110%) !important;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1) !important;
}
.mobile-nav.open { transform: translateX(0) !important; }
.mobile-nav-close { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.mobile-nav-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.mobile-nav nav { margin-top: 52px; display: flex; flex-direction: column; gap: 3px; }
.mobile-nav a { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 10px; color: rgba(255,255,255,0.78); font-weight: 500; font-size: 0.95rem; text-decoration: none; transition: all 0.15s; }
.mobile-nav a:hover { background: rgba(255,255,255,0.06); color: #fff; }
.mobile-nav-group { padding: 20px 16px 6px; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.28); font-weight: 700; }

/* ── TOPBAR ── */

/* ── PLATFORM CARDS ── */
.platform-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width:640px)  { .platform-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width:1024px) { .platform-grid { grid-template-columns: repeat(4,1fr); } }
.platform-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 18px; padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; transition: all 0.3s; position: relative; overflow: hidden; }
.platform-card:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(0,0,0,0.4); border-color: rgba(232,146,26,0.3); }
.platform-primary { border-color: rgba(223,0,103,0.3) !important; background: rgba(223,0,103,0.06) !important; }
.platform-logo { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); }
.platform-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #DF0067; background: rgba(223,0,103,0.1); border: 1px solid rgba(223,0,103,0.25); border-radius: 50px; padding: 3px 10px; width: fit-content; }
.platform-card h3 { font-size: 1rem; font-weight: 700; margin: 0; color: #fff; }
.platform-card p { font-size: 0.83rem; color: rgba(255,255,255,0.58); line-height: 1.6; margin: 0; flex: 1; }
.platform-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.platform-tags span { font-size: 0.7rem; font-weight: 600; padding: 3px 10px; border-radius: 50px; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.45); border: 1px solid rgba(255,255,255,0.08); text-transform: uppercase; letter-spacing: 0.5px; }

/* ── CERTIFICATION LOGOS ── */
.certification-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.certification-logos img {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  transition: transform 0.2s;
}
.certification-logos img:hover { transform: scale(1.05); }

/* ── BACK TO TOP — disabled ── */
.back-to-top { display: none !important; }

/* ── COOKIE BANNER ── */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9990; background: rgba(15,17,23,0.97); border-top: 1px solid rgba(255,255,255,0.1); padding: 20px; display: flex; flex-direction: column; gap: 16px; transform: translateY(100%); transition: transform 0.4s; backdrop-filter: blur(20px); }
.cookie-banner.visible { transform: translateY(0); }
@media (min-width: 768px) { .cookie-banner { flex-direction: row; align-items: center; justify-content: space-between; padding: 20px 40px; } }
.cookie-banner p { font-size: 0.82rem; color: rgba(255,255,255,0.55); flex: 1; }
.cookie-banner a { color: var(--color-orange); }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }

/* ── SECTION DARK / LIGHT variants ── */
.bg-dark   { background: var(--color-dark); }
.bg-dark-2 { background: rgba(255,255,255,0.015); }
.bg-gradient-subtle { background: linear-gradient(180deg, transparent 0%, rgba(232,146,26,0.03) 50%, transparent 100%); }

/* ── UTILS ── */
.text-center { text-align: center; }
.text-orange { color: var(--color-orange); }
.text-muted  { color: rgba(255,255,255,0.45); }
.mb-0 { margin-bottom: 0; }
.mt-auto { margin-top: auto; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* ══════════════════════════════════════════════
   HERO — ANIMATED (floats, particles, layout)
   ══════════════════════════════════════════════ */

/* Hero overrides */
.hero {
  padding: 130px 0 80px !important;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) { .hero { padding: 150px 0 100px !important; } }

/* Hero layout: 2 columns on desktop */
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 64px; }
}

/* ── LEFT: entry animations ── */
.hero-left {
  opacity: 0;
  transform: translateY(28px);
  animation: heroEnterLeft 0.9s cubic-bezier(0.22,1,0.36,1) 0.1s forwards;
}
.hero-right {
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  animation: heroEnterRight 0.9s cubic-bezier(0.22,1,0.36,1) 0.4s forwards;
}
@keyframes heroEnterLeft  { to { opacity:1; transform:translateY(0); } }
@keyframes heroEnterRight { to { opacity:1; transform:translateY(0) scale(1); } }

/* Badge */
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,146,26,0.14); border: 1px solid rgba(232,146,26,0.35);
  border-radius: 50px; padding: 7px 18px;
  font-size: 0.78rem; font-weight: 700; color: var(--color-orange);
  text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 22px;
  animation: heroEnterLeft 0.7s cubic-bezier(0.22,1,0.36,1) 0s forwards;
  opacity: 0;
}

/* h1 */
.hero h1 { margin-bottom: 6px; }
.hero h1 .highlight {
  display: inline-block;
  background: linear-gradient(135deg, var(--color-orange), var(--color-pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* Typing phrase line */
.hero-typing-line {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  min-height: 2em;
}
.hero-typing-line span {
  background: linear-gradient(135deg, #5BADFF, #A78BFA);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.typed-cursor {
  display: inline-block; width: 2px; height: 1.1em; background: #A78BFA;
  margin-left: 2px; vertical-align: middle;
  animation: blink 0.85s step-end infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

/* Subtitle & desc */
.hero-subtitle {
  font-size: 1rem; color: rgba(255,255,255,0.72);
  margin-bottom: 10px; line-height: 1.7;
}
.hero-description {
  font-size: 0.9rem; color: rgba(255,255,255,0.72);
  margin-bottom: 32px; line-height: 1.7;
}

/* CTAs */
.hero-actions {
  display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px;
}
@media (min-width: 480px) { .hero-actions { flex-direction: row; flex-wrap: wrap; } }

/* Trust badges */
.hero-trust-v2 {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px;
}
.trust-badge-v2 {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.78rem; color: rgba(255,255,255,0.62);
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.11);
  border-radius: 50px; padding: 6px 14px;
}
.trust-badge-v2 svg { color: var(--color-orange); flex-shrink:0; }
.trust-badge-active { border-color: rgba(232,146,26,0.30) !important; color: rgba(255,255,255,0.8) !important; }
.pulse-dot {
  width: 7px; height: 7px; background: #2ECC71; border-radius: 50%;
  animation: pulseDot 1.6s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,100%{ box-shadow:0 0 0 0 rgba(46,204,113,0.5); }
  50%    { box-shadow:0 0 0 5px rgba(46,204,113,0); }
}

/* Cert logos */
.certification-logos {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}

/* ── RIGHT: Dashboard mockup ── */
.hero-mockup {
  display: none;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);
  background: #1A2540;
  position: relative;
}
@media (min-width: 1024px) { .hero-mockup { display: block; } }

.mockup-bar {
  background: #111B30; padding: 12px 18px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot:nth-child(1){ background:#FF5F57; }
.mockup-dot:nth-child(2){ background:#FEBC2E; }
.mockup-dot:nth-child(3){ background:#28C840; }
.mockup-url {
  flex:1; margin-left:8px; background: rgba(255,255,255,0.07);
  border-radius:6px; padding: 5px 12px; font-size:0.75rem;
  color:rgba(255,255,255,0.4); font-family: monospace;
}

.mockup-body { padding: 20px; }
.mockup-metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 16px; }
.mockup-metric {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px; padding: 14px 12px; text-align:center;
}
.mockup-metric-val { font-size: 1.3rem; font-weight: 800; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.mockup-metric-lbl { font-size: 0.68rem; color: rgba(255,255,255,0.4); margin-top:3px; }

.mockup-bar-chart { display: flex; align-items: flex-end; gap: 8px; height: 72px; margin-bottom: 16px; padding: 0 4px; }
.mockup-bar-item {
  flex:1; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, rgba(232,146,26,0.7), rgba(196,30,106,0.5));
  animation: barGrow 1.2s cubic-bezier(0.22,1,0.36,1) forwards;
  transform-origin: bottom;
}
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.mockup-bar-item:nth-child(1){ height:38%; animation-delay:.3s; }
.mockup-bar-item:nth-child(2){ height:55%; animation-delay:.4s; }
.mockup-bar-item:nth-child(3){ height:42%; animation-delay:.5s; }
.mockup-bar-item:nth-child(4){ height:70%; animation-delay:.6s; }
.mockup-bar-item:nth-child(5){ height:85%; animation-delay:.7s; }
.mockup-bar-item:nth-child(6){ height:65%; animation-delay:.8s; }
.mockup-bar-item:nth-child(7){ height:90%; animation-delay:.9s; }

.mockup-list { display: flex; flex-direction: column; gap: 8px; }
.mockup-list-item {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.04); border-radius: 8px; padding: 9px 12px;
  font-size: 0.78rem; color: rgba(255,255,255,0.65);
}
.mockup-list-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.mockup-list-dot.green  { background:#2ECC71; }
.mockup-list-dot.orange { background:var(--color-orange); }
.mockup-list-dot.blue   { background:#5BADFF; }
.mockup-list-tag {
  margin-left:auto; font-size:0.68rem; padding:2px 8px;
  border-radius:20px; background:rgba(46,204,113,0.15);
  color:#2ECC71; font-weight:600;
}

/* Floating glow behind mockup */
.hero-mockup::before {
  content:''; position:absolute; inset:-40px; z-index:-1;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(123,40,130,0.25) 0%, transparent 70%);
  pointer-events:none;
}

/* ── FLOATING ORBS ── */
.hero-floats { position:absolute; inset:0; pointer-events:none; overflow:hidden; z-index:0; }

.hero-float {
  position:absolute; border-radius:50%;
  filter: blur(60px); opacity:0.18;
  animation: floatOrb linear infinite;
}
.hero-float-1 { width:400px; height:400px; background:var(--color-purple); top:-100px; right:-80px;  animation-duration:22s; animation-delay:0s; }
.hero-float-2 { width:300px; height:300px; background:var(--color-orange); bottom:20%; left:-60px;   animation-duration:18s; animation-delay:-6s; }
.hero-float-3 { width:250px; height:250px; background:var(--color-pink);   top:30%;   right:20%;    animation-duration:26s; animation-delay:-12s; }
.hero-float-4 { width:180px; height:180px; background:#5BADFF;             bottom:10%; right:30%;   animation-duration:20s; animation-delay:-4s; opacity:0.10; }
.hero-float-5 { width:350px; height:350px; background:var(--color-purple); bottom:-80px; left:20%;  animation-duration:28s; animation-delay:-9s; opacity:0.12; }

@keyframes floatOrb {
  0%   { transform: translate(0,    0)    scale(1);    }
  25%  { transform: translate(30px, -40px) scale(1.05); }
  50%  { transform: translate(-20px, 20px) scale(0.95); }
  75%  { transform: translate(40px,  30px) scale(1.03); }
  100% { transform: translate(0,    0)    scale(1);    }
}

/* Floating code chips */
.hero-float-code {
  position:absolute; font-family:monospace; font-size:0.75rem; font-weight:600;
  color:rgba(255,255,255,0.25); background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.09); border-radius:8px;
  padding:5px 12px; pointer-events:none; white-space:nowrap;
  animation: chipFloat 12s ease-in-out infinite;
}
.hero-float-code-1 { top:18%; left: 2%;  animation-delay:0s; }
.hero-float-code-2 { top:65%; left: 3%;  animation-delay:-3s; }
.hero-float-code-3 { top:22%; right:3%;  animation-delay:-6s; animation-duration:15s; }
.hero-float-code-4 { top:55%; right:4%;  animation-delay:-9s; animation-duration:18s; }

@keyframes chipFloat {
  0%,100%{ transform: translateY(0); }
  50%    { transform: translateY(-14px); }
}

/* ── Hero Scene — code snippets & metrics ── */
.hero-scene {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.hero-snippet {
  position: absolute;
  background: rgba(15,17,23,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 14px 18px;
  font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 0.72rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  max-width: 320px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  animation: snippetFloat 20s ease-in-out infinite;
  opacity: 0;
  animation-fill-mode: forwards;
}
.snippet-bar {
  display: flex; gap: 5px; margin-bottom: 10px;
}
.snippet-bar span {
  width: 8px; height: 8px; border-radius: 50%;
}
.snippet-bar span:nth-child(1) { background: #ff5f57; }
.snippet-bar span:nth-child(2) { background: #ffbd2e; }
.snippet-bar span:nth-child(3) { background: #28c840; }

.hero-snippet-1 {
  top: 12%; right: 5%;
  animation-delay: 0.5s;
}
.hero-snippet-2 {
  bottom: 25%; right: 8%;
  animation-delay: 2s;
}
.hero-snippet-3 {
  top: 55%; right: 2%;
  animation-delay: 3.5s;
}
/* Hide snippets on mobile (hero-right side) */
@media (max-width: 1023px) {
  .hero-snippet { display: none; }
}
@media (min-width: 1024px) {
  .hero-snippet-1 { right: 3%; top: 15%; }
  .hero-snippet-2 { right: 0%; bottom: 18%; }
  .hero-snippet-3 { right: 25%; top: 8%; max-width: 280px; }
}

@keyframes snippetFloat {
  0%   { opacity: 0; transform: translateY(20px); }
  8%   { opacity: 0.9; transform: translateY(0); }
  45%  { opacity: 0.9; transform: translateY(-8px); }
  55%  { opacity: 0.9; transform: translateY(-4px); }
  92%  { opacity: 0.9; transform: translateY(4px); }
  100% { opacity: 0.9; transform: translateY(20px); }
}

/* Floating metric cards */
.hero-metric-float {
  position: absolute;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 10px 16px;
  animation: metricPop 18s ease-in-out infinite;
  opacity: 0;
}
.metric-float-val {
  font-size: 1rem; font-weight: 800; color: #fff; letter-spacing: -0.02em;
}
.metric-float-lbl {
  font-size: 0.68rem; color: rgba(255,255,255,0.45); margin-top: 2px;
}
.hero-metric-1 { top: 20%; left: 60%; animation-delay: 1s; }
.hero-metric-2 { bottom: 30%; left: 55%; animation-delay: 4s; }
.hero-metric-3 { top: 45%; left: 70%; animation-delay: 6s; }

@media (max-width: 1023px) {
  .hero-metric-1 { top: auto; bottom: 8%; left: 5%; }
  .hero-metric-2 { display: none; }
  .hero-metric-3 { top: auto; bottom: 8%; left: auto; right: 5%; }
}

@keyframes metricPop {
  0%   { opacity: 0; transform: scale(0.9) translateY(10px); }
  6%   { opacity: 0.85; transform: scale(1) translateY(0); }
  50%  { opacity: 0.85; transform: scale(1) translateY(-6px); }
  94%  { opacity: 0.85; transform: scale(1) translateY(2px); }
  100% { opacity: 0; transform: scale(0.9) translateY(10px); }
}

/* ══════════════════════════════════════════════
   LIGHT THEME — HALOS & FINAL OVERRIDES
   ══════════════════════════════════════════════ */

/* Colored halos on light sections — subtle radial glows */
#services::before,
#expertise::before,
#pourquoi::before,
.faq-section::before {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
#services    { position: relative; }
#services::before {
  top: -80px; right: -80px; width: 500px; height: 500px;
  background: radial-gradient(ellipse, rgba(123,40,130,0.07) 0%, transparent 65%);
}
#expertise   { position: relative; }
#expertise::before {
  top: 0; left: -60px; width: 400px; height: 400px;
  background: radial-gradient(ellipse, rgba(232,146,26,0.07) 0%, transparent 65%);
}
#pourquoi    { position: relative; }
#pourquoi::before {
  bottom: 0; right: -40px; width: 400px; height: 400px;
  background: radial-gradient(ellipse, rgba(196,30,106,0.06) 0%, transparent 65%);
}
.faq-section { position: relative; }
.faq-section::before {
  top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 300px;
  background: radial-gradient(ellipse, rgba(91,173,255,0.07) 0%, transparent 65%);
}
#services > .container,
#expertise > .container,
#pourquoi > .container,
.faq-section > .container { position: relative; z-index: 1; }

/* Platform cards — light with colored top accent */
.platform-card {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.07) !important;
  box-shadow: 0 2px 18px rgba(0,0,0,0.055) !important;
  border-radius: 18px !important;
  transition: all 0.3s ease !important;
}
.platform-card h3 { color: #1A1F36 !important; }
.platform-card p  { color: #5C6480 !important; }
.platform-card .platform-tags span {
  background: rgba(0,0,0,0.05) !important;
  color: #3D4466 !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
}
.platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.11) !important;
}
.platform-primary {
  border-color: rgba(232,146,26,0.25) !important;
  box-shadow: 0 4px 24px rgba(232,146,26,0.12) !important;
}

/* Section tags (eyebrow labels) */
.section-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
  padding: 5px 16px; border-radius: 50px;
  background: rgba(232,146,26,0.10) !important;
  color: var(--color-orange) !important;
  border: 1px solid rgba(232,146,26,0.22) !important;
  margin-bottom: 14px;
}

/* Expertise tags on light bg */
.expertise-tag {
  background: rgba(0,0,0,0.04) !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  color: #2D3555 !important;
}
.expertise-tag:hover {
  background: rgba(232,146,26,0.10) !important;
  border-color: rgba(232,146,26,0.28) !important;
  color: var(--color-orange) !important;
}

/* Briques / modules cards */
.brique-card h3 { color: #1A1F36 !important; }
.brique-card p  { color: #5C6480 !important; }

/* Why-us cards — light */
.why-card { background: #fff !important; border-color: rgba(0,0,0,0.07) !important; }
.why-card h3 { color: #1A1F36 !important; }
.why-card p  { color: #5C6480 !important; }

/* Contact agence section (mid-page CTA — keep dark) */
#contact-agence {
  background: linear-gradient(
    135deg,
    #16202F 0%,
    rgba(123,40,130,0.4) 40%,
    #1A1F2E 100%
  ) !important;
  position: relative; overflow: hidden;
}
#contact-agence::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px; width: 500px; height: 500px;
  background: radial-gradient(ellipse, rgba(232,146,26,0.15) 0%, transparent 65%);
  pointer-events: none;
}
#contact-agence h2,
#contact-agence h3,
#contact-agence p,
#contact-agence .section-tag { color: rgba(255,255,255,0.9) !important; }
#contact-agence .section-tag {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.2) !important;
  color: rgba(255,255,255,0.9) !important;
}
#contact-agence .form-label  { color: rgba(255,255,255,0.8) !important; }
#contact-agence .form-input,
#contact-agence .form-textarea {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: #fff !important;
}
#contact-agence .form-input::placeholder,
#contact-agence .form-textarea::placeholder { color: rgba(255,255,255,0.35) !important; }
#contact-agence .form-note { color: rgba(255,255,255,0.35) !important; }

/* Stats section — dark, keep white text */
.stats-section-v2 h2,
.stats-section-v2 h3,
.stats-section-v2 p,
.stats-section-v2 .section-tag { color: rgba(255,255,255,0.9) !important; }

/* Footer & addons — keep white text */
.site-footer h4,
.site-footer p,
.site-footer a,
.footer-col h4,
.footer-col a { color: inherit; }

/* Toast — keep dark */
.toast { background: #1A1F2E !important; border-color: rgba(255,255,255,0.1) !important; }
.toast-title { color: #fff !important; }
.toast-body  { color: rgba(255,255,255,0.55) !important; }

/* Exit popup — keep dark */
.exit-popup { background: #1E2538 !important; }
.exit-popup h2 { color: #fff !important; }
.exit-popup p  { color: rgba(255,255,255,0.65) !important; }

/* Lead form checklist on dark section */
#contact-agence .lead-form-checklist li { color: rgba(255,255,255,0.75) !important; }

/* Social proof bar */
.proof-item { color: #5C6480 !important; }
.proof-item strong { color: #1A1F36 !important; }

/* Back to top */
.back-to-top {
  background: rgba(26,31,54,0.08) !important;
  border-color: rgba(26,31,54,0.12) !important;
  color: rgba(26,31,54,0.5) !important;
}
.back-to-top:hover { background: var(--color-orange) !important; border-color: var(--color-orange) !important; color: #fff !important; }

/* ══════════════════════════════════════════════
   BLOG / ARCHIVE / SINGLE — LIGHT THEME
   ══════════════════════════════════════════════ */

/* Inner page header — keep distinct dark strip for identity */
.page-header {
  background:
    radial-gradient(ellipse 60% 80% at 0% 100%, rgba(123,40,130,0.25) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 100% 0%,  rgba(232,146,26,0.18) 0%, transparent 50%),
    linear-gradient(160deg, #16202F 0%, #1A1F2E 100%) !important;
  padding-top: 120px !important;
}
.page-header h1,
.page-header .page-title    { color: #fff !important; }
.page-header .page-subtitle { color: rgba(255,255,255,0.68) !important; }

/* Blog cards — already white in main.css, reinforce for light theme */
.blog-card {
  background: #fff !important;
  border-color: rgba(0,0,0,0.07) !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.055) !important;
}
.blog-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.11) !important;
  border-color: rgba(232,146,26,0.22) !important;
}
.blog-card h3 a    { color: #1A1F36 !important; }
.blog-card h3 a:hover { color: var(--color-orange) !important; }
.blog-card p,
.blog-excerpt      { color: #5C6480 !important; }
.blog-meta time    { color: #7B849E !important; }
.read-more         { color: var(--color-orange) !important; }

/* Sidebar */
.sidebar-widget {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.07) !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05) !important;
  padding: 24px !important;
  margin-bottom: 24px !important;
}
.widget-title,
.sidebar-widget h3 { color: #1A1F36 !important; font-size: 0.9rem !important; text-transform: uppercase !important; letter-spacing: 1.2px !important; font-weight: 700 !important; margin-bottom: 16px !important; }
.sidebar-widget ul li a { color: #4A5472 !important; }
.sidebar-widget ul li a:hover { color: var(--color-orange) !important; }

/* Sidebar CTA widget (intentionally dark) */
.sidebar-widget[style*="background:var(--color-dark)"],
.sidebar-widget[style*="background: var(--color-dark)"] {
  background: #1A1F2E !important;
}

/* Blog content area */
.site-main .section { background: #FCFBF8 !important; }
.content-sidebar-layout { gap: 40px !important; }

/* Pagination */
.pagination { margin-top: 48px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pagination a,
.pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px; font-size: 0.875rem; font-weight: 600; color: #4A5472; background: #fff; border: 1px solid rgba(0,0,0,0.08); transition: all 0.2s; }
.pagination a:hover,
.pagination .current { background: var(--color-orange) !important; color: #fff !important; border-color: var(--color-orange) !important; }

/* Post content on light bg */
.post-content { color: #2D3555 !important; }
.post-content p { color: #3D4466 !important; }
.post-content h2, .post-content h3, .post-content h4 { color: #1A1F36 !important; }
.post-content blockquote { border-left: 4px solid var(--color-orange); background: #F7F4EF; color: #2D3555; }

/* Footer blog link highlight */
.footer-col a[href*="/blog"] { color: var(--color-orange) !important; }

/* ══════════════════════════════════════════════
   STATS STRIP — full-width, ambris-inspired
   ══════════════════════════════════════════════ */
.stats-strip {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 45% 100% at 15% 50%, rgba(232,146,26,0.14) 0%, transparent 60%),
    radial-gradient(ellipse 40% 100% at 85% 50%, rgba(123,40,130,0.14) 0%, transparent 60%),
    linear-gradient(135deg, #16202F 0%, #1A1F2E 50%, #1C1E32 100%);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.stats-strip-inner {
  display: flex;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.stat-strip-item {
  flex: 1;
  text-align: center;
  padding: 64px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stat-big-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  line-height: 1;
}

.stat-count,
.stat-fixed {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.75) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-accent {
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  font-weight: 800;
  background: linear-gradient(135deg, var(--color-orange), var(--color-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-left: 2px;
}

.stat-strip-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
}

.stat-vline {
  width: 1px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
  margin: 32px 0;
}

/* Mobile: stack 2x2 */
@media (max-width: 767px) {
  .stats-strip-inner { flex-wrap: wrap; }
  .stat-strip-item   { flex: 0 0 50%; padding: 40px 16px; }
  .stat-vline        { display: none; }
  .stat-count, .stat-fixed { font-size: 2.5rem; }
}
@media (max-width: 479px) {
  .stat-strip-item { flex: 0 0 100%; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .stat-strip-item:last-child { border-bottom: none; }
}

/* ── TrustIndex wrapper ── */
.trustindex-wrapper { max-width: 1100px; margin: 0 auto; }
.trustindex-wrapper .ti-widget { color: #1A1F36 !important; }

/* ══════════════════════════════════════════════
   CONTRAST FIXES — global audit
   Force dark text inside white cards regardless of surrounding dark sections
   ══════════════════════════════════════════════ */

/* Service-card: white bg is forced by CSS; inline white text overrides must yield */
.service-card ul li,
.service-card ul li span,
.service-card ol li,
.service-card p,
.service-card .faq-answer-inner { color: #5C6480 !important; }
.service-card h4 { color: #1A1F36 !important; }
.service-card strong { color: #2D3555 !important; }
.service-card h4[style*="color:var(--color-orange)"],
.service-card h4[style*="color:#4ade80"] { /* keep accent colors for titled cards */ }

/* Accordion — FAQ path interactive */
.accordion-item .accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.45s ease; }
.accordion-item.open .accordion-body { max-height: 800px; }
.accordion-body p,
.accordion-body li { color: #4A5472 !important; }
.accordion-header .accordion-icon { transition: transform 0.3s; }
.accordion-item.open .accordion-header .accordion-icon { transform: rotate(180deg); }

/* ── INTERACTIVE FAQ PATH ── */
.faq-path-section { background-color: #F3F6FB !important; }
.faq-path-step { display: none; }
.faq-path-step.active { display: block; }

.faq-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 640px) { .faq-choose-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .faq-choose-grid { grid-template-columns: repeat(3, 1fr); } }

.faq-choice-card {
  background: #fff;
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.faq-choice-card:hover {
  border-color: var(--color-orange);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(232,146,26,0.14);
}
.faq-choice-icon {
  font-size: 2rem;
  line-height: 1;
}
.faq-choice-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1A1F36;
  line-height: 1.3;
}
.faq-choice-desc {
  font-size: 0.78rem;
  color: #5C6480;
  line-height: 1.4;
}

/* FAQ detail panel */
.faq-detail-panel {
  max-width: 860px;
  margin: 0 auto;
}
.faq-detail-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}
.faq-back-btn {
  background: none;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  color: #5C6480;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.faq-back-btn:hover { border-color: var(--color-orange); color: var(--color-orange); }

.faq-detail-list { display: flex; flex-direction: column; gap: 12px; }
.faq-detail-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 14px;
  overflow: hidden;
}
.faq-detail-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1A1F36;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  transition: background 0.15s;
}
.faq-detail-q:hover { background: rgba(232,146,26,0.04); }
.faq-detail-q svg { flex-shrink: 0; transition: transform 0.3s; color: var(--color-orange); }
.faq-detail-item.open .faq-detail-q svg { transform: rotate(180deg); }
.faq-detail-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-detail-item.open .faq-detail-a { max-height: 600px; }
.faq-detail-a-inner {
  padding: 0 24px 20px;
  color: #4A5472;
  font-size: 0.9rem;
  line-height: 1.75;
}
.faq-detail-a-inner a {
  color: var(--color-orange);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-detail-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.faq-detail-cta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none !important;
}
.faq-cta-primary {
  background: var(--color-orange);
  color: #fff !important;
}
.faq-cta-secondary {
  background: rgba(232,146,26,0.10);
  color: var(--color-orange) !important;
  border: 1px solid rgba(232,146,26,0.25);
}

/* ── 3D ORBIT VISUAL (contact-agence) ── */
.orbit-visual {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  position: relative;
  margin: 0 auto;
  flex-shrink: 0;
}
.orbit-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 96px; height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-orange), var(--color-pink));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  z-index: 10;
  box-shadow: 0 0 0 16px rgba(232,146,26,0.10), 0 0 0 32px rgba(232,146,26,0.05);
  animation: orbitPulse 2.5s ease-in-out infinite;
  line-height: 1.2;
}
@keyframes orbitPulse {
  0%,100% { box-shadow: 0 0 0 16px rgba(232,146,26,0.12), 0 0 0 32px rgba(232,146,26,0.05); }
  50%      { box-shadow: 0 0 0 22px rgba(232,146,26,0.08), 0 0 0 44px rgba(232,146,26,0.03); }
}
.orbit-ring {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.10);
  transform: translate(-50%, -50%);
}
.orbit-ring-1 { width: 180px; height: 180px; border-color: rgba(232,146,26,0.18); animation: ringRotate 12s linear infinite; }
.orbit-ring-2 { width: 280px; height: 280px; border-color: rgba(123,40,130,0.15); animation: ringRotate 20s linear infinite reverse; }
.orbit-ring-3 { width: 370px; height: 370px; border-color: rgba(91,173,255,0.10); animation: ringRotate 30s linear infinite; }
@keyframes ringRotate { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg); } }

.orbit-node {
  position: absolute;
  top: 50%; left: 50%;
  transform-origin: 0 0;
  z-index: 5;
}
.orbit-node-inner {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 10px;
  padding: 7px 12px;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255,255,255,0.90);
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: background 0.2s;
  cursor: default;
}
.orbit-node:hover .orbit-node-inner {
  background: rgba(232,146,26,0.25);
  border-color: rgba(232,146,26,0.40);
}

/* ══════════════════════════════════════════════
   CONTRAST AUDIT — GLOBAL FIXES v2
   Prevent any white/light text on white/cream backgrounds
   ══════════════════════════════════════════════ */

/* Service-card h4 — keep intentional accent colors, only override uncolored h4 */
.service-card h4:not([style*="color"]) { color: #1A1F36 !important; }

/* Dark form-control override for contact-agence section (uses form-control class) */
#contact-agence .form-control,
#contact-agence .form-group input,
#contact-agence .form-group textarea,
#contact-agence .form-group select {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important;
  border-radius: 10px !important;
}
#contact-agence .form-control::placeholder,
#contact-agence .form-group input::placeholder,
#contact-agence .form-group textarea::placeholder { color: rgba(255,255,255,0.38) !important; }
#contact-agence .form-control:focus,
#contact-agence .form-group input:focus,
#contact-agence .form-group textarea:focus {
  border-color: var(--color-orange) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(232,146,26,0.18) !important;
}
#contact-agence .form-label,
#contact-agence label { color: rgba(255,255,255,0.80) !important; font-size: 0.85rem !important; font-weight: 600 !important; }
#contact-agence .form-success-message { color: #4ade80 !important; font-weight: 600; display: none; align-items: center; gap: 8px; }
#contact-agence .mini-contact-form .form-success-message.show { display: flex !important; }

/* Case cards v2 on light bg */
.case-card-v2 {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05) !important;
}
.case-card-v2 h3 { color: #1A1F36 !important; }
.case-tag { color: #5C6480 !important; font-size: 0.75rem; }
.case-row-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; padding: 2px 8px; border-radius: 4px; flex-shrink: 0; }
.case-row-label.problem { background: rgba(196,30,106,0.10); color: #C41E6A; }
.case-row-label.solution { background: rgba(46,204,113,0.12); color: #16a34a; }
.case-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
.case-row-text { font-size: 0.82rem; color: #4A5472; line-height: 1.5; }
.case-tech-tag { background: rgba(0,0,0,0.05) !important; color: #5C6480 !important; }

/* Brique cards on light bg */
.brique-card-inner {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.07) !important;
}
.brique-number { color: rgba(26,31,54,0.06) !important; }
.brique-card h3 { color: #1A1F36 !important; }
.brique-card p  { color: #5C6480 !important; }
/* Keep gradient border from parent .brique-card */
.brique-card { background: linear-gradient(135deg, var(--color-orange), var(--color-pink), var(--color-purple)) !important; }

/* Why-card v2 icons */
.why-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(232,146,26,0.12), rgba(196,30,106,0.12));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-orange);
  margin-bottom: 16px;
}
.why-icon svg { width: 24px; height: 24px; }

/* Secteurs pills */
.secteur-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: 50px;
  background: #fff; border: 1px solid rgba(0,0,0,0.08);
  font-size: 0.85rem; font-weight: 600; color: #2D3555;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  transition: all 0.2s;
}
.secteur-pill:hover { border-color: var(--color-orange); color: var(--color-orange); background: rgba(232,146,26,0.04); }

/* Partners wall */
.partners-wall {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.partner-badge {
  padding: 8px 20px; border-radius: 50px;
  background: #fff; border: 1px solid rgba(0,0,0,0.08);
  font-size: 0.82rem; font-weight: 700; color: #3D4466;
  text-transform: uppercase; letter-spacing: 0.8px;
  transition: all 0.2s;
}
.partner-badge:hover { border-color: var(--color-orange); color: var(--color-orange); }
.partner-badge-primary { border-color: rgba(223,0,103,0.25) !important; color: #DF0067 !important; background: rgba(223,0,103,0.04) !important; }

/* Addons banner */
.addons-banner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  background: linear-gradient(135deg, #1E3D1A 0%, #2E5224 100%) !important;
  border-radius: 20px; padding: 48px 40px;
}
.addons-banner h2 { color: #fff !important; }
.addons-banner p  { color: rgba(255,255,255,0.75) !important; }
.btn-white { background: #fff !important; color: #1E3D1A !important; }
.btn-white:hover { background: rgba(255,255,255,0.9) !important; color: #1E3D1A !important; }

/* CTA Banner — dark, white text always */
.cta-banner { background: linear-gradient(135deg, #1A1F2E 0%, #2D1040 40%, #1A1F2E 100%) !important; padding: 80px 0; }
.cta-banner h2, .cta-banner p { color: rgba(255,255,255,0.9) !important; }
.cta-banner-content { text-align: center; }
.cta-banner-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.btn-outline { background: transparent !important; color: rgba(255,255,255,0.8) !important; border: 2px solid rgba(255,255,255,0.25) !important; }
.btn-outline:hover { border-color: var(--color-orange) !important; color: var(--color-orange) !important; background: rgba(232,146,26,0.08) !important; }

/* Competences visual grid (e-merchant focused) */
.competences-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 480px) { .competences-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .competences-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .competences-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } }

.competence-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transition: all 0.3s;
  cursor: default;
}
.competence-card:hover {
  border-color: rgba(232,146,26,0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}
.competence-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.competence-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1A1F36;
  line-height: 1.3;
}
.competence-sub {
  font-size: 0.72rem;
  color: #7B849E;
  line-height: 1.4;
}
.competence-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin-top: 2px;
}
.comp-tag {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
  background: rgba(0,0,0,0.05);
  color: #5C6480;
  border: 1px solid rgba(0,0,0,0.07);
}

/* ── EXPERTISE SERVICE GRID (new visual competences section) ── */
.expertise-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 640px) { .expertise-services-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .expertise-services-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.expertise-service-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 18px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none !important;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.expertise-service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--color-orange), var(--color-pink));
  opacity: 0; transition: opacity 0.3s;
}
.expertise-service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.10); border-color: rgba(232,146,26,0.22); }
.expertise-service-card:hover::before { opacity: 1; }
.expertise-service-primary { border-color: rgba(223,0,103,0.2) !important; box-shadow: 0 4px 20px rgba(223,0,103,0.07) !important; }
.expertise-service-primary::before { opacity: 1; background: linear-gradient(90deg, #DF0067, #C41E6A); }
.expertise-service-urgence { border-color: rgba(196,30,106,0.2) !important; }
.expertise-service-urgence::before { background: linear-gradient(90deg, #C41E6A, #7B2882); }
.expertise-service-urgence:hover { border-color: rgba(196,30,106,0.35) !important; }

.expertise-service-logo {
  width: 52px; height: 52px;
  background: rgba(223,0,103,0.10);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.expertise-service-body { flex: 1; }
.expertise-service-title { font-size: 0.9rem; font-weight: 700; color: #1A1F36; margin-bottom: 6px; line-height: 1.3; }
.expertise-service-desc { font-size: 0.78rem; color: #5C6480; line-height: 1.55; }
.expertise-service-badge {
  display: inline-block; font-size: 0.62rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.8px; padding: 3px 10px; border-radius: 50px;
  background: rgba(223,0,103,0.08); color: #DF0067;
  border: 1px solid rgba(223,0,103,0.2); width: fit-content;
}
.expertise-service-link {
  font-size: 0.78rem; font-weight: 700; color: var(--color-orange);
  display: block; margin-top: auto;
}

/* Platforms logos row */
.platforms-logos-row {
  border-top: 1px solid rgba(0,0,0,0.07);
  padding-top: 36px; margin-bottom: 24px;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.platforms-logos-label {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
  color: #7B849E;
}
.platforms-logos-items {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}

/* Certifications strip */
.certs-strip {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  padding-top: 8px;
}
.cert-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.72rem; font-weight: 600;
  padding: 6px 14px; border-radius: 50px;
  background: rgba(0,0,0,0.035); border: 1px solid rgba(0,0,0,0.08);
  color: #5C6480;
}
.cert-badge svg { color: var(--color-orange); flex-shrink: 0; }

/* ── PLATFORM LOGOS SHOWCASE (competences redesign) ── */
.platforms-showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 48px 0 0;
  padding-top: 40px;
  border-top: 1px solid rgba(0,0,0,0.07);
}
.platform-logo-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #3D4466;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.platform-logo-item:hover { border-color: var(--color-orange); color: var(--color-orange); transform: translateY(-2px); }

/* ── HUMAN AGENCY SECTION (contact-agence layout) ── */
.human-agency-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  min-height: 500px;
}
@media (max-width: 900px) {
  .human-agency-layout { grid-template-columns: 1fr; }
}
.human-agency-map {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 32px;
  min-height: 360px;
}
.human-agency-content {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
@media (max-width: 768px) {
  .human-agency-content { padding: 36px 28px; }
  .human-agency-map { padding: 40px 20px; min-height: 300px; }
}
.human-agency-content h2 { color: #fff !important; margin-bottom: 20px; font-size: clamp(1.3rem,3vw,2rem) !important; }
.human-list {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.human-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.95rem; color: rgba(255,255,255,0.82);
}
.human-contact-links {
  display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 28px;
}
.human-contact-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--color-orange); font-weight: 700; font-size: 0.95rem;
  text-decoration: none; transition: color 0.2s;
}
.human-contact-link:hover { color: #fff; }
.response-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,146,26,0.15); border: 1px solid rgba(232,146,26,0.35);
  color: var(--color-orange); padding: 8px 18px; border-radius: 50px;
  font-weight: 700; font-size: 0.8rem; margin-bottom: 20px;
  text-transform: uppercase; letter-spacing: 0.8px;
}
.mini-contact-form {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 24px;
}
.form-row-2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0;
}
@media (max-width: 600px) { .form-row-2 { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 14px; }
.btn-block { width: 100%; justify-content: center; }

/* Page header breadcrumb */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 4px; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-bottom: 16px; list-style: none; padding: 0; }
.breadcrumb li + li::before { content: "\203A"; margin-right: 4px; color: rgba(255,255,255,0.3); }
.breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.breadcrumb a:hover { color: var(--color-orange); }
.breadcrumb-sep { opacity: 0.4; }

/* ── URGENCE HIGHLIGHT BOX (why section) ── */
.urgence-highlight-inner {
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, rgba(196,30,106,0.09), rgba(123,40,130,0.09));
  border: 1px solid rgba(196,30,106,0.25);
  border-radius: 16px; padding: 20px 28px;
}
.urgence-highlight-inner p { margin: 0; color: #2D3555 !important; font-size: 0.95rem; }
.urgence-highlight-inner a { color: var(--color-pink) !important; font-weight: 700; }

/* ══════════════════════════════════════════════
   MOBILE CRITICAL FIXES v3
   - Header behind topbar on mobile
   - Horizontal scroll (reCAPTCHA, floating btns)
   - Orbit visual rings overflow + centering
   ══════════════════════════════════════════════ */

/* 1. Prevent ALL horizontal overflow */
html { overflow-x: hidden; }
body { overflow-x: hidden; max-width: 100vw; }
.floating-actions { max-width: calc(100vw - 32px); }

/* 2. Hide reCAPTCHA badge (invisible captcha still works) */
.grecaptcha-badge { opacity: 0 !important; pointer-events: none !important; }


/* 4. Ensure hamburger + nav are always accessible above topbar */
.site-header { z-index: 1050; }
.mobile-overlay { z-index: 1998 !important; }
.mobile-nav { z-index: 1999 !important; }
.mobile-nav-close { top: 52px !important; }

/* 5. Orbit visual — rings as % so they scale with container, not overflow */
.orbit-visual { overflow: visible; }
.orbit-ring-1 { width: 45% !important; height: 45% !important; }
.orbit-ring-2 { width: 70% !important; height: 70% !important; }
.orbit-ring-3 { width: 90% !important; height: 90% !important; }

/* 6. Orbit node: position-relative to point center, not top-left */
.orbit-node {
  transform: translate(-50%, -50%) !important;
  transform-origin: center center !important;
  transition: transform 0.2s;
}
.orbit-node-inner {
  transform: none !important; /* transform is now on parent */
  cursor: default;
}
.orbit-node:hover { transform: translate(-50%, -50%) scale(1.1) !important; z-index: 20 !important; }
.orbit-node:hover .orbit-node-inner {
  background: rgba(232,146,26,0.3) !important;
  border-color: var(--color-orange) !important;
  color: #fff !important;
}

/* 7. Orbit center logo: use bigger size on desktop */
.orbit-center {
  width: 84px !important;
  height: 84px !important;
  font-size: 0 !important; /* hide fallback text since we use SVG in HTML */
  padding: 0 !important;
}
.orbit-center-logo { width: 52px; height: 52px; }

/* 8. Mobile orbit: smaller + simpler */
@media (max-width: 768px) {
  .orbit-visual { max-width: 280px !important; }
  .orbit-ring-3 { display: none; } /* hide outermost ring on mobile */
}

/* 9. Contact page layout */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1024px) { .contact-layout { grid-template-columns: 1fr; gap: 40px; } }

/* 10. Contact form redesign */
.contact-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 4px 32px rgba(0,0,0,0.06);
}
@media (max-width: 600px) { .contact-form-card { padding: 24px 20px; } }

.contact-sidebar { display: flex; flex-direction: column; gap: 20px; }
.contact-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid rgba(0,0,0,0.07);
}
.contact-card--dark {
  background: #1A1F36;
  border-color: transparent;
}
.contact-card h3 {
  font-size: 1rem;
  color: #1A1F36;
  margin: 0 0 16px;
  font-weight: 700;
}
.contact-card--dark h3 { color: #fff; }

.contact-direct-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.contact-direct-link--phone { background: rgba(232,146,26,0.07); border-color: rgba(232,146,26,0.2); }
.contact-direct-link--email { background: rgba(123,40,130,0.06); border-color: rgba(123,40,130,0.15); }
.contact-direct-link:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.contact-direct-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-direct-label { font-size: 0.75rem; color: #7B849E; margin-bottom: 2px; }
.contact-direct-value { font-size: 0.9rem; font-weight: 700; color: #1A1F36; }
.contact-direct-sub { font-size: 0.72rem; color: #7B849E; }

.contact-step { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.contact-step:last-child { margin-bottom: 0; }
.contact-step-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-orange), var(--color-pink));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.72rem; font-weight: 800; flex-shrink: 0;
}
.contact-step-title { font-size: 0.88rem; font-weight: 600; color: #1A1F36; margin-bottom: 2px; }
.contact-step-desc { font-size: 0.78rem; color: #7B849E; line-height: 1.5; margin: 0; }

/* Form inputs on light bg */
.contact-form-card .form-control,
.contact-form-card select.form-control {
  background: #F7F8FC !important;
  border: 1.5px solid #E4E8F0 !important;
  border-radius: 10px !important;
  color: #1A1F36 !important;
  font-size: 0.9rem;
  padding: 12px 16px !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.contact-form-card .form-control:focus {
  border-color: var(--color-orange) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(232,146,26,0.12) !important;
  outline: none;
}
.contact-form-card .form-control::placeholder { color: #B0B8CC !important; }
.contact-form-card .form-label { font-size: 0.8rem; font-weight: 600; color: #4A5472; margin-bottom: 6px; display: block; }
.contact-form-card .form-error { font-size: 0.75rem; color: #C41E6A; margin-top: 4px; }
.contact-form-card .form-group { margin-bottom: 18px; }
.contact-form-card .form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .contact-form-card .form-grid-2 { grid-template-columns: 1fr; } }
.contact-form-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(232,146,26,0.1); color: var(--color-orange); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; padding: 5px 12px; border-radius: 50px; margin-bottom: 12px; }
.urgence-highlight-inner a:hover { color: var(--color-orange) !important; }

/* ── RDV BUTTON (Brevo) ── */
.btn-rdv {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.35);
  color: rgba(255,255,255,0.9);
  border-radius: 8px;
  padding: 7px 14px;
  font-weight: 600;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.btn-rdv:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); color: #fff; }
.btn-rdv.btn-full { width: 100%; justify-content: center; }
/* In footer (light bg context) */
.site-footer .btn-rdv { border-color: rgba(232,146,26,0.5); color: var(--color-orange); }
.site-footer .btn-rdv:hover { background: rgba(232,146,26,0.08); border-color: var(--color-orange); }
/* Hide RDV text label on very small screens in header */
@media (max-width: 480px) { .nav-cta-rdv-text { display: none; } }
@media (max-width: 380px) { .nav-cta-rdv { display: none; } }

/* ═══════════════════════════════════════════════════════════════
   URGENCE PAGE — Dark section fixes
   ═══════════════════════════════════════════════════════════════ */

/* FAQ accordion in dark sections: force white text */
.urgence-faq .accordion-title,
.urgence-faq .faq-question .accordion-title { color: rgba(255,255,255,0.92) !important; }
.urgence-faq .accordion-header { color: rgba(255,255,255,0.9) !important; }
.urgence-faq .accordion-header:hover { background: rgba(255,255,255,0.05) !important; }
.urgence-faq .accordion-icon { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
.urgence-faq .accordion-icon svg { stroke: rgba(255,255,255,0.7) !important; }
.urgence-faq .accordion-body,
.urgence-faq .faq-body { color: rgba(255,255,255,0.72) !important; }
.urgence-faq .accordion-body p,
.urgence-faq .faq-body p { color: rgba(255,255,255,0.72) !important; }

/* Urgence form: force white labels even if global CSS overrides */
.urgence-form .form-label { color: rgba(255,255,255,0.9) !important; }
.urgence-form .form-control { color: #fff !important; }
.urgence-form .form-control::placeholder { color: rgba(255,255,255,0.35) !important; }
.urgence-form .form-control option { color: #1A1F2E; background: #fff; }

/* Success message: never show on page load */
.form-success-message:not(.visible):not([style*="flex"]):not(.show) { display: none !important; }

/* ═══════════════════════════════════════════════════════════════
   CONTACT FORM 7 — Complete styling
   Makes CF7 forms look identical to our custom form design
   ═══════════════════════════════════════════════════════════════ */

/* Wrapper */
.wpcf7 { width: 100%; }
.wpcf7-form { display: flex; flex-direction: column; gap: 0; }

/* Fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 0.9375rem;
  font-family: var(--font-primary, 'Inter', sans-serif);
  color: #1A1F2E;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #E8921A;
  box-shadow: 0 0 0 3px rgba(232,146,26,0.12);
}
.wpcf7-form textarea { resize: vertical; min-height: 130px; }

/* Labels */
.wpcf7-form label,
.wpcf7-form .wpcf7-form-control-wrap + br + label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1F2E;
  margin-bottom: 6px;
}

/* Row spacing */
.wpcf7-form br { display: none; } /* hide CF7 line breaks */
.wpcf7-form p { margin-bottom: 18px; }
.wpcf7-form p:last-child { margin-bottom: 0; }

/* Submit button */
.wpcf7-form input[type="submit"],
.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-primary, 'Inter', sans-serif);
  color: #fff !important;
  background: linear-gradient(135deg, #E8921A, #C41E6A) !important;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  box-shadow: 0 4px 16px rgba(232,146,26,0.3);
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover { opacity: 0.92; transform: translateY(-1px); }

/* Validation errors */
.wpcf7-not-valid { border-color: #C41E6A !important; }
.wpcf7-not-valid-tip { font-size: 0.78rem; color: #C41E6A; margin-top: 4px; display: block; }

/* Response output */
.wpcf7-response-output {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid;
}
.wpcf7-mail-sent-ok {
  background: rgba(34,197,94,0.08);
  border-color: rgba(34,197,94,0.3);
  color: #166534;
}
.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-spam-blocked {
  background: rgba(196,30,106,0.07);
  border-color: rgba(196,30,106,0.25);
  color: #9D174D;
}
.wpcf7-validation-errors {
  background: rgba(232,146,26,0.07);
  border-color: rgba(232,146,26,0.25);
  color: #92400E;
}

/* Spinner */
.wpcf7-spinner { margin-left: 10px; vertical-align: middle; }

/* Wrap CF7 in card on contact page */
.site-main .wpcf7 {
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 4px 32px rgba(0,0,0,0.06);
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 600px) { .site-main .wpcf7 { padding: 24px 18px; } }

/* ── Briques timeline (horizontal scroll) ── */
.briques-timeline {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 24px;
  scrollbar-width: thin;
  scrollbar-color: rgba(232,146,26,0.3) transparent;
}
.briques-timeline::-webkit-scrollbar { height: 4px; }
.briques-timeline::-webkit-scrollbar-track { background: transparent; }
.briques-timeline::-webkit-scrollbar-thumb { background: rgba(232,146,26,0.3); border-radius: 4px; }
.briques-timeline .brique-card {
  min-width: 320px;
  max-width: 360px;
  flex-shrink: 0;
  scroll-snap-align: start;
}
@media (min-width: 1200px) {
  .briques-timeline { overflow-x: visible; flex-wrap: wrap; justify-content: center; }
  .briques-timeline .brique-card { min-width: auto; flex: 0 1 calc(33.333% - 16px); }
}

/* ── Section subtitle big — impact statement ── */
.section-subtitle-big {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(26,31,54,0.65);
  max-width: 640px;
}

/* ── Partners text logo grid ── */
.partners-text-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 48px;
  padding: 16px 0;
}
.partner-name {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1A1F36;
  opacity: 0.3;
  letter-spacing: -0.01em;
  transition: opacity 0.3s ease;
  cursor: default;
  user-select: none;
  white-space: nowrap;
}
.partner-name:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .partners-text-grid { gap: 40px 64px; }
  .partner-name { font-size: 1.25rem; }
}

/* ── Growth Accordion (Digital & Croissance) ── */
.growth-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
}
.growth-item {
  border-bottom: 1px solid rgba(26,31,54,0.08);
}
.growth-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  gap: 16px;
}
.growth-item summary::-webkit-details-marker { display: none; }
.growth-item summary::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  color: rgba(26,31,54,0.3);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.growth-item[open] summary::after {
  content: '−';
  color: var(--color-orange);
}
.growth-item-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1A1F36;
}
.growth-item[open] .growth-item-title { color: var(--color-orange); }
.growth-item-result {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(26,31,54,0.35);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.growth-item-body {
  padding: 0 0 24px;
}
.growth-item-body p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(26,31,54,0.6);
  margin-bottom: 12px;
}

/* ── Partners logo grid (with favicons) ── */
.partners-logo-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  padding: 8px 0;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .partners-logo-grid { grid-template-columns: repeat(3, 1fr); gap: 16px 32px; }
}
@media (min-width: 900px) {
  .partners-logo-grid { grid-template-columns: repeat(4, 1fr); gap: 20px 40px; }
}
.partners-logo-grid .partner-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 16px !important;
  background: rgba(26,31,54,0.02) !important;
  border: 1px solid rgba(26,31,54,0.06) !important;
  border-radius: 10px !important;
  height: auto !important;
  justify-content: flex-start !important;
  opacity: 0.6;
  transition: all 0.3s;
  cursor: default;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}
.partners-logo-grid .partner-item:hover {
  opacity: 1 !important;
  background: rgba(232,146,26,0.04) !important;
  border-color: rgba(232,146,26,0.2) !important;
}
.partners-logo-grid .partner-item img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 6px;
  filter: grayscale(80%);
  transition: filter 0.3s;
  flex-shrink: 0;
}
.partners-logo-grid .partner-item:hover img { filter: grayscale(0%); }
.partners-logo-grid .partner-item span {
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #1A1F36 !important;
  white-space: nowrap;
}

/* ── Hero Interactive Navigator ── */
.hero-nav-panel {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 24px;
  max-width: 420px;
}
.hero-nav-question {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.hero-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.hero-nav-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.hero-nav-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 10px;
}
.hero-nav-card:hover {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  transform: translateY(-2px);
}
.hero-nav-card:hover .hero-nav-arrow {
  opacity: 1;
  transform: translateX(0);
}
.hero-nav-card-urgent {
  border-color: rgba(196,30,106,0.2);
}
.hero-nav-card-urgent:hover {
  border-color: rgba(196,30,106,0.4);
  background: rgba(196,30,106,0.08);
}
.hero-nav-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-nav-card-text {
  flex: 1;
  min-width: 0;
}
.hero-nav-card-text strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.hero-nav-card-text span {
  display: block;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.3;
  margin-top: 2px;
}
.hero-nav-arrow {
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s;
  color: rgba(255,255,255,0.5);
}
.hero-nav-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
}
@media (max-width: 479px) {
  .hero-nav-grid { grid-template-columns: 1fr; }
  .hero-nav-panel { padding: 16px; }
}

/* ── Editorial split layout (Pourquoi nous) ── */
.editorial-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768px) {
  .editorial-split {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }
}
.editorial-left h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 768px) { .editorial-left h2 { font-size: 2.2rem; } }
.editorial-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(26,31,54,0.6);
}
.editorial-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.editorial-point {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.editorial-number {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-orange);
  opacity: 0.3;
  line-height: 1;
  min-width: 36px;
  padding-top: 4px;
}
.editorial-point h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: #1A1F36;
}
.editorial-point p {
  font-size: 0.9rem;
  color: rgba(26,31,54,0.6);
  line-height: 1.6;
}

/* ── Marquee (secteurs défilants) ── */
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 32px;
}
.marquee-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  white-space: nowrap;
  animation: marqueeScroll 40s linear infinite;
  width: max-content;
}
.marquee-wrapper {
  overflow: hidden !important;
  max-height: 50px;
}
.marquee-item {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(26,31,54,0.18);
  letter-spacing: -0.01em;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.marquee-item::after {
  content: '·';
  color: rgba(26,31,54,0.12);
  font-size: 1.5rem;
}
.marquee-item.accent {
  color: rgba(232,146,26,0.25);
}
@media (min-width: 768px) {
  .marquee-item { font-size: 1.4rem; }
  .marquee-track { gap: 40px; }
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Agence locale — full map background ── */
.section-map {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: linear-gradient(170deg, #1A1F2E 0%, #16202F 50%, #1E2640 100%);
  color: #fff;
}
.map-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.map-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.06;
  filter: brightness(3) sepia(1) hue-rotate(-10deg) saturate(0.5);
}
.map-overlay-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.map-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.map-content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) { .map-content h2 { font-size: 2.5rem; } }
.map-content > p {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 32px;
}
.map-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.map-stat {
  text-align: center;
}
.map-stat-val {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-orange);
}
.map-stat-lbl {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}

/* World map animation */
.world-map-container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.world-map-svg {
  width: 100%;
  height: auto;
}
.map-hq-dot {
  animation: hqPulse 2s ease-in-out infinite;
}
.map-hq-ring {
  animation: hqRing 2s ease-in-out infinite;
}
.map-hq-label {
  font-size: 8px;
  font-weight: 700;
  fill: #E8921A;
  font-family: system-ui, sans-serif;
}
.map-city-label {
  font-size: 7px;
  font-weight: 600;
  fill: rgba(255,255,255,0.7);
  font-family: system-ui, sans-serif;
}

/* (continent tooltip styles removed — using real map image now) */
@keyframes hqPulse {
  0%, 100% { r: 5; }
  50% { r: 7; }
}
@keyframes hqRing {
  0%, 100% { r: 12; opacity: 0.3; }
  50% { r: 18; opacity: 0.08; }
}

/* Staggered line + city animations */
.map-line-1 { animation: mapLineIn 0.6s 0.5s ease-out forwards; }
.map-line-2 { animation: mapLineIn 0.6s 0.8s ease-out forwards; }
.map-line-3 { animation: mapLineIn 0.6s 1.1s ease-out forwards; }
.map-line-4 { animation: mapLineIn 0.6s 1.4s ease-out forwards; }
.map-line-5 { animation: mapLineIn 0.8s 2.0s ease-out forwards; }
.map-line-6 { animation: mapLineIn 0.8s 2.5s ease-out forwards; }
.map-line-7 { animation: mapLineIn 0.8s 3.0s ease-out forwards; }
.map-line-8 { animation: mapLineIn 0.8s 3.5s ease-out forwards; }

.map-city-1 { animation: mapCityIn 0.4s 0.9s ease-out forwards; }
.map-city-2 { animation: mapCityIn 0.4s 1.2s ease-out forwards; }
.map-city-3 { animation: mapCityIn 0.4s 1.5s ease-out forwards; }
.map-city-4 { animation: mapCityIn 0.4s 1.8s ease-out forwards; }

/* ══════════════════════════════════════════════
   BREADCRUMB — hidden standalone, shown inside page-header only
   ══════════════════════════════════════════════ */
.breadcrumb-wrapper {
  display: none !important;
}
.page-header .breadcrumb-wrapper {
  display: block !important;
  background: transparent !important;
  border-bottom: none !important;
  padding: 0 0 20px 0 !important;
}
.breadcrumb li + li::before { color: rgba(255,255,255,0.3) !important; }
.breadcrumb li a { color: rgba(255,255,255,0.55) !important; }
.breadcrumb .active { color: rgba(255,255,255,0.85) !important; }
.breadcrumb li a:hover { color: #fff !important; }

/* Push page-header content below fixed header when NO topbar */
.page-header { padding-top: calc(var(--header-height) + 60px); }
/* When topbar present: add extra 40px */
/* ═══════════════════════════════════════
   PAGE AUDIT GRATUIT
   ═══════════════════════════════════════ */

/* ── Hero audit ── */
.cta-hero { position: relative; overflow: hidden; background: var(--color-dark); padding: 120px 0 72px; text-align: center; }
@media (max-width: 768px) { .cta-hero { padding: 100px 16px 48px; } }
.cta-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-grid-svg { position: absolute; inset: 0; }
.cta-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .45; animation: orbFloat 8s ease-in-out infinite; }
.cta-orb--1 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(232,146,26,.55), transparent 70%); top: -120px; left: -80px; }
.cta-orb--2 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(196,30,106,.45), transparent 70%); top: -60px; right: -60px; animation-delay: -3s; }
.cta-orb--3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(123,40,130,.35), transparent 70%); bottom: -80px; left: 50%; transform: translateX(-50%); animation-delay: -6s; }
@keyframes orbFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-20px) scale(1.06); } }
.cta-hero-inner { position: relative; z-index: 2; }
.cta-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,146,26,.12); border: 1px solid rgba(232,146,26,.3); border-radius: 50px; padding: 8px 20px; font-size: .8rem; font-weight: 700; color: var(--color-orange); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; }
@media (max-width: 768px) { .cta-hero-badge { font-size: .65rem; padding: 6px 14px; letter-spacing: .5px; } }
.cta-hero h1 { font-size: clamp(1.9rem, 5vw, 3.4rem); font-weight: 900; color: #fff; line-height: 1.15; margin: 0 0 20px; }
@media (max-width: 768px) { .cta-hero h1 { font-size: 1.6rem; } }
.grad-text { background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-hero-sub { font-size: clamp(.9rem, 2vw, 1.1rem); color: rgba(255,255,255,.6); margin: 0 0 28px; }
.cta-hero-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
@media (max-width: 768px) { .cta-hero-chips { gap: 6px; } }
.cta-chip { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 50px; padding: 7px 16px; font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.85); }
@media (max-width: 768px) { .cta-chip { font-size: .72rem; padding: 5px 12px; } }
.cta-chip svg { color: #6EE7B7; flex-shrink: 0; }

/* ── Animations ── */
[data-anim] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-anim="fade-right"] { transform: translateX(-24px); }
[data-anim="fade-left"] { transform: translateX(24px); }
[data-anim="fade-down"] { transform: translateY(-16px); }
[data-anim].is-visible { opacity: 1 !important; transform: none !important; }
[data-delay="1"] { transition-delay: .1s; }
[data-delay="2"] { transition-delay: .2s; }
[data-delay="3"] { transition-delay: .3s; }

/* ── Layout grid ── */
.contact-layout-v2 { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 1024px) { .contact-layout-v2 { grid-template-columns: 1fr 1fr; align-items: start; gap: 64px; } }

/* ── Info cards ── */
.cinfo-card { display: flex; align-items: flex-start; gap: 16px; padding: 18px 20px; border-radius: 16px; background: #fff; border: 1px solid rgba(0,0,0,.06); transition: transform .25s, box-shadow .25s; margin-bottom: 4px; }
.cinfo-card:hover { transform: translateX(6px); box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.cinfo-icon { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: rgba(232,146,26,.10); color: #E8921A; }
.cinfo-card:nth-child(2) .cinfo-icon { background: rgba(196,30,106,.10); color: #C41E6A; }
.cinfo-card:nth-child(3) .cinfo-icon { background: rgba(123,40,130,.10); color: #7B2882; }
.cinfo-title { font-size: .95rem; font-weight: 700; color: #1A1F36; margin-bottom: 3px; }
.cinfo-text { font-size: .83rem; color: #5C6480; line-height: 1.5; }

/* ── Process ── */
.cprocess { margin-top: 24px; margin-bottom: 36px; }
.cprocess-title { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--color-orange); margin-bottom: 16px; }
.cprocess-steps { display: flex; flex-direction: column; }
.cprocess-step { display: flex; gap: 16px; padding: 12px 0; position: relative; }
.cprocess-step:not(:last-child)::after { content: ''; position: absolute; top: 44px; left: 17px; width: 2px; height: calc(100% - 16px); background: linear-gradient(to bottom, var(--color-orange) 0%, rgba(232,146,26,.15) 100%); }
.cprocess-num { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); color: #fff; font-size: .8rem; font-weight: 800; z-index: 1; }
.cprocess-step strong { font-size: .9rem; font-weight: 700; color: #1A1F36; }
.cprocess-step div span { font-size: .82rem; color: #5C6480; display: block; margin-top: 2px; }

/* ── Form card ── */
.cform-card { background: #fff; border-radius: 24px; box-shadow: 0 4px 40px rgba(0,0,0,.10), 0 1px 3px rgba(0,0,0,.06); overflow: hidden; }
.cform-header { display: flex; align-items: center; gap: 16px; padding: 24px 28px 22px; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); }
.cform-header-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(255,255,255,.18); color: #fff; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.cform-header-title { font-size: 1.05rem; font-weight: 800; color: #fff; }
.cform-header-sub { font-size: .78rem; color: rgba(255,255,255,.75); margin-top: 2px; }

/* ── Success ── */
.cform-success { padding: 48px 28px; text-align: center; }
.cform-success-icon { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, rgba(5,150,105,.12), rgba(5,150,105,.06)); border: 2px solid rgba(5,150,105,.3); color: #059669; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; animation: successPop .5s cubic-bezier(.34,1.56,.64,1) both; }
@keyframes successPop { from { transform: scale(.5); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.cform-success h3 { font-size: 1.4rem; font-weight: 900; margin-bottom: 12px; color: #1A1F36; }
.cform-success p { color: #5C6480; margin-bottom: 24px; }

/* ── Fields ── */
#audit-form, #contact-form { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 580px) { .cform-row { grid-template-columns: 1fr; } }
.cfield { display: flex; flex-direction: column; gap: 4px; }
.cfield-wrap { position: relative; }
.cfield-icon { position: absolute; top: 50%; left: 14px; transform: translateY(-50%); color: #B0B7CF; pointer-events: none; z-index: 2; transition: color .2s; }
.cfield-input { width: 100%; padding: 22px 14px 8px 42px; background: #F7F8FC; border: 1.5px solid #E2E6F0; border-radius: 12px; font-size: .93rem; color: #1A1F36; font-family: inherit; outline: none; transition: border-color .2s, background .2s, box-shadow .2s; -webkit-appearance: none; }
.cfield-input::placeholder { color: transparent; }
.cfield-input:focus { border-color: var(--color-orange); background: #fff; box-shadow: 0 0 0 3px rgba(232,146,26,.12); }
.cfield-input:focus ~ .cfield-icon { color: var(--color-orange); }
.cfield-label { position: absolute; top: 50%; left: 42px; transform: translateY(-50%); font-size: .88rem; color: #8A93B0; pointer-events: none; z-index: 2; transition: top .18s ease, transform .18s ease, font-size .18s ease, color .18s ease; white-space: nowrap; }
.cfield-input:not(:placeholder-shown) ~ .cfield-label, .cfield-input:focus ~ .cfield-label { top: 8px; transform: none; font-size: .72rem; color: var(--color-orange); }
.cfield-select { padding: 16px 14px 16px 42px; cursor: pointer; }
.cfield-error { font-size: .78rem; color: #E53E3E; min-height: 0; padding-left: 4px; }
.cfield-hint { font-size: .76rem; color: #9BA3BA; padding-left: 4px; margin: 0; }
.cfield-input.is-invalid { border-color: #E53E3E !important; background: #fff5f5 !important; }

/* ── RGPD ── */
.crgpd { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.crgpd input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.crgpd-box { width: 18px; height: 18px; min-width: 18px; border-radius: 5px; border: 1.5px solid #C8CEDF; background: #F7F8FC; display: flex; align-items: center; justify-content: center; transition: all .18s; margin-top: 1px; color: transparent; }
.crgpd input:checked + .crgpd-box { background: var(--color-orange); border-color: var(--color-orange); color: #fff; }
.crgpd-text { font-size: .83rem; color: #5C6480; line-height: 1.55; }
.crgpd-text a { color: var(--color-orange); font-weight: 600; }
.crgpd.is-invalid .crgpd-box { border-color: #E53E3E !important; }

/* ── Submit button ── */
.cform-submit { width: 100%; padding: 16px 24px; border: none; border-radius: 14px; cursor: pointer; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); color: #fff; font-family: inherit; font-size: 1rem; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; position: relative; overflow: hidden; transition: transform .2s, box-shadow .2s, opacity .2s; }
.cform-submit::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.15), transparent); opacity: 0; transition: opacity .2s; }
.cform-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(196,30,106,.4); }
.cform-submit:hover::after { opacity: 1; }
.cform-submit-label { display: flex; align-items: center; gap: 8px; }
.cform-submit-loading { display: none; align-items: center; gap: 8px; }
.cform-submit.is-loading .cform-submit-label { display: none; }
.cform-submit.is-loading .cform-submit-loading { display: flex; }
.cform-spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── RDV card ── */
.crdv-card { margin-top: 16px; padding: 18px 20px; background: #fff; border-radius: 18px; border: 1px solid rgba(0,0,0,.07); display: flex; align-items: center; gap: 14px; flex-wrap: wrap; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.crdv-left { display: flex; margin-right: 2px; }
.crdv-avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--color-orange), var(--color-pink)); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .9rem; color: #fff; border: 2px solid #fff; }
.crdv-body { flex: 1; min-width: 140px; }
.crdv-title { font-size: .88rem; font-weight: 700; color: #1A1F36; }
.crdv-sub { font-size: .78rem; color: #8A93B0; margin-top: 2px; }
.crdv-btn { white-space: nowrap; }

/* ── Sticky form desktop ── */
@media (min-width: 1024px) { .contact-right-v2 { position: sticky; top: 100px; } }

/* ── TrustIndex mobile fix ── */
.ti-widget { max-width: 100% !important; overflow: hidden !important; }
.ti-widget-container { max-width: 100% !important; }
@media (max-width: 768px) {
  .ti-widget .ti-review-item { min-width: 260px !important; }
  .ti-widget .ti-col-3 { grid-template-columns: 1fr !important; }
}

/* ═══════════════════════════════════════
   MOBILE GLOBAL FIXES
   ═══════════════════════════════════════ */
@media (max-width: 768px) {
  /* Container padding */
  .container { padding-left: 16px !important; padding-right: 16px !important; }

  /* Header fix - always respect topbar */
  .site-header { top: 0; }

  /* Grids to single column */
  .grid-2, .grid-3, .grid-4, .stats-strip-inner { grid-template-columns: 1fr !important; }
  .agence-stats-grid { grid-template-columns: 1fr 1fr !important; }

  /* Hero grids */
  .hero-inner { grid-template-columns: 1fr !important; }
  .agence-hero-grid { grid-template-columns: 1fr !important; }

  /* Platform grid */
  .platform-grid { grid-template-columns: 1fr !important; }

  /* Service cards */
  .services-grid { grid-template-columns: 1fr !important; }

  /* Section padding */
  .section { padding: 48px 0 !important; }

  /* Page header padding */
  .page-header { padding-top: calc(72px + 24px) !important; }
  .page-header-content { max-width: 100% !important; }

  /* Stat strip */
  .stat-vline { display: none !important; }

  /* Mobile nav z-index */
  .mobile-nav { z-index: 10000 !important; }
  .mobile-overlay { z-index: 9999 !important; }
}

.map-city-5 { animation: mapCit