/* ══════════════════════════════════════════════════════════════════════
   LES SECTIONS DU SITE — extrait tel quel du bloc de style des pages
   Fonctionnalités que Rodolphe a validées (02-08-2026).
   C'est l'implémentation de LOI_VISUELLE.md : hero, bandeau de chiffres,
   cartes, CTA final. Toute page nouvelle doit s'appuyer là-dessus au lieu
   de réinventer sa mise en page — c'est précisément ce qui avait produit
   quatre systèmes typographiques et trois pieds de page différents.
   ══════════════════════════════════════════════════════════════════════ */

:root {
  --bg: #FFFFFF; --bg-section: #EAF1F8;
  --text-h1: #001A3D; --text-sub: #4A5A7A;
  --accent: #FF6B35; --dark: #001A3D;
  --marine: #003D7A; --ciel: #5DA4D4;
  --beige: #F4DCB8; --glace: #DCE9F7;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; scroll-behavior: smooth; }
body { font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif; background: var(--bg); color: var(--text-h1); letter-spacing: -0.005em; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

/* === NAVBAR === styles legacy supprimés — voir /css/doaken-nav-footer.css?v=20260802a */

/* === BREADCRUMB === */
.breadcrumb { padding: 24px 64px 0; max-width: 1440px; margin: 0 auto; font-size: 13px; color: var(--text-sub); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { margin: 0 8px; opacity: 0.5; }

/* === HERO FEATURE === */
.hero-feature { padding: 64px 64px 80px; max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hf-eyebrow { font-family: 'Geist', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); display: inline-block; margin-bottom: 18px; }
.hf-h1 { font-family: 'Sentient', serif; font-size: clamp(44px, 5.4vw, 68px); font-weight: 500; letter-spacing: -0.028em; line-height: 1.04; color: var(--text-h1); margin-bottom: 24px; }
.hf-h1 strong { color: var(--accent); font-weight: 500; }
.hf-sub { font-size: 18px; line-height: 1.55; color: var(--text-sub); margin-bottom: 32px; max-width: 520px; }
.hf-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 100px; font-family: 'Geist', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; transition: transform .2s ease, background .2s ease; cursor: pointer; border: none; }
.btn-primary { background: var(--text-h1); color: white; }
.btn-primary:hover { background: #000B1F; transform: translateY(-2px); }
.btn-ghost { background: white; color: var(--text-h1); border: 1.5px solid #E2E8F0; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn::after { content: ''; width: 18px; height: 18px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='12' x2='19' y2='12'/><polyline points='12 5 19 12 12 19'/></svg>") no-repeat center / contain; transition: transform .2s ease; }
.btn-ghost::after { background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001A3D' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='12' x2='19' y2='12'/><polyline points='12 5 19 12 12 19'/></svg>") no-repeat center / contain; }
.btn:hover::after { transform: translateX(3px); }

/* Mockup interface DOAKEN à droite — vraie capture-like */
.hf-mockup { background: #0D1929; border-radius: 14px; box-shadow: 0 24px 60px -10px rgba(0, 26, 61, 0.30), 0 6px 18px rgba(0, 26, 61, 0.08); position: relative; }
.hf-window-bar { background: #0D1929; padding: 14px 18px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.06); border-radius: 14px 14px 0 0; }
.hf-window-bar .dot { width: 12px; height: 12px; border-radius: 50%; }
.hf-window-bar .dot.r { background: #FF5F57; }
.hf-window-bar .dot.y { background: #FEBC2E; }
.hf-window-bar .dot.g { background: #28C840; }
.hf-url { flex: 1; text-align: center; font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 500; padding: 2px 12px; background: rgba(255,255,255,0.06); border-radius: 6px; margin: 0 60px 0 12px; }
.hf-interface { background: #F5F7FB; padding: 28px; min-height: 380px; color: var(--text-h1); border-radius: 0 0 14px 14px; }
.hf-int-h { font-family: 'Sentient', sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 4px; letter-spacing: -0.015em; }
.hf-int-sub { font-size: 12px; color: var(--text-sub); margin-bottom: 22px; }
.hf-int-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.hf-int-stat { background: white; border-radius: 10px; padding: 14px; border: 1px solid rgba(0, 26, 61, 0.06); }
.hf-int-stat-v { font-family: 'Sentient', sans-serif; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 4px; }
.hf-int-stat-l { font-size: 11px; color: var(--text-sub); }
.hf-int-list { background: white; border-radius: 10px; padding: 12px 14px; border: 1px solid rgba(0, 26, 61, 0.06); }
.hf-int-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed rgba(0, 26, 61, 0.08); font-size: 12.5px; }
.hf-int-row:last-child { border-bottom: none; }
.hf-int-row .lot { font-weight: 500; }
.hf-int-row .v { color: var(--accent); font-weight: 600; font-family: 'Sentient', sans-serif; }
.hf-int-row .check { width: 14px; height: 14px; border-radius: 50%; background: #22C55E; display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; flex-shrink: 0; }
.hf-int-row .check::after { content: ''; width: 6px; height: 3px; border-left: 1.5px solid white; border-bottom: 1.5px solid white; transform: rotate(-45deg) translate(1px, -1px); }
.hf-int-row .label-wrap { display: flex; align-items: center; }
.hf-gauge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.hf-gauge svg { width: 32px; height: 32px; flex-shrink: 0; }
.hf-gauge svg circle.bg { fill: none; stroke: rgba(0, 26, 61, 0.08); stroke-width: 3.5; }
.hf-gauge svg circle.fg { fill: none; stroke: #22C55E; stroke-width: 3.5; stroke-linecap: round; transform: rotate(-90deg); transform-origin: center; stroke-dasharray: 88; stroke-dashoffset: 8.8; }

/* Toast notification flottante */
.hf-toast { position: absolute; top: -18px; right: -24px; background: white; border-radius: 14px; padding: 14px 18px 14px 14px; box-shadow: 0 16px 40px -8px rgba(0, 26, 61, 0.22), 0 4px 12px rgba(0, 26, 61, 0.08); display: flex; align-items: center; gap: 12px; font-size: 13px; z-index: 5; max-width: 300px; }
.hf-toast-icon { width: 32px; height: 32px; border-radius: 10px; background: linear-gradient(135deg, #22C55E, #15803D); display: flex; align-items: center; justify-content: center; color: white; flex-shrink: 0; }
.hf-toast-icon svg { width: 16px; height: 16px; }
.hf-toast-text strong { display: block; color: var(--text-h1); font-weight: 600; font-size: 13px; margin-bottom: 2px; }
.hf-toast-text span { color: var(--text-sub); font-size: 12px; }

@media (max-width: 980px) { .hero-feature { grid-template-columns: 1fr; gap: 40px; padding: 40px 24px 60px; } .hf-toast { top: -10px; right: 8px; max-width: 240px; } }

/* === STAT BREAKER === */
.statbar { background: var(--dark); color: white; padding: 56px 64px; position: relative; overflow: hidden; }
.statbar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,107,53,0.4), transparent); }
.statbar::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(255,107,53,0.10), transparent 40%), radial-gradient(circle at 80% 50%, rgba(93,164,212,0.08), transparent 45%); pointer-events: none; }
.statbar-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; z-index: 1; }
.sb-item { display: flex; flex-direction: column; position: relative; padding-left: 18px; }
.sb-item::before { content: ''; position: absolute; left: 0; top: 6px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--accent) 0%, transparent 100%); border-radius: 2px; }
.sb-val { font-family: 'Sentient', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: white; margin-bottom: 10px; }
.sb-val .ac { color: var(--accent); }
.sb-label { font-size: 14px; line-height: 1.4; color: rgba(255,255,255,0.7); font-weight: 500; }
.sb-source { font-size: 11px; color: rgba(255,255,255,0.45); font-weight: 500; margin-top: 6px; font-style: italic; }
@media (max-width: 800px) { .statbar-inner { grid-template-columns: 1fr 1fr; gap: 24px; } }

/* === SECTION GÉNÉRIQUE === */
.section { padding: 96px 64px; max-width: 1440px; margin: 0 auto; }
.section-head { margin-bottom: 56px; max-width: 720px; }
.section-eyebrow { font-family: 'Geist', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); display: inline-block; margin-bottom: 12px; }
.section-h2 { font-family: 'Sentient', serif; font-size: clamp(36px, 4.2vw, 52px); font-weight: 500; letter-spacing: -0.028em; line-height: 1.06; color: var(--text-h1); }
.section-h2 strong { color: var(--accent); font-weight: 500; }
.section-sub { font-size: 17px; line-height: 1.55; color: var(--text-sub); margin-top: 18px; max-width: 600px; }

/* === GRILLE "CE QUE CONTIENT LE MÉMOIRE" (style benefits landing v1) === */
.extract-sec { position: relative; overflow: hidden; }
.extract-sec::before { content: ''; position: absolute; top: -120px; right: -120px; width: 520px; height: 520px; background: radial-gradient(circle at center, rgba(255,107,53,0.07), transparent 65%); z-index: 0; pointer-events: none; }
.extract-sec::after { content: ''; position: absolute; bottom: -160px; left: -160px; width: 560px; height: 560px; background: radial-gradient(circle at center, rgba(0,61,122,0.06), transparent 65%); z-index: 0; pointer-events: none; }
.extract-sec > * { position: relative; z-index: 1; }
.extract-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ex-card { background: white; border: 1px solid rgba(0, 26, 61, 0.06); border-radius: 18px; padding: 0; transition: transform .25s ease, box-shadow .25s ease; position: relative; overflow: visible; display: flex; flex-direction: column; }
.ex-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -10px rgba(0, 26, 61, 0.18); }
.ex-illu { width: 100%; aspect-ratio: 4 / 3; background: #DCE9F7; display: flex; align-items: center; justify-content: center; padding: 0; position: relative; overflow: hidden; border-radius: 18px 18px 0 0; }
.ex-illu img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; position: relative; z-index: 1; }
.ex-body { padding: 36px 28px 28px; position: relative; }
.ex-badge { position: absolute; top: -16px; right: 24px; font-family: 'Geist', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: white; background: var(--accent); padding: 8px 14px; border-radius: 100px; box-shadow: 0 6px 14px rgba(255,107,53,0.4); z-index: 5; }
.ex-h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 10px; color: var(--text-h1); }
.ex-p { font-size: 14px; line-height: 1.55; color: var(--text-sub); }
@media (max-width: 880px) { .extract-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .extract-grid { grid-template-columns: 1fr; } }

/* === SECTION WORKFLOW NARRATIF (FONCÉE) === */
.story { background: linear-gradient(135deg, #001A3D 0%, #003D7A 100%); padding: 112px 64px; position: relative; overflow: hidden; color: white; }
.story::before { content: ''; position: absolute; inset: 0; background: url('/mockups/illustrations/02-memoire-technique.png') no-repeat right -40px bottom -40px / 600px auto; opacity: 0.20; mix-blend-mode: screen; z-index: 0; pointer-events: none; }
.story::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 25%, rgba(255,107,53,0.18), transparent 45%), radial-gradient(circle at 85% 75%, rgba(93,164,212,0.12), transparent 50%); z-index: 0; pointer-events: none; }
.story-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.story-h2 { font-family: 'Sentient', serif; font-size: clamp(34px, 4vw, 48px); font-weight: 500; letter-spacing: -0.028em; line-height: 1.1; color: white; margin-bottom: 14px; max-width: 880px; }
.story-h2 strong { color: var(--accent); font-weight: 500; }
.story-meta { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.65); letter-spacing: 0.02em; margin-bottom: 14px; }
.story-meta::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(255,107,53,0.18); }
.story-sub { font-size: 17px; color: rgba(255,255,255,0.72); margin-bottom: 56px; max-width: 640px; line-height: 1.55; }
.story-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
/* Path SVG connecteur entre les 4 étapes (orange semi-transparent sur fond foncé) */
.story-steps::before { content: ''; position: absolute; top: 44px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(to right, rgba(255,107,53,0.55) 0 6px, transparent 6px 12px); z-index: 0; pointer-events: none; }
.story-step { position: relative; z-index: 1; background: rgba(255,255,255,0.06); border-radius: 18px; padding: 28px 24px; border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.story-step:hover { transform: translateY(-4px); background: rgba(255,255,255,0.10); border-color: rgba(255,107,53,0.30); box-shadow: 0 18px 40px -14px rgba(255,107,53,0.22); }
.story-num { display: inline-block; font-family: 'Sentient', serif; font-size: 60px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--accent); margin-bottom: 14px; background: transparent; box-shadow: none; padding: 0; }
.story-step h3 { font-size: 17px; font-weight: 600; letter-spacing: -0.015em; margin-bottom: 10px; color: white; }
.story-step p { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.72); }
.story-step a { color: var(--accent); font-weight: 600; }
.story-step a:hover { text-decoration: underline; }
@media (max-width: 880px) { .story { padding: 72px 24px; } .story::before { background-size: 360px auto; background-position: right -60px bottom -60px; opacity: 0.14; } .story-steps { grid-template-columns: 1fr; gap: 16px; } .story-steps::before { display: none; } .story-num { font-size: 48px; } }

/* === BÉNÉFICES (style benefits landing v1 — illustrations + badge orange) === */
.benefits-feat { background: white; position: relative; overflow: hidden; }
.benefits-feat::before { content: ''; position: absolute; top: -200px; right: -200px; width: 640px; height: 640px; background: radial-gradient(circle at center, rgba(255,107,53,0.06), transparent 60%); z-index: 0; pointer-events: none; }
.benefits-feat > * { position: relative; z-index: 1; }
.benefits-grid-feat { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.bnf-card { background: white; border-radius: 20px; border: 1px solid rgba(0, 26, 61, 0.06); position: relative; overflow: visible; transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; padding: 0; }
.bnf-illu { overflow: hidden; border-radius: 20px 20px 0 0; }
.bnf-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px -10px rgba(0, 26, 61, 0.16); }
.bnf-illu { width: 100%; aspect-ratio: 4 / 3; background: linear-gradient(135deg, var(--glace) 0%, #F7FAFD 60%, #FFFFFF 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.bnf-illu img { width: 78%; height: auto; display: block; filter: drop-shadow(0 14px 28px rgba(0,26,61,0.10)); position: relative; z-index: 1; }
.bnf-body { padding: 28px 26px 30px; position: relative; }
.bnf-badge { position: absolute; top: -16px; right: 22px; z-index: 2; font-family: 'Geist', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: white; background: var(--accent); padding: 6px 12px; border-radius: 100px; box-shadow: 0 4px 12px rgba(255,107,53,0.30); }
.bnf-h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.018em; margin-bottom: 10px; line-height: 1.25; color: var(--text-h1); }
.bnf-p { font-size: 14.5px; line-height: 1.55; color: var(--text-sub); }
@media (max-width: 980px) { .benefits-grid-feat { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .benefits-grid-feat { grid-template-columns: 1fr; } }

/* === COMPATIBILITÉ CRITÈRES === */
.compat { background: var(--bg-section); padding: 80px 64px; }
.compat-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.compat h3 { font-family: 'Sentient', serif; font-size: clamp(28px, 3vw, 38px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 32px; }
.compat-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 36px; align-items: center; }
.compat-logos span { font-family: 'Geist', sans-serif; font-size: 17px; font-weight: 600; color: var(--text-h1); padding: 12px 24px; background: white; border-radius: 12px; border: 1px solid rgba(0, 26, 61, 0.08); }

/* === FAQ === */
.faq { padding: 96px 64px; max-width: 960px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(0, 26, 61, 0.08); padding: 24px 0; }
.faq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Geist', sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.015em; color: var(--text-h1); }
.faq-q::after { content: ''; width: 20px; height: 20px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001A3D' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat center / contain; transition: transform .25s ease; flex-shrink: 0; margin-left: 16px; }
.faq-item.open .faq-q::after { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .25s ease; font-size: 15px; line-height: 1.6; color: var(--text-sub); }
.faq-item.open .faq-a { max-height: 600px; padding-top: 14px; }

/* === CTA FINAL === */
.cta-final-f { background: var(--dark); color: white; padding: 128px 64px; text-align: center; position: relative; overflow: hidden; }
.cta-final-f::before { content: ''; position: absolute; inset: 0; background: url('/mockups/illustrations/decor/D1-skyline.png') no-repeat center / cover; opacity: 0.18; z-index: 0; }
.cta-final-f::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,26,61,0.7) 0%, rgba(0,26,61,0.55) 50%, rgba(0,26,61,0.85) 100%); z-index: 1; }
.cta-final-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 2; }
.cta-final-f h2 { font-family: 'Sentient', serif; font-size: clamp(36px, 4.6vw, 60px); font-weight: 500; letter-spacing: -0.028em; line-height: 1.05; margin-bottom: 20px; }
.cta-final-f p { font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.7); margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; }

/* === FOOTER === */
.footer { background: #000B1F; color: rgba(255,255,255,0.7); padding: 64px 64px 0; position: relative; overflow: hidden; }
.footer-inner { max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; }
.footer-wordmark { font-family: 'Sentient', serif; font-size: clamp(120px, 18vw, 240px); font-weight: 600; color: rgba(255,255,255,0.04); letter-spacing: -0.05em; line-height: 0.9; position: absolute; bottom: -20px; left: 0; right: 0; text-align: center; z-index: 1; pointer-events: none; white-space: nowrap; }
.footer-grid { display: grid; grid-template-columns: 280px 1fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand .ftr-logo { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 600; color: white; margin-bottom: 16px; letter-spacing: -0.02em; }
.footer-brand .ftr-logo svg { width: 30px; height: 30px; }
.footer-brand p { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,0.55); max-width: 240px; }
.ftr-col h4 { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); margin-bottom: 18px; }
.ftr-col ul { list-style: none; }
.ftr-col li { margin-bottom: 10px; }
.ftr-col a { font-size: 14px; color: rgba(255,255,255,0.75); }
.ftr-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 13px; color: rgba(255,255,255,0.4); }

@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* === SECTION A — CONSTELLATION FLOTTANTE MULTI-COUCHES === */
.convergence-sec { background: var(--bg-section); padding: 96px 64px; position: relative; overflow: hidden; }
.convergence-sec::before { content: ''; position: absolute; top: -150px; right: -100px; width: 480px; height: 480px; background: radial-gradient(circle at center, rgba(255,107,53,0.08), transparent 60%); z-index: 0; pointer-events: none; }
.convergence-sec::after { content: ''; position: absolute; bottom: -180px; left: -120px; width: 520px; height: 520px; background: radial-gradient(circle at center, rgba(0,61,122,0.08), transparent 60%); z-index: 0; pointer-events: none; }
.convergence-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.convergence-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.convergence-head .section-eyebrow { display: inline-block; margin-bottom: 14px; }
.convergence-head h2 { font-family: 'Sentient', serif; font-size: clamp(36px, 4.2vw, 52px); font-weight: 500; letter-spacing: -0.028em; line-height: 1.08; color: var(--text-h1); }
.convergence-head h2 strong { color: var(--accent); font-weight: 500; }
.convergence-head p { font-size: 17px; line-height: 1.55; color: var(--text-sub); margin-top: 16px; max-width: 620px; margin-left: auto; margin-right: auto; }
.convergence-counter { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 8px 16px; background: white; border-radius: 100px; font-family: 'Geist', sans-serif; font-size: 13px; font-weight: 600; color: var(--text-h1); border: 1px solid rgba(0, 26, 61, 0.08); box-shadow: 0 4px 12px -2px rgba(0, 26, 61, 0.06); }
.convergence-counter::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(255,107,53,0.6); animation: pulseDot 2s infinite; }
.convergence-counter strong { color: var(--accent); font-weight: 700; }

/* Container constellation : zone large où flottent les cards */
.constellation { position: relative; min-height: 620px; margin-top: 32px; }
.constellation-bg { position: absolute; right: -60px; top: 50%; transform: translateY(-50%); width: 600px; max-width: 60%; opacity: 0.08; z-index: 0; pointer-events: none; user-select: none; }
.constellation-bg img { width: 100%; height: auto; display: block; }
.constellation-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.constellation-lines path { stroke: var(--accent); stroke-width: 2; fill: none; stroke-dasharray: 5 6; stroke-linecap: round; opacity: 0.5; }

/* 5 cards sources flottantes (positions absolute desktop) */
.source-card { position: absolute; width: 240px; background: white; border-radius: 14px; padding: 14px 18px; display: flex; gap: 12px; align-items: center; box-shadow: 0 8px 22px -4px rgba(0, 26, 61, 0.12), 0 22px 48px -14px rgba(0, 26, 61, 0.22); border: 1px solid rgba(0, 26, 61, 0.06); transition: transform .35s cubic-bezier(.2,.7,.2,1.1), box-shadow .35s ease; z-index: 2; }
.source-card:hover { transform: rotate(0deg) scale(1.05) !important; box-shadow: 0 14px 32px -4px rgba(0, 26, 61, 0.18), 0 30px 60px -14px rgba(0, 26, 61, 0.28); z-index: 4; }
.source-card .sc-icon { width: 32px; height: 32px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: white; }
.source-card .sc-icon svg { width: 18px; height: 18px; stroke: #FFFFFF; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; display: block; }
.source-card h4 { font-size: 14.5px; font-weight: 600; letter-spacing: -0.015em; color: var(--text-h1); margin-bottom: 2px; line-height: 1.25; }
.source-card p { font-size: 12.5px; line-height: 1.4; color: var(--text-sub); }
.source-card.sc-1 { top: 60px; left: 2%; transform: rotate(-3deg); }
.source-card.sc-2 { top: 220px; left: -2%; transform: rotate(2deg); }
.source-card.sc-3 { top: 400px; left: 6%; transform: rotate(-2deg); }
.source-card.sc-4 { top: 80px; right: 2%; transform: rotate(3deg); }
.source-card.sc-5 { top: 300px; right: 0; transform: rotate(-1deg); }

/* Mockup central */
.result-mockup { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 360px; max-width: 38%; background: white; border-radius: 20px; padding: 32px 28px 28px; box-shadow: 0 24px 60px -10px rgba(0, 26, 61, 0.28), 0 6px 18px rgba(0, 26, 61, 0.08); border: 1px solid rgba(0, 26, 61, 0.06); z-index: 3; }
.result-mockup::before { content: ''; position: absolute; top: 0; left: 28px; right: 28px; height: 3px; background: linear-gradient(90deg, var(--accent), var(--marine)); border-radius: 0 0 3px 3px; }
.result-mockup-eyebrow { font-family: 'Geist', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.result-mockup h3 { font-family: 'Sentient', serif; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; color: var(--text-h1); margin-bottom: 4px; }
.result-mockup-meta { font-size: 12.5px; color: var(--text-sub); margin-bottom: 20px; font-weight: 500; }
.result-mockup-chapters { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.result-mockup-chapters span { font-size: 12.5px; color: var(--text-h1); padding: 8px 12px; background: rgba(220,233,247,0.7); border-radius: 8px; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.result-mockup-chapters span::before { content: ''; width: 14px; height: 14px; border-radius: 50%; background: #22C55E; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; }
.result-mockup-chapters span::after { content: ''; position: absolute; width: 6px; height: 3px; border-left: 1.5px solid white; border-bottom: 1.5px solid white; transform: rotate(-45deg) translate(-7px, -2px); margin-left: 4px; }
.result-mockup-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: white; font-size: 12.5px; font-weight: 600; padding: 9px 16px; border-radius: 100px; letter-spacing: -0.005em; box-shadow: 0 6px 16px -2px rgba(255,107,53,0.4); }
.result-mockup-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: white; box-shadow: 0 0 0 0 rgba(255,255,255,0.7); animation: pulseDot 2s infinite; }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(255,107,53,0.6); } 70% { box-shadow: 0 0 0 8px rgba(255,107,53,0); } 100% { box-shadow: 0 0 0 0 rgba(255,107,53,0); } }

@media (max-width: 1100px) {
  .source-card { width: 200px; }
  .source-card.sc-3 { top: 420px; left: 0; }
}
@media (max-width: 880px) {
  .convergence-sec { padding: 64px 24px; }
  .convergence-head { margin-bottom: 32px; }
  .constellation { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 0; }
  .constellation-bg { display: none; }
  .constellation-lines { display: none; }
  .source-card { position: static !important; transform: none !important; width: 100%; }
  .result-mockup { position: static; transform: none; width: 100%; max-width: 100%; grid-column: 1 / -1; margin-top: 16px; }
}
@media (max-width: 560px) {
  .constellation { grid-template-columns: 1fr; }
}

/* === SECTION B — LE CONSTAT === */
.constat-sec { padding: 96px 64px; max-width: 1440px; margin: 0 auto; background: linear-gradient(180deg, var(--glace) 0%, #FFFFFF 100%); border-radius: 24px; margin-top: 0; }
.constat-inner { max-width: 1280px; margin: 0 auto; padding: 0 16px; }
.constat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.constat-card { background: white; border-radius: 18px; padding: 32px 28px; box-shadow: 0 14px 32px -8px rgba(0, 26, 61, 0.14); border: 1px solid rgba(0, 26, 61, 0.05); transition: transform .25s ease, box-shadow .25s ease; }
.constat-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px -10px rgba(0, 26, 61, 0.20); }
.constat-icon { width: 48px; height: 48px; border-radius: 12px; background: #FFF5F0; color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.constat-icon svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.constat-card h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.018em; margin-bottom: 12px; color: var(--text-h1); }
.constat-card p { font-size: 14.5px; line-height: 1.6; color: var(--text-sub); }
@media (max-width: 880px) { .constat-grid { grid-template-columns: 1fr; } .constat-sec { padding: 64px 24px; } }

/* === SECTION C — PREUVE PRODUIT (MOCKUP COMPOSITE) === */
.preuve-sec { padding: 96px 64px; max-width: 1440px; margin: 0 auto; background: var(--bg-section); position: relative; overflow: hidden; }
.preuve-sec::before { content: ''; position: absolute; top: -160px; left: -120px; width: 520px; height: 520px; background: radial-gradient(circle at center, rgba(255,107,53,0.07), transparent 60%); z-index: 0; pointer-events: none; }
.preuve-sec::after { content: ''; position: absolute; bottom: -180px; right: -120px; width: 540px; height: 540px; background: radial-gradient(circle at center, rgba(0,61,122,0.07), transparent 60%); z-index: 0; pointer-events: none; }
.preuve-sec > * { position: relative; z-index: 1; }

/* Mockup composite — fenêtre navigateur unique */
.preuve-mockup { background: white; border-radius: 14px; box-shadow: 0 24px 60px -10px rgba(0, 26, 61, 0.30), 0 6px 18px rgba(0, 26, 61, 0.08); border: 1px solid rgba(0, 26, 61, 0.06); margin-top: 56px; position: relative; overflow: visible; }
.preuve-winbar { background: #F5F7FB; padding: 12px 18px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(0, 26, 61, 0.08); border-radius: 14px 14px 0 0; }
.preuve-winbar .dot { width: 11px; height: 11px; border-radius: 50%; }
.preuve-winbar .dot.r { background: #FF5F57; }
.preuve-winbar .dot.y { background: #FEBC2E; }
.preuve-winbar .dot.g { background: #28C840; }
.preuve-winbar .url { flex: 1; text-align: center; font-size: 12px; color: var(--text-sub); font-weight: 500; padding: 4px 14px; background: white; border: 1px solid rgba(0, 26, 61, 0.06); border-radius: 6px; margin: 0 80px 0 16px; }

.preuve-body-grid { display: grid; grid-template-columns: 40% 30% 30%; min-height: 460px; }
.preuve-col { padding: 28px 26px; border-right: 1px solid rgba(0, 26, 61, 0.08); display: flex; flex-direction: column; }
.preuve-col:last-child { border-right: none; }
.preuve-col-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px dashed rgba(0, 26, 61, 0.10); }
.preuve-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--text-h1); }
.preuve-col-tag { font-size: 10.5px; font-weight: 600; padding: 4px 10px; border-radius: 100px; white-space: nowrap; }
.preuve-col-tag.green { background: #ECFDF5; color: #059669; border: 1px solid #A7F3D0; }
.preuve-col-tag.blue { background: #EFF6FF; color: var(--marine); border: 1px solid #BFDBFE; }
.preuve-col-tag.beige { background: #FFFBF0; color: #A16207; border: 1px solid #FDE68A; }

.preuve-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed rgba(0, 26, 61, 0.08); font-size: 13px; }
.preuve-row:last-child { border-bottom: none; }
.preuve-row .label { color: var(--text-h1); font-weight: 500; }
.preuve-row .value { font-family: 'Sentient', serif; font-size: 15px; font-weight: 600; letter-spacing: -0.015em; color: #059669; }
.preuve-row .value-text { font-weight: 600; color: var(--text-h1); font-size: 13px; }

.preuve-globalscore { margin-top: auto; padding-top: 16px; }
.preuve-globalscore-bar { width: 100%; height: 8px; border-radius: 100px; background: rgba(0, 26, 61, 0.08); overflow: hidden; margin-bottom: 12px; }
.preuve-globalscore-bar-fill { height: 100%; width: 89%; background: linear-gradient(90deg, #22C55E 0%, #15803D 100%); border-radius: 100px; }
.preuve-globalscore-row { display: flex; align-items: baseline; justify-content: space-between; }
.preuve-globalscore-row .lab { font-size: 13px; color: var(--text-h1); font-weight: 600; }
.preuve-globalscore-row .v { font-family: 'Sentient', serif; font-size: 34px; font-weight: 600; letter-spacing: -0.025em; color: var(--text-h1); line-height: 1; }
.preuve-globalscore-row .v strong { color: #059669; font-weight: 600; }

.preuve-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.preuve-tag { font-size: 11px; font-weight: 600; padding: 5px 10px; border-radius: 100px; background: var(--glace); color: var(--marine); }

/* Barres horizontales colorées colonne 3 (alignement critères) */
.preuve-criteria { display: flex; flex-direction: column; gap: 16px; margin-top: 4px; }
.preuve-criteria-item { display: flex; flex-direction: column; gap: 6px; }
.preuve-criteria-head { display: flex; justify-content: space-between; align-items: baseline; font-size: 12.5px; }
.preuve-criteria-head .lab { font-weight: 500; color: var(--text-h1); }
.preuve-criteria-head .pct { font-family: 'Sentient', serif; font-size: 15px; font-weight: 600; letter-spacing: -0.015em; color: var(--marine); }
.preuve-criteria-bar { width: 100%; height: 6px; border-radius: 100px; background: rgba(0, 26, 61, 0.08); overflow: hidden; }
.preuve-criteria-bar-fill { height: 100%; border-radius: 100px; }
.preuve-criteria-bar-fill.c1 { width: 60%; background: linear-gradient(90deg, var(--accent) 0%, #E55A29 100%); }
.preuve-criteria-bar-fill.c2 { width: 25%; background: linear-gradient(90deg, var(--marine) 0%, var(--ciel) 100%); }
.preuve-criteria-bar-fill.c3 { width: 15%; background: linear-gradient(90deg, var(--beige) 0%, #D4B888 100%); }
.preuve-bottom-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 22px; background: #ECFDF5; color: #059669; font-size: 12px; font-weight: 600; padding: 7px 14px; border-radius: 100px; align-self: flex-start; }

/* Toast notification flottante mockup composite */
.preuve-toast { position: absolute; top: -22px; right: -16px; background: white; border-radius: 14px; padding: 14px 18px 14px 14px; box-shadow: 0 16px 40px -8px rgba(0, 26, 61, 0.24), 0 4px 12px rgba(0, 26, 61, 0.08); display: flex; align-items: center; gap: 12px; font-size: 13px; z-index: 5; max-width: 340px; }
.preuve-toast-icon { width: 32px; height: 32px; border-radius: 10px; background: linear-gradient(135deg, #22C55E, #15803D); display: flex; align-items: center; justify-content: center; color: white; flex-shrink: 0; }
.preuve-toast-icon svg { width: 16px; height: 16px; }
.preuve-toast-text strong { display: block; color: var(--text-h1); font-weight: 600; font-size: 13px; margin-bottom: 2px; }
.preuve-toast-text span { color: var(--text-sub); font-size: 12px; }

@media (max-width: 980px) {
  .preuve-body-grid { grid-template-columns: 1fr; }
  .preuve-col { border-right: none; border-bottom: 1px solid rgba(0, 26, 61, 0.08); }
  .preuve-col:last-child { border-bottom: none; }
}
@media (max-width: 880px) { .preuve-sec { padding: 64px 24px; } .preuve-toast { top: -14px; right: 8px; max-width: 240px; } .preuve-winbar .url { margin: 0 24px 0 8px; } }


/* 02-08 — Le bouton unique du CTA final était marine (#001A3D) posé sur un fond
   marine : aucun contraste, l'action la plus importante de la page était
   invisible. La loi impose un seul bouton plein par bloc — ici, en orange. */
.cta-final-f .btn-primary,
.cta-final-inner .btn-primary {
  background: var(--accent, #FF6B35);
  color: #fff;
  box-shadow: 0 14px 40px rgba(255,107,53,0.30);
}
.cta-final-f .btn-primary:hover,
.cta-final-inner .btn-primary:hover { background: #E85A26; }
