/* ============================================================
   THEME — FUTURISTE
   Dark-tech, cyan/violet glow, lignes de circuit, typographies
   Orbitron + Space Grotesk, accents holographiques.
   ============================================================ */

/* Le thème futuriste est verrouillé sur sa palette cyber dark native :
   pas de bouton ampoule, et même si data-mode reste sur "light" pour une
   raison ou une autre, on force la palette sombre — sinon les textes
   conçus pour fond navy deviennent illisibles sur un fond clair. */
[data-theme="futuriste"],
[data-theme="futuriste"][data-mode="dark"],
[data-theme="futuriste"][data-mode="light"] {
  --bg: #050912;
  --paper: #0c1220;
  --text: #eaf6ff;
  --muted: #b3c2dd;
  --line: rgba(120,200,255,.14);
  --accent: #00e5ff;
  --accent-2: #b388ff;
  --accent-3: #00ffa3;
  --shadow: 0 0 60px -10px rgba(0,229,255,.45);
}

[data-theme="futuriste"] {
  font-family: 'Space Grotesk', sans-serif;
}

[data-theme="futuriste"] .section-title,
[data-theme="futuriste"] .hero-title,
[data-theme="futuriste"] .opt-num,
[data-theme="futuriste"] .stat-num,
[data-theme="futuriste"] .sim-result-value,
[data-theme="futuriste"] .ba-spec strong,
[data-theme="futuriste"] .tip-step,
[data-theme="futuriste"] .val-num,
[data-theme="futuriste"] .brand-name {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

[data-theme="futuriste"] .hero-title {
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 1.05;
}
/* Mode sombre (par défaut du thème) — texte ivoire avec glow néon */
[data-theme="futuriste"][data-mode="dark"] .hero-title .line {
  color: #eaf6ff;
  text-shadow: 0 1px 0 rgba(0,0,0,.4);
}
[data-theme="futuriste"][data-mode="dark"] .hero-title .italic {
  font-style: normal;
  background: linear-gradient(90deg, #6df5ff 0%, #d6c1ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 6px rgba(109,245,255,.55));
}
[data-theme="futuriste"][data-mode="dark"] .hero-title .emphasis {
  color: #eaf6ff;
  text-shadow: 0 0 14px rgba(0,229,255,.7);
}

/* Mode clair — texte foncé saturé, le cyan en accent net sans glow blanc */
[data-theme="futuriste"][data-mode="light"] .hero-title .line {
  color: #0a1220;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
[data-theme="futuriste"][data-mode="light"] .hero-title .italic {
  font-style: normal;
  background: linear-gradient(90deg, #0066ff 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: none;
}
[data-theme="futuriste"][data-mode="light"] .hero-title .emphasis {
  color: #0066ff;
  text-shadow: none;
}

[data-theme="futuriste"] .hero-stroke-svg { color: var(--accent); }
[data-theme="futuriste"] .hero-stroke-svg path { opacity: 1; }
[data-theme="futuriste"] .section-title em {
  color: var(--accent);
  font-style: normal;
  text-shadow: 0 0 18px rgba(0,229,255,.5);
}

[data-theme="futuriste"] .kicker {
  font-family: 'Major Mono Display', monospace;
  letter-spacing: .3em;
  font-size: .8rem;
  color: var(--accent);
}

[data-theme="futuriste"] .brand-name {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
[data-theme="futuriste"] .brand-sub {
  font-family: 'Major Mono Display', monospace;
  font-size: .65rem;
  letter-spacing: .2em;
  color: var(--accent-3);
}
[data-theme="futuriste"] .brand-mark {
  color: var(--accent);
  filter: drop-shadow(0 0 8px var(--accent));
}

/* Hero — circuit grid */
[data-theme="futuriste"] body { background: var(--bg); }
[data-theme="futuriste"] body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -20%, rgba(0,229,255,.18), transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(179,136,255,.12), transparent 45%),
    radial-gradient(circle at 100% 100%, rgba(0,255,163,.1), transparent 40%);
}
[data-theme="futuriste"] body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,229,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
[data-theme="futuriste"][data-mode="light"] body::after {
  background-image:
    linear-gradient(rgba(0,102,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,102,255,.06) 1px, transparent 1px);
}

[data-theme="futuriste"] .hero-bg { color: var(--accent); opacity: .35; mix-blend-mode: screen; }
[data-theme="futuriste"] .hero-bg .pipe-network path { stroke-width: 2; }

[data-theme="futuriste"] .hero {
  position: relative;
  /* Le hero hérite d'un fond `var(--craie)` (beige clair) défini dans
     tiler.css, qui rend nos textes ivoires illisibles ET masque les
     planètes. On le neutralise pour laisser remonter le décor cosmique
     du body. */
  background: transparent;
  isolation: isolate;
}
[data-theme="futuriste"] .hero > * { position: relative; z-index: 1; }
[data-theme="futuriste"] .hero-deco,
[data-theme="futuriste"] .hero-bg { z-index: 0; }
/* Hero — planète façon Saturne en focal du décor + anneau orbital secondaire.
   `::before` = la planète (sphère gradient + ombrage), `::after` = anneau
   incliné dessiné via gradients radiaux + pseudo-élément masqué.
   On reste en z-index 0 (au-dessus du body futuriste mais sous le contenu). */
[data-theme="futuriste"] .hero::before {
  content: '';
  position: absolute;
  top: 8%; right: -4%;
  width: clamp(280px, 32vw, 460px);
  height: clamp(280px, 32vw, 460px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #d6f7ff 0%, #6df5ff 14%, #009ec2 38%, #064a7c 70%, #021428 100%);
  box-shadow:
    inset -28px -32px 70px rgba(2,12,32,.85),
    inset 18px 22px 50px rgba(214,247,255,.18),
    0 0 90px rgba(0,229,255,.35),
    0 0 200px rgba(0,229,255,.18);
  animation: planetFloat 22s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
  opacity: .85;
}
[data-theme="futuriste"] .hero::after {
  content: '';
  position: absolute;
  top: calc(8% + clamp(280px, 32vw, 460px) * 0.42);
  right: calc(-4% - clamp(280px, 32vw, 460px) * 0.22);
  width: clamp(520px, 56vw, 820px);
  height: clamp(120px, 12vw, 180px);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, transparent 0 38%, rgba(0,229,255,.55) 38.5% 40%, transparent 41% 46%, rgba(179,136,255,.4) 46.5% 48.5%, transparent 49% 56%, rgba(0,229,255,.25) 56.5% 58%, transparent 60%);
  transform: rotate(-22deg);
  filter: drop-shadow(0 0 18px rgba(0,229,255,.35));
  animation: ringTilt 28s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
  opacity: .9;
}
@keyframes scanRing { to { transform: rotate(360deg); } }
@keyframes planetFloat {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(-14px, 20px); }
}
@keyframes ringTilt {
  0%, 100% { transform: rotate(-22deg) translate(0, 0); }
  50%      { transform: rotate(-19deg) translate(-14px, 20px); }
}

[data-theme="futuriste"] .hero-eyebrow,
[data-theme="futuriste"] .hero-lead { color: var(--muted); }
[data-theme="futuriste"] .hero-eyebrow { font-family: 'Major Mono Display', monospace; }

[data-theme="futuriste"] .stat-num {
  color: var(--accent);
  text-shadow: 0 0 14px rgba(0,229,255,.5);
}

/* Buttons */
[data-theme="futuriste"] .btn {
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
}
[data-theme="futuriste"] .btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #050912;
  border: 1px solid var(--accent);
  box-shadow: 0 0 30px rgba(0,229,255,.5), inset 0 0 12px rgba(255,255,255,.2);
}
[data-theme="futuriste"] .btn-primary:hover {
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: #fff;
  box-shadow: 0 0 50px rgba(179,136,255,.7);
}
[data-theme="futuriste"] .btn-ghost {
  background: rgba(0,229,255,.05);
  color: var(--accent);
  border-color: var(--accent);
}
[data-theme="futuriste"] .btn-ghost:hover { box-shadow: 0 0 20px rgba(0,229,255,.4); }

/* Header & nav */
[data-theme="futuriste"] .site-header {
  background: rgba(10,18,32,.7);
  border-bottom: 1px solid var(--accent);
  box-shadow: 0 0 40px rgba(0,229,255,.15);
  backdrop-filter: blur(16px);
}
[data-theme="futuriste"][data-mode="light"] .site-header {
  background: rgba(255,255,255,.85);
}
[data-theme="futuriste"] .site-nav a {
  font-family: 'Major Mono Display', monospace;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}
[data-theme="futuriste"] .site-nav a.nav-cta {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #050912;
  box-shadow: 0 0 16px rgba(0,229,255,.5);
}

/* Theme switch */
[data-theme="futuriste"] .theme-switch {
  background: rgba(0,229,255,.05);
  border: 1px solid var(--accent);
  box-shadow: 0 0 12px rgba(0,229,255,.2);
}
[data-theme="futuriste"] .theme-btn { font-family: 'Major Mono Display', monospace; }
[data-theme="futuriste"] .theme-btn.is-active {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #050912;
}

/* Social rail & ctrls — l'ampoule (mode clair/sombre) est masquée
   car le rendu est verrouillé sur la palette dark cyber native. */
[data-theme="futuriste"] #btn-light { display: none !important; }
/* Plus de panneau sombre autour des boutons — chaque bouton porte
   son propre halo de marque, on garde le rail transparent. */
[data-theme="futuriste"] .social-rail {
  background: transparent;
  border: 0;
  box-shadow: none;
}
[data-theme="futuriste"] .social-tag { font-family: 'Major Mono Display', monospace; color: var(--accent-2); }
[data-theme="futuriste"] .ctrl-btn {
  background: var(--paper);
  color: var(--accent);
  border: 1px solid var(--accent);
  box-shadow: 0 0 16px rgba(0,229,255,.3);
}
[data-theme="futuriste"] .ctrl-btn:hover {
  background: var(--accent);
  color: #050912;
  box-shadow: 0 0 24px rgba(0,229,255,.7);
}

/* About */
/* Note : tiler.css a un bloc `[data-mode="dark"] .about/.services/.advice/...`
   avec des fonds BRUNS hardcodés en !important — pensé pour le thème
   classique-dark. Comme le thème futuriste tourne aussi sur data-mode="dark",
   ces règles écrasaient nos fonds navy et rendaient les textes ivoires
   illisibles sur fond brun. On les surcharge ici en !important. */
[data-theme="futuriste"] .about,
[data-theme="futuriste"] .advice,
[data-theme="futuriste"] .site-footer {
  background: var(--paper) !important;
}
[data-theme="futuriste"] .services,
[data-theme="futuriste"] .prestations,
[data-theme="futuriste"] .nuancier,
[data-theme="futuriste"] .gallery,
[data-theme="futuriste"] .methode {
  background: var(--bg) !important;
}
[data-theme="futuriste"] .reviews,
[data-theme="futuriste"] .ba {
  background: var(--bg) !important;
}

/* Accents `em` + kickers — tiler.css force des teintes chaudes (ocre,
   terre cuite, brique) en [data-mode="dark"] sur chaque section. On
   réaligne sur la palette néon cyan/violet/vert. */
[data-theme="futuriste"] .services .section-title em,
[data-theme="futuriste"] .prestations .section-title em,
[data-theme="futuriste"] .advice .section-title em,
[data-theme="futuriste"] .nuancier .section-title em,
[data-theme="futuriste"] .reviews .section-title em,
[data-theme="futuriste"] .about .section-title em,
[data-theme="futuriste"] .gallery .section-title em,
[data-theme="futuriste"] .ba .section-title em,
[data-theme="futuriste"] .methode .section-title em {
  color: var(--accent) !important;
  text-shadow: 0 0 18px rgba(0,229,255,.5);
}
[data-theme="futuriste"] .services .kicker,
[data-theme="futuriste"] .prestations .kicker,
[data-theme="futuriste"] .advice .kicker,
[data-theme="futuriste"] .nuancier .kicker,
[data-theme="futuriste"] .reviews .kicker,
[data-theme="futuriste"] .about .kicker,
[data-theme="futuriste"] .gallery .kicker,
[data-theme="futuriste"] .ba .kicker,
[data-theme="futuriste"] .methode .kicker {
  color: var(--accent) !important;
}
/* Variantes alternées violet pour casser la monotonie */
[data-theme="futuriste"] .reviews .section-title em,
[data-theme="futuriste"] .reviews .kicker,
[data-theme="futuriste"] .nuancier .section-title em,
[data-theme="futuriste"] .nuancier .kicker { color: var(--accent-2) !important; }
[data-theme="futuriste"] .methode .section-title em,
[data-theme="futuriste"] .methode .kicker { color: var(--accent-3) !important; }

/* Méthode — h3 et paragraphes des étapes : couleurs chaudes héritées
   (#F5EFE6 cream + #C8B8A4 warm grey) → on les réaligne en ivoire bleuté. */
[data-theme="futuriste"] .methode__step h3 { color: #eaf6ff !important; }
[data-theme="futuriste"] .methode__step p,
[data-theme="futuriste"] .methode__step .step__desc,
[data-theme="futuriste"] .methode__step .step__text { color: #c8d4ea !important; }
[data-theme="futuriste"] .portrait-frame {
  background: linear-gradient(135deg, rgba(0,229,255,.2), rgba(179,136,255,.2));
  border: 1px solid var(--accent);
  box-shadow: 0 0 40px rgba(0,229,255,.3);
  transform: rotate(0);
}
[data-theme="futuriste"] .portrait-bg { fill: rgba(0,229,255,.15); }
[data-theme="futuriste"] .portrait-stroke path, [data-theme="futuriste"] .portrait-stroke circle { stroke: var(--accent); }
[data-theme="futuriste"] .portrait-tag {
  background: var(--accent);
  color: #050912;
  font-family: 'Major Mono Display', monospace;
  font-size: .75rem;
}
[data-theme="futuriste"] .portrait-caption { font-family: 'Major Mono Display', monospace; font-size: .9rem; color: var(--accent-2); letter-spacing: .15em; }
[data-theme="futuriste"] .badge { background: rgba(0,229,255,.1); color: var(--accent); border: 1px solid var(--accent); }

/* Services */
[data-theme="futuriste"] .services-grid {
  background: var(--accent);
  border: 1px solid var(--accent);
  box-shadow: 0 0 40px rgba(0,229,255,.15);
}
[data-theme="futuriste"] .service-card { background: var(--paper); }
[data-theme="futuriste"] .service-card::before { background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
[data-theme="futuriste"] .service-card h3 { font-family: 'Orbitron', sans-serif; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .04em; }
[data-theme="futuriste"] .service-icon { color: var(--accent); filter: drop-shadow(0 0 10px var(--accent)); }
[data-theme="futuriste"] .service-card:hover { color: #050912; }
[data-theme="futuriste"] .service-card:hover h3 { color: #050912; text-shadow: none; }
[data-theme="futuriste"] .service-card:hover .service-icon { color: #050912; filter: none; }

/* Premium */
[data-theme="futuriste"] .premium {
  background: linear-gradient(135deg, #050912 0%, #0c1d3a 100%);
}
[data-theme="futuriste"] .premium::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,229,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.08) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
          mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
}
[data-theme="futuriste"] .opt-card {
  background: rgba(0,229,255,.04);
  border: 1px solid rgba(0,229,255,.2);
  border-radius: 4px;
  position: relative;
}
[data-theme="futuriste"] .opt-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 24px; height: 1px; background: var(--accent);
}
[data-theme="futuriste"] .opt-card:hover {
  background: rgba(0,229,255,.08);
  border-color: var(--accent);
  box-shadow: 0 0 30px rgba(0,229,255,.4);
}
[data-theme="futuriste"] .opt-num {
  font-family: 'Major Mono Display', monospace;
  color: var(--accent);
  font-size: 2rem;
}
[data-theme="futuriste"] .opt-card h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
[data-theme="futuriste"] .opt-card::after {
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  color: #050912;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0,229,255,.6);
}

/* BA / advice / reviews */
[data-theme="futuriste"] .ba-knob { background: var(--accent); color: #050912; box-shadow: 0 0 24px var(--accent); }
[data-theme="futuriste"] .ba-line, [data-theme="futuriste"] .ba-handle { background: var(--accent); box-shadow: 0 0 12px var(--accent); }
[data-theme="futuriste"] .ba-spec strong { font-family: 'Orbitron', sans-serif; font-size: 1.4rem; color: var(--accent); }

[data-theme="futuriste"] .advice-sim {
  background: linear-gradient(135deg, #0c1d3a, #1a0a3a);
  border: 1px solid var(--accent);
  box-shadow: 0 0 40px rgba(0,229,255,.3);
}
[data-theme="futuriste"] .advice-sim h3 { font-family: 'Orbitron', sans-serif; font-size: 1.4rem; color: var(--accent); }
[data-theme="futuriste"] .sim-result-value { color: var(--accent); text-shadow: 0 0 18px rgba(0,229,255,.5); }
[data-theme="futuriste"] .sim-toggle button.is-active {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #050912;
}

[data-theme="futuriste"] .rev-card {
  background: var(--paper);
  border: 1px solid rgba(0,229,255,.2);
  border-radius: 4px;
}
[data-theme="futuriste"] .rev-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 24px rgba(0,229,255,.3);
}
[data-theme="futuriste"] .rev-card p { font-family: 'Space Grotesk', sans-serif; font-style: normal; }
[data-theme="futuriste"] .rev-quote { color: var(--accent); }

/* Contact */
[data-theme="futuriste"] .contact {
  background:
    linear-gradient(135deg, #050912 0%, #0c1d3a 50%, #1a0a3a 100%);
}
[data-theme="futuriste"] .contact::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,229,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.08) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 40%, transparent 80%);
          mask-image: radial-gradient(ellipse at center, #000 40%, transparent 80%);
}
[data-theme="futuriste"] .contact-form {
  background: rgba(0,229,255,.04);
  border: 1px solid var(--accent);
  box-shadow: 0 0 40px rgba(0,229,255,.2);
  border-radius: 6px;
}
[data-theme="futuriste"] .ci-value {
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  color: var(--accent);
}
[data-theme="futuriste"] .field input,
[data-theme="futuriste"] .field select,
[data-theme="futuriste"] .field textarea { font-family: 'Orbitron', sans-serif; font-size: .95rem; letter-spacing: .04em; }

/* Footer */
[data-theme="futuriste"] .site-footer { border-top: 1px solid var(--accent); box-shadow: 0 -10px 40px -20px rgba(0,229,255,.4); }
[data-theme="futuriste"] .foot-mark { color: var(--accent); filter: drop-shadow(0 0 8px var(--accent)); }
[data-theme="futuriste"] .foot-tag { font-family: 'Orbitron', sans-serif; font-size: .9rem; }
[data-theme="futuriste"] .foot-grid ul a { font-family: 'Major Mono Display', monospace; text-transform: uppercase; font-size: .8rem; letter-spacing: .15em; }

[data-theme="futuriste"] .reviews { background: var(--bg); }
[data-theme="futuriste"] .ba { background: var(--bg); }

/* ────────────────────────────────────────────
   LISIBILITÉ — durcissement des contrastes
   Verrouillé sur sa palette dark, mais quelques zones
   (hero-eyebrow muted, opt-card text, témoignages) avaient
   un contraste limite sur le fond #050912.
   ──────────────────────────────────────────── */

/* Hero — eyebrow muted était trop pâle (#7e8aa3 sur #050912 ≈ 4:1, limite AA) */
[data-theme="futuriste"][data-mode="dark"] .hero-eyebrow { color: #b3c2dd; }
[data-theme="futuriste"][data-mode="dark"] .hero-lead    { color: #c8d4ea; }
[data-theme="futuriste"][data-mode="dark"] .hero-rating em { color: #d4dff2; }
[data-theme="futuriste"][data-mode="dark"] .stat-suf,
[data-theme="futuriste"][data-mode="dark"] .stat-lab    { color: #aab7d0; }

/* Section heads + paragraphes corps — éviter le muted illisible */
[data-theme="futuriste"][data-mode="dark"] .section-head p,
[data-theme="futuriste"][data-mode="dark"] .lead { color: #d4dff2; }

/* Opt-card / service / reviews — texte plus contrasté */
[data-theme="futuriste"][data-mode="dark"] .opt-card p,
[data-theme="futuriste"][data-mode="dark"] .service-card p,
[data-theme="futuriste"][data-mode="dark"] .rev-card p { color: #d4dff2; }
[data-theme="futuriste"][data-mode="dark"] .rev-author small { color: #aab7d0; }

/* Footer — sur le paper sombre, les liens muted étaient gris-bleu trop sombre */
[data-theme="futuriste"][data-mode="dark"] .foot-tag,
[data-theme="futuriste"][data-mode="dark"] .foot-grid ul a,
[data-theme="futuriste"][data-mode="dark"] .foot-legal,
[data-theme="futuriste"][data-mode="dark"] .foot-bottom p { color: #c8d4ea; }
[data-theme="futuriste"][data-mode="dark"] .foot-grid ul a:hover { color: var(--accent); text-shadow: 0 0 10px rgba(0,229,255,.55); }

/* Hero-themes label — texte de la bande de sélection sur fond hero sombre */
[data-theme="futuriste"][data-mode="dark"] .hero-themes__label { color: #d4dff2; }
[data-theme="futuriste"][data-mode="dark"] .hero-themes__label em { color: var(--accent); text-shadow: 0 0 12px rgba(0,229,255,.5); }

/* Tp-card (mini-cards de thèmes) — texte du body */
[data-theme="futuriste"][data-mode="dark"] .tp-card { background: rgba(0,229,255,.04); border-color: rgba(0,229,255,.2); }
[data-theme="futuriste"][data-mode="dark"] .tp-card .tp-card__name { color: #eaf6ff; }
[data-theme="futuriste"][data-mode="dark"] .tp-card .tp-card__desc { color: #aab7d0; }

/* Maps stats — chiffres + libellés */
[data-theme="futuriste"][data-mode="dark"] .maps-stat__num { color: var(--accent); text-shadow: 0 0 14px rgba(0,229,255,.4); }
[data-theme="futuriste"][data-mode="dark"] .maps-stat__lab { color: #b3c2dd; }

/* Promo banner — fond clair par défaut, on aligne sur dark */
[data-theme="futuriste"][data-mode="dark"] .promo-banner { background: rgba(0,229,255,.08); border-color: var(--accent); color: #eaf6ff; }

/* Form labels + inputs — restaurer un contraste fort */
[data-theme="futuriste"][data-mode="dark"] .field label { color: #d4dff2; }
[data-theme="futuriste"][data-mode="dark"] .field input,
[data-theme="futuriste"][data-mode="dark"] .field select,
[data-theme="futuriste"][data-mode="dark"] .field textarea { color: #eaf6ff; background: rgba(255,255,255,.03); border-color: rgba(0,229,255,.35); }
[data-theme="futuriste"][data-mode="dark"] .field input::placeholder,
[data-theme="futuriste"][data-mode="dark"] .field textarea::placeholder { color: #7e8aa3; }

/* ────────────────────────────────────────────
   Hero — étoiles + paragraphes lisibles
   On scope par mode : les couleurs claires en dark, foncées en light.
   ──────────────────────────────────────────── */
[data-theme="futuriste"][data-mode="dark"] .hero-lead   { color: #c8d4ea; }
[data-theme="futuriste"][data-mode="dark"] .hero-lead em { color: #6df5ff; font-weight: 600; }
[data-theme="futuriste"][data-mode="dark"] .hero-eyebrow { color: var(--accent); }
[data-theme="futuriste"][data-mode="dark"] .hero-rating  { color: #c8d4ea; }
[data-theme="futuriste"][data-mode="dark"] .hero-rating em { color: #eaf6ff; }
[data-theme="futuriste"][data-mode="dark"] .hero-rating .icon { color: #6df5ff; }
[data-theme="futuriste"][data-mode="dark"] .stat-num { color: #eaf6ff; text-shadow: 0 0 14px rgba(0,229,255,.45); }
[data-theme="futuriste"][data-mode="dark"] .stat-suf { color: #c8d4ea; }
[data-theme="futuriste"][data-mode="dark"] .stat-lab { color: #aab7d0; }
[data-theme="futuriste"][data-mode="dark"] .stat     { border-color: rgba(0,229,255,.18); }

[data-theme="futuriste"][data-mode="light"] .hero-lead   { color: #2a3550; }
[data-theme="futuriste"][data-mode="light"] .hero-lead em { color: #0066ff; font-weight: 700; }
[data-theme="futuriste"][data-mode="light"] .hero-eyebrow { color: #0066ff; }
[data-theme="futuriste"][data-mode="light"] .hero-rating  { color: #2a3550; }
[data-theme="futuriste"][data-mode="light"] .hero-rating em { color: #0a1220; }
[data-theme="futuriste"][data-mode="light"] .hero-rating .icon { color: #0066ff; }
[data-theme="futuriste"][data-mode="light"] .stat-num { color: #0a1220; }
[data-theme="futuriste"][data-mode="light"] .stat-suf { color: #2a3550; }
[data-theme="futuriste"][data-mode="light"] .stat-lab { color: #4d5a73; }
[data-theme="futuriste"][data-mode="light"] .stat     { border-color: rgba(10,18,32,.18); }

/* ────────────────────────────────────────────
   MÉTHODE — étapes, lisibilité du corps
   Les paragraphes utilisaient des bruns cuir hardcodés
   inadaptés au fond navy. Recolorisation en ivoire bleuté.
   ──────────────────────────────────────────── */
[data-theme="futuriste"] .methode { background: var(--bg); }
[data-theme="futuriste"] .methode .section-title { color: #eaf6ff; }
[data-theme="futuriste"] .methode .section-title em { color: var(--accent); text-shadow: 0 0 18px rgba(0,229,255,.5); font-style: italic; }
[data-theme="futuriste"] .methode .kicker { color: var(--accent-3); letter-spacing: .3em; }
[data-theme="futuriste"] .methode .section-head p,
[data-theme="futuriste"] .methode .lead { color: #c8d4ea; }

[data-theme="futuriste"] .methode__step h3,
[data-theme="futuriste"] .step__title { color: #eaf6ff; }
[data-theme="futuriste"] .methode__step p,
[data-theme="futuriste"] .step__desc,
[data-theme="futuriste"] .step__text { color: #c8d4ea; }
[data-theme="futuriste"] .methode__step em,
[data-theme="futuriste"] .step__desc em,
[data-theme="futuriste"] .methode em { color: var(--accent); font-style: italic; font-weight: 600; text-shadow: 0 0 8px rgba(0,229,255,.4); }

/* Bulles numérotées — accents néon plutôt que terre cuite */
[data-theme="futuriste"] .methode__step[data-step="01"] .methode__number,
[data-theme="futuriste"] .methode__step[data-step="05"] .methode__number {
  color: var(--accent); border-color: var(--accent);
  background: rgba(0,229,255,.06); box-shadow: 0 0 18px rgba(0,229,255,.25);
}
[data-theme="futuriste"] .methode__step[data-step="02"] .methode__number {
  color: var(--accent-3); border-color: var(--accent-3);
  background: rgba(0,255,163,.05); box-shadow: 0 0 18px rgba(0,255,163,.22);
}
[data-theme="futuriste"] .methode__step[data-step="03"] .methode__number,
[data-theme="futuriste"] .methode__step[data-step="06"] .methode__number {
  color: var(--accent-2); border-color: var(--accent-2);
  background: rgba(179,136,255,.06); box-shadow: 0 0 18px rgba(179,136,255,.25);
}
[data-theme="futuriste"] .methode__step[data-step="04"] .methode__number {
  color: var(--accent); border-color: var(--accent);
  background: rgba(0,229,255,.06); box-shadow: 0 0 18px rgba(0,229,255,.22);
}
[data-theme="futuriste"] .methode__step[data-step="03"] .methode__icon,
[data-theme="futuriste"] .methode__step[data-step="06"] .methode__icon { color: var(--accent-2); }
[data-theme="futuriste"] .methode__step[data-step="04"] .methode__icon { color: var(--accent-3); }
[data-theme="futuriste"] .methode__step .methode__icon { color: var(--accent); filter: drop-shadow(0 0 6px var(--accent)); }
[data-theme="futuriste"] .methode__step[data-step="01"] .methode__drip { background: var(--accent); }
[data-theme="futuriste"] .methode__step[data-step="02"] .methode__drip { background: var(--accent-3); }
[data-theme="futuriste"] .methode__step[data-step="03"] .methode__drip { background: var(--accent-2); }
[data-theme="futuriste"] .methode__step[data-step="04"] .methode__drip { background: var(--accent); }
[data-theme="futuriste"] .methode__step[data-step="05"] .methode__drip { background: var(--accent); }
[data-theme="futuriste"] .methode__step[data-step="06"] .methode__drip { background: var(--accent-2); }

/* Chemin filaire entre les étapes */
[data-theme="futuriste"] .methode__line,
[data-theme="futuriste"] .methode__path { background: linear-gradient(to bottom, transparent, rgba(0,229,255,.45), rgba(179,136,255,.45), transparent); }

/* About / portrait & témoignages — paragraphes en ivoire bleuté */
[data-theme="futuriste"] .about-text p,
[data-theme="futuriste"] .about-text .lead,
[data-theme="futuriste"] .about-quote p { color: #d4dff2; }
[data-theme="futuriste"] .portrait-caption span { color: #c8d4ea; }
[data-theme="futuriste"] blockquote p { color: #eaf6ff; }

/* ════════════════════════════════════════════
   PLANÈTES ANIMÉES — décor de fond du thème futuriste
   Trois orbes flottantes sur des trajectoires lentes,
   chacune avec son anneau, son halo, et un point lumineux
   qui orbite autour. Posées en `position: fixed` derrière
   tout le reste (z-index: -1, juste au-dessus de body::after).
   ──────────────────────────────────────────── */
[data-theme="futuriste"] body::before {
  /* On enrichit le fond avec un dégradé d'étoiles ponctuelles */
  background:
    radial-gradient(2px 2px at 18% 22%, rgba(255,255,255,.85), transparent 50%),
    radial-gradient(1.5px 1.5px at 72% 12%, rgba(255,255,255,.7), transparent 50%),
    radial-gradient(1px 1px at 38% 68%, rgba(255,255,255,.6), transparent 50%),
    radial-gradient(1.5px 1.5px at 88% 78%, rgba(255,255,255,.7), transparent 50%),
    radial-gradient(1px 1px at 8% 88%, rgba(255,255,255,.55), transparent 50%),
    radial-gradient(2px 2px at 56% 38%, rgba(0,229,255,.6), transparent 50%),
    radial-gradient(1px 1px at 92% 32%, rgba(179,136,255,.65), transparent 50%),
    radial-gradient(1.5px 1.5px at 22% 56%, rgba(255,255,255,.65), transparent 50%),
    radial-gradient(circle at 50% -20%, rgba(0,229,255,.18), transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(179,136,255,.12), transparent 45%),
    radial-gradient(circle at 100% 100%, rgba(0,255,163,.10), transparent 40%);
  animation: starsTwinkle 5s ease-in-out infinite;
}
@keyframes starsTwinkle {
  0%, 100% { opacity: 1; }
  50%      { opacity: .65; }
}

/* Conteneur des planètes — injecté en JS sur l'élément <body> */
[data-theme="futuriste"] .fx-planets {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
[data-theme="futuriste"] .fx-planets::before,
[data-theme="futuriste"] .fx-planets::after { display: none; }

[data-theme="futuriste"] .fx-planet {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
}

/* Planète 1 — cyan, en haut à droite, avec anneau */
[data-theme="futuriste"] .fx-planet--1 {
  top: 8%; right: -6%;
  width: 220px; height: 220px;
  background:
    radial-gradient(circle at 30% 30%, #6df5ff 0%, #00b3cc 35%, #064a5c 75%, #021825 100%);
  box-shadow:
    inset -18px -18px 40px rgba(2,24,37,.85),
    inset 18px 18px 40px rgba(109,245,255,.25),
    0 0 80px rgba(0,229,255,.35),
    0 0 160px rgba(0,229,255,.18);
  animation: planetDrift1 28s ease-in-out infinite;
}
[data-theme="futuriste"] .fx-planet--1::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 360px; height: 360px;
  margin: -180px 0 0 -180px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,229,255,.45);
  transform: rotate(-22deg);
  box-shadow: 0 0 24px rgba(0,229,255,.25), inset 0 0 24px rgba(0,229,255,.12);
}
[data-theme="futuriste"] .fx-planet--1::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 460px; height: 460px;
  margin: -230px 0 0 -230px;
  border-radius: 50%;
  border: 1px dashed rgba(109,245,255,.25);
  transform: rotate(-22deg);
}

/* Planète 2 — violet, milieu gauche, plus petite */
[data-theme="futuriste"] .fx-planet--2 {
  top: 42%; left: -8%;
  width: 160px; height: 160px;
  background:
    radial-gradient(circle at 35% 30%, #d6c1ff 0%, #b388ff 35%, #5a3ea3 75%, #1a0a3a 100%);
  box-shadow:
    inset -14px -14px 30px rgba(26,10,58,.85),
    inset 14px 14px 30px rgba(214,193,255,.25),
    0 0 60px rgba(179,136,255,.4),
    0 0 120px rgba(179,136,255,.18);
  animation: planetDrift2 36s ease-in-out infinite;
}
[data-theme="futuriste"] .fx-planet--2::before {
  content: "";
  position: absolute;
  inset: -28%;
  border-radius: 50%;
  border: 1px solid rgba(179,136,255,.35);
  transform: rotate(35deg);
}

/* Planète 3 — turquoise menthe, bas droite, petite et lointaine */
[data-theme="futuriste"] .fx-planet--3 {
  bottom: 14%; right: 14%;
  width: 110px; height: 110px;
  background:
    radial-gradient(circle at 30% 30%, #aaffd4 0%, #00ffa3 35%, #0a6e4d 75%, #042518 100%);
  box-shadow:
    inset -10px -10px 22px rgba(4,37,24,.85),
    inset 10px 10px 22px rgba(170,255,212,.25),
    0 0 40px rgba(0,255,163,.4),
    0 0 90px rgba(0,255,163,.18);
  animation: planetDrift3 24s ease-in-out infinite;
  opacity: .85;
}

/* Lune orbitale autour de la planète 1 */
[data-theme="futuriste"] .fx-planet__moon {
  position: absolute;
  width: 18px; height: 18px;
  border-radius: 50%;
  top: 50%; left: 50%;
  margin: -9px 0 0 -9px;
  background: radial-gradient(circle at 30% 30%, #fff, #c8e8ff 50%, #6da6c8);
  box-shadow: 0 0 16px rgba(255,255,255,.7), 0 0 30px rgba(0,229,255,.35);
  transform-origin: -200px center;
  animation: moonOrbit 14s linear infinite;
}
[data-theme="futuriste"] .fx-planet__moon--small {
  width: 10px; height: 10px; margin: -5px 0 0 -5px;
  transform-origin: 130px center;
  animation-duration: 9s;
  animation-direction: reverse;
  background: radial-gradient(circle at 30% 30%, #fff, #ffd7a0 60%, #c08c4d);
}

/* Comète qui traverse de temps en temps */
[data-theme="futuriste"] .fx-comet {
  position: absolute;
  top: 18%; left: -10%;
  width: 240px; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), rgba(109,245,255,.6), transparent);
  border-radius: 999px;
  filter: blur(.4px);
  opacity: 0;
  animation: cometShoot 18s linear infinite;
  animation-delay: 4s;
}
[data-theme="futuriste"] .fx-comet::before {
  content: "";
  position: absolute;
  right: 0; top: 50%;
  width: 6px; height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px #6df5ff, 0 0 24px rgba(0,229,255,.8);
}

@keyframes planetDrift1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50%      { transform: translate(-30px, 18px) rotate(8deg); }
}
@keyframes planetDrift2 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(28px, -22px); }
}
@keyframes planetDrift3 {
  0%, 100% { transform: translate(0, 0); }
  33%      { transform: translate(14px, -12px); }
  66%      { transform: translate(-10px, 8px); }
}
@keyframes moonOrbit {
  to { transform: rotate(360deg) translateX(0); }
}
@keyframes cometShoot {
  0%   { opacity: 0; transform: translate(0, 0) rotate(20deg); }
  4%   { opacity: 1; }
  16%  { opacity: 0; transform: translate(140vw, 60vh) rotate(20deg); }
  100% { opacity: 0; transform: translate(140vw, 60vh) rotate(20deg); }
}

@media (prefers-reduced-motion: reduce) {
  [data-theme="futuriste"] .fx-planet,
  [data-theme="futuriste"] .fx-planet__moon,
  [data-theme="futuriste"] .fx-comet,
  [data-theme="futuriste"] body::before { animation: none !important; }
}

/* ════════════════════════════════════════════════════════════
   DÉCOR FUTURISTE — push visibilité
   Beaucoup d'éléments .fx-* étaient injectés en HTML mais sans
   styles → invisibles. On les active tous, on rajoute une grille
   de perspective, des lasers latéraux, un radar tournant, des
   nébuleuses colorées et un grand wireframe holographique.
   ════════════════════════════════════════════════════════════ */

/* Grille de sol en perspective — donne la profondeur "Tron" */
[data-theme="futuriste"] body::after {
  background-image:
    linear-gradient(rgba(0,229,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
[data-theme="futuriste"] .fx-planets {
  /* On en profite pour ajouter une grille de sol au bas du viewport,
     en perspective : effet "horizon synthwave / Tron". */
  background:
    linear-gradient(to top, rgba(0,229,255,.12) 0, transparent 35%),
    radial-gradient(ellipse at 50% 100%, rgba(179,136,255,.18) 0, transparent 55%);
}
[data-theme="futuriste"] .fx-planets::before {
  content: "";
  display: block !important;
  position: absolute;
  left: -10%; right: -10%;
  bottom: -2%;
  height: 60vh;
  background-image:
    linear-gradient(rgba(0,229,255,.65) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.45) 1px, transparent 1px);
  background-size: 80px 60px;
  -webkit-mask-image: linear-gradient(to top, #000 0%, rgba(0,0,0,.4) 50%, transparent 100%);
          mask-image: linear-gradient(to top, #000 0%, rgba(0,0,0,.4) 50%, transparent 100%);
  transform: perspective(700px) rotateX(72deg);
  transform-origin: 50% 100%;
  opacity: .55;
  filter: drop-shadow(0 0 8px rgba(0,229,255,.45));
}
[data-theme="futuriste"] .fx-planets::after {
  /* Soleil/horizon synthwave qui se couche derrière la grille */
  content: "";
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: 12vh;
  width: 360px; height: 360px;
  margin-left: -180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 60%, #ff5db1 0%, #b388ff 35%, transparent 70%),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(5,9,18,.85) 18px 22px);
  filter: blur(.4px);
  opacity: .55;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 60%, transparent 75%);
          mask-image: radial-gradient(circle at 50% 50%, #000 60%, transparent 75%);
  animation: sunPulse 6s ease-in-out infinite;
}
@keyframes sunPulse {
  0%, 100% { opacity: .45; transform: scale(1); }
  50%      { opacity: .65; transform: scale(1.04); }
}

/* Nébuleuses colorées */
[data-theme="futuriste"] .fx-nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
[data-theme="futuriste"] .fx-nebula--1 {
  top: -10%; left: 20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,229,255,.35) 0%, rgba(0,229,255,.10) 40%, transparent 70%);
  animation: nebulaDrift 40s ease-in-out infinite;
}
[data-theme="futuriste"] .fx-nebula--2 {
  bottom: -5%; right: 5%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(179,136,255,.30) 0%, rgba(255,93,177,.18) 40%, transparent 70%);
  animation: nebulaDrift 55s ease-in-out infinite reverse;
}
@keyframes nebulaDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(40px, -30px) scale(1.1); }
}

/* Radar tournant — coin haut gauche */
[data-theme="futuriste"] .fx-radar {
  position: absolute;
  top: 12vh; left: 4%;
  width: 240px; height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(0,229,255,.5);
  box-shadow:
    inset 0 0 30px rgba(0,229,255,.15),
    0 0 30px rgba(0,229,255,.2);
  background:
    radial-gradient(circle, transparent 0 30%, rgba(0,229,255,.08) 30% 32%, transparent 32% 60%, rgba(0,229,255,.08) 60% 62%, transparent 62%),
    radial-gradient(circle, rgba(0,229,255,.03), transparent 70%);
  pointer-events: none;
  opacity: .7;
}
[data-theme="futuriste"] .fx-radar::before,
[data-theme="futuriste"] .fx-radar::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 1px; height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(0,229,255,.6));
  transform-origin: top left;
}
[data-theme="futuriste"] .fx-radar::before { transform: rotate(0deg); }
[data-theme="futuriste"] .fx-radar::after  { transform: rotate(90deg); }
[data-theme="futuriste"] .fx-radar__sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(0,229,255,.55) 0deg, rgba(0,229,255,.0) 60deg, transparent 360deg);
  animation: radarSweep 4s linear infinite;
  -webkit-mask-image: radial-gradient(circle, #000 0 100%);
          mask-image: radial-gradient(circle, #000 0 100%);
}
[data-theme="futuriste"] .fx-radar__ring {
  position: absolute;
  top: 50%; left: 50%;
  width: 60%; height: 60%;
  margin: -30% 0 0 -30%;
  border-radius: 50%;
  border: 1px solid rgba(0,229,255,.35);
  animation: radarPing 3s ease-out infinite;
  opacity: 0;
}
[data-theme="futuriste"] .fx-radar__ring--2 { animation-delay: 1s; }
[data-theme="futuriste"] .fx-radar__ring--3 { animation-delay: 2s; }
@keyframes radarSweep { to { transform: rotate(360deg); } }
@keyframes radarPing {
  0%   { transform: scale(.4); opacity: .8; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Wireframe holographique — pyramide flottante côté droit */
[data-theme="futuriste"] .fx-wireframe {
  position: absolute;
  top: 30%; right: 6%;
  width: 200px; height: 200px;
  color: rgba(0,229,255,.55);
  filter: drop-shadow(0 0 12px rgba(0,229,255,.55));
  opacity: .75;
  animation: wireSpin 30s linear infinite;
  pointer-events: none;
}
[data-theme="futuriste"] .fx-wireframe svg { width: 100%; height: 100%; }
@keyframes wireSpin {
  0%   { transform: rotate(0deg) rotateX(0deg); }
  50%  { transform: rotate(180deg) rotateX(20deg); }
  100% { transform: rotate(360deg) rotateX(0deg); }
}

/* Satellite qui flotte */
[data-theme="futuriste"] .fx-satellite {
  position: absolute;
  top: 22%; left: 35%;
  width: 130px; height: 65px;
  color: rgba(0,229,255,.7);
  filter: drop-shadow(0 0 10px rgba(0,229,255,.5));
  opacity: .8;
  animation: satelliteFloat 18s ease-in-out infinite;
  pointer-events: none;
}
[data-theme="futuriste"] .fx-satellite svg { width: 100%; height: 100%; }
@keyframes satelliteFloat {
  0%, 100% { transform: translate(0, 0) rotate(-6deg); }
  50%      { transform: translate(-30px, 18px) rotate(4deg); }
}

/* Constellation — lignes étoilées en fond, large */
[data-theme="futuriste"] .fx-constellation {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  color: rgba(214,247,255,.7);
  filter: drop-shadow(0 0 4px rgba(0,229,255,.55));
  opacity: .7;
  pointer-events: none;
  animation: starsTwinkle 6s ease-in-out infinite;
}

/* Data-stream — pluie de chiffres binaires verticale, type Matrix cyber */
[data-theme="futuriste"] .fx-data-stream {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(180deg,
      rgba(0,255,163,.0) 0,
      rgba(0,255,163,.0) 14px,
      rgba(0,255,163,.18) 14px,
      rgba(0,255,163,.18) 16px,
      rgba(0,255,163,.0) 16px,
      rgba(0,255,163,.0) 30px);
  background-size: 4px 200px;
  background-repeat: repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 12%, transparent 16%,
                    transparent 84%, #000 88%, #000 92%, transparent 96%);
          mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 12%, transparent 16%,
                    transparent 84%, #000 88%, #000 92%, transparent 96%);
  opacity: .35;
  animation: dataRain 8s linear infinite;
}
@keyframes dataRain {
  to { background-position: 0 200px, 0 200px; }
}

/* Comètes additionnelles — décalages dans le temps et l'angle */
[data-theme="futuriste"] .fx-comet--2 {
  top: 38%; animation-duration: 22s; animation-delay: 9s;
}
[data-theme="futuriste"] .fx-comet--2::before { box-shadow: 0 0 12px #b388ff, 0 0 24px rgba(179,136,255,.8); }
[data-theme="futuriste"] .fx-comet--2 {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), rgba(214,193,255,.6), transparent);
}
[data-theme="futuriste"] .fx-comet--3 {
  top: 62%; animation-duration: 26s; animation-delay: 14s;
}
[data-theme="futuriste"] .fx-comet--3::before { box-shadow: 0 0 12px #00ffa3, 0 0 24px rgba(0,255,163,.8); }
[data-theme="futuriste"] .fx-comet--3 {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), rgba(170,255,212,.6), transparent);
}

/* Bandes laser HUD — lignes horizontales lumineuses qui traversent */
[data-theme="futuriste"] .fx-planets > .fx-laser,
[data-theme="futuriste"] .fx-laser {
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,.7), transparent);
  filter: drop-shadow(0 0 6px rgba(0,229,255,.7));
  opacity: .6;
  pointer-events: none;
}

/* Réduit motion : on coupe radar, dataRain et nébuleuses aussi */
@media (prefers-reduced-motion: reduce) {
  [data-theme="futuriste"] .fx-radar__sweep,
  [data-theme="futuriste"] .fx-radar__ring,
  [data-theme="futuriste"] .fx-wireframe,
  [data-theme="futuriste"] .fx-satellite,
  [data-theme="futuriste"] .fx-data-stream,
  [data-theme="futuriste"] .fx-nebula,
  [data-theme="futuriste"] .fx-constellation,
  [data-theme="futuriste"] .fx-planets::after { animation: none !important; }
}
