:root {
  --navy: #001127;
  --navy-2: #031b35;
  --ink: #071426;
  --green: #00a8a8;
  --green-dark: #007f8d;
  --mint: #19e0cf;
  --mint-soft: #e7fbfa;
  --paper: #f4f8fb;
  --white: #fff;
  --muted: #596b7d;
  --line: #dbe8ee;
  --shadow: 0 24px 70px rgba(0, 17, 39, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f8fbfd; font-family: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { touch-action: manipulation; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 16px; background: white; color: var(--ink); border-radius: 8px; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 78px; color: white; border-bottom: 1px solid rgba(255,255,255,.11); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(0,17,39,.92); box-shadow: 0 10px 30px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 14px; min-height: 48px; }
.wordmark img { width: 154px; height: auto; display: block; border-radius: 8px; object-fit: contain; }
.brand-tagline { max-width: 205px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.22); color: #b9c9d8; font-size: 10px; line-height: 1.25; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.wordmark-light img { width: 176px; }
.wordmark-x { color: var(--mint); margin-left: .03em; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { color: #d9e1ea; transition: color .2s; }
.main-nav > a:not(.button):hover, .main-nav > a.active { color: var(--mint); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 12px; background: transparent; color: white; align-items: center; justify-content: center; cursor: pointer; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border-radius: 12px; background: linear-gradient(135deg, var(--mint), #49f1e5); color: var(--navy); font-weight: 750; box-shadow: 0 8px 24px rgba(25,224,207,.18); transition: transform .2s, background .2s, box-shadow .2s; }
.button svg { width: 19px; height: 19px; transition: transform .2s; }
.button:hover { transform: translateY(-2px); background: linear-gradient(135deg, #49f1e5, var(--mint)); box-shadow: 0 12px 30px rgba(25,224,207,.28); }
.button:active, .text-link:active, .demo-next:active, .demo-replay:active { transform: scale(.97); }
.button:hover svg { transform: translateX(3px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #65f1d3; outline-offset: 3px; }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: white; font-weight: 650; min-height: 48px; }
.text-link svg { width: 18px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }

.hero { position: relative; min-height: min(760px, 100dvh); padding: 125px 0 30px; overflow: hidden; color: white; background: radial-gradient(circle at 75% 18%, rgba(25,224,207,.17) 0, transparent 31%), radial-gradient(circle at 18% 12%, rgba(28,83,137,.28) 0, transparent 34%), linear-gradient(135deg, #001127 0%, #021a34 45%, #000914 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 90px solid rgba(255,255,255,.025); border-radius: 50%; left: -320px; top: 50px; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-glow { position: absolute; width: 620px; height: 620px; right: -190px; top: -260px; border-radius: 50%; background: rgba(25,224,207,.18); filter: blur(64px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 40px; }
.hero-copy { padding-bottom: 30px; }
.eyebrow { margin: 0 0 18px; color: var(--green-dark); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--mint); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(48px, 5.2vw, 76px); font-weight: 650; }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0; color: #cbd6e1; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.hero-actions .button,
.hero-actions .text-link { flex: 0 0 auto; white-space: nowrap; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.hero-proof p { margin: 0; color: #9fb0bf; font-size: 12px; line-height: 1.4; }
.hero-proof strong { color: #e5edf4; font-size: 13px; }
.proof-check { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: var(--mint); }
.proof-check svg { width: 18px; height: 18px; stroke-width: 2.7; }

.product-scene { position: relative; min-height: 560px; display: grid; place-items: center; }
.brand-plate { position: absolute; z-index: 1; top: 4px; left: 2px; width: min(500px, 82%); padding: 18px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(0,17,39,.45); box-shadow: 0 24px 80px rgba(0,0,0,.22); opacity: .72; backdrop-filter: blur(10px); }
.brand-plate img { width: 100%; display: block; border-radius: 8px; }
.prototype-badge { position: absolute; z-index: 5; top: 12px; right: 12px; padding: 8px 11px; border: 1px solid rgba(25,224,207,.32); border-radius: 999px; display: flex; align-items: center; gap: 7px; color: #dffbf5; background: rgba(0,17,39,.74); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.prototype-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(46,217,182,.1); }
.scene-orbit { position: absolute; border: 1px solid rgba(25,224,207,.13); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 610px; height: 610px; }
.phone { position: relative; z-index: 2; width: 266px; height: 520px; padding: 11px; border: 1px solid #405061; border-radius: 38px; background: #030911; box-shadow: 0 45px 90px rgba(0,0,0,.52), 0 0 0 5px rgba(255,255,255,.03); transform: rotate(2.5deg); }
.phone-top { position: absolute; z-index: 3; width: 92px; height: 22px; top: 11px; left: 50%; border-radius: 0 0 16px 16px; background: #030911; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 29px; color: var(--ink); background: #f6f9f8; }
.app-head { height: 54px; padding: 18px 16px 8px; display: flex; align-items: center; justify-content: space-between; background: white; }
.app-logo { color: var(--navy); font-weight: 850; letter-spacing: -.04em; }.app-logo span { color: var(--green); }
.online-dot { color: var(--green-dark); font-size: 9px; font-weight: 700; }.online-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--green); }
.receipt-head { padding: 16px; display: flex; justify-content: space-between; align-items: start; }
.receipt-head div { display: grid; gap: 3px; }.receipt-head small { color: #718091; font-size: 8px; font-weight: 700; letter-spacing: .08em; }.receipt-head strong { font-size: 14px; }.receipt-head > span { color: var(--green-dark); font-size: 10px; font-weight: 700; background: var(--mint-soft); padding: 4px 7px; border-radius: 7px; }
.scan-frame { height: 115px; margin: 0 16px 14px; border: 1px dashed #65ad9f; border-radius: 13px; display: grid; place-items: center; align-content: center; gap: 5px; color: var(--green-dark); background: linear-gradient(145deg,#e9f8f5,#f8fcfb); font-size: 10px; font-weight: 650; }
.scan-frame svg { width: 30px; height: 30px; }
.extract-card { margin: 0 16px; padding: 5px 12px; border-radius: 12px; background: white; box-shadow: 0 6px 20px rgba(7,20,38,.07); }
.extract-card div { min-height: 43px; border-bottom: 1px solid #ebf0ef; display: grid; grid-template-columns: 1fr auto 18px; align-items: center; gap: 8px; font-size: 9px; }
.extract-card div:last-child { border: 0; }.extract-card strong { font-size: 9px; }.extract-card i { width: 16px; height: 16px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; }.extract-card i svg { width: 10px; height: 10px; stroke-width: 2.8; }
.phone-button { margin: 18px 16px; padding: 11px; text-align: center; border-radius: 9px; color: white; background: var(--green); font-size: 10px; font-weight: 700; }
.float-card { position: absolute; z-index: 3; min-width: 238px; padding: 13px 15px; display: flex; gap: 11px; align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(12,28,49,.86); box-shadow: 0 18px 45px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.float-left { left: 5px; top: 120px; }.float-right { right: -5px; bottom: 105px; }
.float-icon { flex: 0 0 37px; width: 37px; height: 37px; border-radius: 10px; display: grid; place-items: center; color: var(--mint); background: rgba(46,217,182,.11); }.float-icon svg { width: 20px; }
.float-card div { display: grid; gap: 3px; }.float-card small { color: #8fa1b2; font-size: 8px; letter-spacing: .09em; }.float-card strong { font-size: 11px; }
.hero-bottom { position: relative; z-index: 3; margin-top: 42px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 25px; color: #aab8c5; font-size: 13px; }
.hero-bottom span { flex: 0 0 auto; padding: 6px 10px; border: 1px solid rgba(46,217,182,.28); border-radius: 6px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.hero-bottom p { margin: 0; }

section { position: relative; }
.outcomes-section { padding: 28px 0; border-bottom: 1px solid var(--line); background: white; }
.outcomes-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); align-items: stretch; gap: 12px; }
.outcomes-intro { padding: 10px 28px 10px 0; }
.outcomes-intro .eyebrow { margin-bottom: 12px; }
.outcomes-intro h2 { max-width: 430px; margin: 0; font-size: 29px; font-weight: 680; }
.outcome { min-height: 94px; padding: 14px 16px; border-left: 1px solid var(--line); display: grid; grid-template-columns: 58px 1fr; grid-template-rows: auto auto; column-gap: 11px; row-gap: 2px; align-content: center; align-items: center; text-align: left; }
.outcome strong { grid-row: 1 / 3; color: var(--green); font-size: 34px; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.outcome strong.outcome-word { padding-top: 0; font-size: 18px; letter-spacing: .04em; }
.outcome span { align-self: end; margin-top: 0; font-size: 15px; line-height: 1.2; font-weight: 750; }
.outcome small { align-self: start; margin-top: 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.pain-section, .solution-section { padding: 112px 0; background: var(--paper); }
.section-heading { margin-bottom: 52px; }.section-heading h2, .workflow-copy h2, .vision-copy h2, .contact-card h2 { margin-bottom: 20px; font-size: clamp(38px, 4vw, 58px); font-weight: 650; }.section-heading h2 em, .workflow-copy h2 em, .contact-card h2 em { color: var(--green); }
.section-heading > p:last-child, .workflow-copy > p, .vision-copy > p, .contact-card > div > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.7; }
.centered { max-width: 800px; margin-inline: auto; margin-bottom: 52px; text-align: center; }.centered .eyebrow { justify-content: center; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card { position: relative; min-height: 275px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); transition: transform .25s, box-shadow .25s, border-color .25s; }
.pain-card:hover { transform: translateY(-5px); border-color: #b7dcd5; box-shadow: var(--shadow); }
.pain-card > svg { width: 38px; height: 38px; margin: 29px 0 25px; color: var(--green); }
.card-number { position: absolute; right: 24px; top: 20px; color: #b8c8c5; font: 600 12px ui-monospace, monospace; }
.pain-card h3, .feature-card h3 { margin-bottom: 12px; font-size: 23px; font-weight: 680; }.pain-card p, .feature-card p { margin: 0; color: var(--muted); font-size: 15px; }

.workflow-section { padding: 120px 0; overflow: hidden; isolation: isolate; color: white; background: var(--navy); }
.workflow-section::before { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: radial-gradient(rgba(46,217,182,.5) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(90deg,transparent,black 70%,transparent); }
.workflow-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.workflow-copy > p { color: #aebcc8; }.workflow-copy h2 { color: white; }
.workflow-copy { position: relative; z-index: 4; }
.workflow-steps { position: relative; z-index: 5; margin-top: 35px; display: grid; gap: 8px; pointer-events: auto; }
.step { position: relative; z-index: 6; width: 100%; min-height: 72px; padding: 12px 15px; border: 1px solid transparent; border-radius: 14px; display: flex; align-items: center; gap: 16px; text-align: left; color: #9eacb9; background: transparent; cursor: pointer; pointer-events: auto; transition: background .2s, border-color .2s, color .2s; }
.step:hover { color: white; background: rgba(255,255,255,.04); }.step.active { color: white; border-color: rgba(46,217,182,.22); background: rgba(46,217,182,.08); }
.step > span { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex: 0 0 auto; color: #93a2af; background: rgba(255,255,255,.06); font: 600 10px ui-monospace, monospace; }.step.active > span { color: var(--navy); background: var(--mint); }
.step div { display: grid; }.step strong { font-size: 14px; }.step small { color: #8797a6; font-size: 11px; }
.demo-panel { position: relative; z-index: 2; padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.07); box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.demo-toolbar { height: 40px; display: flex; align-items: center; gap: 6px; padding: 0 10px; }.demo-toolbar > span { width: 7px; height: 7px; border-radius: 50%; background: #516070; }.demo-toolbar small { margin-left: auto; color: #778796; font-size: 9px; }
.demo-body { min-height: 558px; padding: 32px; border-radius: 18px; color: var(--ink); background: #f4f8f7; }
.demo-status { display: grid; gap: 7px; }.demo-status span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; }.demo-status strong { font-size: 24px; }.demo-status small { color: #647282; font-size: 12px; }
.demo-visual { position: relative; height: 340px; margin-top: 25px; border-radius: 16px; overflow: hidden; background: radial-gradient(circle at 50% 45%,#f7fbfa,#dfe9e7); }
.animation-scene { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px) scale(.98); transition: opacity .28s ease, transform .28s ease, visibility .28s; }
.animation-scene.active { opacity: 1; visibility: visible; transform: none; }

/* Étape 1 — scan vertical d'un document portrait */
.portrait-scanner { position: relative; width: 215px; height: 320px; padding: 28px 21px 18px; border: 3px solid #132235; border-radius: 27px; background: #0a1626; box-shadow: 0 20px 40px rgba(7,20,38,.25); }
.scanner-top { position: absolute; top: 8px; left: 50%; width: 55px; height: 8px; transform: translateX(-50%); border-radius: 5px; background: #26384a; }.scanner-top i { position: absolute; right: -13px; top: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.portrait-document { height: 100%; padding: 24px 18px; border-radius: 10px; overflow: hidden; background: white; transform: rotate(-1deg); box-shadow: 0 8px 20px rgba(0,0,0,.16); }.portrait-document b { display: block; margin-bottom: 15px; color: #293747; font-size: 9px; letter-spacing: .08em; }.paper-line { display: block; height: 5px; margin-bottom: 8px; border-radius: 3px; background: #dbe3e2; }.paper-line.wide { width: 92%; }.paper-line.medium { width: 70%; }.paper-line.short { width: 48%; }.paper-table { height: 112px; margin: 16px 0; background: repeating-linear-gradient(#e5eae9 0 1px,transparent 1px 17px),repeating-linear-gradient(90deg,#e5eae9 0 1px,transparent 1px 48px); }
.scan-corner { position: absolute; width: 24px; height: 24px; z-index: 2; color: var(--mint); }.sc1 { left: 34px; top: 43px; border-left: 2px solid; border-top: 2px solid; }.sc2 { right: 34px; top: 43px; border-right: 2px solid; border-top: 2px solid; }.sc3 { left: 34px; bottom: 33px; border-left: 2px solid; border-bottom: 2px solid; }.sc4 { right: 34px; bottom: 33px; border-right: 2px solid; border-bottom: 2px solid; }
.portrait-scan-line { position: absolute; z-index: 3; left: 36px; right: 36px; top: 50%; height: 2px; background: var(--mint); box-shadow: 0 0 14px 2px rgba(46,217,182,.85); animation: portrait-scan 2.4s ease-in-out infinite; }
.detection-pill { position: absolute; z-index: 4; left: 50%; bottom: 13px; min-width: 146px; padding: 7px 10px; border-radius: 9px; display: flex; align-items: center; justify-content: center; gap: 6px; color: white; background: var(--green); font-size: 9px; font-weight: 750; transform: translateX(-50%); animation: detect-pill 2.4s ease-in-out infinite; }.detection-pill svg { width: 13px; height: 13px; stroke-width: 2.6; }
@keyframes portrait-scan { 0%,100% { transform: translateY(-105px); opacity: .5; } 50% { transform: translateY(105px); opacity: 1; } }
@keyframes detect-pill { 0%,38% { opacity: 0; transform: translate(-50%,6px); } 52%,90% { opacity: 1; transform: translate(-50%,0); } 100% { opacity: 0; } }

/* Étape 2 — le document se transforme en données structurées */
.scene-extract { grid-template-columns: .82fr 34px 1.18fr; padding: 30px; }
.extract-document { position: relative; width: 138px; height: 205px; padding: 18px 14px; background: white; box-shadow: 0 12px 25px rgba(7,20,38,.13); transform: rotate(-2deg); }.extract-document b { color: #455363; font-size: 7px; }.extract-paper-table { height: 128px; margin-top: 16px; background: repeating-linear-gradient(#e5eae9 0 1px,transparent 1px 17px),repeating-linear-gradient(90deg,#e5eae9 0 1px,transparent 1px 35px); }.ocr-zone { position: absolute; left: 10px; right: 10px; height: 22px; border: 1px solid var(--mint); background: rgba(46,217,182,.12); opacity: 0; animation: ocr-zone 2.8s infinite; }.zone-one { top: 52px; }.zone-two { top: 92px; animation-delay: .35s; }.zone-three { top: 132px; animation-delay: .7s; }
.data-stream { display: grid; gap: 11px; justify-items: center; }.data-stream i { width: 22px; height: 2px; background: var(--green); transform-origin: left; animation: data-flow 1.6s ease-in-out infinite; }.data-stream i:nth-child(2) { animation-delay: .25s; }.data-stream i:nth-child(3) { animation-delay: .5s; }
.product-stack { width: 100%; display: grid; gap: 7px; }.product-line { min-height: 43px; padding: 8px 10px; border: 1px solid #dfe9e7; border-radius: 10px; display: grid; grid-template-columns: 1fr auto 17px; align-items: center; gap: 7px; background: white; box-shadow: 0 7px 15px rgba(7,20,38,.05); opacity: 0; animation: product-in 2.8s ease infinite; }.product-line:nth-child(2) { animation-delay: .28s; }.product-line:nth-child(3) { animation-delay: .56s; }.product-line span,.product-line strong { font-size: 8px; }.product-line svg { width: 14px; height: 14px; padding: 2px; border-radius: 50%; color: white; background: var(--green); stroke-width: 2.6; }.product-stack > small { margin-top: 4px; color: var(--green-dark); font-size: 7px; font-weight: 800; letter-spacing: .08em; opacity: 0; animation: product-total 2.8s ease infinite; }
@keyframes ocr-zone { 0%,15%,100% { opacity: 0; transform: translateY(-4px); } 25%,65% { opacity: 1; transform: none; } 75% { opacity: 0; } }
@keyframes data-flow { 0%,100% { opacity: .15; transform: translateX(-7px) scaleX(.4); } 50% { opacity: 1; transform: translateX(7px) scaleX(1); } }
@keyframes product-in { 0%,15%,100% { opacity: 0; transform: translateX(14px); } 28%,82% { opacity: 1; transform: none; } 92% { opacity: 0; } }
@keyframes product-total { 0%,45%,100% { opacity: 0; } 60%,88% { opacity: 1; } }

/* Étape 3 — comparaison et contrôle qualité */
.scene-control { align-content: center; gap: 24px; padding: 28px; }
.control-columns { width: 100%; display: grid; grid-template-columns: 1fr 42px 1fr; align-items: center; gap: 8px; }.control-card { min-height: 88px; padding: 15px; border: 1px solid #dfe9e7; border-radius: 13px; display: grid; align-content: center; gap: 4px; background: white; box-shadow: 0 9px 18px rgba(7,20,38,.06); }.control-card small { color: #7a8794; font-size: 7px; font-weight: 800; letter-spacing: .1em; }.control-card strong { font-size: 12px; }.control-card span { color: #73808d; font-size: 8px; }
.order-card { animation: card-left 2.6s ease infinite; }.delivery-card { animation: card-right 2.6s ease infinite; }
.compare-pulse { position: relative; z-index: 2; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--green); box-shadow: 0 0 0 0 rgba(0,133,117,.3); animation: compare-pulse 2.6s ease infinite; }.compare-pulse svg { width: 17px; height: 17px; stroke-width: 2.8; }
.control-result { width: 100%; display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 18px; }.temperature-ring { width: 76px; height: 76px; border: 5px solid #cceee7; border-top-color: var(--green); border-radius: 50%; display: grid; place-items: center; align-content: center; background: white; animation: temp-turn 2.6s ease infinite; }.temperature-ring span { font-size: 16px; font-weight: 750; }.temperature-ring small { color: var(--green-dark); font-size: 6px; font-weight: 800; }.result-copy { min-height: 70px; padding: 13px 15px; border-radius: 12px; display: flex; align-items: center; gap: 11px; color: var(--green-dark); background: #e7f7f3; opacity: 0; animation: result-in 2.6s ease infinite; }.result-copy > svg { width: 27px; height: 27px; }.result-copy div { display: grid; }.result-copy small { font-size: 6px; font-weight: 800; letter-spacing: .08em; }.result-copy strong { color: var(--ink); font-size: 10px; }
@keyframes card-left { 0%,100% { transform: translateX(-10px); opacity: .4; } 22%,85% { transform: none; opacity: 1; } }
@keyframes card-right { 0%,100% { transform: translateX(10px); opacity: .4; } 22%,85% { transform: none; opacity: 1; } }
@keyframes compare-pulse { 0%,30% { transform: scale(.7); box-shadow: 0 0 0 0 rgba(0,133,117,.35); } 48% { transform: scale(1); box-shadow: 0 0 0 12px rgba(0,133,117,0); } 100% { transform: scale(1); } }
@keyframes temp-turn { 0%,38% { transform: rotate(-90deg); opacity: .35; } 58%,100% { transform: rotate(0); opacity: 1; } }
@keyframes result-in { 0%,52%,100% { opacity: 0; transform: translateY(8px); } 66%,90% { opacity: 1; transform: none; } }

/* Étape 4 — toutes les preuves rejoignent l'historique */
.scene-trace { align-content: center; gap: 25px; padding: 28px; }
.archive-hub { position: relative; z-index: 2; min-width: 180px; padding: 14px 18px; border: 1px solid #cfe4df; border-radius: 14px; display: grid; grid-template-columns: 42px 1fr; column-gap: 11px; align-items: center; background: white; box-shadow: 0 12px 26px rgba(7,20,38,.1); animation: hub-settle 3s ease infinite; }.archive-icon { grid-row: span 2; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; color: white; background: var(--green); }.archive-icon svg { width: 22px; }.archive-hub strong { align-self: end; font-size: 11px; }.archive-hub > span { align-self: start; color: #74818e; font-size: 8px; }
.trace-line { position: absolute; left: 18%; right: 18%; bottom: 82px; height: 2px; background: #badfd8; transform: scaleX(0); animation: trace-grow 3s ease infinite; }
.trace-items { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }.trace-item { display: grid; justify-items: center; gap: 7px; opacity: 0; animation: trace-item 3s ease infinite; }.trace-item:nth-child(2) { animation-delay: .18s; }.trace-item:nth-child(3) { animation-delay: .36s; }.trace-item:nth-child(4) { animation-delay: .54s; }.trace-item > span { width: 38px; height: 38px; border: 1px solid #c8dfda; border-radius: 11px; display: grid; place-items: center; color: var(--green); background: white; box-shadow: 0 6px 13px rgba(7,20,38,.07); }.trace-item svg { width: 18px; height: 18px; }.trace-item small { color: #566574; font-size: 7px; font-weight: 700; }.signature-mark { font-family: "Segoe Script",cursive; font-size: 15px; font-weight: 700; }
@keyframes hub-settle { 0%,15%,100% { transform: translateY(-8px); opacity: .3; } 30%,90% { transform: none; opacity: 1; } }
@keyframes trace-grow { 0%,25%,100% { transform: scaleX(0); } 48%,90% { transform: scaleX(1); } }
@keyframes trace-item { 0%,35%,100% { opacity: 0; transform: translateY(-14px) scale(.85); } 52%,88% { opacity: 1; transform: none; } }

/* Cas 2 — preuves qualité centralisées */
.scene-quality { align-content: center; gap: 25px; padding: 28px; }
.quality-card { position: relative; z-index: 2; min-width: 205px; padding: 14px 18px; border: 1px solid #cfe4df; border-radius: 14px; display: grid; grid-template-columns: 42px 1fr; column-gap: 11px; align-items: center; background: white; box-shadow: 0 12px 26px rgba(7,20,38,.1); animation: hub-settle 3s ease infinite; }.quality-icon { grid-row: span 2; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; color: white; background: var(--green); }.quality-icon svg { width: 22px; }.quality-card strong { align-self: end; font-size: 11px; }.quality-card > span { align-self: start; color: #74818e; font-size: 8px; }
.quality-line { position: absolute; left: 18%; right: 18%; bottom: 82px; height: 2px; background: #badfd8; transform: scaleX(0); animation: trace-grow 3s ease infinite; }
.quality-items { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }.quality-item { display: grid; justify-items: center; gap: 7px; opacity: 0; animation: trace-item 3s ease infinite; }.quality-item:nth-child(2) { animation-delay: .18s; }.quality-item:nth-child(3) { animation-delay: .36s; }.quality-item:nth-child(4) { animation-delay: .54s; }.quality-item > span { width: 38px; height: 38px; border: 1px solid #c8dfda; border-radius: 11px; display: grid; place-items: center; color: var(--green); background: white; box-shadow: 0 6px 13px rgba(7,20,38,.07); }.quality-item svg { width: 18px; height: 18px; }.quality-item small { color: #566574; font-size: 7px; font-weight: 700; }

/* Cas 5 — DLC et priorités */
.scene-dlc { align-content: center; gap: 16px; padding: 28px; }
.dlc-stack { width: 100%; display: grid; gap: 8px; }.dlc-line { min-height: 50px; padding: 10px 12px; border: 1px solid #dfe9e7; border-radius: 12px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; background: white; box-shadow: 0 8px 18px rgba(7,20,38,.06); opacity: 0; animation: product-in 2.8s ease infinite; }.dlc-line:nth-child(2) { animation-delay: .22s; }.dlc-line:nth-child(3) { animation-delay: .44s; }.dlc-line span { color: #4f5f6f; font-size: 9px; font-weight: 700; }.dlc-line strong { padding: 6px 8px; border-radius: 8px; color: var(--green-dark); background: #e7f7f3; font-size: 8px; }.dlc-line.urgent { border-color: #f1c9a9; background: #fffaf4; }.dlc-line.urgent strong { color: #8a4c14; background: #ffead5; }
.dlc-alert { width: min(260px,100%); min-height: 64px; padding: 13px 15px; border-radius: 13px; display: flex; align-items: center; gap: 11px; color: #8a4c14; background: #fff1df; opacity: 0; animation: result-in 2.8s ease infinite; }.dlc-alert > svg { width: 27px; height: 27px; }.dlc-alert div { display: grid; }.dlc-alert small { font-size: 6px; font-weight: 800; letter-spacing: .08em; }.dlc-alert strong { color: var(--ink); font-size: 10px; }
.dlc-check { min-width: 145px; padding: 8px 11px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: white; background: var(--green); font-size: 9px; font-weight: 800; opacity: 0; animation: result-in 2.8s ease infinite; }.dlc-check svg { width: 14px; height: 14px; stroke-width: 2.6; }

/* Cas 6 — sortie de stock enregistrée */
.scene-output { grid-template-columns: 1fr 60px 1fr; align-content: center; gap: 12px; padding: 28px; }
.stock-card { min-height: 108px; padding: 16px; border: 1px solid #dfe9e7; border-radius: 14px; display: grid; align-content: center; gap: 5px; background: white; box-shadow: 0 10px 20px rgba(7,20,38,.07); }.stock-card small { color: #7a8794; font-size: 7px; font-weight: 800; letter-spacing: .1em; }.stock-card strong { font-size: 22px; }.stock-card span { color: #73808d; font-size: 9px; }
.output-flow { display: grid; justify-items: center; align-content: center; gap: 8px; color: var(--green); }.output-flow i { width: 26px; height: 2px; background: currentColor; transform-origin: left; opacity: 0; }.output-flow svg { width: 24px; height: 24px; opacity: 0; }
.output-record { grid-column: 1 / -1; width: min(280px,100%); justify-self: center; min-height: 64px; padding: 13px 15px; border-radius: 13px; display: flex; align-items: center; gap: 11px; color: var(--green-dark); background: #e7f7f3; opacity: 0; }.output-record > svg { width: 27px; height: 27px; }.output-record div { display: grid; }.output-record small { font-size: 6px; font-weight: 800; letter-spacing: .08em; }.output-record strong { color: var(--ink); font-size: 10px; }

/* Animations pilotées au clic — cas 02 à 06 */
.scene-quality .quality-card,
.scene-quality .quality-line,
.scene-quality .quality-item,
.scene-extract .ocr-zone,
.scene-extract .data-stream i,
.scene-extract .product-line,
.scene-extract .product-stack > small,
.scene-control .order-card,
.scene-control .delivery-card,
.scene-control .compare-pulse,
.scene-control .temperature-ring,
.scene-control .result-copy,
.scene-trace .archive-hub,
.scene-trace .trace-line,
.scene-trace .trace-item,
.scene-dlc .dlc-line,
.scene-dlc .dlc-alert,
.scene-dlc .dlc-check,
.scene-output .stock-card,
.scene-output .output-flow i,
.scene-output .output-flow svg,
.scene-output .output-record { animation: none; }

.scene-quality .quality-card,
.scene-extract .data-stream i,
.scene-control .order-card,
.scene-control .delivery-card,
.scene-control .compare-pulse,
.scene-control .temperature-ring,
.scene-trace .archive-hub,
.scene-output .stock-card { opacity: 0; }

.scene-quality.playing .quality-card { animation: click-hub 2.8s ease both; animation-delay: .9s; }
.scene-quality.playing .quality-line { animation: click-trace-grow 2.4s ease both; animation-delay: .48s; }
.scene-quality.playing .quality-item { animation: click-trace-item 2.55s ease both; }
.scene-quality.playing .quality-item:nth-child(2) { animation-delay: .18s; }
.scene-quality.playing .quality-item:nth-child(3) { animation-delay: .36s; }
.scene-quality.playing .quality-item:nth-child(4) { animation-delay: .54s; }
.scene-quality.complete .quality-card,
.scene-quality.complete .quality-item { opacity: 1; transform: none; }
.scene-quality.complete .quality-line { transform: scaleX(1); }

.scene-extract.playing .ocr-zone { animation: click-ocr 2.6s ease both; }
.scene-extract.playing .zone-two { animation-delay: .25s; }
.scene-extract.playing .zone-three { animation-delay: .5s; }
.scene-extract.playing .data-stream i { animation: click-data-flow 1.45s ease-in-out both; animation-delay: .45s; }
.scene-extract.playing .data-stream i:nth-child(2) { animation-delay: .7s; }
.scene-extract.playing .data-stream i:nth-child(3) { animation-delay: .95s; }
.scene-extract.playing .product-line { animation: click-product-in 2.5s ease both; animation-delay: .7s; }
.scene-extract.playing .product-line:nth-child(2) { animation-delay: .98s; }
.scene-extract.playing .product-line:nth-child(3) { animation-delay: 1.26s; }
.scene-extract.playing .product-stack > small { animation: click-product-total 2.1s ease both; animation-delay: 1.35s; }
.scene-extract.complete .product-line,
.scene-extract.complete .product-stack > small { opacity: 1; transform: none; }

.scene-control.playing .order-card { animation: click-card-left 2.55s ease both; }
.scene-control.playing .delivery-card { animation: click-card-right 2.55s ease both; }
.scene-control.playing .compare-pulse { animation: click-compare 2.35s ease both; animation-delay: .35s; }
.scene-control.playing .temperature-ring { animation: click-temperature 2.15s ease both; animation-delay: .72s; }
.scene-control.playing .result-copy { animation: click-result 1.75s ease both; animation-delay: 1.15s; }
.scene-control.complete .order-card,
.scene-control.complete .delivery-card,
.scene-control.complete .compare-pulse,
.scene-control.complete .temperature-ring,
.scene-control.complete .result-copy { opacity: 1; transform: none; }

.scene-trace.playing .archive-hub { animation: click-hub 2.8s ease both; animation-delay: .9s; }
.scene-trace.playing .trace-line { animation: click-trace-grow 2.4s ease both; animation-delay: .48s; }
.scene-trace.playing .trace-item { animation: click-trace-item 2.55s ease both; }
.scene-trace.playing .trace-item:nth-child(2) { animation-delay: .18s; }
.scene-trace.playing .trace-item:nth-child(3) { animation-delay: .36s; }
.scene-trace.playing .trace-item:nth-child(4) { animation-delay: .54s; }
.scene-trace.complete .archive-hub,
.scene-trace.complete .trace-item { opacity: 1; transform: none; }
.scene-trace.complete .trace-line { transform: scaleX(1); }

.scene-dlc.playing .dlc-line { animation: click-product-in 2.45s ease both; }
.scene-dlc.playing .dlc-line:nth-child(2) { animation-delay: .22s; }
.scene-dlc.playing .dlc-line:nth-child(3) { animation-delay: .44s; }
.scene-dlc.playing .dlc-alert { animation: click-result 1.75s ease both; animation-delay: .95s; }
.scene-dlc.playing .dlc-check { animation: click-result 1.65s ease both; animation-delay: 1.35s; }
.scene-dlc.complete .dlc-line,
.scene-dlc.complete .dlc-alert,
.scene-dlc.complete .dlc-check { opacity: 1; transform: none; }

.scene-output.playing .stock-before { animation: click-card-left 2.35s ease both; }
.scene-output.playing .output-flow i,
.scene-output.playing .output-flow svg { animation: click-data-flow 1.35s ease-in-out both; animation-delay: .5s; }
.scene-output.playing .output-flow i:nth-child(3) { animation-delay: .78s; }
.scene-output.playing .stock-after { animation: click-card-right 2.35s ease both; animation-delay: .45s; }
.scene-output.playing .output-record { animation: click-result 1.7s ease both; animation-delay: 1.18s; }
.scene-output.complete .stock-card,
.scene-output.complete .output-flow i,
.scene-output.complete .output-flow svg,
.scene-output.complete .output-record { opacity: 1; transform: none; }

@keyframes click-ocr {
  0%,12% { opacity: 0; transform: translateY(-5px); }
  25%,66% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateY(3px); }
}
@keyframes click-data-flow {
  0% { opacity: 0; transform: translateX(-8px) scaleX(.3); }
  45% { opacity: 1; transform: translateX(5px) scaleX(1); }
  100% { opacity: 0; transform: translateX(11px) scaleX(.5); }
}
@keyframes click-product-in {
  0%,16% { opacity: 0; transform: translateX(18px); }
  34%,100% { opacity: 1; transform: none; }
}
@keyframes click-product-total {
  0%,48% { opacity: 0; transform: translateY(5px); }
  68%,100% { opacity: 1; transform: none; }
}
@keyframes click-card-left {
  0% { transform: translateX(-18px); opacity: 0; }
  24%,100% { transform: none; opacity: 1; }
}
@keyframes click-card-right {
  0% { transform: translateX(18px); opacity: 0; }
  24%,100% { transform: none; opacity: 1; }
}
@keyframes click-compare {
  0%,20% { opacity: 0; transform: scale(.65); box-shadow: 0 0 0 0 rgba(0,133,117,.35); }
  45% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 14px rgba(0,133,117,0); }
  100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(0,133,117,0); }
}
@keyframes click-temperature {
  0%,20% { transform: rotate(-100deg) scale(.86); opacity: 0; }
  62%,100% { transform: rotate(0) scale(1); opacity: 1; }
}
@keyframes click-result {
  0%,30% { opacity: 0; transform: translateY(10px); }
  62%,100% { opacity: 1; transform: none; }
}
@keyframes click-hub {
  0%,15% { transform: translateY(-12px) scale(.94); opacity: 0; }
  38%,100% { transform: none; opacity: 1; }
}
@keyframes click-trace-grow {
  0%,24% { transform: scaleX(0); }
  58%,100% { transform: scaleX(1); }
}
@keyframes click-trace-item {
  0%,20% { opacity: 0; transform: translateY(18px) scale(.8); }
  46%,100% { opacity: 1; transform: none; }
}

.demo-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; font-size: 11px; }.demo-foot span { color: var(--green-dark); }.demo-foot i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green); }.demo-foot strong { padding: 9px 13px; border-radius: 8px; color: white; background: var(--green); font-size: 10px; }
.demo-foot-actions { display: flex; align-items: center; gap: 8px; }
.demo-replay { min-height: 44px; padding: 8px 12px; border: 1px solid var(--green); border-radius: 8px; color: var(--green-dark); background: white; font-size: 12px; font-weight: 750; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.demo-next { min-height: 44px; padding: 8px 12px; border: 0; border-radius: 9px; display: inline-flex; align-items: center; gap: 7px; color: white; background: var(--green); font-size: 12px; font-weight: 750; cursor: pointer; transition: background .2s, transform .2s; }
.demo-next:hover { background: var(--green-dark); }
.demo-next svg { width: 15px; height: 15px; }
.demo-replay:hover { color: white; background: var(--green); transform: translateY(-1px); }
.demo-replay[hidden] { display: none; }

.split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }.split > p { max-width: 450px; margin-bottom: 8px; }
.solution-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; }
.feature-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 30px rgba(7,20,38,.04); }
.feature-large { grid-row: span 2; min-height: 620px; display: flex; flex-direction: column; }
.feature-tag { align-self: flex-start; padding: 5px 9px; border-radius: 6px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.feature-tag.live { color: var(--green-dark); background: var(--mint-soft); }.feature-tag.next { color: #617080; background: #edf1f2; }
.feature-icon { width: 56px; height: 56px; margin: 36px 0 26px; border-radius: 15px; display: grid; place-items: center; color: var(--green); background: var(--mint-soft); }.feature-icon svg { width: 27px; height: 27px; }
.feature-large .feature-icon { width: 66px; height: 66px; margin-top: 70px; }
.feature-card ul { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: #3e4d5c; font-size: 13px; }.feature-card li { display: flex; align-items: center; gap: 8px; }.feature-card li svg { width: 15px; height: 15px; color: var(--green); stroke-width: 2.6; }
.mini-receipt { margin-top: auto; padding: 22px; border-radius: 16px; background: var(--navy); color: white; }.mini-row { display: flex; justify-content: space-between; font-size: 11px; }.mini-row strong { color: var(--mint); }.progress { height: 6px; margin: 16px 0; overflow: hidden; border-radius: 4px; background: #26384a; }.progress i { display: block; width: 100%; height: 100%; background: var(--mint); }.mini-badges { display: flex; gap: 7px; }.mini-badges span { padding: 5px 7px; border-radius: 5px; color: #b7c5d1; background: rgba(255,255,255,.07); font-size: 8px; }

.roles-section { padding: 112px 0; background: white; }
.roles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.role-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f4faf8); transition: transform .25s, border-color .25s, box-shadow .25s; }
.role-card:hover { transform: translateY(-4px); border-color: #b7dcd5; box-shadow: var(--shadow); }
.role-card > span { display: inline-flex; padding: 6px 9px; border-radius: 7px; color: var(--green-dark); background: var(--mint-soft); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.role-card h3 { margin: 54px 0 12px; font-size: 25px; }
.role-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

.vision-section { min-height: 650px; padding: 120px 0; overflow: hidden; color: white; background: #001127; }
.vision-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,17,39,.97) 25%,rgba(0,17,39,.78)), url("assets/aozia-brand-source.png") center/cover; opacity: .38; }
.vision-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.vision-copy h2 { max-width: 550px; color: white; }.vision-copy > p { color: #c2ced8; }.vision-copy blockquote { margin: 35px 0 0; padding: 20px 0 20px 24px; border-left: 2px solid var(--mint); color: #e9eff4; font-size: 16px; font-style: italic; }
.founder-strip { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.founder-strip > div { min-height: 76px; padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.055); }
.founder-strip > div > strong { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: var(--navy); background: var(--mint); font-size: 14px; }
.founder-strip span { display: grid; color: #aebcc8; font-size: 11px; line-height: 1.35; }
.founder-strip b { color: white; font-size: 14px; }
.vision-values { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.vision-values div { min-height: 180px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }.vision-values strong { color: var(--mint); font: 600 11px ui-monospace, monospace; }.vision-values span { font-size: 18px; font-weight: 650; line-height: 1.25; }

.contact-section { padding: 100px 0; background: white; }
.contact-card { padding: 56px; border: 1px solid #bfe2db; border-radius: 30px; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; background: linear-gradient(135deg,#f1fbf8,#e7f7f4); box-shadow: 0 30px 80px rgba(0,108,96,.10); }
.contact-card h2 { font-size: clamp(36px,3.7vw,52px); }.contact-card > div > p:last-child { max-width: 670px; margin-bottom: 0; }
.contact-form { padding: 24px; border: 1px solid rgba(0,108,96,.14); border-radius: 20px; display: grid; gap: 14px; background: rgba(255,255,255,.78); box-shadow: 0 16px 40px rgba(7,20,38,.07); }
.field { display: grid; gap: 6px; }
.field label { color: #334355; font-size: 13px; font-weight: 700; }
.field input { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #c9d9d6; border-radius: 10px; color: var(--ink); background: white; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,133,117,.12); }
.field input[aria-invalid="true"] { border-color: #b42318; }
.field-error { min-height: 0; color: #9f1c13; font-size: 12px; }
.form-note, .form-status { margin: 0; color: #687585; text-align: center; font-size: 11px; line-height: 1.45; }
.form-note a, .form-status a { color: var(--green-dark); font-weight: 800; text-decoration: none; }
.form-note a:hover, .form-status a:hover { text-decoration: underline; }
.form-status { display: grid; justify-items: center; gap: 10px; color: var(--green-dark); font-weight: 700; }
.copy-mail-button { min-height: 38px; padding: 8px 12px; border: 1px solid rgba(0,108,96,.28); border-radius: 9px; color: var(--green-dark); background: white; font-size: 12px; font-weight: 800; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.copy-mail-button:hover { color: white; background: var(--green); transform: translateY(-1px); }
.button-dark { color: white; background: var(--navy); box-shadow: 0 10px 25px rgba(7,20,38,.18); }.button-dark:hover { background: #122a43; box-shadow: 0 14px 30px rgba(7,20,38,.24); }

footer { padding: 55px 0; color: #a7b5c3; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: end; }.wordmark-light { color: white; }.footer-grid p { margin: 12px 0 0; font-size: 12px; }.footer-links { display: flex; gap: 25px; font-size: 12px; }.footer-links a:hover { color: var(--mint); }.copyright { text-align: right; }
.mobile-cta { display: none; }

.reveal {
  --reveal-x: 0px;
  --reveal-y: 34px;
  --reveal-scale: 1;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1),
    transform .82s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal-left { --reveal-x: -44px; --reveal-y: 8px; }
.reveal-right { --reveal-x: 44px; --reveal-y: 8px; }
.reveal-scale { --reveal-y: 24px; --reveal-scale: .965; }
.reveal.visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); will-change: auto; }

.motion-ready .hero-motion:not(.hero-visual-motion) {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}
.motion-ready .hero-visual-motion { opacity: 0; }
.motion-started .hero-motion:not(.hero-visual-motion) {
  animation: hero-copy-enter .82s cubic-bezier(.22, 1, .36, 1) var(--hero-delay, 0ms) both;
}
.motion-started .hero-visual-motion {
  animation: hero-visual-enter .9s ease-out var(--hero-delay, 0ms) both;
}
.motion-started .float-card { animation: premium-float 4.8s ease-in-out 1.2s infinite alternate; }
.motion-started .float-right { animation-delay: 1.65s; }
.motion-started .scene-orbit { animation: orbit-breathe 5.5s ease-in-out 1.1s infinite alternate; }
.motion-started .orbit-two { animation-delay: 1.5s; }

.vision-values.reveal > div { opacity: 0; transform: translate3d(0, 16px, 0); }
.vision-values.reveal.visible > div { animation: value-card-enter .62s cubic-bezier(.22, 1, .36, 1) both; }
.vision-values.reveal.visible > div:nth-child(2) { animation-delay: 80ms; }
.vision-values.reveal.visible > div:nth-child(3) { animation-delay: 160ms; }
.vision-values.reveal.visible > div:nth-child(4) { animation-delay: 240ms; }

.hero-glow { transform: translate3d(0, var(--parallax-y, 0px), 0); will-change: transform; }
.workflow-section::before { transform: translate3d(0, var(--parallax-y, 0px), 0); will-change: transform; }
.vision-backdrop { transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.06); will-change: transform; }

.demo-next,
.demo-next span,
.demo-next svg { color: #fff; }

@keyframes hero-copy-enter {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes hero-visual-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes premium-float {
  from { transform: translate3d(0, -3px, 0); }
  to { transform: translate3d(0, 5px, 0); }
}
@keyframes orbit-breathe {
  from { transform: scale(.985); opacity: .72; }
  to { transform: scale(1.02); opacity: 1; }
}
@keyframes value-card-enter {
  from { opacity: 0; transform: translate3d(0, 16px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Passe de lisibilité — hiérarchie renforcée sans alourdir la mise en page */
body { font-size: 18px; }
.main-nav { font-size: 16px; }
.eyebrow { font-size: 14px; }
.hero-lead { font-size: 22px; }
.hero-proof p { font-size: 14px; }
.hero-proof strong { font-size: 15px; }
.hero-bottom { font-size: 15px; }
.section-heading > p:last-child,
.workflow-copy > p,
.vision-copy > p,
.contact-card > div > p:last-child { font-size: 20px; }
.pain-card h3,
.feature-card h3 { font-size: 26px; }
.pain-card p,
.feature-card p { font-size: 18px; line-height: 1.65; }
.step { min-height: 84px; padding: 15px 17px; }
.step strong { font-size: 18px; }
.step small { font-size: 14px; line-height: 1.5; }
.demo-status span { font-size: 11px; }
.demo-status strong { font-size: 30px; }
.demo-status small { font-size: 15px; }
.portrait-document b { font-size: 11px; }
.extract-document b { font-size: 10px; }
.product-line span,
.product-line strong { font-size: 11px; }
.product-stack > small { font-size: 10px; }
.control-card small { font-size: 9px; }
.control-card strong { font-size: 14px; }
.control-card span { font-size: 11px; }
.temperature-ring span { font-size: 20px; }
.temperature-ring small { font-size: 8px; }
.result-copy small { font-size: 9px; }
.result-copy strong { font-size: 13px; }
.archive-hub strong { font-size: 14px; }
.archive-hub > span { font-size: 11px; }
.trace-item small { font-size: 10px; }
.quality-card strong { font-size: 14px; }
.quality-card > span { font-size: 11px; }
.quality-item small { font-size: 10px; }
.dlc-line span { font-size: 11px; }
.dlc-line strong { font-size: 10px; }
.dlc-alert small,
.output-record small { font-size: 9px; }
.dlc-alert strong,
.output-record strong { font-size: 13px; }
.dlc-check { font-size: 11px; }
.stock-card small { font-size: 9px; }
.stock-card strong { font-size: 24px; }
.stock-card span { font-size: 11px; }
.demo-foot { font-size: 13px; }
.demo-foot strong,
.demo-replay { font-size: 12px; }
.feature-card ul { font-size: 15px; }
.vision-values span { font-size: 21px; }
.footer-grid p,
.footer-links { font-size: 14px; }

@media (max-width: 1024px) {
  .main-nav { gap: 18px; }
  .brand-tagline { display: none; }
  .wordmark img { width: 136px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .float-left { left: -20px; }.float-right { right: -20px; }
  .workflow-grid { gap: 45px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }.feature-large { grid-row: span 2; }
  .contact-card { gap: 40px; }
  .outcomes-grid { grid-template-columns: 1fr repeat(3, .7fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 620px); }
  .site-header { height: 70px; }
  .menu-toggle { display: flex; }
  .wordmark img { width: 124px; }
  .main-nav { position: absolute; top: 70px; left: 16px; right: 16px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; display: none; align-items: stretch; flex-direction: column; gap: 4px; background: #001127; box-shadow: 0 25px 50px rgba(0,0,0,.3); }
  .main-nav.open { display: flex; }.main-nav > a:not(.button) { min-height: 46px; padding: 12px; }
  .hero { min-height: auto; padding: 120px 0 35px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(44px, 12vw, 62px); }
  .product-scene { min-height: 440px; margin-top: 0; transform: scale(.82); }
  .brand-plate { top: -8px; left: 28px; width: min(440px, 76%); }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .outcomes-grid { grid-template-columns: 1fr 1fr; }
  .outcomes-intro { grid-column: 1 / -1; padding-right: 0; }
  .outcome { border-left: 0; border-top: 1px solid var(--line); }
  .outcome:last-child { grid-column: 1 / -1; }
  .pain-section, .solution-section, .workflow-section, .vision-section, .roles-section { padding: 85px 0; }
  .pain-grid { grid-template-columns: 1fr; }
  .workflow-grid, .vision-grid { grid-template-columns: 1fr; gap: 60px; }
  .split { grid-template-columns: 1fr; gap: 10px; }
  .solution-grid { grid-template-columns: 1fr; }.feature-large { min-height: 560px; grid-row: auto; }
  .roles-grid { grid-template-columns: 1fr; }
  .vision-values { gap: 10px; }
  .contact-card { padding: 36px 26px; grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; align-items: start; }.copyright { text-align: left; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .mobile-cta { position: fixed; z-index: 45; left: 16px; right: 16px; bottom: calc(12px + env(safe-area-inset-bottom)); min-height: 52px; padding: 12px 18px; border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--navy); background: var(--mint); box-shadow: 0 14px 35px rgba(7,20,38,.28); font-weight: 800; transition: opacity .2s ease, transform .2s ease; }
  .mobile-cta svg { width: 18px; height: 18px; }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(20px); }
}

@media (max-width: 480px) {
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }.text-link { justify-content: center; }
  .hero-proof { align-items: flex-start; }
  .product-scene { min-height: 390px; transform: scale(.69); margin: -20px -70px 0; }
  .brand-plate { left: 52px; width: 410px; }
  .hero-lead { font-size: 19px; }
  .float-left { left: -8px; top: 100px; }.float-right { right: -10px; bottom: 85px; }
  .section-heading h2, .workflow-copy h2, .vision-copy h2, .contact-card h2 { font-size: 37px; }
  .demo-body { min-height: 528px; padding: 24px 18px; }.demo-visual { height: 310px; }
  .scene-scan .portrait-scanner { transform: scale(.88); }
  .scene-quality, .scene-dlc, .scene-output { padding: 20px; }
  .scene-output { grid-template-columns: 1fr 46px 1fr; gap: 8px; }
  .stock-card { min-height: 96px; padding: 13px; }
  .output-record { min-height: 58px; }
  .vision-values div { min-height: 145px; padding: 18px; }.vision-values span { font-size: 15px; }
  .contact-card { width: calc(100% - 24px); }
  .contact-form { padding: 18px; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcomes-intro, .outcome, .outcome:last-child { grid-column: auto; }
  .outcome { grid-template-columns: 58px 1fr; grid-template-rows: auto auto; row-gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .motion-ready .hero-motion,
  .vision-values.reveal > div { opacity: 1; transform: none; }
  .hero-glow,
  .workflow-section::before,
  .vision-backdrop { transform: none; }
}
