/**
 * OSTRACIO — DESIGN PREMIUM v5
 * Palette Atracio exacte : Violet #5B4FE8 · Blanc · Navy footer #0D1B2A
 * Style SaaS américain premium — Stripe / Linear / Vercel
 * Sans jaune/ambre — violet, bleu, blanc, navy sombre
 */

/* ═══════════════════════════════════════════════
   VARIABLES
═══════════════════════════════════════════════ */
:root {
  /* ── VIOLET PRIMAIRE (Atracio exact) ── */
  --v:          #5B4FE8;
  --v-dark:     #4539C8;
  --v-deep:     #3328A8;
  --v-light:    #7B6FFF;
  --v-xlight:   #A89EFF;
  --v-pale:     #EEF0FF;
  --v-xpale:    #F7F5FF;

  /* ── BLEU ACCENT ── */
  --blue:       #3B7DD8;
  --blue-light: #60A5FA;
  --blue-pale:  #EFF6FF;

  /* ── TEINTE TEAL subtile ── */
  --teal:       #0EA5A0;
  --teal-pale:  #ECFFFE;

  /* ── FONDS ── */
  --white:      #FFFFFF;
  --bg-light:   #FAFAFE;
  --bg-alt:     #F5F4FF;
  --bg-section: #F8F7FF;
  --bg-topbar:  #0A0A14;
  --bg-footer:  #0D1B2A;
  --bg-dark:    #111827;

  /* ── TEXTE ── */
  --t-dark:     #0F0F1A;
  --t-heading:  #1A1A2E;
  --t-body:     #4B5563;
  --t-muted:    #9CA3AF;
  --t-white:    #FFFFFF;
  --t-wm:       rgba(255,255,255,0.80);
  --t-wl:       rgba(255,255,255,0.52);

  /* ── BORDURES ── */
  --border:     #E5E7EB;
  --border-v:   rgba(91,79,232,0.18);
  --border-dark: rgba(255,255,255,0.08);

  /* ── GRADIENTS ── */
  --grad-v:     linear-gradient(135deg, var(--v-light) 0%, var(--v) 50%, var(--v-dark) 100%);
  --grad-hero:  linear-gradient(135deg, rgba(51,40,168,0.95) 0%, rgba(91,79,232,0.90) 50%, rgba(74,63,212,0.92) 100%);
  --grad-cta:   linear-gradient(135deg, #4539C8 0%, #5B4FE8 50%, #7B6FFF 100%);
  --grad-dark:  linear-gradient(135deg, #0F0F1A 0%, #1A1450 60%, #0D1B2A 100%);
  --grad-card:  linear-gradient(135deg, rgba(91,79,232,0.06) 0%, rgba(123,111,255,0.04) 100%);

  /* ── CARDS ── */
  --card-bg:    #FFFFFF;
  --card-alt:   #F8F7FF;
  --radius-sm:  8px;
  --radius-md:  14px;
  --radius-lg:  22px;
  --radius-xl:  32px;

  /* ── OMBRES ── */
  --sh-xs:  0 1px 4px rgba(15,15,26,0.06);
  --sh-sm:  0 2px 12px rgba(91,79,232,0.08);
  --sh-md:  0 8px 32px rgba(91,79,232,0.14);
  --sh-lg:  0 20px 60px rgba(91,79,232,0.18);
  --sh-xl:  0 32px 80px rgba(91,79,232,0.22);
  --sh-btn: 0 4px 18px rgba(91,79,232,0.32);

  /* ── FOOTER ── */
  --link-blue: #60A5FA;

  /* ── POLICES ── */
  --font:    'Inter', sans-serif;
  --font-ar: 'Noto Kufi Arabic', sans-serif;
  --max:     1200px;
}

/* ═══════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  background: var(--white);
  color: var(--t-body);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.rtl { direction: rtl; font-family: var(--font-ar); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg-alt); }
::-webkit-scrollbar-thumb { background: var(--v); border-radius: 4px; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }

/* ═══════════════════════════════════════════════
   LAYOUT
═══════════════════════════════════════════════ */
.container { max-width: var(--max); margin: 0 auto; padding: 0 5%; width: 100%; }
section { padding: 100px 5%; position: relative; }
section.tight { padding: 60px 5%; }
.text-center { text-align: center; }
.bg-white    { background: var(--white); }
.bg-alt      { background: var(--bg-section); }
.bg-light    { background: var(--bg-light); }
.bg-dark     { background: var(--bg-dark); }
.bg-v        { background: var(--v); }

/* ═══════════════════════════════════════════════
   TYPOGRAPHIE PREMIUM
═══════════════════════════════════════════════ */
h1,h2,h3,h4,h5 {
  font-family: var(--font);
  color: var(--t-heading);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
body.rtl h1,body.rtl h2,body.rtl h3 {
  font-family: var(--font-ar);
  letter-spacing: 0;
}

.display-title {
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
  color: var(--t-heading);
}
.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--v);
  margin-bottom: 1rem;
  display: block;
}
.section-eyebrow.on-v { color: rgba(255,255,255,0.75); }

.section-title {
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--t-heading);
  margin-bottom: 1.1rem;
}
.section-title.on-v { color: #fff; }

.section-sub {
  font-size: 1.05rem;
  color: var(--t-body);
  line-height: 1.80;
  max-width: 580px;
}
.section-sub.centered { margin: 0 auto; text-align: center; }
.section-sub.on-v { color: var(--t-wm); }

/* Gradient text */
.text-gradient {
  background: linear-gradient(135deg, var(--v) 0%, var(--v-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-gradient-blue {
  background: linear-gradient(135deg, var(--blue) 0%, var(--v-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ═══════════════════════════════════════════════
   BADGE PILL
═══════════════════════════════════════════════ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--v);
  background: var(--v-pale);
  margin-bottom: 1.2rem;
  border: 1px solid rgba(91,79,232,0.15);
}
.badge .dot {
  width: 5px; height: 5px;
  background: var(--v);
  border-radius: 50%;
  display: inline-block;
  animation: blink 2s ease-in-out infinite;
}
.badge.on-v {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}
.badge.on-v .dot { background: rgba(255,255,255,0.9); }
@keyframes blink { 0%,100%{opacity:1}50%{opacity:0.3} }

/* ═══════════════════════════════════════════════
   TOPBAR
═══════════════════════════════════════════════ */
.topbar {
  background: var(--bg-topbar);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5%;
  position: relative;
  z-index: 1000;
}
.topbar-links { display: flex; align-items: center; }
.topbar-links a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 14px;
  transition: color 0.2s;
}
.topbar-links a:hover { color: #fff; }
.topbar-sep { color: rgba(255,255,255,0.15); font-size: 0.7rem; }
.topbar-links a.lang-active { color: rgba(255,255,255,0.9); font-weight: 600; }

/* ═══════════════════════════════════════════════
   NAVIGATION PRINCIPALE
═══════════════════════════════════════════════ */
nav.main-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(229,231,235,0.8);
  padding: 0 5%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.3s;
}
nav.main-nav.scrolled {
  box-shadow: 0 1px 28px rgba(15,15,26,0.09);
  border-bottom-color: rgba(229,231,235,0.5);
}

/* ══════════════════════════════════════════════
   LOGO OSTRACIO
   · Nav (fond blanc)  → logo.png  (fond blanc natif)
   · Footer (navy)     → logo.png  (filtre invert pour blanc)
══════════════════════════════════════════════ */
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

/* Logo en-tête : PNG fond blanc, taille lisible */
.nav-logo-img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: opacity 0.2s;
}
.nav-logo-img:hover { opacity: 0.8; }

/* Footer logo — fond navy : on applique un filtre blanc sur le PNG */
.ft-logo-img {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 0;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.ft-logo-row .ft-logo-img { margin-bottom: 0; }

/* Dashboard mini-logo */
.dash-logo-mini {
  height: 16px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

/* Masquer anciens éléments texte */
.nav-logo-wordmark { display: none !important; }
.nav-logo-color    { display: block; }
.nav-logo-white    { display: none; }
.logo-circle       { display: none !important; }
.ft-logo-word      { display: none !important; }
.ft-logo-dot       { display: none !important; }

/* Links */
.nav-links { display: flex; align-items: center; gap: 0.15rem; }
.nav-links a {
  color: var(--t-body);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 8px;
  transition: all 0.18s;
}
.nav-links a:hover { color: var(--v); background: var(--v-pale); }
.nav-links a.active { color: var(--v); font-weight: 600; }

/* Actions */
.nav-actions { display: flex; align-items: center; gap: 0.75rem; }
.btn-lang {
  background: none; border: none; font-family: var(--font);
  font-size: 0.82rem; font-weight: 500; color: var(--t-body);
  cursor: pointer; padding: 5px 10px; border-radius: 7px; transition: all 0.18s;
}
.btn-lang:hover { color: var(--v); background: var(--v-pale); }

.btn-nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 22px;
  background: var(--v);
  color: #fff;
  border-radius: 50px;
  font-size: 0.845rem; font-weight: 700;
  text-decoration: none; border: none; cursor: pointer;
  transition: all 0.22s;
  box-shadow: var(--sh-btn);
  font-family: var(--font);
  white-space: nowrap;
}
.btn-nav-cta:hover {
  background: var(--v-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(91,79,232,0.45);
}

.nav-toggle { display: none; cursor: pointer; color: var(--t-dark); font-size: 1.2rem; background: none; border: none; }

.mobile-menu {
  display: none; position: fixed;
  top: 106px; left: 0; right: 0;
  background: #fff; border-bottom: 1px solid var(--border);
  padding: 1.4rem 5%; flex-direction: column; gap: 0.4rem; z-index: 998;
  box-shadow: 0 12px 40px rgba(15,15,26,0.1);
}
.mobile-menu a {
  color: var(--t-heading); text-decoration: none; font-size: 0.95rem; font-weight: 500;
  padding: 0.65rem 0.75rem; border-radius: 8px; transition: all 0.18s;
}
.mobile-menu a:hover { color: var(--v); background: var(--v-pale); }
.mobile-menu.open { display: flex; }

/* ═══════════════════════════════════════════════
   BOUTONS
═══════════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 50px;
  font-size: 0.9rem; font-weight: 700;
  text-decoration: none; border: 2px solid transparent;
  cursor: pointer; transition: all 0.22s; white-space: nowrap;
  font-family: var(--font); line-height: 1;
}
.btn-primary {
  background: var(--v); color: #fff; border-color: var(--v);
  box-shadow: var(--sh-btn);
}
.btn-primary:hover {
  background: var(--v-dark); border-color: var(--v-dark);
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(91,79,232,0.44);
}
.btn-white {
  background: #fff; color: var(--t-heading); border-color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.btn-white:hover { background: var(--v-pale); transform: translateY(-1px); }
.btn-outline-white {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.55);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-outline-v {
  background: transparent; color: var(--v); border-color: var(--v);
}
.btn-outline-v:hover { background: var(--v-pale); }
.btn-ghost-dark {
  background: transparent; color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.22);
}
.btn-ghost-dark:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.45); }

/* ═══════════════════════════════════════════════
   HERO — SECTION PRINCIPALE
═══════════════════════════════════════════════ */
.hero {
  position: relative; overflow: hidden;
  padding: 120px 5% 100px;
  min-height: 600px;
  display: flex; align-items: center;
  background: #0F0D2A;
}
.hero-bg-photo {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 40%;
  opacity: 0.12; z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: var(--grad-hero);
  z-index: 1;
}
.hero-noise {
  position: absolute; inset: 0; z-index: 2; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 200px 200px;
}
/* Grille de fond subtile */
.hero-grid {
  position: absolute; inset: 0; z-index: 2; opacity: 0.04;
  background-image:
    linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 60px 60px;
}
/* Orbes lumineux */
.hero-orb {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 2;
}
.hero-orb-1 {
  width: 600px; height: 600px; top: -150px; right: -100px;
  background: radial-gradient(circle, rgba(123,111,255,0.22) 0%, transparent 70%);
  filter: blur(60px);
}
.hero-orb-2 {
  width: 400px; height: 400px; bottom: -100px; left: -60px;
  background: radial-gradient(circle, rgba(59,125,216,0.18) 0%, transparent 70%);
  filter: blur(60px);
}
.hero-orb-3 {
  width: 300px; height: 300px; top: 30%; left: 40%;
  background: radial-gradient(circle, rgba(91,79,232,0.12) 0%, transparent 70%);
  filter: blur(80px);
}

.hero-inner {
  position: relative; z-index: 3;
  max-width: var(--max); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.hero h1 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 900; color: #fff;
  line-height: 1.07; letter-spacing: -0.045em;
  margin-bottom: 1.4rem;
}
.hero h1 em { font-style: normal; color: var(--v-xlight); }
.hero p.hero-sub {
  font-size: 1.07rem; color: var(--t-wm);
  line-height: 1.80; max-width: 490px; margin-bottom: 2.2rem;
}
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-trust {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.78rem; color: var(--t-wl); flex-wrap: wrap;
}
.hero-trust i { font-size: 0.85rem; color: rgba(168,158,255,0.7); }
.hero-trust-dot { color: rgba(255,255,255,0.2); }

/* Dashboard flottant côté droit */
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-dashboard {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  animation: floatY 6s ease-in-out infinite;
  box-shadow: 0 40px 100px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.06), inset 0 1px 0 rgba(255,255,255,0.1);
  width: 100%;
  max-width: 490px;
}
.dash-topbar {
  background: rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 13px 18px;
  display: flex; align-items: center; gap: 8px;
}
.dash-dot { width: 10px; height: 10px; border-radius: 50%; }
.dash-dot.red { background: #FF5F57; }
.dash-dot.yel { background: #FEBC2E; }
.dash-dot.grn { background: #28C840; }
.dash-title { font-size: 0.72rem; color: rgba(255,255,255,0.45); margin-left: 6px; font-weight: 500; }
.dash-body { padding: 18px; }

/* KPI row */
.kpi-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 14px; }
.kpi-box {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px; padding: 12px 14px;
}
.kpi-box .kpi-v { font-size: 1.15rem; font-weight: 800; color: #fff; line-height: 1; }
.kpi-box .kpi-l { font-size: 0.65rem; color: rgba(255,255,255,0.48); margin-top: 3px; }
.kpi-box .kpi-chg { font-size: 0.68rem; color: #4ADE80; font-weight: 600; margin-top: 2px; }
.kpi-box .kpi-down { font-size: 0.68rem; color: #F87171; font-weight: 600; margin-top: 2px; }

/* Mini chart */
.mini-chart {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px; padding: 14px;
  margin-bottom: 12px;
}
.chart-label { font-size: 0.68rem; color: rgba(255,255,255,0.4); margin-bottom: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.chart-bars { display: flex; align-items: flex-end; gap: 5px; height: 52px; }
.bar { border-radius: 4px 4px 0 0; flex: 1; }
.bar.v  { background: var(--v-light); opacity: 0.9; }
.bar.vl { background: rgba(123,111,255,0.3); }
.bar.bl { background: rgba(59,125,216,0.5); }

/* Product pills */
.product-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.ppill {
  padding: 5px 12px; border-radius: 20px;
  font-size: 0.67rem; font-weight: 700;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.06);
}
.ppill.active { background: var(--v); border-color: var(--v); color: #fff; }
.ppill.active-blue { background: var(--blue); border-color: var(--blue); color: #fff; }

/* ═══════════════════════════════════════════════
   LOGOS CLIENTS
═══════════════════════════════════════════════ */
.logos-band {
  padding: 30px 5%;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.logos-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem 2rem;
}
.logos-label { font-size: 0.72rem; font-weight: 600; color: var(--t-muted); text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap; }
.logos-clients { display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap; }
.cl { font-size: 0.92rem; font-weight: 700; color: #C4C4D4; transition: color 0.2s; cursor: default; }
.cl:hover { color: var(--v); }
.cl.bold { font-size: 1.15rem; font-style: italic; }

/* ═══════════════════════════════════════════════
   FEATURES — CARDS 3 COLONNES
═══════════════════════════════════════════════ */
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.f-card {
  background: var(--white); border: 1.5px solid #EEEEFF;
  border-radius: var(--radius-md); padding: 36px 28px;
  text-align: left; transition: all 0.28s;
  box-shadow: var(--sh-xs);
}
.f-card:hover {
  box-shadow: var(--sh-md); transform: translateY(-5px);
  border-color: rgba(91,79,232,0.25);
}
.f-icon {
  width: 56px; height: 56px; margin-bottom: 1.3rem;
  background: var(--v-pale); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--v); font-size: 1.4rem;
  transition: background 0.25s;
}
.f-card:hover .f-icon { background: var(--v); color: #fff; }
.f-card h3 { font-size: 1rem; font-weight: 700; color: var(--t-heading); margin-bottom: 0.7rem; }
.f-card p  { font-size: 0.875rem; color: var(--t-body); line-height: 1.72; }

/* ═══════════════════════════════════════════════
   PRODUITS — CARDS PREMIUM
═══════════════════════════════════════════════ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.prod-card {
  border-radius: var(--radius-lg);
  padding: 42px 38px;
  position: relative;
  overflow: hidden;
  transition: all 0.32s cubic-bezier(0.25,0.46,0.45,0.94);
  cursor: pointer;
  text-decoration: none;
  display: block;
}
/* Variantes */
.prod-card.mobile  {
  background: linear-gradient(145deg, #FAFAFE 0%, var(--v-pale) 100%);
  border: 1.5px solid rgba(91,79,232,0.14);
}
.prod-card.analytix {
  background: linear-gradient(145deg, #F0F4FF 0%, #EEF0FF 100%);
  border: 1.5px solid rgba(91,79,232,0.12);
}
.prod-card.gpt {
  background: linear-gradient(145deg, #0F0F1A 0%, #1A1450 60%, #120E3A 100%);
  border: 1.5px solid rgba(91,79,232,0.35);
}
.prod-card.connect {
  background: linear-gradient(145deg, #F5F8FF 0%, #EFF6FF 100%);
  border: 1.5px solid rgba(59,125,216,0.15);
}
.prod-card:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); }
.prod-card.gpt:hover { box-shadow: 0 24px 80px rgba(91,79,232,0.55); }

/* Icône */
.prod-icon {
  width: 54px; height: 54px; border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1.6rem;
  transition: transform 0.25s;
}
.prod-card:hover .prod-icon { transform: scale(1.08); }
.prod-card.mobile  .prod-icon { background: var(--v); color: #fff; box-shadow: 0 6px 20px rgba(91,79,232,0.4); }
.prod-card.analytix .prod-icon { background: var(--v); color: #fff; box-shadow: 0 6px 20px rgba(91,79,232,0.4); }
.prod-card.gpt     .prod-icon { background: rgba(123,111,255,0.2); color: var(--v-xlight); border: 1px solid rgba(123,111,255,0.3); }
.prod-card.connect .prod-icon { background: var(--blue); color: #fff; box-shadow: 0 6px 20px rgba(59,125,216,0.4); }

/* Badge NEW */
.prod-new {
  position: absolute; top: 20px; right: 20px;
  background: var(--v); color: #fff;
  font-size: 0.6rem; font-weight: 800; padding: 4px 12px;
  border-radius: 20px; letter-spacing: 0.1em; text-transform: uppercase;
}
.prod-card.gpt .prod-new { background: var(--v-light); }

.prod-name {
  font-size: 1.35rem; font-weight: 800;
  letter-spacing: -0.025em; margin-bottom: 0.5rem;
  color: var(--t-heading);
}
.prod-card.gpt .prod-name { color: #fff; }

.prod-tag {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--v); margin-bottom: 0.9rem;
  display: block;
}
.prod-card.connect .prod-tag { color: var(--blue); }
.prod-card.gpt .prod-tag { color: var(--v-xlight); }

.prod-desc {
  font-size: 0.9rem; line-height: 1.75; color: var(--t-body); margin-bottom: 1.8rem;
}
.prod-card.gpt .prod-desc { color: var(--t-wm); }

.prod-features {
  list-style: none; margin-bottom: 1.8rem;
  display: flex; flex-direction: column; gap: 7px;
}
.prod-features li {
  font-size: 0.83rem; color: var(--t-body);
  display: flex; align-items: center; gap: 8px;
}
.prod-card.gpt .prod-features li { color: rgba(255,255,255,0.72); }
.prod-features li i { font-size: 0.75rem; color: var(--v); flex-shrink: 0; }
.prod-card.connect .prod-features li i { color: var(--blue); }
.prod-card.gpt .prod-features li i { color: var(--v-xlight); }

.prod-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.85rem; font-weight: 700; color: var(--v);
  text-decoration: none; transition: all 0.2s;
}
.prod-link i { font-size: 0.78rem; transition: transform 0.2s; }
.prod-card:hover .prod-link { gap: 10px; }
.prod-card:hover .prod-link i { transform: translateX(4px); }
.prod-card.connect .prod-link { color: var(--blue); }
.prod-card.gpt .prod-link { color: var(--v-xlight); }

/* Déco GPT card */
.prod-card.gpt::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(123,111,255,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.prod-card.gpt::after {
  content: '';
  position: absolute; bottom: -60px; left: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,125,216,0.12) 0%, transparent 70%);
  pointer-events: none;
}

/* ═══════════════════════════════════════════════
   SECTION SPLIT 2 COLONNES
═══════════════════════════════════════════════ */
.split {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.split.reverse .split-visual { order: -1; }
.split-text h2 { margin-bottom: 1.1rem; }
.split-text p { font-size: 0.97rem; color: var(--t-body); line-height: 1.80; margin-bottom: 1rem; }
.split-text .btn { margin-top: 0.75rem; }

.split-visual { display: flex; justify-content: center; align-items: center; }
.illus-wrap {
  width: 100%; max-width: 480px;
  aspect-ratio: 4/3; border-radius: var(--radius-lg);
  background: var(--v-pale); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  animation: floatY 5.5s ease-in-out infinite;
  box-shadow: var(--sh-md);
}
.illus-wrap::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(91,79,232,0.10) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 70%, rgba(123,111,255,0.07) 0%, transparent 60%);
}
.illus-wrap.dark {
  background: linear-gradient(145deg, #0F0F1A 0%, #1A1450 100%);
  box-shadow: 0 24px 80px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.06);
}
.illus-wrap.topo {
  background: var(--bg-section);
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 36px, rgba(91,79,232,0.04) 36px, rgba(91,79,232,0.04) 37px),
    repeating-linear-gradient(90deg, transparent, transparent 36px, rgba(91,79,232,0.04) 36px, rgba(91,79,232,0.04) 37px);
}

/* ═══════════════════════════════════════════════
   FEATURES DÉTAILLÉES
═══════════════════════════════════════════════ */
.feat-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 1.8rem; }
.feat-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: var(--t-body); line-height: 1.6;
}
.feat-list li i { color: var(--v); font-size: 0.8rem; margin-top: 3px; flex-shrink: 0; }

/* ═══════════════════════════════════════════════
   CONNECTORS SECTION
═══════════════════════════════════════════════ */
.connectors-grid {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center; margin-top: 2.5rem;
}
.connector-pill {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 20px;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 50px;
  font-size: 0.83rem; font-weight: 600; color: var(--t-heading);
  box-shadow: var(--sh-xs);
  transition: all 0.22s;
}
.connector-pill:hover { border-color: var(--v); color: var(--v); transform: translateY(-3px); box-shadow: var(--sh-sm); }
.connector-pill i { color: var(--v); font-size: 0.95rem; }

/* Hub central Connectors */
.connect-center {
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--grad-v); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin: 2rem auto;
  box-shadow: var(--sh-lg);
  animation: pulse-ring 3s ease-out infinite;
}
@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(91,79,232,0.35), 0 0 0 0 rgba(91,79,232,0.18); }
  100% { box-shadow: 0 0 0 22px rgba(91,79,232,0), 0 0 0 44px rgba(91,79,232,0); }
}

/* ═══════════════════════════════════════════════
   ROI / CTA BAND VIOLET
═══════════════════════════════════════════════ */
.roi-band {
  background: linear-gradient(145deg, #3B28E8 0%, var(--v) 50%, #4A3FD4 100%);
  padding: 80px 5%;
  text-align: center;
  position: relative; overflow: hidden;
}
.roi-band::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 50px 50px;
}
.roi-band::after {
  content: '';
  position: absolute; right: -120px; top: -120px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(123,111,255,0.22) 0%, transparent 70%);
  pointer-events: none;
}
.roi-band-left {
  position: absolute; left: -100px; bottom: -100px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,125,216,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.roi-band h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.6rem); margin-bottom: 0.8rem; position: relative; z-index: 1; }
.roi-band p  { color: var(--t-wm); font-size: 0.97rem; max-width: 560px; margin: 0 auto 2.5rem; position: relative; z-index: 1; }

.roi-stats-row {
  display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;
  margin-bottom: 2.8rem;
  position: relative; z-index: 1;
}
.roi-stat-box {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius-md);
  padding: 22px 36px;
  text-align: center; min-width: 170px;
  backdrop-filter: blur(8px);
  transition: all 0.25s;
}
.roi-stat-box:hover { background: rgba(255,255,255,0.16); transform: translateY(-3px); }
.roi-stat-box .rsb-num { font-size: 2.6rem; font-weight: 900; color: #fff; line-height: 1; }
.roi-stat-box .rsb-lbl { font-size: 0.80rem; color: var(--t-wm); margin-top: 6px; }

/* Comparatif coût */
.cost-compare {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  margin-bottom: 2.5rem; position: relative; z-index: 1;
}
.cost-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  padding: 20px 28px; text-align: center;
  min-width: 200px;
}
.cost-box .cb-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.cost-box .cb-price { font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; }
.cost-box .cb-sub   { font-size: 0.75rem; color: rgba(255,255,255,0.55); margin-top: 4px; }
.cost-box.before .cb-price { text-decoration: line-through; opacity: 0.55; }
.cost-arrow { display: flex; align-items: center; font-size: 1.5rem; color: rgba(255,255,255,0.4); }
.cost-box.after { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.14); }
.cost-box.after .cb-price { color: #fff; }
.saving-pill {
  display: inline-block; background: #4ADE80; color: #0D1B2A;
  font-size: 0.72rem; font-weight: 800; padding: 3px 10px;
  border-radius: 20px; margin-top: 6px; letter-spacing: 0.05em;
}

/* ═══════════════════════════════════════════════
   CARDS GÉNÉRIQUES
═══════════════════════════════════════════════ */
.card {
  background: var(--card-bg); border: 1.5px solid var(--border);
  border-radius: var(--radius-md); padding: 28px 24px;
  transition: all 0.25s; box-shadow: var(--sh-xs);
}
.card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); border-color: var(--border-v); }
.card-icon {
  width: 48px; height: 48px; background: var(--v-pale);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  color: var(--v); font-size: 1.2rem; margin-bottom: 1rem;
}

/* ═══════════════════════════════════════════════
   STATS ROW (CHIFFRES CLÉS)
═══════════════════════════════════════════════ */
.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; text-align: center; margin-top: 3.5rem;
}
.stat-item {}
.stat-num {
  font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900;
  color: var(--v); line-height: 1; letter-spacing: -0.04em;
  display: block; margin-bottom: 0.4rem;
}
.stat-lbl { font-size: 0.88rem; color: var(--t-body); line-height: 1.5; }

/* ═══════════════════════════════════════════════
   FORMULAIRE
═══════════════════════════════════════════════ */
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--t-heading); margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 11px 15px;
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-size: 0.88rem; font-family: var(--font); color: var(--t-heading);
  background: #fff; outline: none; transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--v); box-shadow: 0 0 0 3px rgba(91,79,232,0.1);
}

/* ═══════════════════════════════════════════════
   SECTION HERO INTERNE (pages secondaires)
═══════════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(145deg, #0F0D2A 0%, #1A1450 60%, #0A0F28 100%);
  padding: 90px 5% 80px;
  text-align: center;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero-orb1 {
  position: absolute; width: 500px; height: 500px;
  top: -150px; right: -100px; border-radius: 50%;
  background: radial-gradient(circle, rgba(91,79,232,0.2) 0%, transparent 70%);
  filter: blur(60px);
}
.page-hero-orb2 {
  position: absolute; width: 350px; height: 350px;
  bottom: -100px; left: -80px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,125,216,0.15) 0%, transparent 70%);
  filter: blur(60px);
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); position: relative; z-index: 1; }
.page-hero p  { color: var(--t-wm); font-size: 1.05rem; max-width: 600px; margin: 1.2rem auto 0; position: relative; z-index: 1; line-height: 1.78; }

/* ═══════════════════════════════════════════════
   PRICING CARDS
═══════════════════════════════════════════════ */
.pricing-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3.5rem;
}
.pricing-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 40px 32px;
  position: relative; transition: all 0.3s;
  box-shadow: var(--sh-xs);
}
.pricing-card.featured {
  border-color: var(--v); border-width: 2px;
  box-shadow: var(--sh-lg);
  transform: scale(1.02);
}
.pricing-card.featured .pc-badge {
  display: inline-block;
  background: var(--v); color: #fff;
  font-size: 0.65rem; font-weight: 800; padding: 4px 12px;
  border-radius: 20px; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.pricing-card .pc-badge { display: none; }
.pc-plan { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--t-muted); margin-bottom: 0.6rem; }
.pc-name { font-size: 1.4rem; font-weight: 800; color: var(--t-heading); margin-bottom: 1.5rem; }
.pc-price { font-size: 2.8rem; font-weight: 900; color: var(--t-heading); line-height: 1; }
.pc-price span { font-size: 1rem; font-weight: 500; color: var(--t-muted); }
.pc-per { font-size: 0.82rem; color: var(--t-muted); margin-bottom: 2rem; }
.pc-features { list-style: none; margin-bottom: 2rem; display: flex; flex-direction: column; gap: 10px; }
.pc-features li { display: flex; align-items: center; gap: 9px; font-size: 0.875rem; color: var(--t-body); }
.pc-features li i { color: var(--v); font-size: 0.78rem; flex-shrink: 0; }
.pc-features li.off { opacity: 0.4; }
.pc-features li.off i { color: var(--t-muted); }
.pricing-card .btn { width: 100%; justify-content: center; }

/* ═══════════════════════════════════════════════
   TÉMOIGNAGES
═══════════════════════════════════════════════ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.testi-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-md); padding: 32px 26px;
  box-shadow: var(--sh-xs); transition: all 0.25s;
}
.testi-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.testi-quote { font-size: 0.92rem; color: var(--t-body); line-height: 1.78; margin-bottom: 1.5rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--v-pale); display: flex; align-items: center; justify-content: center;
  color: var(--v); font-size: 1rem; font-weight: 700; flex-shrink: 0;
}
.testi-name { font-size: 0.88rem; font-weight: 700; color: var(--t-heading); }
.testi-role { font-size: 0.78rem; color: var(--t-muted); }
.testi-stars { color: var(--v); font-size: 0.75rem; margin-bottom: 1rem; }

/* ═══════════════════════════════════════════════
   TIMELINE
═══════════════════════════════════════════════ */
.timeline { position: relative; margin-top: 3rem; }
.timeline::before {
  content: '';
  position: absolute; left: 22px; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(to bottom, var(--v) 0%, transparent 100%);
  opacity: 0.3;
}
.tl-item { display: flex; gap: 2rem; margin-bottom: 3rem; position: relative; }
.tl-dot {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: var(--v-pale); border: 2px solid var(--border-v);
  display: flex; align-items: center; justify-content: center;
  color: var(--v); font-size: 1rem; position: relative; z-index: 1;
}
.tl-content h3 { font-size: 1.05rem; font-weight: 700; color: var(--t-heading); margin-bottom: 0.4rem; }
.tl-content p  { font-size: 0.9rem; color: var(--t-body); line-height: 1.72; }

/* ═══════════════════════════════════════════════
   STEP CARDS (processus)
═══════════════════════════════════════════════ */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 3rem; }
.step-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-md); padding: 30px 22px; text-align: center;
  box-shadow: var(--sh-xs); transition: all 0.25s; position: relative;
}
.step-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); border-color: var(--border-v); }
.step-num {
  width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 1.2rem;
  background: var(--v); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; font-weight: 900;
}
.step-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--t-heading); margin-bottom: 0.6rem; }
.step-card p  { font-size: 0.85rem; color: var(--t-body); line-height: 1.68; }

/* Connecteur step */
.step-card::after {
  content: '→';
  position: absolute; right: -18px; top: 50%;
  transform: translateY(-50%);
  color: var(--t-muted); font-size: 1rem; z-index: 1;
}
.step-card:last-child::after { display: none; }

/* ═══════════════════════════════════════════════
   ACCORDION FAQ
═══════════════════════════════════════════════ */
.faq-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 10px; max-width: 780px; margin-left: auto; margin-right: auto; }
.faq-item {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-md); overflow: hidden; transition: border-color 0.2s;
}
.faq-item.open { border-color: var(--border-v); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px; background: none; border: none; cursor: pointer;
  font-size: 0.95rem; font-weight: 600; color: var(--t-heading);
  font-family: var(--font); text-align: left; gap: 1rem;
}
.faq-q i { color: var(--v); flex-shrink: 0; transition: transform 0.25s; font-size: 0.85rem; }
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  font-size: 0.9rem; color: var(--t-body); line-height: 1.78;
}
.faq-item.open .faq-a { max-height: 200px; padding: 0 22px 18px; }

/* ═══════════════════════════════════════════════
   SECTEURS CARDS
═══════════════════════════════════════════════ */
.secteurs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.sect-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 40px 30px;
  transition: all 0.3s; box-shadow: var(--sh-xs);
  cursor: pointer;
}
.sect-card:hover {
  box-shadow: var(--sh-lg); transform: translateY(-6px);
  border-color: var(--border-v);
}
.sect-icon {
  width: 60px; height: 60px; border-radius: 16px;
  background: var(--v-pale); color: var(--v); font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem; transition: all 0.25s;
}
.sect-card:hover .sect-icon { background: var(--v); color: #fff; }
.sect-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--t-heading); margin-bottom: 0.7rem; }
.sect-card p  { font-size: 0.875rem; color: var(--t-body); line-height: 1.72; }

/* ═══════════════════════════════════════════════
   FOOTER SOMBRE PREMIUM
═══════════════════════════════════════════════ */
footer {
  background: var(--bg-footer);
  padding: 72px 5% 0;
}
.footer-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 2.4fr 1fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3rem;
}
.ft-brand {}
.ft-logo-row { display: flex; align-items: center; gap: 7px; margin-bottom: 0.5rem; }
/* Logo SVG dans footer */
.ft-logo-row .ft-logo-img { height: 38px; width: auto; display: block; margin-bottom: 0; }
.ft-logo-word { font-size: 1.3rem; font-weight: 900; color: #fff; letter-spacing: -0.5px; }
.ft-logo-dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--grad-v);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(91,79,232,0.5);
}
.ft-logo-dot::after {
  content: ''; width: 8px; height: 8px;
  border-radius: 50%; background: rgba(255,255,255,0.65); display: block;
}
.ft-tagline {
  font-size: 0.875rem; color: rgba(255,255,255,0.45);
  line-height: 1.75; max-width: 290px; margin-bottom: 1.6rem;
}
.ft-tagline em { font-style: normal; color: var(--v-light); font-weight: 600; }
.ft-products { display: flex; flex-direction: column; gap: 7px; margin-bottom: 1.6rem; }
.ft-product-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.80rem; font-weight: 600; color: rgba(255,255,255,0.5);
  transition: color 0.2s; cursor: pointer;
}
.ft-product-tag i { color: var(--v-light); font-size: 0.75rem; }
.ft-product-tag:hover { color: #fff; }
.ft-social { display: flex; gap: 0.6rem; }
.ft-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 9px; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45); font-size: 0.85rem; text-decoration: none; transition: all 0.2s;
}
.ft-social a:hover { background: rgba(91,79,232,0.3); border-color: var(--v); color: #fff; }
.ft-col h4 {
  font-size: 0.70rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; color: rgba(255,255,255,0.9); margin-bottom: 1.3rem;
}
.ft-col a {
  display: block; color: rgba(255,255,255,0.45); text-decoration: none;
  font-size: 0.875rem; margin-bottom: 0.7rem; transition: color 0.2s; font-weight: 400;
}
.ft-col a:hover { color: #fff; }
.ft-col a.accent { color: var(--link-blue); }
.ft-col a.accent:hover { color: #93C5FD; }
.footer-bottom {
  max-width: var(--max); margin: 0 auto;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  font-size: 0.79rem; color: rgba(255,255,255,0.25);
}
.footer-bottom a { color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.2s; }
.footer-bottom a:hover { color: rgba(255,255,255,0.65); }

/* ═══════════════════════════════════════════════
   CHIP / TAG
═══════════════════════════════════════════════ */
.chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 12px; border-radius: 50px;
  font-size: 0.72rem; font-weight: 600;
  background: var(--v-pale); color: var(--v);
  border: 1px solid rgba(91,79,232,0.15);
}
.chip.blue { background: var(--blue-pale); color: var(--blue); border-color: rgba(59,125,216,0.15); }
.chip.teal { background: var(--teal-pale); color: var(--teal); border-color: rgba(14,165,160,0.15); }

/* ═══════════════════════════════════════════════
   GLASSMORPHISM CARD
═══════════════════════════════════════════════ */
.glass-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 32px 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
}

/* ═══════════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════════ */
@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.6s ease forwards; }
.fade-up-d1 { animation-delay: 0.1s; opacity: 0; }
.fade-up-d2 { animation-delay: 0.2s; opacity: 0; }
.fade-up-d3 { animation-delay: 0.3s; opacity: 0; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media(max-width:1024px) {
  .stats-row { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card.featured { transform: scale(1); }
}
/* ═══════════════════════════════════════════════
   DASHBOARD HERO V2 — Onglets interactifs
═══════════════════════════════════════════════ */
.hdb-v2 {
  border-radius: var(--radius-xl) !important;
  box-shadow: 0 32px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06) !important;
  overflow: hidden;
  min-width: 0;
  width: 100%;
  max-width: 490px;
  /* Hauteur fixe pour éviter les sauts entre onglets */
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.hdb-v2 .db-panel {
  flex: 1;
}

/* Barre titre */
.dash-live {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #4ADE80;
  letter-spacing: 0.06em;
}
.dash-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ADE80;
  animation: livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(0.7); }
}

/* Onglets */
.db-tabs {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 0 12px;
}
.db-tab {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 13px;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  position: relative;
}
.db-tab:hover { color: rgba(255,255,255,0.75); }
.db-tab.active {
  color: #fff;
  border-bottom-color: var(--v-light);
}
.db-tab-alert.active { border-bottom-color: #F59E0B; }
.db-notif {
  background: #EF4444;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  border-radius: 10px;
  padding: 1px 5px;
  line-height: 1.4;
}

/* Panneaux */
.db-panel {
  display: none;
  padding: 14px 14px 10px;
  animation: panelIn 0.28s ease;
}
.db-panel.active { display: block; }
@keyframes panelIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* KPIs dans le dashboard */
.db-kpi-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.db-kpi {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.db-kpi-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-top: 2px;
}
.db-kpi-val {
  font-size: 1.28rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -0.02em;
}
.db-kpi-lbl {
  font-size: 0.67rem;
  color: rgba(255,255,255,0.48);
  font-weight: 500;
  margin-bottom: 3px;
}
.db-kpi-trend {
  font-size: 0.63rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3px;
}
.db-kpi-trend.up   { color: #4ADE80; }
.db-kpi-trend.warn { color: #F59E0B; }

/* Label chart */
.db-chart-label {
  font-size: 0.64rem;
  font-weight: 600;
  color: rgba(255,255,255,0.38);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* Barres du chart */
.db-bars-wrap {
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
  padding: 10px 10px 6px;
  margin-bottom: 10px;
  border: 1px solid rgba(255,255,255,0.05);
}
.db-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 72px;
}
.db-bar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  height: 100%;
  justify-content: flex-end;
}
.db-bar {
  width: 100%;
  border-radius: 4px 4px 0 0;
  background: rgba(91,79,232,0.38);
  border: 1px solid rgba(91,79,232,0.25);
  transition: background 0.2s;
  position: relative;
  cursor: default;
}
.db-bar:hover { background: rgba(91,79,232,0.62); }
.db-bar::after {
  content: attr(data-val);
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.58rem;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.db-bar:hover::after { opacity: 1; }
.active-bar {
  background: rgba(91,79,232,0.85) !important;
  border-color: var(--v-light) !important;
  box-shadow: 0 0 10px rgba(91,79,232,0.4);
}
.active-bar-green {
  background: rgba(22,163,74,0.75) !important;
  border-color: #4ADE80 !important;
}
/* Barres mortalité */
.mort-bar-n { background: rgba(91,79,232,0.32); }
.mort-bar-d { background: rgba(239,68,68,0.55); border-color: rgba(239,68,68,0.45) !important; }
.mort-bar-s { background: rgba(22,163,74,0.45); border-color: rgba(74,222,128,0.4) !important; }
.mort-bar-d:hover { background: rgba(239,68,68,0.75); }
.mort-bar-s:hover { background: rgba(22,163,74,0.65); }

.db-bar-month {
  font-size: 0.58rem;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
}

/* Badges row */
.db-row-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.db-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.63rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 20px;
}
.db-badge.green  { background: rgba(22,163,74,0.18); color: #4ADE80; border: 1px solid rgba(74,222,128,0.25); }
.db-badge.violet { background: rgba(91,79,232,0.2);  color: var(--v-xlight); border: 1px solid rgba(91,79,232,0.3); }

/* Étiquettes types */
.db-etiq-types {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 2px;
}
.db-etiq-type {
  display: flex;
  align-items: center;
  gap: 8px;
}
.db-etiq-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  min-width: 8px;
}
.db-etiq-type > div {
  flex: 1;
}
.db-etiq-type-name {
  font-size: 0.63rem;
  color: rgba(255,255,255,0.55);
  font-weight: 600;
  margin-bottom: 3px;
}
.db-etiq-bar-wrap {
  height: 5px;
  background: rgba(255,255,255,0.07);
  border-radius: 3px;
  overflow: hidden;
}
.db-etiq-bar {
  height: 100%;
  border-radius: 3px;
  transition: width 0.8s ease;
}
.db-etiq-pct {
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  min-width: 28px;
  text-align: right;
}

/* Parcels mortalité */
.db-mort-parcels {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 2px;
}
.db-parcel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 9px;
  padding: 8px 10px;
}
.db-parcel.warn { border-color: rgba(245,158,11,0.35); background: rgba(245,158,11,0.06); }
.db-parcel-hd {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
}
.db-parcel-hd i { color: rgba(255,255,255,0.4); font-size: 0.6rem; }
.db-parcel-rate {
  margin-left: auto;
  font-size: 0.7rem;
  font-weight: 800;
}
.db-parcel-rate.green  { color: #4ADE80; }
.db-parcel-rate.orange { color: #F59E0B; }
.db-parcel-bar-wrap {
  height: 4px;
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
  overflow: hidden;
}
.db-parcel-bar {
  height: 100%;
  border-radius: 2px;
  transition: width 1s ease;
}

/* Alertes */
.db-alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.db-alert-count {
  font-size: 0.72rem;
  font-weight: 700;
  color: #F59E0B;
  display: flex;
  align-items: center;
  gap: 5px;
}
.db-alert-all {
  font-size: 0.63rem;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: color 0.2s;
}
.db-alert-all:hover { color: rgba(255,255,255,0.7); }
.db-alert-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.db-alert-item {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 9px 10px;
  position: relative;
}
.db-alert-item.urgent { border-color: rgba(239,68,68,0.35); background: rgba(239,68,68,0.07); }
.db-alert-item.warn   { border-color: rgba(245,158,11,0.3); background: rgba(245,158,11,0.06); }
.db-alert-item.resolved { opacity: 0.45; }
.db-alert-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 8px;
  background: rgba(239,68,68,0.2);
  color: #EF4444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.db-alert-icon.warn-icon { background: rgba(245,158,11,0.18); color: #F59E0B; }
.db-alert-icon.info-icon { background: rgba(22,163,74,0.18);  color: #4ADE80; }
.db-alert-body { flex: 1; min-width: 0; }
.db-alert-title {
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255,255,255,0.88);
  line-height: 1.35;
  margin-bottom: 3px;
}
.db-alert-sub {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.42);
  line-height: 1.45;
  margin-bottom: 6px;
}
.db-alert-actions {
  display: flex;
  gap: 5px;
}
.db-alert-btn {
  font-size: 0.6rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  border: none;
  background: var(--v);
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.db-alert-btn:hover { background: var(--v-dark); }
.db-alert-btn.ghost { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.55); }
.db-alert-btn.ghost:hover { background: rgba(255,255,255,0.15); }
.db-alert-badge {
  font-size: 0.55rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 5px;
  letter-spacing: 0.05em;
  align-self: flex-start;
  white-space: nowrap;
}
.urgent-badge { background: rgba(239,68,68,0.25); color: #EF4444; }
.warn-badge   { background: rgba(245,158,11,0.22); color: #F59E0B; }
.info-badge   { background: rgba(22,163,74,0.2);   color: #4ADE80; }
.db-alert-footer {
  margin-top: 8px;
  font-size: 0.62rem;
  color: rgba(255,255,255,0.35);
  text-align: center;
  padding-top: 6px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ═══════════════════════════════════════════════
   SECTION MÉTIERS CONCHYLICOLES
═══════════════════════════════════════════════ */
.metiers-section {
  background: var(--bg-light);
  padding: 100px 5%;
}
.metiers-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.metiers-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.metiers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.metier-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border);
}
.metier-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
}
.metier-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.metier-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.metier-card:hover .metier-img-wrap img {
  transform: scale(1.06);
}
.metier-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(13,27,42,0.75) 100%);
  pointer-events: none;
}
.metier-badge-img {
  position: absolute;
  bottom: 0.85rem;
  left: 0.85rem;
  background: rgba(91,79,232,0.9);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.65rem;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.metier-content {
  padding: 1.4rem 1.5rem 1.6rem;
}
.metier-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--t-heading);
  margin: 0 0 0.55rem;
}
.metier-content p {
  font-size: 0.87rem;
  color: var(--t-body);
  line-height: 1.65;
  margin: 0 0 1rem;
}
.metier-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--v);
  text-decoration: none;
  transition: gap 0.2s;
}
.metier-link:hover { gap: 0.6rem; }

/* ═══════════════════════════════════════════════
   SECTION MORTALITÉ & RENTABILITÉ
═══════════════════════════════════════════════ */
.mortalite-section {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 5%;
}
.mortalite-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  filter: brightness(0.35) saturate(0.8);
  z-index: 0;
}
.mortalite-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(33,27,95,0.82) 0%, rgba(13,27,42,0.88) 100%);
  z-index: 1;
}
.mortalite-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.mortalite-headline {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.18;
  margin: 0 0 1.2rem;
  letter-spacing: -0.02em;
}
.mortalite-em {
  font-style: normal;
  color: var(--v-xlight);
  position: relative;
}
.mortalite-em::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--v-light);
  border-radius: 2px;
}
.mortalite-sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  margin-bottom: 2rem;
}
.mortalite-stats {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2.5rem;
}
.mort-stat {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.mort-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: rgba(91,79,232,0.25);
  border: 1px solid rgba(91,79,232,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v-xlight);
  font-size: 1.1rem;
}
.mort-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.mort-lbl {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  margin-top: 0.15rem;
}
.mortalite-ctas {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

/* Dashboard mortalité */
.mort-dashboard {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.45);
}
.mort-dash-header {
  background: #1A1A2E;
  padding: 0.75rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mort-dash-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.mort-dash-dot.red { background: #FF5F57; }
.mort-dash-dot.yel { background: #FEBC2E; }
.mort-dash-dot.grn { background: #28C840; }
.mort-dash-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-left: 0.5rem;
}
.mort-dash-body {
  padding: 1.4rem;
  background: #FAFAFE;
}
.mort-kpi-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.mort-kpi {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0.9rem 1rem;
}
.mort-kpi-val {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.mort-kpi-val.green { color: #16A34A; }
.mort-kpi-val.orange { color: #F59E0B; }
.mort-kpi-lbl {
  font-size: 0.73rem;
  color: var(--t-muted);
  font-weight: 500;
}
.mort-kpi-trend {
  font-size: 0.7rem;
  color: var(--t-muted);
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.mort-kpi-trend.down { color: #16A34A; }
.mort-chart-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--t-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.mort-chart {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 72px;
  margin-bottom: 1.2rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
}
.mort-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: var(--v-pale);
  border: 1px solid rgba(91,79,232,0.2);
  position: relative;
  min-height: 8px;
  transition: background 0.2s;
}
.mort-bar.danger { background: rgba(239,68,68,0.18); border-color: rgba(239,68,68,0.4); }
.mort-bar.safe   { background: rgba(22,163,74,0.14); border-color: rgba(22,163,74,0.35); }
.mort-bar-tip {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--v);
  white-space: nowrap;
}
.mort-bar-tip.alert-tip { color: #EF4444; }
.mort-bar-tip.good-tip  { color: #16A34A; }
.mort-alert-row {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.mort-alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 3px solid var(--v);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  font-size: 0.8rem;
}
.mort-alert-title {
  font-weight: 700;
  color: var(--t-heading);
  font-size: 0.8rem;
}
.mort-alert-sub {
  color: var(--t-muted);
  font-size: 0.72rem;
  margin-top: 0.1rem;
}
.mort-alert-badge {
  margin-left: auto;
  background: var(--v);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.18rem 0.45rem;
  border-radius: 5px;
  letter-spacing: 0.04em;
}

/* ═══════════════════════════════════════════════
   PHOTO SPLIT — badges flottants
═══════════════════════════════════════════════ */
.photo-wrap {
  position: relative;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.split-photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-lg);
  display: block;
}
.photo-badge-fl {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(13,27,42,0.88);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  z-index: 2;
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — nouvelles sections
═══════════════════════════════════════════════ */
@media(max-width:1024px) {
  .metiers-grid       { grid-template-columns: repeat(2, 1fr); }
  .mortalite-inner    { grid-template-columns: 1fr; gap: 3rem; }
}

@media(max-width:960px) {
  .hero-inner     { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual    { max-width: 500px; margin: 0 auto; width: 100%; }
  .products-grid  { grid-template-columns: 1fr; }
  .split          { grid-template-columns: 1fr; gap: 2.5rem; }
  .split.reverse .split-visual { order: -1; }
  .features-grid  { grid-template-columns: 1fr 1fr; }
  .footer-inner   { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .steps-grid     { grid-template-columns: 1fr 1fr; }
  .step-card::after { display: none; }
  .secteurs-grid  { grid-template-columns: 1fr 1fr; }
}
@media(max-width:768px) {
  section         { padding: 68px 5%; }
  .display-title  { font-size: clamp(2rem, 7vw, 2.8rem); }
  .nav-links      { display: none; }
  .nav-toggle     { display: block; }
  .features-grid  { grid-template-columns: 1fr; }
  .roi-stats-row  { gap: 1rem; }
  .hero           { padding: 88px 5% 68px; }
  .cost-compare   { flex-direction: column; align-items: center; }
  .cost-arrow     { transform: rotate(90deg); }
  .metiers-grid   { grid-template-columns: 1fr; }
  .metiers-section { padding: 68px 5%; }
  .mortalite-section { padding: 68px 5%; }
  .mortalite-stats { gap: 0.8rem; }
  .mortalite-headline { font-size: clamp(1.8rem, 6vw, 2.4rem); }
}
@media(max-width:640px) {
  .pricing-grid   { grid-template-columns: 1fr; }
  .steps-grid     { grid-template-columns: 1fr; }
  .secteurs-grid  { grid-template-columns: 1fr; }
  .mort-kpi-row   { grid-template-columns: 1fr; }
  .metiers-grid   { grid-template-columns: 1fr; }
}
@media(max-width:480px) {
  .footer-inner   { grid-template-columns: 1fr; }
  .products-grid  { grid-template-columns: 1fr; }
  .roi-stat-box   { min-width: 130px; padding: 16px 24px; }
  .mortalite-ctas { flex-direction: column; }
  .mortalite-inner { gap: 2rem; }
  .split-photo    { height: 260px; }
}

/* ══════════════════════════════════════════════════════
   SÉLECTEUR DE LANGUE — 3 langues (FR / EN / AR)
══════════════════════════════════════════════════════ */
.lang-selector {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(91,79,232,0.08);
  border: 1px solid rgba(91,79,232,0.22);
  color: var(--v);
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s;
  white-space: nowrap;
}
.lang-trigger:hover {
  background: rgba(91,79,232,0.15);
  border-color: var(--v);
}

.lang-chevron {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.lang-dropdown.open ~ .lang-trigger .lang-chevron,
.lang-trigger[aria-expanded="true"] .lang-chevron {
  transform: rotate(180deg);
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.13);
  padding: 6px;
  min-width: 148px;
  z-index: 9999;
  display: none;
  flex-direction: column;
  gap: 2px;
}
.lang-dropdown.open { display: flex; }

.lang-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 8px;
  padding: 9px 12px;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--t-body);
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, color 0.15s;
}
.lang-opt:hover { background: var(--v-pale); color: var(--v); }
.lang-opt.active {
  background: var(--v-pale);
  color: var(--v);
  font-weight: 700;
}
.lang-opt.active::after {
  content: '✓';
  margin-left: auto;
  color: var(--v);
  font-size: 0.75rem;
}
.lang-flag { font-size: 1.1rem; line-height: 1; }
.lang-name { flex: 1; }

/* RTL : dropdown à gauche */
body.rtl .lang-dropdown { right: auto; left: 0; }
body.rtl .lang-opt { text-align: right; flex-direction: row-reverse; }
body.rtl .lang-opt.active::after { margin-left: 0; margin-right: auto; }

/* ══════════════════════════════════════════════════════
   RTL — Support complet pour l'arabe
══════════════════════════════════════════════════════ */
body.rtl {
  direction: rtl;
  font-family: var(--font-ar);
}
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5 {
  font-family: var(--font-ar);
  letter-spacing: 0;
}
body.rtl p,
body.rtl li,
body.rtl span,
body.rtl a,
body.rtl button,
body.rtl div {
  font-family: var(--font-ar);
  letter-spacing: 0;
}

/* Navigation RTL */
body.rtl .main-nav { flex-direction: row-reverse; }
body.rtl .nav-links { flex-direction: row-reverse; }
body.rtl .nav-actions { flex-direction: row-reverse; }
body.rtl .mobile-menu { text-align: right; }

/* Hero RTL */
body.rtl .hero-text { text-align: right; }
body.rtl .hero-ctas { justify-content: flex-end; }
body.rtl .hero-trust { justify-content: flex-end; }

/* Split sections RTL */
body.rtl .split { flex-direction: row-reverse; }
body.rtl .split.reverse { flex-direction: row; }

/* Cards RTL */
body.rtl .f-card { text-align: right; }
body.rtl .prod-card { text-align: right; }
body.rtl .prod-features li { flex-direction: row-reverse; text-align: right; }
body.rtl .feat-list li { flex-direction: row-reverse; text-align: right; }

/* Badge & icons RTL */
body.rtl .badge { flex-direction: row-reverse; }
body.rtl .metier-content { text-align: right; }
body.rtl .metier-link { flex-direction: row-reverse; }

/* ROI RTL */
body.rtl .cost-arrow .fa-arrow-right::before { content: "\f060"; } /* arrow-left */
body.rtl .cost-compare { flex-direction: row-reverse; }
body.rtl .roi-stats-row { flex-direction: row-reverse; }

/* Footer RTL */
body.rtl .footer-inner { direction: rtl; }
body.rtl .ft-col { text-align: right; }
body.rtl .footer-bottom { flex-direction: row-reverse; }

/* Dashboard RTL */
body.rtl .db-kpi { flex-direction: row-reverse; text-align: right; }
body.rtl .db-kpi-row { direction: rtl; }
body.rtl .dash-topbar { flex-direction: row-reverse; }

/* Topbar RTL */
body.rtl .topbar-links { flex-direction: row-reverse; }

/* Mortalité section RTL */
body.rtl .mortalite-content { text-align: right; }
body.rtl .mortalite-stats { direction: rtl; }
body.rtl .mort-stat { flex-direction: row-reverse; text-align: right; }
body.rtl .mortalite-ctas { flex-direction: row-reverse; }

/* Connectors RTL */
body.rtl .connectors-grid { direction: rtl; }

/* Mobile section RTL */
body.rtl .split-text { text-align: right; }
body.rtl .split-text div[style*="display:flex"] { justify-content: flex-end; }

/* Métiers RTL */
body.rtl .metiers-header { text-align: right; }
body.rtl .metiers-grid { direction: rtl; }

/* Alertes RTL */
body.rtl .db-alert-item { flex-direction: row-reverse; text-align: right; }
body.rtl .db-alert-body { text-align: right; }
body.rtl .db-alert-header { flex-direction: row-reverse; }
body.rtl .db-alert-actions { justify-content: flex-end; }

@media(max-width:768px) {
  .lang-dropdown { right: 0; left: auto; min-width: 140px; }
  body.rtl .lang-dropdown { right: auto; left: 0; }
}
