/* Orion Scale — site vitrine orion-apps.fr
   Même construction que la vitrine Pureclean : blanc et ombres douces, gros titres Archivo étendus,
   noir pour le contraste. Le jaune est remplacé par le violet de la marque Orion. */

:root {
  --paper: #FFFFFF;
  --mist: #F4F3F8;
  --line: #E5E3EC;
  --muted: #5E5C68;
  --ink: #0B0A10;
  --signal: #6110F3;
  --signal-deep: #4C0BC4;
  --signal-soft: #EFE7FF;
  --app: #16151E;
  --app-2: #1E1D28;
  --app-line: #2C2A38;
  --app-text: #C9C7D6;
  --ok: #10B981;
  --warn: #F59E0B;

  --r-lg: 22px;
  --r-md: 14px;
  --r-sm: 9px;
  --shadow-soft: 0 1px 2px rgba(20, 10, 40, .06), 0 8px 24px -8px rgba(20, 10, 40, .14);
  --shadow-lift: 0 2px 4px rgba(20, 10, 40, .05), 0 30px 60px -22px rgba(40, 10, 90, .38);
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, figure, blockquote { margin: 0; }
ul { padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; border-radius: 6px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Typographie ---------- */
.display { font-stretch: 125%; font-weight: 800; letter-spacing: -.035em; line-height: .95; font-size: clamp(42px, 5.6vw, 84px); text-wrap: balance; }
.section-title { font-stretch: 118%; font-weight: 800; letter-spacing: -.03em; line-height: 1; font-size: clamp(34px, 4.2vw, 58px); max-width: 18ch; text-wrap: balance; }
.section-lede { margin-top: 18px; max-width: 58ch; font-size: clamp(17px, 1.4vw, 19px); color: var(--muted); }
.lede { margin-top: 24px; font-size: clamp(18px, 1.5vw, 20px); color: var(--muted); max-width: 46ch; }
.hl { color: var(--signal); white-space: nowrap; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; letter-spacing: .02em; color: var(--signal); background: var(--signal-soft); padding: 7px 14px; border-radius: 999px; margin-bottom: 22px; }
.eyebrow.on-dark { background: rgba(97, 16, 243, .22); color: #CDB6FF; }
.dot-live { width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 0 rgba(97, 16, 243, .5); animation: live 2s infinite; }
.on-dark .dot-live { background: #A77BFF; }
@keyframes live { 70% { box-shadow: 0 0 0 9px rgba(97, 16, 243, 0); } 100% { box-shadow: 0 0 0 0 rgba(97, 16, 243, 0); } }
.on-dark { color: #fff; }
.section-lede.on-dark { color: #B7B3C6; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: inherit; font-weight: 700; font-size: 15px;
  text-decoration: none; padding: 11px 18px; border-radius: 999px; border: 2px solid transparent; cursor: pointer; text-align: center;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 15px 24px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .6); }
.btn-signal { background: var(--signal); color: #fff; border-color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.btn-signal:hover { transform: translate(-1px, -1px); box-shadow: 6px 6px 0 var(--ink); }
.btn-signal:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.btn-ghost { background: var(--paper); color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--mist); }
.btn-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: rgba(0, 0, 0, .05); }
.btn-line-light { background: transparent; color: #fff; border-color: #fff; }
.btn-line-light:hover { background: rgba(255, 255, 255, .12); }
.btn-ico { width: 17px; height: 17px; flex: none; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Navigation ---------- */
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-stretch: 112%; font-size: 19px; letter-spacing: -.01em; }
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.brand em { font-style: normal; font-weight: 500; color: var(--signal); }
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: 68px; display: flex; align-items: center; gap: 24px; padding: 0 var(--gutter);
  background: rgba(255, 255, 255, .84); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a { text-decoration: none; font-size: 15px; font-weight: 500; color: #2A2833; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; text-decoration-color: var(--signal); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.burger { display: none; position: relative; margin-left: auto; width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; padding: 0; }
.burger span { position: absolute; left: 50%; top: 50%; width: 20px; height: 2px; margin: -1px 0 0 -10px; border-radius: 2px; background: currentColor; transition: transform .25s ease, opacity .15s ease; }
.burger span:nth-child(1) { transform: translateY(-7px); }
.burger span:nth-child(3) { transform: translateY(7px); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }
.mobile-menu { position: fixed; top: 68px; left: 0; right: 0; z-index: 49; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .35); padding: 12px var(--gutter) 24px; max-height: calc(100vh - 68px); overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 700; font-size: 19px; }
.mobile-menu-cta { display: grid; gap: 10px; margin-top: 20px; }

/* ---------- Hero ---------- */
.hero { padding: 130px 0 90px; position: relative; overflow: hidden; background: radial-gradient(900px 500px at 85% 20%, #F1E9FF 0%, rgba(241, 233, 255, 0) 70%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.hero .display { font-size: clamp(40px, 4.7vw, 70px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.fineprint { margin-top: 18px; font-size: 14px; color: var(--muted); }

.stage { perspective: 1800px; perspective-origin: 30% 40%; }
.rig { --p: 0; position: relative; transform-style: preserve-3d; transform: rotateX(calc(22deg * (1 - var(--p)))) rotateY(calc(-24deg * (1 - var(--p)))) rotateZ(calc(4deg * (1 - var(--p)))) translateZ(0); transition: transform .12s linear; }
.hero.intro .rig { animation: rig-in 1.3s cubic-bezier(.2, .8, .2, 1) both; }
@keyframes rig-in { from { opacity: 0; transform: rotateX(34deg) rotateY(-38deg) rotateZ(8deg) translateY(60px); } }

/* Maquette de l'application (thème sombre d'Orion Scale) */
.app { display: grid; grid-template-columns: 150px 1fr; background: var(--app); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lift), 0 0 0 1px rgba(255, 255, 255, .06) inset; color: var(--app-text); font-size: 12px; min-height: 420px; }
.app-side { background: #111018; padding: 16px 10px; display: flex; flex-direction: column; gap: 4px; border-right: 1px solid var(--app-line); }
.app-logo { color: #fff; font-weight: 800; font-size: 20px; font-stretch: 110%; padding: 0 8px 14px; }
.app-logo small { font-size: 10px; font-weight: 600; color: #A9A5BA; }
.app-nav { display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: 8px; white-space: nowrap; font-size: 11.5px; }
.app-nav i { width: 12px; height: 12px; border-radius: 3px; background: #4A4760; flex: none; }
.app-nav.on { background: #6D4AFF; color: #fff; }
.app-nav.on i { background: rgba(255, 255, 255, .8); }
.app-nav b { margin-left: auto; background: var(--signal); color: #fff; font-size: 10px; padding: 1px 6px; border-radius: 99px; }
.app-main { padding: 16px; display: grid; gap: 12px; align-content: start; }
.app-card { background: var(--app-2); border: 1px solid var(--app-line); border-radius: 12px; padding: 12px; }
.ia-label { color: #fff; font-weight: 600; font-size: 11.5px; }
.ia-row { display: flex; gap: 8px; margin-top: 10px; }
.ia-input { flex: 1; background: #12111A; border: 1px solid var(--app-line); border-radius: 8px; padding: 8px 10px; color: #E9E6F5; white-space: nowrap; overflow: hidden; }
.ia-btn { background: linear-gradient(135deg, #6D4AFF, #8B5CF6); color: #fff; font-weight: 700; padding: 8px 12px; border-radius: 8px; }
.ia-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.ia-chips span { background: rgba(109, 74, 255, .18); color: #C9B8FF; border: 1px solid rgba(139, 92, 246, .35); padding: 4px 8px; border-radius: 99px; font-size: 10.5px; }
.res-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.res-head b { color: #fff; font-size: 12.5px; }
.res-btn { background: #6D4AFF; color: #fff; font-weight: 700; padding: 6px 10px; border-radius: 8px; font-size: 11px; }
.res-row { display: grid; grid-template-columns: 14px 1.5fr 1fr auto; gap: 10px; align-items: center; padding: 8px 4px; border-top: 1px solid var(--app-line); }
.res-row i { width: 12px; height: 12px; border: 1.5px solid #5B5870; border-radius: 3px; }
.res-row.sel { background: rgba(109, 74, 255, .10); }
.res-row.sel i { background: #6D4AFF; border-color: #6D4AFF; box-shadow: inset 0 0 0 2px #1E1D28; }
.res-row span:nth-of-type(1) { color: #fff; }
.res-row em { font-style: normal; font-size: 10px; background: #26244A; color: #A99BFF; padding: 2px 6px; border-radius: 5px; }

.float { position: absolute; display: flex; align-items: center; gap: 10px; background: #fff; color: var(--ink); border-radius: 14px; padding: 10px 14px; font-size: 13px; line-height: 1.3; box-shadow: var(--shadow-lift); transform: translateZ(90px); white-space: nowrap; }
.float b { font-weight: 700; }
.f-toast { top: -26px; right: 24px; animation: flotte 6s ease-in-out infinite; }
.f-call { bottom: 62px; left: -46px; animation: flotte 7s ease-in-out -2s infinite; }
.f-alert { bottom: -24px; right: -10px; animation: flotte 6.5s ease-in-out -4s infinite; }
.f-check { width: 28px; height: 28px; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; font-weight: 800; }
.f-pin, .f-bell { width: 28px; height: 28px; border-radius: 8px; background: var(--signal-soft); display: grid; place-items: center; }
@keyframes flotte { 50% { translate: 0 -8px; } }
.floor { position: absolute; left: 8%; right: 8%; bottom: -60px; height: 40px; background: radial-gradient(closest-side, rgba(60, 20, 140, .28), transparent); filter: blur(8px); transform: translateZ(-80px); }

/* ---------- Chiffres ---------- */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 20px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat b { display: block; font-stretch: 115%; font-weight: 800; font-size: clamp(30px, 3.2vw, 44px); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat span { display: block; margin-top: 10px; font-size: 15px; color: var(--muted); max-width: 24ch; }

/* ---------- Méthode (3 clics) ---------- */
.methode { padding: 120px 0 60px; }
.etapes { display: grid; gap: 110px; margin-top: 80px; }
.etape { display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; align-items: center; }
.etape-inverse .etape-texte { order: 2; }
.etape-num { display: inline-block; font-stretch: 62%; font-weight: 800; font-size: 120px; line-height: .8; color: var(--signal); letter-spacing: -.02em; }
.etape h3 { font-stretch: 120%; font-weight: 800; font-size: clamp(36px, 3.6vw, 52px); letter-spacing: -.03em; margin: 14px 0 18px; }
.etape p { color: var(--muted); max-width: 44ch; }
.etape p + p { margin-top: 12px; }
.etape p b { color: var(--ink); font-weight: 700; }
.visuel { background: linear-gradient(160deg, #F6F1FF, #EDE6FA); border-radius: 28px; padding: clamp(22px, 4vw, 48px); box-shadow: var(--shadow-soft); }

.ui { background: var(--app); color: var(--app-text); border-radius: 16px; padding: 18px; font-size: 14px; box-shadow: var(--shadow-lift); position: relative; overflow: hidden; }
.ui-label { color: #fff; font-weight: 600; }
.ui-input { margin-top: 12px; background: #12111A; border: 1px solid #3B2F73; border-radius: 10px; padding: 12px 14px; min-height: 48px; color: #fff; display: flex; align-items: center; }
.caret { width: 2px; height: 18px; background: #A78BFA; margin-left: 2px; animation: caret 1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.ui-chips { display: grid; gap: 8px; margin-top: 14px; }
.ui-chips span { background: rgba(109, 74, 255, .16); border: 1px solid rgba(139, 92, 246, .4); color: #D3C5FF; padding: 8px 12px; border-radius: 10px; font-size: 13px; opacity: 0; transform: translateY(8px); }
.ui-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ui-filters span { background: var(--app-2); border: 1px solid var(--app-line); border-radius: 10px; padding: 8px 12px; font-size: 13px; color: #fff; }
.ui-filters i { display: block; font-style: normal; font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: #8F8AA6; }
.on .ui-chips span { animation: monte .5s calc(2.6s + var(--d) * .35s) ease both; }
@keyframes monte { to { opacity: 1; transform: none; } }

.ui-res-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.ui-res-head b { color: #fff; }
.ui-tags { display: flex; gap: 6px; }
.ui-tags em { font-style: normal; font-weight: 700; font-size: 12px; color: #fff; padding: 6px 10px; border-radius: 8px; }
.t-p { background: #6D4AFF; } .t-c { background: #059669; } .t-k { background: #D97706; }
.on .t-p { animation: clic .4s 2.1s ease both; }
@keyframes clic { 50% { transform: scale(.9); box-shadow: 0 0 0 6px rgba(109, 74, 255, .35); } }
.ui-row { display: grid; grid-template-columns: 18px 1fr auto; gap: 12px; align-items: center; padding: 11px 6px; border-top: 1px solid var(--app-line); border-radius: 6px; }
.ui-row span { color: #fff; }
.ui-row small { color: #9D98B3; font-size: 12px; }
.ui-row i { width: 16px; height: 16px; border-radius: 4px; border: 2px solid #5B5870; transition: background .2s, border-color .2s; }
.on .ui-row:not(:nth-of-type(5)) i { animation: coche .25s calc(.6s + var(--d) * .4s) ease both; }
.on .ui-row:not(:nth-of-type(5)) { animation: surligne .25s calc(.6s + var(--d) * .4s) ease both; }
@keyframes coche { to { background: #6D4AFF; border-color: #6D4AFF; box-shadow: inset 0 0 0 3px var(--app); } }
@keyframes surligne { to { background: rgba(109, 74, 255, .12); } }
.ui-row:nth-of-type(5) { opacity: .75; }
.ui-flash { position: absolute; left: 50%; bottom: 16px; translate: -50% 0; background: #fff; color: var(--ink); font-weight: 700; padding: 10px 16px; border-radius: 999px; box-shadow: var(--shadow-lift); opacity: 0; }
.on .ui-flash { animation: flash 3.4s 2.5s ease both; }
@keyframes flash { 0% { opacity: 0; transform: translateY(10px); } 12%, 85% { opacity: 1; transform: none; } 100% { opacity: 0; } }

.ui-fiche { padding-bottom: 20px; }
.ui-badge { display: inline-block; background: #3B2F73; color: #C9B8FF; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px; }
.ui-fiche-head b { display: block; color: #fff; font-size: 19px; margin-top: 8px; }
.ui-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ui-actions span { border: 1px solid var(--app-line); background: var(--app-2); border-radius: 8px; padding: 7px 11px; font-size: 13px; color: #E1DEEE; }
.on .a-maps { animation: clic .4s 1s ease both; border-color: #8B5CF6; }
.ui-maps { margin-top: 16px; background: #fff; color: var(--ink); border-radius: 12px; padding: 14px 16px; display: grid; gap: 4px; font-size: 14px; opacity: 0; transform: translateY(14px) scale(.97); transform-origin: top left; }
.ui-maps b { font-size: 16px; }
.ui-maps span { color: #4B4958; }
.ui-maps .ui-tel { color: var(--ink); font-weight: 700; font-size: 18px; margin: 4px 0; }
.on .ui-maps { animation: monte .5s 1.4s cubic-bezier(.2, .8, .2, 1) both; }

/* ---------- Section sombre CRM ---------- */
.dark { background: var(--ink); color: #fff; padding: 120px 0; margin-top: 60px; position: relative; overflow: hidden; }
.dark::before { content: ""; position: absolute; width: 700px; height: 700px; right: -200px; top: -250px; background: radial-gradient(closest-side, rgba(97, 16, 243, .45), transparent); }
.dark-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; }
.checks { margin-top: 32px; display: grid; gap: 16px; }
.checks li { position: relative; padding-left: 34px; color: #B7B3C6; }
.checks li b { color: #fff; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--signal); color: #fff; font-size: 13px; font-weight: 800; display: grid; place-items: center; }
.crm { perspective: 1400px; }
.crm-card { background: var(--app); border: 1px solid var(--app-line); border-radius: 20px; padding: 26px; box-shadow: 0 40px 80px -30px rgba(97, 16, 243, .55); transform: rotateY(-10deg) rotateX(6deg); transition: transform .6s ease; }
.crm:hover .crm-card { transform: none; }
.crm-top b { display: block; font-size: 22px; margin-top: 10px; }
.crm-top small { color: #9D98B3; font-size: 13px; }
.crm-etats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.crm-etats span { font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--app-line); color: #8F8AA6; }
.visible .crm-etats span { animation: etat 5s infinite; }
.crm-etats .e-c { animation-delay: 1.2s !important; }
.crm-etats .e-v { animation-delay: 2.4s !important; }
.crm-etats .e-q { animation-delay: 3.6s !important; }
@keyframes etat { 0%, 22% { background: #6D4AFF; border-color: #6D4AFF; color: #fff; } 30%, 100% { background: transparent; color: #8F8AA6; } }
.crm-note { margin-top: 20px; background: var(--app-2); border: 1px solid var(--app-line); border-radius: 12px; padding: 14px; }
.crm-note b { font-size: 13px; color: #fff; }
.crm-note p { font-size: 14px; color: #C9C7D6; margin-top: 6px; }
.crm-alerte { margin-top: 12px; font-size: 14px; background: rgba(245, 158, 11, .12); color: #FCD34D; border: 1px solid rgba(245, 158, 11, .35); border-radius: 12px; padding: 12px 14px; }
.crm-client { display: block; margin-top: 16px; text-align: center; background: linear-gradient(135deg, #10B981, #059669); color: #fff; font-weight: 700; border-radius: 10px; padding: 12px; }

/* ---------- Carte, équipe, chat ---------- */
.features { padding: 120px 0; background: var(--mist); }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feat { background: #fff; border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow-soft); display: grid; gap: 26px; align-content: space-between; }
.feat-map { grid-column: 1 / -1; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 40px; }
.feat h3 { font-stretch: 115%; font-weight: 800; font-size: clamp(26px, 2.4vw, 34px); letter-spacing: -.025em; margin-bottom: 12px; }
.feat p { color: var(--muted); }
.feat p b { color: var(--ink); }
.map-frame { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lift); background: var(--app); }
.map-frame img { width: 100%; aspect-ratio: 1214 / 820; object-fit: cover; }
.pulse { position: absolute; left: var(--x); top: var(--y); width: 14px; height: 14px; margin: -7px; border-radius: 50%; background: #A78BFA; box-shadow: 0 0 0 0 rgba(167, 139, 250, .8); animation: ping 2.4s var(--d, 0s) infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 22px rgba(167, 139, 250, 0); } 100% { box-shadow: 0 0 0 0 rgba(167, 139, 250, 0); } }
.perf { background: var(--app); color: var(--app-text); border-radius: 16px; padding: 20px; display: grid; gap: 12px; }
.perf-head b { color: #fff; display: block; }
.perf-head small { color: #8F8AA6; }
.perf-row { display: grid; grid-template-columns: 56px 1fr 30px; gap: 12px; align-items: center; font-size: 14px; }
.perf-row i { height: 10px; border-radius: 99px; background: linear-gradient(90deg, #6D4AFF, #A78BFA); width: 0; transition: width 1.2s cubic-bezier(.2, .8, .2, 1); }
.visible .perf-row i { width: var(--w); }
.perf-row em { font-style: normal; color: #fff; font-weight: 700; text-align: right; }
.chat { background: var(--app); border-radius: 16px; padding: 20px; display: grid; gap: 10px; }
.msg { background: var(--app-2); color: #E6E3F2; border-radius: 14px 14px 14px 4px; padding: 10px 14px; font-size: 14px; max-width: 85%; opacity: 0; transform: translateY(10px); }
.msg.moi { justify-self: end; background: #6D4AFF; color: #fff; border-radius: 14px 14px 4px 14px; }
.visible .msg { animation: monte .45s ease both; }
.visible .msg:nth-child(2) { animation-delay: .9s; }
.visible .msg:nth-child(3) { animation-delay: 1.8s; }

/* ---------- Témoignages ---------- */
.temoins { padding: 120px 0; }
.temoins-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; }
.temoin { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow-soft); position: relative; }
.temoin::before { content: "“"; position: absolute; top: -8px; right: 26px; font-size: 120px; line-height: 1; color: var(--signal); font-weight: 800; opacity: .18; }
.temoin blockquote { font-size: 18px; line-height: 1.6; }
.temoin figcaption { margin-top: 20px; font-weight: 700; color: var(--signal); font-size: 15px; }

/* ---------- Tarif ---------- */
.tarif { padding: 120px 0; background: linear-gradient(180deg, #fff, var(--mist)); }
.tarif-grid { display: grid; grid-template-columns: 1fr 440px; gap: 70px; align-items: center; }
.tarif-etapes { margin-top: 34px; display: grid; gap: 14px; }
.tarif-etapes p { display: flex; align-items: center; gap: 14px; font-weight: 600; }
.tarif-etapes span { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 800; flex: none; }
.prix { background: #fff; border: 2px solid var(--ink); border-radius: 26px; padding: 34px; box-shadow: 10px 10px 0 var(--signal); display: grid; gap: 12px; }
.prix-nom { font-weight: 800; font-stretch: 115%; font-size: 20px; }
.prix-montant { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.prix-montant b { font-stretch: 115%; font-weight: 800; font-size: 64px; letter-spacing: -.04em; line-height: 1; }
.prix-montant span { color: var(--muted); }
.prix ul { display: grid; gap: 10px; margin: 6px 0 16px; }
.prix li { position: relative; padding-left: 28px; font-size: 15px; color: #33313D; }
.prix li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--signal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%236110F3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat; }
.prix-note { font-size: 12.5px; color: var(--muted); margin-top: 6px; }

/* ---------- FAQ ---------- */
.faq { padding: 120px 0; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 18px; padding: 22px 40px 22px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 50%; translate: 0 -50%; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--ink); display: grid; place-items: center; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); background: var(--signal); border-color: var(--signal); color: #fff; }
.faq-list details p { padding: 0 40px 24px 0; color: var(--muted); }
.faq-list details a { color: var(--signal); font-weight: 600; }

/* ---------- Appel final ---------- */
.cta-final { padding: 0 0 120px; }
.cta-box { position: relative; overflow: hidden; background: var(--signal); color: #fff; border-radius: 34px; padding: clamp(40px, 7vw, 90px); display: grid; grid-template-columns: 1.4fr .6fr; gap: 30px; align-items: center; }
.cta-titre { font-size: clamp(38px, 5vw, 72px); }
.cta-box p { margin-top: 22px; font-size: 19px; color: #E5D9FF; max-width: 48ch; }
.cta-constellation { width: 100%; max-width: 280px; justify-self: center; overflow: visible; }
.cta-constellation path { fill: none; stroke: rgba(255, 255, 255, .55); stroke-width: 2.5; stroke-dasharray: 400; stroke-dashoffset: 400; }
.cta-constellation circle { fill: #fff; transform-box: fill-box; transform-origin: center; scale: 0; }
.visible .cta-constellation path, .cta-box.visible .cta-constellation path { animation: trace 2s .3s ease forwards; }
.visible .cta-constellation circle { animation: etoile .5s ease forwards; }
.visible .cta-constellation circle:nth-of-type(2) { animation-delay: .5s; }
.visible .cta-constellation circle:nth-of-type(3) { animation-delay: .9s; }
.visible .cta-constellation circle:nth-of-type(4) { animation-delay: 1.3s; }
.visible .cta-constellation circle:nth-of-type(5) { animation-delay: 1.7s; }
@keyframes trace { to { stroke-dashoffset: 0; } }
@keyframes etoile { 60% { scale: 1.4; } to { scale: 1; } }

/* ---------- Pied de page (repris du site d'origine : bannière violette « Orion » + constellation) ---------- */
.footer { background: #6900FE url("../img/footer-orion.webp") center 55% / min(1000px, 160%) auto no-repeat; color: #fff; padding: clamp(90px, 12vw, 170px) 0 40px; text-align: center; }
.footer-in { display: grid; gap: 22px; justify-items: center; }
.foot-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 34px; }
.foot-links a { color: #fff; text-decoration: none; font-weight: 800; font-stretch: 110%; font-size: 18px; }
.foot-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 34px; }
.foot-contact a { color: #fff; text-decoration: none; font-size: 16px; }
.foot-bas { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 40px; margin-top: 24px; font-size: 15px; }
.foot-bas a { color: #fff; }
.footer a:hover { color: #E3D4FF; }

/* ---------- Pages intérieures ---------- */
.page { padding: 140px 0 100px; }
.page-head { max-width: 760px; }
.page-head .section-lede { max-width: 60ch; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; margin-top: 50px; align-items: start; }
.carte-blanche { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow-soft); }
.form { display: grid; gap: 18px; }
.form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: grid; gap: 6px; font-weight: 600; font-size: 14px; }
.form input, .form textarea { font: inherit; font-size: 16px; width: 100%; border: 2px solid var(--line); border-radius: 12px; padding: 12px 14px; background: #fff; color: var(--ink); transition: border-color .15s; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--signal); }
.form textarea { resize: vertical; min-height: 140px; }
.form .btn[disabled] { opacity: .5; cursor: wait; }
.piege { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.statut { min-height: 1.4em; font-weight: 600; }
.statut.ok { color: #047857; }
.statut.erreur { color: #B91C1C; }
.aside-stack { display: grid; gap: 20px; }
.carte-violette { background: var(--signal); color: #fff; border-radius: var(--r-lg); padding: 34px; }
.carte-violette h2, .carte-blanche h2 { font-stretch: 115%; font-weight: 800; font-size: 26px; letter-spacing: -.02em; margin-bottom: 10px; }
.carte-violette p { color: #E5D9FF; margin-bottom: 22px; }
.carte-violette .btn { background: #fff; color: var(--ink); }
.coord a { display: block; font-weight: 700; font-size: 19px; text-decoration: none; margin-top: 8px; }
.coord a:hover { color: var(--signal); }
.connexion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; }
.connexion-grid .carte-blanche p { color: var(--muted); margin-bottom: 22px; }
.petit-lien { margin-top: 40px; color: var(--muted); font-size: 15px; }
.petit-lien a { color: var(--signal); font-weight: 600; }

.legal { max-width: 780px; }
.legal h1 { font-stretch: 118%; font-weight: 800; letter-spacing: -.03em; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; }
.legal .maj { color: var(--muted); margin-top: 10px; }
.legal h2 { font-stretch: 110%; font-weight: 800; font-size: 22px; margin: 40px 0 12px; }
.legal h3 { font-weight: 700; font-size: 17px; margin: 20px 0 8px; }
.legal p, .legal li { color: #3A3845; margin-bottom: 10px; }
.legal ul { list-style: disc; padding-left: 22px; margin-bottom: 10px; }
.legal a { color: var(--signal); }
.legal dl { display: grid; grid-template-columns: max-content 1fr; gap: 8px 20px; }
.legal dt { font-weight: 700; }
.legal dd { margin: 0; color: #3A3845; }

/* ---------- Apparition au défilement ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1); }
.js .reveal.visible { opacity: 1; transform: none; }

/* ---------- Tablette ---------- */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .stage { max-width: 720px; }
  .etape, .dark-grid, .tarif-grid, .faq-grid, .feat-map, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .etape-inverse .etape-texte { order: 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .cta-box { grid-template-columns: 1fr; }
  .cta-constellation { max-width: 160px; justify-self: start; }
  .tarif-grid { max-width: 640px; }
}

/* ---------- Mobile ---------- */
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav-cta { display: none; }
  .burger { display: block; }
  .hero { padding: 104px 0 70px; }
  .hero-actions .btn { width: 100%; }
  .stage { perspective: none; margin: 0 -4px; }
  .rig { transform: none !important; }
  .hero.intro .rig { animation: none; }
  .app { grid-template-columns: 1fr; min-height: 0; font-size: 11px; }
  .app-side { display: none; }
  .app-main { padding: 10px; }
  .res-row { grid-template-columns: 12px 1.4fr 1fr; }
  .res-row em { display: none; }
  .res-btn { display: none; }
  .ia-chips span:nth-child(n+3) { display: none; }
  .float { position: relative; transform: none; inset: auto; margin-top: 12px; animation: none; white-space: normal; }
  .f-call, .f-alert { display: none; }
  .floor { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 12px; }
  .stat:nth-child(2n+1) { border-left: 0; padding-left: 0; }
  .stat:nth-child(2) { border-left: 1px solid var(--line); }
  .methode, .features, .temoins, .tarif, .faq, .dark { padding: 80px 0; }
  .etapes { gap: 80px; margin-top: 50px; }
  .etape-num { font-size: 88px; }
  .visuel { padding: 14px; border-radius: 20px; }
  .ui { padding: 14px; font-size: 13px; }
  .ui-tags em { font-size: 11px; padding: 5px 8px; }
  .ui-row small { display: none; }
  .feat-grid, .temoins-grid, .connexion-grid, .form-2 { grid-template-columns: 1fr; }
  .feat, .temoin, .carte-blanche, .carte-violette { padding: 24px; }
  .crm-card { transform: none; padding: 20px; }
  .prix { padding: 24px; box-shadow: 6px 6px 0 var(--signal); }
  .prix-montant b { font-size: 52px; }
  .faq-list summary { font-size: 16px; }
  .cta-final { padding-bottom: 80px; }
  .cta-box { border-radius: 24px; }
  .page { padding: 110px 0 70px; }
  .legal dl { grid-template-columns: 1fr; }
  .legal dd { margin-bottom: 8px; }
}
