/* Neoo Business — page canonique cinématique scroll-scrub « Le même système ».
   Source de vérité : scripts/generate-neoo-business-10k.mjs + docs/design-neoo-business-10k.md.
   Monde : la même lumière du jour que l'accueil, Forge et Starter (canvas #f8f9ff,
   encre navy, bleus Neoo), vue haute et architecturale. Moteur éprouvé du repo,
   adapté de neoo-starter-scrub.css, préfixe bx-. */

.business10k-page {
  --bx-canvas: #f8f9ff;
  --bx-panel: #ffffff;
  --bx-ink: #0c1643;
  --bx-ink-soft: #3f4c6e;
  --bx-night: #0c1643;
  --bx-night-panel: #16204f;
  --bx-paper: #e8edff;
  --bx-paper-soft: #9fadd6;
  --bx-accent: #2b53e8;
  --bx-accent-soft: #4d7dff;
  --bx-accent-deep: #1d3db8;
  --bx-glow: #4d7dff;
  --bx-amber: #2b53e8;
  --bx-line: rgba(76, 98, 176, .18);
  --bx-line-strong: rgba(76, 98, 176, .38);
  --bx-ease: cubic-bezier(.23, 1, .32, 1);
  --bx-subnav-h: 59px;
  --bx-stage-top: calc(var(--partner-overview-header-h, 84px) + var(--bx-subnav-h));
  --bx-display: "Cerebri Sans", "Segoe UI", system-ui, sans-serif;
  --bx-mono: ui-monospace, "Cascadia Mono", Consolas, monospace;
  --bx-tshadow-light: 0 1px 0 rgba(248, 249, 255, .92), 0 2px 10px rgba(248, 249, 255, .78), 0 10px 40px rgba(248, 249, 255, .85);
  --bx-shell: min(calc(100% - 96px), 1240px);
  background: var(--bx-canvas);
  color: var(--bx-ink);
}

.business10k-page [hidden] { display: none !important; }

html:has(body.business10k-page),
body.business10k-page {
  overflow-x: hidden;
  overflow-x: clip;
}

.business10k-page :where(a, button, summary):focus-visible {
  outline: 3px solid var(--bx-accent-deep);
  outline-offset: 3px;
  border-radius: 6px;
}

.business10k-page .bx-price__card :where(a, button, summary):focus-visible { outline-color: var(--bx-accent-deep); }

/* ---------- L'environnement fixe (un seul calque, toute la page) ---------- */
.bx-env {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(46% 34% at 12% 18%, rgba(43, 83, 232, .05), transparent 70%),
    radial-gradient(40% 30% at 88% 76%, rgba(77, 125, 255, .045), transparent 70%);
}

.bx-env i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bx-accent-soft);
  opacity: .3;
}

.bx-env i:nth-child(1) { top: 22%; left: 8%; }
.bx-env i:nth-child(2) { top: 58%; left: 92%; width: 4px; height: 4px; }
.bx-env i:nth-child(3) { top: 84%; left: 16%; width: 3px; height: 3px; }

@media (prefers-reduced-motion: no-preference) {
  .bx-env i { animation: bx-drift 72s var(--bx-ease) infinite alternate; }
  .bx-env i:nth-child(2) { animation-duration: 88s; animation-delay: -31s; }
  .bx-env i:nth-child(3) { animation-duration: 64s; animation-delay: -50s; }

  @keyframes bx-drift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(26px, -60px, 0); }
  }
}

body.bx-paused .bx-env i,
body.bx-paused .bx-env i::before,
body.bx-paused .bx-env i::after { animation-play-state: paused !important; }

.business10k-page main { position: relative; z-index: 1; background: transparent; }

.business10k-page .bx-stage,
.business10k-page .bx-static-hero { z-index: 1; }

/* ---------- Le héro scrub épinglé (1300vh : 4 segments, 5 bandes) ---------- */
.bx-hero {
  position: relative;
  height: 1300vh;
}

.bx-stage {
  position: sticky;
  top: var(--bx-stage-top);
  height: calc(100svh - var(--bx-stage-top));
  overflow: hidden;
  isolation: isolate;
  background: var(--bx-canvas);
}

.bx-stage__media {
  position: absolute;
  inset: 0;
  margin: 0;
  background: var(--bx-canvas);
}

.bx-stage__media video,
.bx-stage__media .bx-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  will-change: transform;
  transform: translateZ(0);
}

.bx-stage__media .bx-poster {
  background-position: center top;
  background-size: cover;
}

.bx-stage__media video {
  opacity: 0;
  transition: opacity 420ms var(--bx-ease);
}

.bx-stage.bx-video-ready .bx-stage__media video { opacity: 1; }
.bx-stage.bx-video-failed .bx-stage__media video { display: none; }

/* Voile de base clair : aucune frame brute derrière la page. */
.bx-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 120% 92% at 50% 45%, rgba(248, 249, 255, 0) 40%, rgba(248, 249, 255, .55) 100%);
}

.bx-stage__grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding-top: 0;
  display: grid;
  align-items: center;
  width: min(calc(100% - 96px), 1560px);
  margin-inline: auto;
}

.bx-band {
  grid-area: 1 / 1;
  position: relative;
  max-width: 620px;
  opacity: 0;
  pointer-events: none;
}

.bx-band.bx-is-on { pointer-events: auto; }

/* Voile par bande : blanc doux, meurt à 76 % pour laisser vivre la scène. */
.bx-band::before {
  content: "";
  position: absolute;
  /* La boite du voile deborde largement le texte : le degrade doit mourir AVANT
     le bord, sinon la coupe du bord se voit comme un rectangle clair sur le film. */
  inset: -58% -46%;
  z-index: -1;
  pointer-events: none;
  opacity: calc(.35 + .65 * var(--k, 1));
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(248, 249, 255, var(--bx-scrim, .9)) 0%, rgba(248, 249, 255, calc(var(--bx-scrim, .9) * .92)) 62%, rgba(248, 249, 255, 0) 100%);
}

.bx-band--right { justify-self: end; }

/* Le repos : le panneau de verre occupe la droite du plan, la bande finale
   se cale dans la partie calme de gauche sans mordre dessus. */
.bx-band.e-rise { max-width: 520px; }

/* Force du voile par bande, cale sur la pire frame de chaque plage :
   la 4 passe devant le rideau sombre du plan 3, elle a besoin du voile le plus dense. */
.bx-band[data-band="0"] { --bx-scrim: .82; }
.bx-band[data-band="1"] { --bx-scrim: .88; }
.bx-band[data-band="2"] { --bx-scrim: .86; }
.bx-band[data-band="3"] { --bx-scrim: .94; }
.bx-band[data-band="4"] { --bx-scrim: .9; }



.bx-band--center { justify-self: center; text-align: center; }
.bx-band--center .bx-sub { margin-inline: auto; }

.bx-band .bx-kicker {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--bx-accent);
  font-family: var(--bx-mono);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: var(--bx-tshadow-light);
}

.bx-band--center .bx-kicker { justify-content: center; }

.bx-band .bx-kicker .bx-wordmark {
  font-family: var(--bx-display);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -.02em;
  text-transform: none;
  color: var(--bx-ink);
}

.bx-band .bx-kicker .bx-wordmark span { color: var(--bx-accent); }

.bx-band h2 {
  margin: 0;
  color: var(--bx-ink);
  font-family: var(--bx-display);
  font-weight: 300;
  font-size: clamp(44px, 4.8vw, 78px);
  letter-spacing: -.052em;
  line-height: 1.06;
  text-shadow: var(--bx-tshadow-light);
}

.bx-band .bx-sub {
  margin: 20px 0 0;
  max-width: 38ch;
  color: var(--bx-ink-soft);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
  text-shadow: var(--bx-tshadow-light);
}

.bx-band .bx-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  opacity: var(--kb, 0);
  transform: translateY(calc((1 - var(--kb, 0)) * 14px));
}

.bx-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  opacity: var(--kb, 0);
}

.bx-chips li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid var(--bx-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(10px);
  color: var(--bx-ink-soft);
  font-size: 12.5px;
  font-weight: 600;
}

.bx-chips li i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bx-accent-soft);
  box-shadow: 0 0 8px rgba(77, 125, 255, .7);
}

/* Boutons du monde clair */
.bx-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-family: var(--bx-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: none;
  cursor: pointer;
  transition: transform 160ms var(--bx-ease), box-shadow 180ms var(--bx-ease), border-color 180ms var(--bx-ease), background-color 180ms var(--bx-ease);
}

.bx-btn svg {
  flex: none;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms var(--bx-ease);
}

@media (hover: hover) and (pointer: fine) {
  .bx-btn:hover svg { transform: translateX(3px); }
}

.bx-btn span { white-space: nowrap; }

.bx-btn--primary {
  color: #fff;
  background: linear-gradient(120deg, var(--bx-accent), var(--bx-accent-soft));
  box-shadow: 0 14px 32px rgba(43, 83, 232, .26);
}

.bx-btn--ghost {
  color: var(--bx-ink);
  border-color: var(--bx-line-strong);
  background: rgba(255, 255, 255, .85);
}

@media (hover: hover) and (pointer: fine) {
  .bx-btn:hover { transform: translateY(-2px); }
  .bx-btn--primary:hover { box-shadow: 0 18px 38px rgba(43, 83, 232, .36); }
  .bx-btn--ghost:hover { border-color: var(--bx-accent); }
}

@media (pointer: coarse) {
  .bx-btn { min-height: 44px; }
}

/* Spans du split : assemblage piloté par le --k de chaque bande. */
.bx-w { display: inline-block; white-space: pre; }
.bx-c { display: inline-block; }

/* (f) drift-down — bande 1 : l'intention se pose */
.e-drift .bx-w {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 2.8), 1);
  opacity: var(--kc);
  transform: translateY(calc((1 - var(--kc)) * -26px));
}

/* (d) word-punch — bande 2 : l'assemblage frappe */
.e-punch .bx-w {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 3), 1);
  --ks: clamp(0, calc((var(--k, 0) - var(--th, 0) - .12) * 3), 1);
  opacity: var(--kc);
  transform: scale(calc(.6 + .52 * var(--kc) - .12 * var(--ks)));
}

/* (a) scatter-assemble — bande 3 : les pièces se connectent */
.e-scatter .bx-c {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 2.6), 1);
  opacity: var(--kc);
  transform: translate(calc((1 - var(--kc)) * var(--jx, 0px)), calc((1 - var(--kc)) * var(--jy, 0px))) rotate(calc((1 - var(--kc)) * var(--jr, 0deg)));
}

/* (g) approach-from-depth — bande 4 : la porte approche */
.e-depth .bx-w {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 2.8), 1);
  opacity: var(--kc);
  transform: scale(calc(.84 + .16 * var(--kc)));
}

/* (e) rise étagé — le repos */
.e-rise .bx-w {
  --kc: clamp(0, calc((var(--k, 0) - var(--th, 0)) * 3), 1);
  opacity: var(--kc);
  transform: translateY(calc((1 - var(--kc)) * 22px));
}

.e-rise .bx-sub {
  opacity: var(--ks2, 0);
  transform: translateY(calc((1 - var(--ks2, 0)) * 12px));
}

/* L'indice de scroll */
.bx-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--bx-ink-soft);
  font-family: var(--bx-mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  transform: translateX(-50%);
  opacity: var(--cue, 1);
  transition: opacity 300ms var(--bx-ease);
  pointer-events: none;
}

.bx-cue i {
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, var(--bx-accent), transparent);
}

@media (prefers-reduced-motion: no-preference) {
  .bx-cue i { animation: bx-cue-drop 2.4s var(--bx-ease) -1.2s infinite; transform-origin: top; }

  @keyframes bx-cue-drop {
    0% { transform: scaleY(0); }
    45%, 100% { transform: scaleY(1); }
  }
}

@media (max-height: 560px) {
  .bx-cue, .bx-chips { display: none; }
}

/* ---------- Le chargement du film : visible, honnête, jamais muet ---------- */
.bx-loader {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--bx-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(12, 22, 67, .1);
  color: var(--bx-ink-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  transform: translateX(-50%);
  transition: opacity 420ms var(--bx-ease), transform 420ms var(--bx-ease), right 420ms var(--bx-ease), bottom 420ms var(--bx-ease);
  pointer-events: none;
}

.bx-loader svg { width: 22px; height: 22px; transform: rotate(-90deg); flex: none; }
.bx-loader svg circle { fill: none; stroke-width: 4; }
.bx-loader .bx-loader__track { stroke: rgba(76, 98, 176, .22); }
.bx-loader .bx-loader__fill { stroke: var(--bx-accent); stroke-linecap: round; }
.bx-loader b { color: var(--bx-ink); font-weight: 700; font-variant-numeric: tabular-nums; min-width: 4ch; text-align: right; }

/* Le visiteur scrolle pendant le chargement : la pastille se range en bas à droite et reste visible. */
.bx-loader--docked {
  left: auto;
  right: 20px;
  bottom: 20px;
  transform: translateX(0) scale(.94);
}

.bx-stage.bx-video-ready .bx-loader { opacity: 0; visibility: hidden; transition: opacity 420ms var(--bx-ease), visibility 0s 420ms; }
.bx-stage.bx-video-failed .bx-loader { display: none; }

/* Le repère de scroll n'apparaît que quand le film est prêt (ou en mode image). */
.bx-stage:not(.bx-video-ready):not(.bx-video-failed) .bx-cue { opacity: 0; }

/* ---------- Le héro statique (téléphones, portrait, reduced motion) ---------- */
.bx-static-hero {
  display: none;
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--bx-canvas);
}

.bx-static-hero .bx-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: 68% center;
  background-size: cover;
}

.bx-static-hero .bx-veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(248, 249, 255, .94) 0%, rgba(248, 249, 255, .82) 36%, rgba(248, 249, 255, .4) 64%, rgba(248, 249, 255, .12) 100%),
    linear-gradient(0deg, rgba(248, 249, 255, .9) 0%, rgba(248, 249, 255, 0) 42%);
}

.bx-static-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  width: min(calc(100% - 48px), 1560px);
  min-height: 92svh;
  margin-inline: auto;
  padding: calc(var(--partner-overview-header-h, 84px) + 20px) 0 56px;
}

.bx-static-copy .bx-kicker {
  margin: 0 0 16px;
  color: var(--bx-accent);
  font-family: var(--bx-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.bx-static-title {
  margin: 0;
  max-width: 640px;
  font-family: var(--bx-display);
  font-weight: 300;
  font-size: clamp(40px, 8.4vw, 70px);
  letter-spacing: -.052em;
  line-height: 1.06;
}

.bx-static-title em {
  font-style: normal;
  background: linear-gradient(120deg, var(--bx-accent), var(--bx-accent-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bx-static-copy .bx-lede {
  margin: 18px 0 0;
  max-width: 46ch;
  color: var(--bx-ink-soft);
  font-size: clamp(16px, 2.1vw, 21px);
  line-height: 1.55;
}

.bx-static-copy .bx-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bx-static-copy .bx-chips { opacity: 1; }

/* Les cinq gates — chaînes identiques dans neoo-business-scrub.js. */
@media (max-width: 720px),
       (orientation: portrait) and (max-width: 1024px),
       (orientation: portrait) and (pointer: coarse),
       (orientation: landscape) and (pointer: coarse) and (max-height: 560px),
       (prefers-reduced-motion: reduce) {
  .bx-hero { display: none; }
  .bx-static-hero { display: block; }
}

/* ---------- Le site sous le settle ---------- */
.bx-section {
  position: relative;
  background: transparent;
}

.bx-shell {
  position: relative;
  width: var(--bx-shell);
  margin-inline: auto;
  padding: clamp(76px, 9vw, 132px) 0;
}

.bx-section--paper { background: linear-gradient(180deg, rgba(208, 216, 240, .5), rgba(248, 249, 255, 0) 52%); }

.bx-compat-anchor {
  display: block;
  height: 0;
  scroll-margin-top: calc(var(--partner-overview-header-h, 84px) + 24px);
}

/* La ligne du parcours : le rail signature qui longe chaque section. */
.bx-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(18px, calc((100% - 1240px) / 2 - 52px));
  width: 22px;
  pointer-events: none;
}

.bx-rail svg { width: 100%; height: 100%; overflow: visible; }

.bx-rail path {
  fill: none;
  stroke: rgba(43, 83, 232, .34);
  stroke-width: 1.6;
  stroke-dasharray: 1;
}

.bx-rail circle { fill: var(--bx-glow); }

/* Sans JavaScript, la ligne reste tracée ; le dessin au scroll n'existe qu'avec .bx-js. */
.bx-js .bx-rail path { stroke-dashoffset: 1; }
.bx-js .bx-rail circle { opacity: 0; transition: opacity 600ms var(--bx-ease) 900ms; }
.bx-js .bx-section.in .bx-rail path { transition: stroke-dashoffset 1400ms var(--bx-ease); stroke-dashoffset: 0; }
.bx-js .bx-section.in .bx-rail circle { opacity: .9; }

@media (max-width: 1100px) {
  .bx-rail { display: none; }
}

/* Têtes de section */
.bx-head {
  max-width: 760px;
  margin: 0 0 clamp(34px, 4.5vw, 56px);
}

.bx-head .bx-eyebrow,
.bx-eyebrow {
  margin: 0 0 14px;
  color: var(--bx-accent);
  font-family: var(--bx-mono);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bx-head h2 {
  margin: 0;
  font-family: var(--bx-display);
  font-weight: 300;
  font-size: clamp(32px, 3.6vw, 52px);
  letter-spacing: -.052em;
  line-height: 1.06;
}

.bx-head > p:not(.bx-eyebrow) {
  margin: 18px 0 0;
  max-width: 62ch;
  color: var(--bx-ink-soft);
  font-size: clamp(16px, 1.25vw, 18.5px);
  line-height: 1.6;
}

/* Entrées choreographiées (IntersectionObserver ajoute .in sur la section).
   Masquées uniquement sous .bx-js : sans JavaScript, tout le contenu reste visible. */
.bx-js .bx-reveal {
  opacity: 0;
  transform: translateY(26px);
}

.bx-js .bx-section.in .bx-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 700ms var(--bx-ease), transform 700ms var(--bx-ease);
}

.bx-js .bx-section.in .bx-reveal.bx-d1 { transition-delay: 120ms; }
.bx-js .bx-section.in .bx-reveal.bx-d2 { transition-delay: 240ms; }
.bx-js .bx-section.in .bx-reveal.bx-d3 { transition-delay: 360ms; }

/* Retraite des délais après l'entrée : même spécificité + .is-settled posé par le JS. */
.bx-js .bx-section.is-settled .bx-reveal.bx-d1,
.bx-js .bx-section.is-settled .bx-reveal.bx-d2,
.bx-js .bx-section.is-settled .bx-reveal.bx-d3 { transition-delay: 0ms; }

.bx-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.bx-list li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--bx-ink-soft);
}

.bx-list svg {
  flex: none;
  width: 16px;
  height: 16px;
  transform: translateY(2px);
  fill: none;
  stroke: var(--bx-accent);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bx-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.bx-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bx-glow);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.bx-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms var(--bx-ease);
}

.bx-link:hover svg { transform: translateX(4px); }

.bx-section .bx-link { color: var(--bx-accent-deep); }

/* ---------- 11. FAQ ---------- */
.bx-faq { max-width: 860px; }

.bx-faq details {
  border-bottom: 1px solid var(--bx-line);
}

.bx-faq summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 4px;
  font-size: clamp(16.5px, 1.4vw, 19px);
  font-weight: 600;
  letter-spacing: -.015em;
  cursor: pointer;
  list-style: none;
}

.bx-faq summary::-webkit-details-marker { display: none; }

.bx-faq summary i {
  flex: none;
  position: relative;
  width: 16px;
  height: 16px;
  transform: translateY(2px);
}

.bx-faq summary i::before,
.bx-faq summary i::after {
  content: "";
  position: absolute;
  inset: 7px 0;
  background: var(--bx-accent);
  border-radius: 2px;
  transition: transform 240ms var(--bx-ease);
}

.bx-faq summary i::after { transform: rotate(90deg); }

.bx-faq details[open] summary i::after { transform: rotate(0deg); }

.bx-faq details p {
  margin: 0;
  padding: 0 40px 22px 4px;
  color: var(--bx-ink-soft);
  font-size: 15.5px;
  line-height: 1.65;
  max-width: 72ch;
}

/* ---------- 12. CTA final ---------- */
.bx-final { text-align: center; }

.bx-final .bx-shell { max-width: 860px; }

.bx-final h2 {
  margin: 0;
  font-weight: 300;
  font-size: clamp(32px, 3.8vw, 54px);
  letter-spacing: -.052em;
  line-height: 1.06;
}

.bx-final .bx-eyebrow { justify-content: center; }

.bx-final > .bx-shell > p:not(.bx-eyebrow) {
  margin: 18px auto 0;
  max-width: 58ch;
  color: var(--bx-ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

.bx-final {
  background:
    radial-gradient(60% 52% at 50% 0%, rgba(77, 125, 255, .08), transparent 70%),
    var(--bx-canvas);
}

.bx-final .bx-actions {
  justify-content: center;
  margin-top: 32px;
}

.bx-final::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(560px, 80%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(77, 125, 255, .6), transparent);
}


/* ---------- 1. Les symptômes : quatre cartes ---------- */
.bx-symptoms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: clamp(28px, 3.4vw, 42px);
}

.bx-symptom {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 26px 24px 28px;
  background: var(--bx-panel);
  border: 1px solid var(--bx-line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 420ms var(--bx-ease), border-color 420ms var(--bx-ease), box-shadow 420ms var(--bx-ease);
}

.bx-symptom::after {
  content: "";
  position: absolute;
  inset: auto -30% -70% auto;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(77, 125, 255, .16), rgba(77, 125, 255, 0) 68%);
  opacity: 0;
  transition: opacity 460ms var(--bx-ease);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .bx-symptom:hover {
    transform: translateY(-4px);
    border-color: var(--bx-line-strong);
    box-shadow: 0 22px 48px rgba(12, 22, 67, .09);
  }
  .bx-symptom:hover::after { opacity: 1; }
}

.bx-symptom svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--bx-accent);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bx-symptom small {
  position: absolute;
  top: 22px;
  right: 24px;
  font-family: var(--bx-mono);
  font-size: 12px;
  color: var(--bx-paper-soft);
  letter-spacing: .06em;
}

.bx-symptom h3 {
  margin: 4px 0 0;
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: -.015em;
}

.bx-symptom p {
  margin: 0;
  color: var(--bx-ink-soft);
  font-size: 15px;
  line-height: 1.6;
  max-width: 34ch;
}

/* ---------- 1ter. Le flux : de bout en bout, six étapes ---------- */
.bx-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
  margin-top: clamp(26px, 3vw, 38px);
  padding: 0;
  list-style: none;
}

.bx-flow li {
  display: flex;
  align-items: center;
}

.bx-flow li span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  background: var(--bx-panel);
  border: 1px solid var(--bx-line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--bx-ink);
  white-space: nowrap;
  transition: border-color 380ms var(--bx-ease), box-shadow 380ms var(--bx-ease);
}

.bx-flow li span b {
  font-family: var(--bx-mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--bx-paper-soft);
  letter-spacing: .04em;
}

.bx-flow li i {
  flex: 0 0 auto;
  width: 26px;
  text-align: center;
  color: var(--bx-paper-soft);
  font-size: 16px;
  font-style: normal;
}

.bx-flow li:last-child i { display: none; }

/* ---------- 1bis. Les équipes : un résultat concret, en un coup d'oeil ---------- */
.bx-teams {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: clamp(26px, 3vw, 38px);
}

.bx-team {
  display: grid;
  gap: 6px;
  padding: 20px 20px 22px;
  background: var(--bx-panel);
  border: 1px solid var(--bx-line);
  border-radius: 16px;
}

.bx-team strong {
  font-size: 16.5px;
  font-weight: 600;
  letter-spacing: -.015em;
}

.bx-team span {
  color: var(--bx-ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

/* ---------- 2. Les domaines : maintenir pour réunir ---------- */
.bx-realign {
  position: relative;
  margin-top: clamp(30px, 3.6vw, 46px);
  padding: clamp(28px, 3.4vw, 40px) clamp(22px, 3vw, 38px) clamp(30px, 3.6vw, 42px);
  background: var(--bx-panel);
  border: 1px solid var(--bx-line);
  border-radius: 22px;
}

.bx-realign__stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 6px;
  border-radius: 18px;
  overflow: hidden;
}

.bx-realign__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: var(--hold, 0);
  transition: opacity 60ms linear;
  background:
    linear-gradient(var(--bx-line-strong) 1px, transparent 1px) 0 0 / 100% 50%,
    linear-gradient(90deg, var(--bx-line-strong) 1px, transparent 1px) 0 0 / calc(100% / 3) 100%,
    radial-gradient(circle at 50% 50%, rgba(77, 125, 255, .16), rgba(77, 125, 255, 0) 62%);
}

.bx-domain {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 20px 20px 22px;
  background: var(--bx-canvas);
  border: 1px solid var(--bx-line);
  border-radius: 16px;
  transform: translate3d(calc(var(--sx, 0px) * (1 - var(--hold, 0))), calc(var(--sy, 0px) * (1 - var(--hold, 0))), 0) rotate(calc(var(--sr, 0deg) * (1 - var(--hold, 0))));
  transition: border-color 380ms var(--bx-ease), box-shadow 380ms var(--bx-ease);
}

.bx-realign.is-done .bx-domain {
  border-color: var(--bx-accent);
  box-shadow: 0 14px 32px rgba(43, 83, 232, .1);
}

.bx-domain strong {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.bx-domain p {
  margin: 0;
  color: var(--bx-ink-soft);
  font-size: 13.5px;
  line-height: 1.5;
}

.bx-domain span {
  font-family: var(--bx-mono);
  font-size: 11px;
  color: var(--bx-paper-soft);
  letter-spacing: .04em;
}

.bx-realign__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: clamp(26px, 3vw, 34px);
  padding-top: clamp(20px, 2.4vw, 26px);
  border-top: 1px solid var(--bx-line);
}

.bx-realign__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.bx-realign__counter b {
  font-family: var(--bx-display);
  font-size: 26px;
  font-weight: 300;
  color: var(--bx-ink);
  font-variant-numeric: tabular-nums;
  min-width: 1.6ch;
}

.bx-realign__counter span {
  color: var(--bx-ink-soft);
  font-size: 13px;
}

.bx-holdbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px 12px 14px;
  background: var(--bx-panel);
  border: 1px solid var(--bx-line-strong);
  border-radius: 999px;
  color: var(--bx-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  touch-action: none;
  transition: border-color 320ms var(--bx-ease), box-shadow 320ms var(--bx-ease);
}

.bx-holdbtn svg {
  width: 34px;
  height: 34px;
  flex: none;
  transform: rotate(-90deg);
}

.bx-hold-track { fill: none; stroke: var(--bx-line); stroke-width: 3; }

.bx-hold-fill {
  fill: none;
  stroke: var(--bx-accent);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 76;
  stroke-dashoffset: calc(76 - 76 * var(--hold, 0));
}

@media (hover: hover) and (pointer: fine) {
  .bx-holdbtn:hover { border-color: var(--bx-accent); box-shadow: 0 12px 30px rgba(43, 83, 232, .14); }
}

.bx-realign.is-done .bx-holdbtn { border-color: var(--bx-accent); }

.bx-hold-status {
  margin: 0;
  color: var(--bx-ink-soft);
  font-size: 13.5px;
}

.bx-realign.is-done .bx-hold-status { color: var(--bx-accent-deep); font-weight: 600; }

/* ---------- 3. Peppol : la porte de la facturation électronique ---------- */
.bx-peppol {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 3.6vw, 56px);
  align-items: start;
  margin-top: clamp(26px, 3vw, 36px);
}

.bx-gate {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(26px, 3vw, 34px);
  background: var(--bx-panel);
  border: 1px solid var(--bx-line);
  border-radius: 22px;
  overflow: hidden;
}

.bx-gate::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(77, 125, 255, .13), rgba(77, 125, 255, 0) 70%);
  pointer-events: none;
}

.bx-gate__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-gate__steps li {
  position: relative;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  padding: 22px 12px 20px;
  background: var(--bx-canvas);
  border: 1px solid var(--bx-line);
  border-radius: 16px;
  font-size: 14.5px;
  font-weight: 600;
}

.bx-gate__steps li span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--bx-accent);
  border-radius: 50%;
  color: var(--bx-accent);
  font-family: var(--bx-mono);
  font-size: 13px;
}

.bx-js .bx-gate__steps li span::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--bx-accent-soft);
  border-radius: 50%;
  opacity: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .bx-section.in .bx-gate__steps li span::after {
    animation: bx-pulse 3.6s var(--bx-ease) infinite;
    animation-delay: calc(var(--i, 0) * -1.2s);
  }
}

@keyframes bx-pulse {
  0% { opacity: .5; transform: scale(1); }
  60%, 100% { opacity: 0; transform: scale(1.7); }
}

.bx-gate__note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 16px 18px;
  background: var(--bx-paper);
  border-radius: 14px;
  color: var(--bx-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.bx-gate__note svg {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  fill: none;
  stroke: var(--bx-accent);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- 4. Fiduciaire : le pont qui se dessine ---------- */
.bx-bridge {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(16px, 2.6vw, 34px);
  margin-top: clamp(28px, 3.4vw, 40px);
}

.bx-bridge__end {
  display: grid;
  gap: 8px;
  padding: clamp(24px, 2.8vw, 32px);
  background: var(--bx-panel);
  border: 1px solid var(--bx-line);
  border-radius: 20px;
  text-align: center;
}

.bx-bridge__end svg {
  justify-self: center;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--bx-accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bx-bridge__end strong {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.015em;
}

.bx-bridge__end span {
  color: var(--bx-ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.bx-bridge__span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: clamp(150px, 20vw, 260px);
}

.bx-bridge__span svg {
  width: 100%;
  height: 26px;
  overflow: visible;
}

.bx-bridge__span path {
  fill: none;
  stroke: var(--bx-accent-soft);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}

.bx-js .bx-bridge__span path { stroke-dashoffset: 1; }

.bx-section.in .bx-bridge__span path {
  transition: stroke-dashoffset 1500ms var(--bx-ease) 260ms;
  stroke-dashoffset: 0;
}

.bx-bridge__span b {
  padding: 7px 15px;
  background: var(--bx-panel);
  border: 1px solid var(--bx-line);
  border-radius: 999px;
  color: var(--bx-ink-soft);
  font-size: 12.5px;
  font-weight: 500;
  text-align: center;
}

/* ---------- 5. Migration : connecter, centraliser, automatiser, remplacer ---------- */
.bx-path {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(26px, 3vw, 38px);
}

.bx-path article {
  position: relative;
  display: grid;
  gap: 6px;
  flex: 1 1 200px;
  max-width: 300px;
  padding: 24px 24px 26px;
  background: var(--bx-panel);
  border: 1px solid var(--bx-line);
  border-radius: 18px;
}

.bx-path article.is-current {
  border-color: var(--bx-accent);
  box-shadow: 0 18px 44px rgba(43, 83, 232, .12);
}

.bx-path article span {
  font-family: var(--bx-mono);
  font-size: 12px;
  color: var(--bx-paper-soft);
  letter-spacing: .06em;
}

.bx-path article strong { font-size: 18px; font-weight: 600; letter-spacing: -.02em; }

.bx-path article small { color: var(--bx-ink-soft); font-size: 14px; line-height: 1.55; }

.bx-path b {
  align-self: center;
  color: var(--bx-paper-soft);
  font-size: 20px;
  font-weight: 400;
}

.bx-unlocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: clamp(24px, 2.8vw, 32px) 0 0;
  padding: 0;
  list-style: none;
}

.bx-unlocks li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  background: var(--bx-paper);
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 500;
}

.bx-unlocks svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--bx-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- 6. Prix : une carte, aucune surprise ---------- */
.bx-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 3.6vw, 56px);
  align-items: center;
  margin-top: clamp(20px, 2.4vw, 30px);
}

.bx-price__card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(30px, 3.4vw, 40px);
  background: var(--bx-panel);
  border: 1px solid var(--bx-line-strong);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(12, 22, 67, .08);
}

.bx-price__card::before {
  content: "";
  position: absolute;
  inset: -50% auto auto -20%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(77, 125, 255, .14), rgba(77, 125, 255, 0) 70%);
  pointer-events: none;
}

.bx-price__amount {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
}

.bx-price__amount strong {
  font-size: clamp(46px, 5.6vw, 68px);
  font-weight: 300;
  letter-spacing: -.04em;
  word-spacing: -.16em;
  line-height: 1;
}

.bx-price__amount span { color: var(--bx-ink-soft); font-size: 15.5px; }

.bx-price__included {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-price__included li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.55;
}

.bx-price__included svg {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  fill: none;
  stroke: var(--bx-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bx-price__extra {
  position: relative;
  margin: 0;
  padding: 16px 18px;
  background: var(--bx-paper);
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
}

.bx-price__note {
  position: relative;
  margin: 0;
  color: var(--bx-ink-soft);
  font-size: 13.5px;
  line-height: 1.6;
}

.bx-price__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .business10k-page { --bx-shell: min(calc(100% - 56px), 1240px); }

  .bx-peppol,
  .bx-price { grid-template-columns: 1fr; }
  .bx-symptoms { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .bx-symptoms { grid-template-columns: 1fr; }
  .bx-flow li span { padding: 9px 14px; font-size: 13px; }
  .bx-teams { grid-template-columns: repeat(2, 1fr); }

  .bx-realign__stage { grid-template-columns: repeat(2, 1fr); }

  .bx-bridge { grid-template-columns: 1fr; }
  .bx-bridge__span { min-width: 0; justify-self: center; }
  .bx-bridge__span svg { height: 44px; transform: rotate(90deg); }

  .bx-path b { display: none; }
  .bx-path article { max-width: none; }

  .bx-gate__steps { grid-template-columns: 1fr; }
  .bx-gate__steps li { grid-auto-flow: column; grid-template-columns: auto 1fr; justify-items: start; text-align: left; align-items: center; padding: 16px 18px; }
}

@media (max-width: 560px) {
  .business10k-page { --bx-shell: min(calc(100% - 40px), 1240px); }

  .bx-static-copy { width: min(calc(100% - 40px), 1240px); }
  .bx-teams { grid-template-columns: 1fr; }
  .bx-realign__stage { grid-template-columns: 1fr; }
  .bx-price__amount strong { font-size: 44px; }
}
/* ---------- Reduced motion : états finaux, drives arrêtés ---------- */
@media (prefers-reduced-motion: reduce) {
  .business10k-page *,
  .business10k-page *::before,
  .business10k-page *::after {
    animation: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }

  .bx-reveal,
  .bx-js .bx-reveal { opacity: 1; transform: none; }
  .bx-rail path,
  .bx-js .bx-rail path { stroke-dashoffset: 0; }
  .bx-rail circle,
  .bx-js .bx-rail circle { opacity: .9; }
  .bx-band .bx-cta-row, .bx-chips { opacity: 1; transform: none; }
  .bx-holdbtn .bx-hold-fill { stroke-dashoffset: 0; }
}

/* Reduced motion, suite : les chapitres Business dans leur état final. */
@media (prefers-reduced-motion: reduce) {
  .bx-domain { transform: none; }
  .bx-realign__stage::before { opacity: 1; }
  .bx-bridge__span path,
  .bx-js .bx-bridge__span path { stroke-dashoffset: 0; }
  .bx-gate__steps li span::after { display: none; }
  .bx-symptom::after { opacity: 0; }
}
