/* ════════════════════════════════════════════════════════════════════════
   ALLOKALI — le call center IA — Landing V2
   Charte héritée de vokali.app v8.1 (fond sombre #080b12, or + cyan cockpit,
   glassmorphisme, police KaliKana pour les titres) + assets portés de
   vokali.app : orbe plasma WebGL (réglages cockpit exacts), onde de points,
   robot « Touch me » (réacteur plexus), bouton shiny, cartes magnétiques 3D
   (tilt ressort + glare), beams pricing. Identité téléphonie renforcée :
   anneaux de sonnerie, onde vocale, démonstration d'appel traité en live.
   Zéro dépendance externe. Corps de texte = stack système premium.
   ════════════════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'KaliKana';
  src: url('assets/fonts/KaliKana.otf') format('opentype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

/* ─── Vars & reset ──────────────────────────────────────────────────────── */
:root {
  --bg: #080b12;
  --panel: rgba(13, 18, 32, 0.72);
  --glass: rgba(255, 255, 255, 0.04);
  --glass-border: rgba(255, 255, 255, 0.08);
  --text: #eef2fc;
  --muted: rgba(220, 230, 248, 0.62);
  --muted2: rgba(220, 230, 248, 0.35);
  --cyan: #38d9d9;
  --cyan-orb: #1FD5F9;            /* cyan EXACT de l'orbe app/cockpit (R1883) */
  --cyan-dim: rgba(56, 217, 217, 0.14);
  /* Allokali — accent PRINCIPAL violet électrique (distinct du cyan Vokali, R2412) */
  --violet: #7c5cff;
  --violet-bright: #9b86ff;
  --violet-dim: rgba(124, 92, 255, 0.16);
  --gold: #d4af60;
  --gold-bright: #e6c478;
  --gold-dim: rgba(212, 175, 96, 0.15);
  --gold-line: rgba(212, 175, 96, 0.18);
  /* Vert WhatsApp — accent fonctionnel (récap, notif), jamais décoratif */
  --wa: #25d366;
  --wa-dim: rgba(37, 211, 102, 0.12);
  --red: #f87171;
  --line: rgba(255, 255, 255, 0.07);
  --max: 1180px;
  --nav-h: 64px;
  --font-display: 'KaliKana', system-ui, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Roboto, 'Inter', system-ui, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Consolas, monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-body);
  background: var(--bg); color: var(--text);
  min-width: 320px; overflow-x: hidden;
  letter-spacing: -0.011em; text-rendering: optimizeLegibility;
}
h1, h2, h3, .nav-brand-name, .footer-brand { font-family: var(--font-display); }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; }
canvas { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.br-desk { display: none; }
@media (min-width: 720px) { .br-desk { display: inline; } }

/* Grille technique en fond (signature cockpit) */
body::before {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 0%, black 10%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at 50% 0%, black 10%, transparent 75%);
}

/* ─── Reveal au scroll (JS ajoute .in) — invisible UNIQUEMENT si JS actif ── */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22,1,0.36,1); }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: 0.001s !important; animation-iteration-count: 1 !important; }
}

/* ─── NAV ───────────────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 clamp(16px, 4vw, 48px);
  background: rgba(8, 11, 18, 0.72);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease;
}
.nav::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,96,0.32) 25%, rgba(56,217,217,0.32) 50%, rgba(212,175,96,0.32) 75%, transparent);
  opacity: 0; transition: opacity 240ms ease;
}
.nav.nav-scrolled { background: rgba(8, 11, 18, 0.95); }
.nav.nav-scrolled::after { opacity: 1; }
.nav-brand { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 1.02rem; letter-spacing: 0.01em; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.12; }
.nav-brand-name { font-size: 1.04rem; }
.nav-brand-tag { font-family: var(--font-body); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--gold); }

/* Mini-orbe vivante du logo nav — canvas WebGL 28px (moteur vokali.app).
   Fallback no-GL : point pulsé cyan. */
.nav-orb { position: relative; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-orb canvas { width: 100%; height: 100%; }
.nav-orb.no-gl canvas { display: none; }
.nav-orb.no-gl::after {
  content: ''; position: absolute; width: 12px; height: 12px; border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, #bdfdff, var(--cyan-orb) 55%, #0d5a5f);
  box-shadow: 0 0 14px rgba(31,213,249,0.7);
  animation: orb-pulse 3s ease-in-out infinite;
}
@keyframes orb-pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.86); opacity: 0.72; } }

.nav-links { display: flex; gap: 22px; color: var(--muted); font-size: 0.85rem; font-weight: 500; }
.nav-links a { position: relative; padding-bottom: 2px; transition: color 180ms ease; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  transition: right 240ms cubic-bezier(0.22,1,0.36,1);
}
.nav-links a:hover { color: var(--gold-bright); }
.nav-links a:hover::after { right: 0; }
.nav-cta-zone { display: flex; align-items: center; gap: 12px; }

/* Burger mobile : menu déroulant glass sous la nav */
.nav-burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; padding: 9px; border-radius: 11px;
  background: var(--glass); border: 1px solid var(--glass-border); cursor: pointer;
}
.nav-burger span { display: block; height: 2px; border-radius: 2px; background: var(--text); transition: transform 240ms ease, opacity 200ms ease; }
.nav.nav-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
.nav.nav-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 980px) {
  .nav-burger { display: flex; }
  .nav-links {
    position: fixed; top: var(--nav-h); left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 10px clamp(16px, 4vw, 48px) 18px;
    background: rgba(8, 11, 18, 0.97);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border-bottom: 1px solid var(--gold-line);
    transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity 220ms ease, transform 220ms cubic-bezier(0.22,1,0.36,1);
  }
  .nav.nav-open .nav-links { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 13px 2px; font-size: 0.98rem; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-links a::after { display: none; }
}
/* ⚠️ spécificité .nav .btn-nav OBLIGATOIRE : .btn (défini plus bas) gagnerait la cascade sinon */
@media (max-width: 560px) { .nav .btn-nav { display: none; } .nav-brand-tag { display: none; } }

/* ─── BOUTONS ───────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 0 22px; height: 48px; border-radius: 999px; border: none;
  font-weight: 600; font-size: 0.9rem; cursor: pointer; white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.btn-primary {
  /* Allokali patte : or → violet premium (cohérent avec le titre, distinct du cyan Vokali) */
  background: linear-gradient(135deg, #e6c478 0%, #d4af60 38%, #7c5cff 100%); color: #0a0a0a;
  box-shadow: 0 0 0 1px rgba(124,92,255,0.3), 0 16px 40px rgba(124,92,255,0.24);
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 0 0 1px rgba(124,92,255,0.45), 0 24px 52px rgba(124,92,255,0.34); }
.btn-ghost { background: var(--glass); border: 1px solid var(--glass-border); color: var(--text); }
.btn-ghost:hover { background: rgba(255,255,255,0.07); }
.btn-nav { height: 38px; padding: 0 17px; font-size: 0.82rem; background: var(--glass); border: 1px solid var(--gold-line); color: var(--text); }
.btn-nav:hover { background: rgba(212,175,96,0.1); border-color: rgba(212,175,96,0.45); color: var(--gold-bright); }
.btn-lg { height: 56px; padding: 0 30px; font-size: 0.98rem; }
.btn-full { width: 100%; }

/* ─── BOUTON « SHINY » — porté de vokali.app / kali-kana (animated-shiny-button)
   Bordure conic-gradient lumineuse rotative + points internes + shimmer.
   Variante bleue (lumière indigo/cyan qui tourne). ────────────────────── */
@property --gradient-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@property --gradient-angle-offset { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@property --gradient-percent { syntax: '<percentage>'; initial-value: 5%; inherits: false; }
@property --gradient-shine { syntax: '<color>'; initial-value: #ffffff; inherits: false; }

.shiny-cta {
  --shiny-bg: #0a0a1a; --shiny-bg-subtle: #12122a; --shiny-fg: #e0e7ff;
  --shiny-highlight: #6366f1; --shiny-highlight-subtle: #4f46e5;
  --shiny-duration: 3s; --shiny-shadow: 2px;
  --shiny-transition: 800ms cubic-bezier(0.25,1,0.5,1);
  position: relative; overflow: hidden; isolation: isolate; cursor: pointer;
  padding: 0.62rem 1.25rem; font-family: var(--font-display); font-size: 0.82rem;
  font-weight: 700; line-height: 1.2; letter-spacing: 0.02em;
  border: 1px solid transparent; border-radius: 0.6rem; color: var(--shiny-fg);
  background:
    linear-gradient(var(--shiny-bg), var(--shiny-bg)) padding-box,
    conic-gradient(
      from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
      transparent,
      var(--shiny-highlight) var(--gradient-percent),
      var(--gradient-shine) calc(var(--gradient-percent) * 2),
      var(--shiny-highlight) calc(var(--gradient-percent) * 3),
      transparent calc(var(--gradient-percent) * 4)
    ) border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-bg-subtle), 0 6px 20px rgba(0,0,0,0.4);
  transition: var(--shiny-transition);
  transition-property: --gradient-angle-offset, --gradient-percent, --gradient-shine;
}
.shiny-cta:active { translate: 0 1px; }
/* points internes (maille blanche balayée par l'arc rotatif) */
.shiny-cta::before {
  content: ''; pointer-events: none; position: absolute; z-index: -1;
  --size: calc(100% - var(--shiny-shadow) * 3); --position: 2px; --space: calc(var(--position) * 2);
  width: var(--size); height: var(--size); inset: 50%; translate: -50% -50%;
  background: radial-gradient(circle at var(--position) var(--position), #fff calc(var(--position) / 4), transparent 0) padding-box;
  background-size: var(--space) var(--space); background-repeat: space;
  -webkit-mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), #000, transparent 10% 90%, #000);
  mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), #000, transparent 10% 90%, #000);
  border-radius: 0.6rem; opacity: 0.4; animation: shiny-gradient-angle var(--shiny-duration) linear infinite;
}
/* shimmer diagonal (bas du bouton) */
.shiny-cta::after {
  content: ''; pointer-events: none; position: absolute; z-index: -1;
  width: 100%; aspect-ratio: 1; inset: 50%; translate: -50% -50%;
  background: linear-gradient(-50deg, transparent, var(--shiny-highlight), transparent);
  -webkit-mask-image: radial-gradient(circle at bottom, transparent 40%, #000);
  mask-image: radial-gradient(circle at bottom, transparent 40%, #000);
  opacity: 0.6; animation: shiny-shimmer var(--shiny-duration) linear infinite;
}
.shiny-cta-content { position: relative; z-index: 1; display: flex; align-items: center; gap: 0.45rem; }
.shiny-cta-content::before {
  content: ''; pointer-events: none; position: absolute; inset: 50%; translate: -50% -50%; z-index: -1;
  --size: calc(100% + 1rem); width: var(--size); height: var(--size); border-radius: 999px; /* fini le rectangle moche au hover */
  box-shadow: inset 0 -1ex 2rem 4px var(--shiny-highlight); opacity: 0; transition: opacity var(--shiny-transition);
}
.shiny-cta { border-radius: 999px; outline: none; }
.shiny-cta:focus-visible { box-shadow: inset 0 0 0 1px var(--shiny-bg-subtle), 0 0 0 2px var(--violet, #7c5cff); }
.shiny-cta:is(:hover, :focus-visible) {
  --gradient-percent: 20%; --gradient-angle-offset: 95deg; --gradient-shine: var(--shiny-highlight-subtle);
}
.shiny-cta:is(:hover, :focus-visible) .shiny-cta-content::before {
  opacity: 1; animation: shiny-breathe calc(var(--shiny-duration) * 1.5) linear infinite;
}
@keyframes shiny-gradient-angle { to { --gradient-angle: 360deg; } }
@keyframes shiny-shimmer { to { rotate: 360deg; } }
@keyframes shiny-breathe { from, to { scale: 1; } 50% { scale: 1.2; } }
@media (prefers-reduced-motion: reduce) { .shiny-cta::before, .shiny-cta::after { animation: none; } }

/* ─── HERO ──────────────────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: calc(var(--nav-h) + 56px) 24px 90px;
  text-align: center; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
/* Onde de points (canvas 2D, vagues radiales sync énergie orbe — vokali.app R1880/R1883) */
.hero-dots { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.55; }
/* Orbe plasma plein cadre (canvas WebGL upscalé — le flou masque l'upscale)
   Opacité réduite : l'orbe reste spectaculaire mais ne brûle plus le texte du hero */
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.8; }
/* Anneaux de sonnerie — la signature « standard » conservée par-dessus l'orbe */
.pulse-ring {
  position: absolute; top: 38%; left: 50%; border-radius: 50%;
  border: 1px solid rgba(56,217,217,0.22);
  transform: translate(-50%, -50%);
  animation: hero-ring 5.2s ease-out infinite;
}
.pr-1 { width: 320px; height: 320px; }
.pr-2 { width: 320px; height: 320px; animation-delay: 1.7s; border-color: rgba(212,175,96,0.20); }
.pr-3 { width: 320px; height: 320px; animation-delay: 3.4s; }
@keyframes hero-ring {
  0%   { transform: translate(-50%,-50%) scale(0.4); opacity: 0.8; }
  100% { transform: translate(-50%,-50%) scale(3.4); opacity: 0; }
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 75% 62% at 50% 45%, transparent 30%, var(--bg) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 880px; display: flex; flex-direction: column; align-items: center; }
/* Scrim de lisibilité (même pattern que .early-scrim) : voile radial derrière le bloc
   titre + sous-titre + CTA — le texte est protégé de l'orbe, l'orbe reste visible autour */
.hero-content::before {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  inset: -8% -14% 28%;
  background: radial-gradient(ellipse 58% 52% at 50% 42%, rgba(8,11,18,0.66), transparent 100%);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 999px;
  background: rgba(8,11,18,0.55); border: 1px solid rgba(56,217,217,0.22);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-size: 0.78rem; font-weight: 500; color: rgba(140,230,240,0.95);
  margin-bottom: 34px;
  opacity: 0; animation: fade-up 0.6s 0.15s ease forwards;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 9px var(--wa); animation: dot-pulse 2s ease-in-out infinite; flex-shrink: 0; }
@keyframes dot-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.45; } }
@keyframes fade-up { to { opacity: 1; transform: none; } }

.hero-title {
  font-size: clamp(2.4rem, 7vw, 5rem);
  font-weight: 800; letter-spacing: -0.045em; line-height: 1.02;
  margin-bottom: 26px;
  text-shadow: 0 2px 28px rgba(4,7,12,0.95);
}
.hero-line { display: block; opacity: 0; transform: translateY(24px); }
.hero-line:nth-child(1) { animation: line-reveal 0.7s 0.35s cubic-bezier(0.22,1,0.36,1) forwards; }
.hero-line-grad {
  animation: line-reveal 0.7s 0.55s cubic-bezier(0.22,1,0.36,1) forwards;
  background: linear-gradient(110deg, var(--gold) 5%, var(--gold-bright) 38%, var(--violet-bright) 95%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  padding-bottom: 0.08em; /* la KaliKana descend bas — évite la coupe des jambages */
}
@keyframes line-reveal { to { opacity: 1; transform: translateY(0); } }

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.16rem); color: var(--muted); line-height: 1.7;
  max-width: 62ch; margin-bottom: 36px;
  text-shadow: 0 1px 14px rgba(4,7,12,0.95), 0 0 28px rgba(4,7,12,0.85);
  opacity: 0; animation: fade-up 0.6s 0.75s ease forwards;
}
.hero-sub strong { color: var(--text); font-weight: 600; }
.hero-sub em { color: var(--gold-bright); font-style: normal; }
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 16px;
  opacity: 0; animation: fade-up 0.6s 0.9s ease forwards;
}
.hero-note {
  font-size: 0.8rem; color: var(--muted2); margin-bottom: 48px;
  text-shadow: 0 1px 10px rgba(4,7,12,0.9);
  opacity: 0; animation: fade-up 0.6s 1.0s ease forwards;
}

/* Carte d'appel vivante */
.hero-call-card {
  width: min(500px, 100%);
  text-align: left;
  background: linear-gradient(155deg, rgba(20,28,46,0.82), rgba(12,17,30,0.88));
  border: 1px solid var(--gold-line); border-radius: 18px;
  padding: 16px 18px 14px;
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 28px 60px -28px rgba(0,0,0,0.8), 0 0 0 1px rgba(56,217,217,0.05);
  opacity: 0; animation: fade-up 0.7s 1.15s ease forwards;
}
.hcc-row { display: flex; align-items: center; gap: 12px; }
.hcc-avatar {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  color: #03161a;
  background: linear-gradient(135deg, var(--cyan), #1aa3b8);
  box-shadow: 0 0 18px rgba(56,217,217,0.4);
}
.hcc-meta { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
.hcc-name { font-size: 0.86rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hcc-status { font-size: 0.74rem; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.hcc-live { width: 7px; height: 7px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 8px var(--wa); animation: dot-pulse 1.6s ease-in-out infinite; flex-shrink: 0; }
/* Onde vocale animée */
.hcc-wave { display: flex; align-items: center; gap: 3px; height: 26px; flex-shrink: 0; }
.hcc-wave span {
  width: 3px; border-radius: 2px;
  background: linear-gradient(to top, var(--cyan), var(--gold-bright));
  animation: wave 1.1s ease-in-out infinite;
}
.hcc-wave span:nth-child(1) { height: 30%; animation-delay: 0s; }
.hcc-wave span:nth-child(2) { height: 70%; animation-delay: 0.15s; }
.hcc-wave span:nth-child(3) { height: 100%; animation-delay: 0.3s; }
.hcc-wave span:nth-child(4) { height: 60%; animation-delay: 0.45s; }
.hcc-wave span:nth-child(5) { height: 35%; animation-delay: 0.6s; }
@keyframes wave { 0%,100% { transform: scaleY(0.5); } 50% { transform: scaleY(1.15); } }
.hcc-transcript { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.hcc-quote { font-size: 0.84rem; color: var(--muted); font-style: italic; line-height: 1.55; }

/* Strip de preuve */
.hero-proof {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 18px;
  margin-top: 30px; font-size: 0.82rem; color: var(--muted);
  text-shadow: 0 1px 10px rgba(4,7,12,0.9);
  opacity: 0; animation: fade-up 0.6s 1.35s ease forwards;
}
.hero-proof strong { color: var(--gold-bright); font-weight: 700; }
.hp-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--muted2); }
@media (max-width: 560px) { .hp-sep { display: none; } .hero-proof { gap: 8px 16px; } }

.scroll-hint {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--muted2); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  opacity: 0; animation: fade-up 0.6s 1.7s ease forwards;
}
.scroll-arrow { width: 1px; height: 38px; background: linear-gradient(to bottom, var(--muted2), transparent); animation: scroll-line 1.8s ease-in-out infinite; }
@keyframes scroll-line {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ─── SECTIONS communes ─────────────────────────────────────────────────── */
.section { max-width: var(--max); margin: 0 auto; padding: 96px clamp(16px, 4vw, 48px); position: relative; z-index: 2; }
.section-narrow { max-width: 860px; }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; }
.eyebrow-gold { color: var(--gold); }
.section h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.12; margin-bottom: 16px; }
.section h2 em { font-style: normal; background: linear-gradient(110deg, var(--gold), var(--gold-bright)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.section-sub { color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.section-sub strong { color: var(--text); font-weight: 600; }
.section-sub em { color: var(--gold-bright); font-style: normal; }

/* ─── 2. PROBLÈME : stats + avant/après ─────────────────────────────────── */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 44px; }
.stat-card {
  padding: 32px 26px; border-radius: 22px;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(248,113,113,0.07), transparent 55%),
    linear-gradient(155deg, rgba(20,28,46,0.78), rgba(12,17,30,0.82));
  border: 1px solid rgba(255,255,255,0.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.stat-card:hover { border-color: rgba(248,113,113,0.3); }
.stat-num {
  display: block; font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--red), var(--gold-bright));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }

.problem-vs {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 18px;
}
.pv-col {
  padding: 22px 24px; border-radius: 18px; display: flex; flex-direction: column; gap: 10px;
  background: var(--glass); border: 1px solid var(--glass-border);
}
.pv-bad { border-color: rgba(248,113,113,0.22); background: linear-gradient(150deg, rgba(248,113,113,0.05), rgba(12,17,30,0.6)); }
.pv-good { border-color: rgba(56,217,217,0.28); background: linear-gradient(150deg, rgba(56,217,217,0.07), rgba(212,175,96,0.04)); }
.pv-tag { align-self: flex-start; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); padding: 3px 11px; border-radius: 999px; background: rgba(248,113,113,0.1); border: 1px solid rgba(248,113,113,0.25); }
.pv-tag-good { color: var(--cyan); background: var(--cyan-dim); border-color: rgba(56,217,217,0.3); }
.pv-line { font-size: 0.92rem; color: var(--muted); line-height: 1.6; }
.pv-good .pv-line { color: var(--text); }
.pv-arrow { display: flex; align-items: center; color: var(--gold); }
@media (max-width: 760px) {
  .stats-grid { grid-template-columns: 1fr; }
  .problem-vs { grid-template-columns: 1fr; }
  .pv-arrow { justify-content: center; transform: rotate(90deg); }
}

/* ─── 3. DÉMO LIVE — appel traité en direct ─────────────────────────────── */
.live-stage {
  position: relative;
  overflow: hidden; /* clippe les translateX d'entrée des .la-item (sinon overflow horizontal mobile) */
  border-radius: 28px;
  padding: clamp(18px, 3vw, 30px);
  background:
    radial-gradient(ellipse 70% 80% at 12% 0%, rgba(56,217,217,0.07), transparent 55%),
    radial-gradient(ellipse 60% 70% at 95% 100%, rgba(212,175,96,0.06), transparent 55%),
    linear-gradient(160deg, rgba(16,22,38,0.92), rgba(9,13,22,0.95));
  border: 1px solid var(--gold-line);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 50px 110px -45px rgba(0,0,0,0.9);
}
.live-replay { position: absolute; top: 18px; right: 18px; z-index: 6; }
.live-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(16px, 2.5vw, 26px); align-items: stretch; }

/* Colonne appel */
.live-call {
  display: flex; flex-direction: column; min-width: 0;
  border-radius: 20px; overflow: hidden;
  background: rgba(8, 11, 18, 0.65);
  border: 1px solid var(--glass-border);
}
.lc-head {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 18, 32, 0.55);
}
.lc-phone {
  position: relative; width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold-bright); background: var(--gold-dim); border: 1px solid rgba(212,175,96,0.35);
}
/* Anneaux quand ça sonne (classe .ringing posée par JS) */
.lc-phone::after {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  border: 1px solid rgba(56,217,217,0.5); opacity: 0;
}
.lc-phone.ringing { animation: phone-shake 0.55s ease-in-out infinite; }
.lc-phone.ringing::after { animation: ring-pulse 1.1s ease-out infinite; }
@keyframes phone-shake { 0%,100% { transform: rotate(0); } 25% { transform: rotate(-9deg); } 75% { transform: rotate(9deg); } }
@keyframes ring-pulse {
  0%   { transform: scale(0.85); opacity: 0.9; }
  70%  { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}
.lc-phone.online { color: #03161a; background: linear-gradient(135deg, var(--cyan), #1aa3b8); border-color: transparent; box-shadow: 0 0 16px rgba(56,217,217,0.45); }
.lc-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.lc-num { font-size: 0.83rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lc-state { font-size: 0.72rem; color: var(--muted); }
.lc-state.live { color: var(--wa); }
.lc-wave { opacity: 0; transition: opacity 300ms ease; }
.lc-wave.on { opacity: 1; }
.lc-wave span { animation-play-state: paused; }
.lc-wave.on span { animation-play-state: running; }
.lc-timer { font-family: var(--font-mono); font-size: 0.78rem; color: var(--muted2); flex-shrink: 0; min-width: 44px; text-align: right; }

.lc-transcript {
  flex: 1; display: flex; flex-direction: column; gap: 10px;
  padding: 18px 16px; min-height: 320px; max-height: 380px; overflow: hidden;
  justify-content: flex-end; /* les bulles arrivent par le bas, comme une vraie conv */
}
.lc-bubble {
  max-width: 88%; padding: 10px 14px; border-radius: 15px;
  font-size: 0.86rem; line-height: 1.5;
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.lc-bubble.in { opacity: 1; transform: none; }
.lc-bubble-client {
  align-self: flex-start; color: var(--text);
  background: rgba(255,255,255,0.06); border: 1px solid var(--glass-border);
  border-bottom-left-radius: 5px;
}
.lc-bubble-agent {
  align-self: flex-end; color: #d7fbff;
  background: linear-gradient(150deg, rgba(56,217,217,0.13), rgba(26,163,184,0.1));
  border: 1px solid rgba(56,217,217,0.28);
  border-bottom-right-radius: 5px;
}
.lc-bubble-agent .lcb-who { color: rgba(140,230,240,0.85); }
.lcb-who { display: block; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted2); margin-bottom: 3px; }

/* Colonne actions agent */
.live-actions {
  display: flex; flex-direction: column; min-width: 0;
  border-radius: 20px; padding: 16px;
  background: rgba(8, 11, 18, 0.65);
  border: 1px solid var(--glass-border);
}
.la-title {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.la-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); animation: dot-pulse 1.6s ease-in-out infinite; flex-shrink: 0; }
.la-feed { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.la-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 13px;
  font-size: 0.82rem; color: var(--muted); line-height: 1.4;
  background: var(--glass); border: 1px solid var(--glass-border);
  opacity: 0; transform: translateX(14px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22,1,0.36,1), border-color 0.4s ease;
}
.la-item.in { opacity: 1; transform: none; }
.la-item .la-icon { flex-shrink: 0; font-size: 0.95rem; }
.la-item strong { color: var(--text); font-weight: 600; }
.la-item.la-ok { border-color: rgba(37,211,102,0.3); background: linear-gradient(150deg, rgba(37,211,102,0.07), rgba(12,17,30,0.5)); color: rgba(190,245,210,0.92); }
.la-item.la-data { border-color: rgba(56,217,217,0.26); }

/* Récap final WhatsApp */
.live-recap {
  margin-top: 12px; border-radius: 16px; padding: 13px 14px;
  background: linear-gradient(150deg, rgba(37,211,102,0.08), rgba(12,17,30,0.7));
  border: 1px solid rgba(37,211,102,0.3);
  box-shadow: 0 14px 36px -16px rgba(0,0,0,0.7);
  opacity: 0; transform: translateY(12px) scale(0.97);
  transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.22,1,0.36,1);
}
.live-recap.show { opacity: 1; transform: none; }
html:not(.js) .live-recap { opacity: 1; transform: none; } /* visible sans JS */
.lr-head { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.lr-wa {
  width: 20px; height: 20px; border-radius: 6px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--wa);
}
.lr-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }
.lr-body { font-size: 0.84rem; color: var(--muted); line-height: 1.6; }
.lr-body strong { color: var(--text); }
.lr-ok { color: var(--wa); font-weight: 700; }

@media (max-width: 880px) {
  .live-grid { grid-template-columns: 1fr; }
  .lc-transcript { min-height: 250px; max-height: 290px; }
  .live-replay { position: static; align-self: flex-end; margin-bottom: 14px; }
  .live-stage { display: flex; flex-direction: column; }
}

/* ─── 4. CAPACITÉS ──────────────────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; perspective: 1200px; }
.feature-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 26px 24px 20px; border-radius: 20px;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(56,217,217,0.05), transparent 55%),
    linear-gradient(155deg, rgba(20,28,46,0.72), rgba(12,17,30,0.78));
  border: 1px solid rgba(255,255,255,0.09);
  /* ⚠️ tilt 3D piloté par le JS (ressort) — ne PAS animer transform en CSS */
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.feature-card:hover { border-color: rgba(56,217,217,0.32); box-shadow: 0 22px 50px -26px rgba(0,0,0,0.7); }
.feature-card-gold { background: linear-gradient(150deg, rgba(212,175,96,0.07), rgba(12,17,30,0.6)); border-color: var(--gold-line); }
.feature-card-gold:hover { border-color: rgba(212,175,96,0.45); }
.feature-card-cyan { background: linear-gradient(150deg, rgba(56,217,217,0.06), rgba(12,17,30,0.6)); border-color: rgba(56,217,217,0.2); }
.feature-icon {
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan); background: var(--cyan-dim); border: 1px solid rgba(56,217,217,0.28);
}
.feature-icon-gold { color: var(--gold-bright); background: var(--gold-dim); border-color: rgba(212,175,96,0.32); }
.feature-icon-red { color: var(--red); background: rgba(248,113,113,0.1); border-color: rgba(248,113,113,0.3); }
.feature-card h3 { font-size: 1.08rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 10px; }
.feature-card p { font-size: 0.87rem; color: var(--muted); line-height: 1.62; flex: 1; }
.feature-card p strong { color: var(--text); }

/* Mini-démo animée dans chaque carte : chip → flèche → résultat (boucle douce) */
.fc-demo {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line);
  min-height: 42px;
}
.fcd-chip {
  font-size: 0.7rem; font-weight: 600; white-space: nowrap;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--glass-border); color: var(--muted);
}
.fcd-ok { color: var(--wa); background: var(--wa-dim); border-color: rgba(37,211,102,0.3); }
.fcd-mute { color: var(--muted2); }
.fcd-arrow { position: relative; width: 26px; height: 1px; background: rgba(255,255,255,0.12); flex-shrink: 0; overflow: visible; }
.fcd-arrow::after {
  content: ''; position: absolute; top: -2px; left: 0;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--cyan); box-shadow: 0 0 7px var(--cyan);
  animation: fcd-travel 2.2s ease-in-out infinite;
}
@keyframes fcd-travel { 0% { left: 0; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { left: 22px; opacity: 0; } }
/* Le résultat « respire » en phase avec le point qui voyage */
.fcd-ok, .fcd-mute { animation: fcd-glow 2.2s ease-in-out infinite; }
@keyframes fcd-glow { 0%, 60% { box-shadow: none; } 85% { box-shadow: 0 0 14px rgba(37,211,102,0.3); } 100% { box-shadow: none; } }
@media (max-width: 980px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .features-grid { grid-template-columns: 1fr; } }

/* ─── 5. CONNECTEZ VOS DONNÉES — robot + chips absorbées ────────────────── */
.data-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.data-copy h2 { margin-bottom: 18px; }
.data-points { margin: 26px 0 18px; display: flex; flex-direction: column; gap: 13px; }
.data-points li { display: flex; align-items: baseline; gap: 11px; font-size: 0.93rem; color: var(--muted); line-height: 1.6; }
.data-points strong { color: var(--text); }
.mp-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--cyan), var(--gold)); transform: translateY(-1px); }
.data-note {
  margin-bottom: 28px; padding: 12px 16px; border-radius: 13px;
  font-size: 0.84rem; color: var(--gold-bright); line-height: 1.6;
  background: var(--gold-dim); border: 1px solid var(--gold-line);
}

.data-stage { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.data-robot-zone { position: relative; width: min(420px, 100%); min-height: 400px; display: flex; align-items: center; justify-content: center; }

/* Chips sources de données — flottent autour de l'agent, un flux « s'absorbe »
   périodiquement vers le centre (point lumineux par chip, décalé en cascade) */
.data-chip {
  position: absolute; z-index: 3;
  font-size: 0.74rem; font-weight: 600; white-space: nowrap;
  padding: 7px 13px; border-radius: 999px;
  background: rgba(13,18,32,0.85); border: 1px solid rgba(56,217,217,0.25); color: var(--muted);
  box-shadow: 0 10px 26px -12px rgba(0,0,0,0.8);
  animation: chip-bob 5.5s ease-in-out infinite;
}
.data-chip::after {
  /* point de données qui « part » vers le plexus du robot (vecteur --dx/--dy inverse) */
  content: ''; position: absolute; top: 50%; left: 50%; z-index: -1;
  width: 6px; height: 6px; border-radius: 50%; margin: -3px 0 0 -3px;
  background: var(--cyan-orb); box-shadow: 0 0 9px rgba(31,213,249,0.8);
  opacity: 0;
  animation: chip-feed 4.8s ease-in infinite;
}
/* Le vecteur d'absorption = l'opposé de la position de la chip (--dx/--dy posés dans le HTML) */
@keyframes chip-feed {
  0%, 55%  { transform: translate(0, 0) scale(1); opacity: 0; }
  60%      { opacity: 0.95; }
  88%      { transform: translate(calc(var(--dx) * -1), calc(var(--dy) * -1)) scale(0.5); opacity: 0.6; }
  92%, 100%{ transform: translate(calc(var(--dx) * -1), calc(var(--dy) * -1)) scale(0.3); opacity: 0; }
}
@keyframes chip-bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
/* Position de chaque chip = centre + (--dx,--dy) ; cascade des flux */
.data-chip { top: 50%; left: 50%; transform: translate(-50%, -50%) translate(var(--dx), var(--dy)); }
.dc-1 { animation-delay: 0.2s; } .dc-1::after { animation-delay: 0s; }
.dc-2 { animation-delay: 1.1s; } .dc-2::after { animation-delay: 0.8s; }
.dc-3 { animation-delay: 0.6s; } .dc-3::after { animation-delay: 1.6s; }
.dc-4 { animation-delay: 1.6s; } .dc-4::after { animation-delay: 2.4s; }
.dc-5 { animation-delay: 0.9s; } .dc-5::after { animation-delay: 3.2s; }
.dc-6 { animation-delay: 0.4s; } .dc-6::after { animation-delay: 4.0s; }

.data-caption { font-size: 0.86rem; color: var(--muted2); text-align: center; font-style: italic; }

@media (max-width: 920px) {
  .data-layout { grid-template-columns: 1fr; }
  .data-robot-zone { min-height: 360px; }
  .data-chip { font-size: 0.68rem; padding: 6px 10px; }
  /* on resserre les rayons sur mobile */
  .dc-1 { --dx: 92px !important; --dy: 78px !important; }
  .dc-2 { --dx: -98px !important; --dy: 62px !important; }
  .dc-3 { --dx: 88px !important; --dy: -56px !important; }
  .dc-4 { --dx: -92px !important; --dy: -72px !important; }
  .dc-5 { --dx: 112px !important; --dy: 12px !important; }
  .dc-6 { --dx: -114px !important; --dy: -6px !important; }
}

/* ─── ROBOT 2.5D — porté de vokali.app (eye-tracking + drag + réacteur) ──── */
.robot {
  position: relative; width: 200px; height: 290px; cursor: grab; touch-action: none;
  will-change: transform; transform: translate3d(0,0,0); z-index: 2;
  filter: drop-shadow(0 24px 50px rgba(0,0,0,0.5));
}
.robot.dragging { cursor: grabbing; }
.robot-halo { position: absolute; inset: -30% -20% -10%; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at 50% 45%, rgba(56,217,217,0.25), transparent 62%); filter: blur(8px);
  animation: robot-breathe 5.5s ease-in-out infinite; }
@keyframes robot-breathe { 0%,100% { opacity: 0.75; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }
.robot-head {
  position: relative; width: 144px; height: 118px; margin: 0 auto; border-radius: 30px;
  background: linear-gradient(155deg, #16202f, #0c121d); border: 1px solid rgba(56,217,217,0.3);
  box-shadow: inset 0 2px 14px rgba(56,217,217,0.12), inset 0 -8px 22px rgba(0,0,0,0.5);
  transform: translateZ(0); transition: transform 120ms ease-out;
}
.robot-antenna { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); width: 2px; height: 22px; background: linear-gradient(var(--cyan), transparent); }
.robot-antenna-dot { position: absolute; top: -7px; left: 50%; transform: translateX(-50%); width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: orb-pulse 2.4s ease-in-out infinite; }
.robot-face { position: absolute; inset: 19px 17px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  border-radius: 20px; background: radial-gradient(circle at 50% 40%, rgba(6,12,18,0.9), rgba(4,8,13,0.95)); border: 1px solid rgba(56,217,217,0.18); }
.robot-eyes { display: flex; gap: 23px; }
.robot-eye { position: relative; width: 29px; height: 29px; border-radius: 50%; background: rgba(56,217,217,0.1); border: 1px solid rgba(56,217,217,0.35); box-shadow: inset 0 0 10px rgba(56,217,217,0.2); display: flex; align-items: center; justify-content: center; }
.robot-pupil { width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan), 0 0 24px rgba(56,217,217,0.5); transition: transform 90ms linear; }
.robot-mouth { width: 32px; height: 5px; border-radius: 3px; background: linear-gradient(90deg, transparent, var(--gold-bright), transparent); opacity: 0.85; }
.robot-ear { position: absolute; top: 44px; width: 10px; height: 30px; border-radius: 6px; background: linear-gradient(#16202f, #0c121d); border: 1px solid rgba(56,217,217,0.25); }
.robot-ear-l { left: -9px; } .robot-ear-r { right: -9px; }
.robot-body { position: relative; width: 116px; height: 120px; margin: 12px auto 0; border-radius: 26px 26px 32px 32px;
  background: linear-gradient(155deg, #131c2a, #0a1019); border: 1px solid rgba(56,217,217,0.22);
  box-shadow: inset 0 3px 16px rgba(56,217,217,0.1), inset 0 -10px 24px rgba(0,0,0,0.55);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
/* Réacteur « plexus » Iron Man (vokali.app R1885) : halo pulsé + anneau rotatif + orbe */
.tee-reactor { position: relative; width: 44px; height: 44px; display: grid; place-items: center; }
.tee-reactor::before { content: ''; position: absolute; inset: -9px; border-radius: 50%; background: radial-gradient(circle, rgba(31,213,249,0.4) 0%, rgba(31,213,249,0.1) 45%, transparent 70%); filter: blur(2px); animation: tee-reactor-pulse 2.6s ease-in-out infinite; }
.tee-reactor::after { content: ''; position: absolute; inset: -3px; border-radius: 50%; background: conic-gradient(from 0deg, transparent, rgba(31,213,249,0.85), transparent 55%); -webkit-mask: radial-gradient(circle, transparent 58%, #000 60%); mask: radial-gradient(circle, transparent 58%, #000 60%); animation: tee-reactor-spin 3.4s linear infinite; }
.tee-reactor-orb { position: relative; width: 44px; height: 44px; filter: drop-shadow(0 0 8px rgba(31,213,249,0.6)); }
.tee-label { font-family: var(--font-display); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; color: rgba(56,217,217,0.78); text-shadow: 0 0 12px rgba(56,217,217,0.5); animation: torso-pulse 2.6s ease-in-out infinite; pointer-events: none; user-select: none; }
.robot:hover .tee-label, .robot.dragging .tee-label { color: rgba(56,217,217,1); }
@keyframes torso-pulse { 0%,100% { opacity: 0.62; } 50% { opacity: 1; } }
@keyframes tee-reactor-pulse { 0%,100% { transform: scale(0.92); opacity: 0.7; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes tee-reactor-spin { to { transform: rotate(360deg); } }
.robot-hint { position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted2); white-space: nowrap; opacity: 0; transition: opacity 220ms ease; }
.robot:hover .robot-hint { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .tee-label, .tee-reactor::before, .tee-reactor::after, .data-chip, .data-chip::after { animation: none; }
  .robot-pupil { transform: none !important; }
}

/* ─── 6. COMMENT ÇA MARCHE ──────────────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; perspective: 1200px; }
.step-card {
  position: relative; padding: 36px 28px 28px; border-radius: 22px;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(56,217,217,0.08), transparent 55%),
    linear-gradient(155deg, rgba(20,28,46,0.78), rgba(12,17,30,0.82));
  border: 1px solid rgba(255,255,255,0.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.step-card:hover { border-color: rgba(56,217,217,0.34); box-shadow: 0 22px 60px -26px rgba(56,217,217,0.3); }
.step-num {
  position: absolute; top: -16px; left: 26px;
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: #1a1304;
  background: linear-gradient(135deg, #BF953F 0%, #FCF6BA 28%, #B38728 52%, #FBF5B7 74%, #AA771C 100%);
  box-shadow: 0 6px 18px rgba(191,149,63,0.4);
}
.step-card h3 { font-size: 1.16rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; }
.step-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }
.step-card em { color: var(--gold-bright); font-style: normal; }
.step-card strong { color: var(--text); }
.step-code {
  display: inline-block; margin-top: 14px;
  font-family: var(--font-mono); font-size: 0.88rem; font-weight: 600;
  color: var(--cyan); padding: 9px 15px; border-radius: 11px;
  background: rgba(56,217,217,0.07); border: 1px solid rgba(56,217,217,0.25);
}
.step-foot { margin-top: 13px; font-size: 0.78rem !important; color: var(--muted2) !important; }
@media (max-width: 860px) { .steps-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ─── 7. TARIFS ─────────────────────────────────────────────────────────── */
.billing-toggle {
  display: inline-flex; gap: 4px; margin-top: 30px; padding: 4px;
  border-radius: 999px; background: var(--glass); border: 1px solid var(--glass-border);
}
.bt-opt {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 20px; border-radius: 999px; border: none; background: transparent;
  font-size: 0.86rem; font-weight: 600; color: var(--muted); cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}
.bt-opt.active { background: linear-gradient(135deg, rgba(56,217,217,0.16), rgba(212,175,96,0.1)); color: var(--text); box-shadow: 0 0 0 1px rgba(56,217,217,0.25); }
.bt-save { font-size: 0.68rem; font-weight: 700; color: #0d2b16; padding: 2px 8px; border-radius: 999px; background: var(--wa); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; perspective: 1400px; }
.pricing-card {
  position: relative; display: flex; flex-direction: column;
  padding: 34px 28px 28px; border-radius: 24px;
  background: var(--glass); border: 1px solid var(--glass-border);
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.pricing-card:hover { border-color: rgba(255,255,255,0.18); }
.pricing-card-pop {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(56,217,217,0.1), transparent 60%),
    linear-gradient(160deg, rgba(20,28,46,0.85), rgba(12,17,30,0.9));
  border-color: rgba(56,217,217,0.35);
  box-shadow: 0 0 0 1px rgba(56,217,217,0.12), 0 30px 70px -30px rgba(56,217,217,0.3);
}
.pricing-card-pop:hover { border-color: rgba(56,217,217,0.55); }
/* BEAM — fin trait lumineux qui parcourt la bordure de la carte recommandée (vokali.app) */
@property --beam-angle { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
.pricing-card-pop::before {
  content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; pointer-events: none;
  background: conic-gradient(from var(--beam-angle, 0deg), transparent 0deg, var(--cyan) 40deg, var(--gold) 80deg, transparent 120deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0.55; animation: beam-rotate 6s linear infinite;
}
@keyframes beam-rotate { to { --beam-angle: 360deg; } }
.pc-pop-badge {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; color: #1a1304;
  padding: 6px 16px; border-radius: 999px; white-space: nowrap;
  background: linear-gradient(135deg, #BF953F 0%, #FCF6BA 28%, #B38728 52%, #FBF5B7 74%, #AA771C 100%);
  box-shadow: 0 8px 22px rgba(191,149,63,0.45);
}
.pricing-card-pop { padding-top: 58px; }
.pricing-card h3 { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
.pc-for { font-size: 0.82rem; color: var(--muted2); margin-bottom: 22px; min-height: 2.4em; }
.pc-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.pc-amount { font-family: var(--font-display); font-size: 3rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.pc-eur { font-size: 1.5rem; font-weight: 700; color: var(--gold-bright); }
.pc-per { font-size: 0.82rem; color: var(--muted2); margin-left: 4px; }
.pc-quota { font-size: 0.9rem; color: var(--muted); margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.pc-quota strong { color: var(--cyan); }
.pc-overage { display: block; margin-top: 4px; font-size: 0.74rem; color: var(--muted2); }
.pc-features { display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; flex: 1; }
.pc-features li { position: relative; padding-left: 24px; font-size: 0.88rem; color: var(--muted); line-height: 1.5; }
.pc-features li::before {
  content: ''; position: absolute; left: 0; top: 0.42em;
  width: 13px; height: 13px; border-radius: 50%;
  background: var(--cyan-dim); border: 1px solid rgba(56,217,217,0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338d9d9' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-11'/%3E%3C/svg%3E");
  background-size: 8px; background-position: center; background-repeat: no-repeat;
}
.pc-features strong { color: var(--text); }
/* « Tout le plan X, plus : » — héritage explicite, jamais de feature grisée */
.pc-inherit { color: var(--gold-bright) !important; font-weight: 600; font-size: 0.8rem !important; padding-left: 0 !important; }
.pc-inherit::before { display: none; }
.pricing-foot { text-align: center; margin-top: 34px; font-size: 0.84rem; color: var(--muted2); }
.pricing-foot strong { color: var(--muted); }
@media (max-width: 920px) { .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; gap: 30px; } }

/* ─── 8. MÉTIERS ────────────────────────────────────────────────────────── */
.verticals-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; perspective: 1400px; }
.vertical-card {
  padding: 30px 28px; border-radius: 22px;
  background:
    radial-gradient(ellipse at 100% 100%, rgba(212,175,96,0.06), transparent 55%),
    linear-gradient(155deg, rgba(20,28,46,0.72), rgba(12,17,30,0.78));
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.vertical-card:hover { border-color: rgba(212,175,96,0.4); }
.vertical-card-yours {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(56,217,217,0.09), transparent 60%),
    linear-gradient(155deg, rgba(20,28,46,0.85), rgba(12,17,30,0.9));
  border-color: rgba(56,217,217,0.3);
}
.vertical-card-yours:hover { border-color: rgba(56,217,217,0.5); }
.vc-emoji { font-size: 1.8rem; display: block; margin-bottom: 16px; }
.vertical-card h3 { font-size: 1.18rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 10px; }
.vertical-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }
.vertical-card p strong { color: var(--text); }
.vc-hook {
  margin-top: 14px; padding: 10px 14px; border-radius: 12px;
  font-size: 0.82rem !important; color: var(--gold-bright) !important;
  background: var(--gold-dim); border: 1px solid var(--gold-line);
}
.vc-hook a { font-weight: 700; }
.vc-hook a:hover { text-decoration: underline; }
@media (max-width: 720px) { .verticals-grid { grid-template-columns: 1fr; } }

/* ─── 9. FAQ ────────────────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border-radius: 16px; overflow: hidden;
  background: var(--glass); border: 1px solid var(--glass-border);
  transition: border-color 240ms ease;
}
.faq-item[open] { border-color: rgba(56,217,217,0.3); background: rgba(56,217,217,0.025); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 22px;
  font-size: 0.98rem; font-weight: 600; letter-spacing: -0.01em;
  transition: color 180ms ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ''; flex-shrink: 0; width: 22px; height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af60' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  background-size: 16px; background-position: center; background-repeat: no-repeat;
  transition: transform 260ms cubic-bezier(0.22,1,0.36,1);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--gold-bright); }
.faq-item p { padding: 0 22px 21px; font-size: 0.9rem; color: var(--muted); line-height: 1.7; }
.faq-item p strong { color: var(--text); }
.faq-item code { font-family: var(--font-mono); font-size: 0.84em; color: var(--cyan); background: rgba(56,217,217,0.08); border: 1px solid rgba(56,217,217,0.2); border-radius: 6px; padding: 1px 7px; }
.faq-item em { color: var(--gold-bright); font-style: normal; }

/* ─── CTA / ACCÈS ANTICIPÉ ──────────────────────────────────────────────── */
.section-early { padding-top: 60px; }
.early-card {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 64px);
  border-radius: 30px;
  background:
    radial-gradient(ellipse 80% 90% at 50% -10%, rgba(56,217,217,0.12), transparent 60%),
    radial-gradient(ellipse 70% 80% at 50% 110%, rgba(212,175,96,0.1), transparent 60%),
    linear-gradient(165deg, rgba(18,25,42,0.9), rgba(10,14,24,0.95));
  border: 1px solid var(--gold-line);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 50px 110px -40px rgba(0,0,0,0.85);
}
/* Orbe libre fondue derrière le CTA (pattern vokali.app) */
.cta-orb-wrap { position: absolute; inset: 0; z-index: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.cta-orb-wrap canvas { width: 100%; height: 100%; opacity: 0.85; }
/* Scrim de contraste : le texte reste parfaitement lisible par-dessus l'orbe */
.early-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 62% 55% at 50% 50%, rgba(8,11,18,0.62), transparent 100%);
}
.early-rings { position: absolute; inset: 0; pointer-events: none; opacity: 0.4; z-index: 1; }
.early-rings .pulse-ring { top: 50%; }
.early-card > .eyebrow, .early-card > h2, .early-card > .section-sub,
.early-card > .early-form, .early-card > .early-feedback, .early-card > .early-note { position: relative; z-index: 2; }
.early-card h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); margin-bottom: 16px; text-shadow: 0 2px 22px rgba(4,7,12,0.9); }
.early-card .section-sub { max-width: 52ch; margin: 0 auto 34px; text-shadow: 0 1px 14px rgba(4,7,12,0.9); }
.early-form {
  display: flex; gap: 10px; justify-content: center;
  max-width: 520px; margin: 0 auto 14px;
}
.early-form input {
  flex: 1; min-width: 0; height: 52px; padding: 0 20px;
  border-radius: 999px; border: 1px solid var(--glass-border);
  background: rgba(8,11,18,0.7); color: var(--text);
  font: inherit; font-size: 0.92rem;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.early-form input::placeholder { color: var(--muted2); }
.early-form input:focus { outline: none; border-color: rgba(56,217,217,0.5); box-shadow: 0 0 0 3px rgba(56,217,217,0.12); }
.early-form input[aria-invalid="true"] { border-color: rgba(248,113,113,0.6); }
.early-form .btn { height: 52px; }
.early-feedback { min-height: 1.4em; font-size: 0.86rem; font-weight: 600; }
.early-feedback.ok { color: var(--wa); }
.early-feedback.err { color: var(--red); }
.early-note { font-size: 0.76rem; color: var(--muted2); margin-top: 6px; }
@media (max-width: 560px) {
  .early-form { flex-direction: column; }
  .early-form .btn { width: 100%; }
}

/* ─── CARTES MAGNÉTIQUES 3D « niveau vokali.app » (R1875) ───────────────────
   Le tilt 3D + scale vient du JS (ressort) ; on N'anime PAS transform en CSS
   (sinon ça fight le JS — bug « cartes mortes » R1876). Glare directionnel
   injecté par le JS (span.card-glare). */
.magnetic-3d { transform-style: preserve-3d; will-change: transform; }
.feature-card.magnetic-3d > *:not(.card-glare),
.vertical-card.magnetic-3d > *:not(.card-glare),
.step-card.magnetic-3d > *:not(.card-glare) { transform: translateZ(24px); }
.card-glare {
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  opacity: 0; transition: opacity 220ms ease; z-index: 2; mix-blend-mode: screen;
}

/* ─── FOOTER ────────────────────────────────────────────────────────────── */
.footer { position: relative; z-index: 2; border-top: 1px solid var(--line); margin-top: 40px; background: rgba(6,9,15,0.6); }
.footer-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 64px clamp(16px, 4vw, 48px) 40px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px;
}
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-brand { font-size: 1.15rem; font-weight: 700; letter-spacing: 0.01em; }
.footer-brand-tag { font-family: var(--font-body); font-size: 0.8rem; font-weight: 500; color: var(--gold); letter-spacing: 0.02em; }
.footer-tagline { font-size: 0.86rem; color: var(--muted); line-height: 1.6; max-width: 36ch; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.foot-badge {
  font-size: 0.74rem; font-weight: 600; color: rgba(230,238,252,0.85);
  padding: 6px 13px; border-radius: 999px;
  background: rgba(13,18,32,0.6); border: 1px solid var(--gold-line);
}
.footer-head { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.footer-col a { font-size: 0.86rem; color: var(--muted); transition: color 160ms ease; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-legal {
  max-width: var(--max); margin: 0 auto;
  padding: 22px clamp(16px, 4vw, 48px) 36px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 6px;
}
.footer-legal p { font-size: 0.74rem; color: var(--muted2); line-height: 1.6; }
@media (max-width: 860px) { .footer-inner { grid-template-columns: 1fr 1fr; } .footer-col-brand { grid-column: 1 / -1; } }

/* ═══ ÉCOSYSTÈME ALLINMYAPP + MACBOOK 3D (R2412) ═══ */
.section-eco { background: radial-gradient(900px circle at 80% 10%, var(--violet-dim), transparent 60%); }
.eco-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.eco-kicker { display: inline-block; font-family: var(--font-display); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--violet-bright); margin-bottom: 14px; }
.eco-copy h2 em { font-style: normal; background: linear-gradient(110deg, var(--gold), var(--violet-bright)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.eco-copy p { color: var(--muted); line-height: 1.7; font-size: clamp(1rem, 2vw, 1.1rem); margin-top: 8px; }
.eco-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.eco-link { font-size: 0.86rem; font-weight: 600; padding: 0.5rem 0.95rem; border-radius: 0.6rem; border: 1px solid var(--glass-border); color: var(--text); background: var(--glass); transition: all 0.2s; }
.eco-link:hover { border-color: var(--violet); color: var(--violet-bright); transform: translateY(-1px); }
.eco-link-primary { border-color: var(--violet); background: var(--violet-dim); color: var(--violet-bright); }

/* MacBook 3D — perspective + écran app écosystème */
.eco-device { display: flex; flex-direction: column; align-items: center; perspective: 1400px; }
.macbook { width: min(440px, 92%); transform: rotateX(12deg) rotateZ(-3deg); transform-style: preserve-3d; }
.macbook-screen { aspect-ratio: 16 / 10; border-radius: 16px 16px 4px 4px; background: #05070d; border: 2px solid rgba(124,92,255,0.35); box-shadow: 0 40px 90px rgba(0,0,0,0.6), 0 0 40px -10px var(--violet-dim); overflow: hidden; }
.macbook-base { height: 14px; width: 116%; margin: 0 -8% ; border-radius: 0 0 14px 14px; background: linear-gradient(#1a2233, #0c121d); box-shadow: 0 16px 30px rgba(0,0,0,0.5); position: relative; }
.macbook-base::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 22%; height: 5px; border-radius: 0 0 7px 7px; background: rgba(0,0,0,0.45); }
.mb-app { display: grid; grid-template-columns: 96px 1fr; height: 100%; font-size: 0.62rem; }
.mb-side { background: rgba(124,92,255,0.06); border-right: 1px solid var(--glass-border); padding: 12px 8px; display: flex; flex-direction: column; gap: 9px; }
.mb-item { display: flex; align-items: center; gap: 6px; color: var(--muted); }
.mb-item.mb-on { color: var(--violet-bright); font-weight: 700; }
.mb-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.mb-item.mb-on .mb-dot { background: var(--violet); box-shadow: 0 0 8px var(--violet); }
.mb-main { padding: 14px 12px; display: flex; flex-direction: column; gap: 9px; }
.mb-card { background: var(--glass); border: 1px solid var(--glass-border); border-radius: 8px; padding: 9px 10px; color: var(--text); }
.mb-card-glow { border-color: var(--violet); box-shadow: 0 0 22px -6px var(--violet); color: var(--violet-bright); font-weight: 600; }
.eco-device-cap { margin-top: 26px; font-size: 0.82rem; color: var(--muted2); text-align: center; }
@media (max-width: 860px) { .eco-grid { grid-template-columns: 1fr; gap: 36px; } .macbook { transform: rotateX(8deg); } }

/* ═══ HERO 2 COLONNES PREMIUM (R2412 refonte — robot signature + matrice) ═══ */
.hero-grid { max-width: 1180px; width: 100%; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; text-align: left; }
.hero-grid::before { display: none !important; }   /* retire le glow centré hérité */
.hero-main { display: flex; flex-direction: column; align-items: flex-start; max-width: 600px; }
.hero-main .hero-title { text-align: left; font-size: clamp(2.2rem, 5vw, 4rem); }
.hero-main .hero-sub { text-align: left; }
.hero-main .hero-actions { justify-content: flex-start; }
.hero-main .hero-proof { justify-content: flex-start; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.hero-visual .robot { margin: 0 auto; }
.hero-visual .hero-call-card { margin: 0; width: 100%; max-width: 430px; }
/* Matrice plus présente + halo doré/violet derrière le robot */
.hero-dots { opacity: 0.72; }
.hero-visual::before { content: ''; position: absolute; top: 8%; left: 50%; width: 360px; height: 360px; transform: translateX(-50%); border-radius: 50%; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(124,92,255,0.16), rgba(212,175,96,0.07) 45%, transparent 70%); filter: blur(10px); }
.hero-visual .robot, .hero-visual .hero-call-card { position: relative; z-index: 1; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; text-align: center; justify-items: center; }
  .hero-main { align-items: center; max-width: 640px; }
  .hero-main .hero-title, .hero-main .hero-sub { text-align: center; }
  .hero-main .hero-actions, .hero-main .hero-proof { justify-content: center; }
  .hero-visual { order: 2; }
}
/* Cœur d'absorption (section Vos données) — orbe or→violet, les chips convergent dessus */
.data-core { display: grid; place-items: center; width: 150px; height: 150px; }
.tee-reactor-lg { width: 120px; height: 120px; }
.tee-reactor-lg .tee-reactor-orb { width: 120px; height: 120px; }
.tee-reactor-lg::before { inset: -22px; }
.tee-reactor-lg::after { inset: -8px; }

/* ═══ MATRICE hero (pluie de glyphes) ═══ */
.hero-matrix { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.40; z-index: 0; pointer-events: none; }

/* ═══ RÉACTEUR ROBOT riche (cœur + 2 anneaux) — remplace l'orbe SVG ═══ */
.robot-reactor { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); width: 46px; height: 46px; display: grid; place-items: center; }
.robot-core { width: 30px; height: 30px; border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #fff 4%, var(--violet-bright, #9b86ff) 42%, #3a2a8f 100%);
  box-shadow: 0 0 18px rgba(124,92,255,0.65), 0 0 34px rgba(124,92,255,0.35), inset 0 0 8px rgba(255,255,255,0.5);
  animation: robot-breathe 4s ease-in-out infinite; }
.robot-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.robot-ring-1 { inset: -2px; background: conic-gradient(from 0deg, transparent, rgba(212,175,96,0.9), transparent 50%);
  -webkit-mask: radial-gradient(circle, transparent 62%, #000 64%); mask: radial-gradient(circle, transparent 62%, #000 64%);
  animation: tee-reactor-spin 5.5s linear infinite; }
.robot-ring-2 { inset: 4px; background: conic-gradient(from 180deg, transparent, rgba(124,92,255,0.95), transparent 45%);
  -webkit-mask: radial-gradient(circle, transparent 60%, #000 62%); mask: radial-gradient(circle, transparent 60%, #000 62%);
  animation: tee-reactor-spin 3.6s linear infinite reverse; }
.robot-torso-mark { position: absolute; bottom: 13px; left: 50%; transform: translateX(-50%); font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(124,92,255,0.6); text-shadow: 0 0 10px rgba(124,92,255,0.45); pointer-events: none; user-select: none; }
.robot:hover .robot-torso-mark, .robot.dragging .robot-torso-mark { color: rgba(155,134,255,0.95); }

/* ═══ COPY marketing : rouge sang (problèmes) + vert (résolu) ═══ */
.txt-blood { color: #ff3b3b; }
.stats-legend { text-align: center; font-family: var(--font-display); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin: 28px 0 12px; }
.stats-legend-bad { color: #ff4444; }
.stats-legend-good { color: #25d366; }
/* override du dégradé text-fill (sinon la couleur ne prend pas) */
.stat-bad .stat-num { background: none !important; -webkit-text-fill-color: #ff4d4d !important; color: #ff4d4d !important; text-shadow: 0 0 26px rgba(255,77,77,0.5); }
.stat-good .stat-num { background: none !important; -webkit-text-fill-color: #2ee676 !important; color: #2ee676 !important; text-shadow: 0 0 26px rgba(46,230,118,0.5); }
/* cartes premium : verre + liseré coloré + glow */
.stat-bad { border-color: rgba(255,77,77,0.28); box-shadow: 0 18px 50px -24px rgba(255,77,77,0.35), inset 0 1px 0 rgba(255,255,255,0.04); }
.stat-bad:hover { border-color: rgba(255,77,77,0.5); }
.stat-good { border-color: rgba(46,230,118,0.3); box-shadow: 0 18px 50px -24px rgba(46,230,118,0.32), inset 0 1px 0 rgba(255,255,255,0.04); }
.stat-good:hover { border-color: rgba(46,230,118,0.55); }

/* Texte dégradé or→violet (accents écosystème) */
.kk-grad-text { background: linear-gradient(110deg, var(--gold-bright), var(--violet-bright)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ═══ ROBOT 3D SPLINE (le vrai) + masquage du fallback CSS quand chargé ═══ */
.agents-robot-stage { position: relative; display: flex; align-items: center; justify-content: center; min-height: 360px; width: 100%; }
.spline-robot-wrap { position: absolute; inset: -6% -4%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.7s ease; z-index: 2; }
.spline-robot-wrap.ready { opacity: 1; }
.spline-robot { width: 100%; height: 100%; min-height: 360px; }
.agents-robot-stage.spline-active .robot { opacity: 0; pointer-events: none; transition: opacity 0.5s ease; }

/* ════════════════════════════════════════════════════════════════════════
   X100 DESIGN — upgrades premium (audit Vokali/AllInMyApp 16/06)
   Overrides en fin de fichier = priorité. Or rayonnant, scrim, cartes feu,
   séparateurs, iridescent, ombres chaleureuses, espacements, bouton or.
   ════════════════════════════════════════════════════════════════════════ */

/* #1 — Titre OR RAYONNANT (relief massif embossé) */
.hero-line-grad {
  background: linear-gradient(175deg, #fff7d6 0%, #fcf6ba 14%, #e8c56a 32%, #bf953f 50%, #8a6d1f 66%, #b8893a 82%, #aa771c 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(255,248,214,0.55)) drop-shadow(0 -1px 0 rgba(255,255,255,0.25))
          drop-shadow(0 3px 1px rgba(0,0,0,0.85)) drop-shadow(0 5px 14px rgba(120,80,10,0.7))
          drop-shadow(0 0 46px rgba(212,175,96,0.28));
  animation: line-reveal 0.7s 0.55s cubic-bezier(0.22,1,0.36,1) forwards, hero-gold-shine 6s ease-in-out infinite;
}
@keyframes hero-gold-shine { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

/* #2 — Scrim de lisibilité (radial protecteur derrière le titre) */
.hero-content::before {
  content: ''; position: absolute; z-index: -1; pointer-events: none; inset: -8% -14% 28%;
  background: radial-gradient(ellipse 58% 52% at 50% 42%, rgba(8,11,18,0.82) 0%, rgba(8,11,18,0.46) 38%, transparent 72%);
  display: block !important;
}
.hero-grid::before { display: none !important; }

/* #5 — Dégradé iridescent (titres de section em) */
:root { --grad-iris: linear-gradient(105deg, #34e0a8 0%, #38d9d9 30%, #eef6ff 52%, #9be8d0 72%, #8b5cf6 100%); }
.section-head h2 em, .section h2 em {
  background: var(--grad-iris); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-style: normal;
}

/* #3 + #6 — Cartes premium (feu au coin + ombre chaleureuse décentrée) */
.feature-card, .pricing-card, .stat-card {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(212,175,96,0.16), transparent 55%),
    radial-gradient(ellipse at 0% 0%, rgba(124,92,255,0.07), transparent 55%),
    linear-gradient(155deg, rgba(20,28,46,0.72), rgba(12,17,30,0.82));
  border: 1px solid rgba(212,175,96,0.16);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 22px 50px -28px rgba(0,0,0,0.75);
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}
.feature-card:hover, .pricing-card:hover {
  border-color: rgba(212,175,96,0.45); transform: translateY(-3px);
  box-shadow: 0 28px 70px -30px rgba(212,175,96,0.36), 0 1px 0 rgba(255,255,255,0.07) inset, 0 0 0 1px rgba(212,175,96,0.28);
}

/* #4 — Séparateurs de section (ligne dégradée lumineuse) */
.section { position: relative; }
.section + .section::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(80%, 1100px); height: 1px; z-index: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(212,175,96,0.22) 25%, rgba(124,92,255,0.22) 50%, rgba(212,175,96,0.22) 75%, transparent 100%);
}

/* #8 — Espacements généreux (respiration) */
.section { padding-top: clamp(72px, 9vw, 120px); padding-bottom: clamp(72px, 9vw, 120px); }
.section-head { margin-bottom: clamp(40px, 6vw, 64px); }
.hero-main .hero-title { margin-bottom: 30px; }

/* #9 — Bouton primaire OR massif (inset + reflet sheen) */
.btn-primary {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #fcf6ba 0%, #e8c56a 38%, #d4af60 62%, #bf953f 100%); color: #1a1408;
  box-shadow: 0 0 0 1px rgba(212,175,96,0.4), 0 16px 40px rgba(212,175,96,0.26), inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -2px 6px rgba(120,80,10,0.4);
}
.btn-primary::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: -120%; width: 60%; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.7), transparent); transform: skewX(-18deg);
}
.btn-primary:hover { transform: translateY(-2px); filter: none;
  box-shadow: 0 0 0 1px rgba(212,175,96,0.55), 0 24px 48px rgba(212,175,96,0.36), inset 0 1px 0 rgba(255,255,255,0.6); }
.btn-primary:hover::after { animation: btn-sheen 0.9s ease; }
@keyframes btn-sheen { from { left: -120%; } to { left: 150%; } }
