  :root {
    --void: #06130E; --pine: #0B1E16; --pine-card: #102A20;
    --emerald: #14946B; --emerald-soft: #6FD3AE; --emerald-deep: #0C5E45;
    --gold: #D9A94C; --gold-bright: #F4CE7A;
    --ivory: #F2EEE2; --ivory-mute: #9DA89F;
    --line: rgba(217,169,76,.16); --line-em: rgba(111,211,174,.22); --line-soft: rgba(255,255,255,.07);
    --display: 'Sora','Helvetica Neue',Arial,sans-serif;
    --body: 'Inter','Helvetica Neue',Arial,sans-serif;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--body); background: var(--void); color: var(--ivory); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a { color: inherit; }
  img { max-width: 100%; }
  /* Focus clavier visible — accessibilité (aucun style de focus auparavant). */
  a:focus-visible, button:focus-visible, input:focus-visible,
  .nav-cta:focus-visible, .btn-primary:focus-visible, .btn-ghost:focus-visible {
    outline: 2px solid var(--gold-bright); outline-offset: 3px; border-radius: 3px;
  }
  .wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
  .eyebrow { font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--emerald-soft); margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
  .eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--line-em); max-width: 110px; }
  em { font-style: normal; }

  /* disclosure — Règle #0 */
  .disclosure-top { background: #030b08; color: #86917f; font-size: 11.5px; text-align: center; padding: 8px 16px; letter-spacing: .01em; border-bottom: 1px solid var(--line-soft); }
  .disclosure-top b { color: var(--gold); font-weight: 500; }

  .site-nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 32px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 5; }
  .brand { display: inline-flex; align-items: center; text-decoration: none; }
  .brand-logo { height: 96px; width: auto; display: block; }
  .nav-links { display: flex; gap: 28px; align-items: center; font-size: 14px; color: var(--ivory-mute); }
  .nav-links a { text-decoration: none; transition: color .2s; }
  .nav-links a:hover { color: var(--ivory); }
  .nav-cta { font-family: var(--body); font-size: 13px; font-weight: 600; background: var(--emerald); color: var(--void); padding: 11px 20px; border-radius: 4px; text-decoration: none; transition: background .2s, transform .2s; }
  .nav-cta:hover { background: var(--emerald-soft); transform: translateY(-1px); }
  /* Sélecteur de langue FR / EN */
  .nav-end { display: flex; align-items: center; gap: 16px; }
  .lang-switch { display: inline-flex; align-items: center; gap: 2px; border: 1px solid var(--line-soft); border-radius: 999px; padding: 3px; }
  .lang-switch a { font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--ivory-mute); text-decoration: none; padding: 4px 11px; border-radius: 999px; transition: color .2s, background .2s; }
  .lang-switch a:hover { color: var(--ivory); }
  .lang-switch a.is-active { background: var(--emerald); color: var(--void); }
  .lang-switch--panel { display: none; }

  /* Burger — masqué en desktop, affiché sous 820px. Le CTA « panneau » ne sert
     qu'au menu mobile ; en desktop c'est le CTA « barre » qui s'affiche. */
  .nav-cta--panel { display: none; }
  .nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; padding: 0; background: none; border: 1px solid var(--line-soft); border-radius: 9px; cursor: pointer; transition: border-color .2s; }
  .nav-toggle:hover { border-color: var(--line-em); }
  .nav-toggle span { display: block; width: 20px; height: 2px; margin: 0 auto; background: var(--ivory); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
  .site-nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { position: relative; padding: 70px 0 60px; }
  .hero::before { content: ""; position: absolute; top: -160px; right: -180px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(20,148,107,.20), rgba(20,148,107,0) 68%); pointer-events: none; }
  .hero::after { content: ""; position: absolute; bottom: -140px; left: -160px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(217,169,76,.10), rgba(217,169,76,0) 70%); pointer-events: none; }
  .hero .wrap { position: relative; z-index: 1; }
  .hero h1 { font-family: var(--display); font-size: clamp(36px,5.6vw,64px); line-height: 1.05; font-weight: 700; letter-spacing: -.03em; max-width: 17ch; margin-bottom: 26px; }
  .hero h1 .g { color: var(--gold); } .hero h1 .e { color: var(--emerald-soft); }
  .hero .lede { font-size: clamp(17px,2vw,21px); color: var(--ivory-mute); max-width: 52ch; margin-bottom: 38px; }
  .hero .lede strong { color: var(--ivory); font-weight: 500; border-bottom: 1px solid var(--emerald); }
  .hero-actions { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
  .btn-primary { font-family: var(--body); font-size: 15px; font-weight: 600; background: var(--emerald); color: var(--void); padding: 16px 30px; border-radius: 5px; text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; box-shadow: 0 8px 30px rgba(20,148,107,.22); }
  .btn-primary:hover { background: var(--emerald-soft); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(20,148,107,.30); }
  .btn-ghost { font-family: var(--body); font-size: 15px; font-weight: 600; color: var(--ivory); text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 3px; transition: color .2s, border-color .2s; }
  .btn-ghost:hover { color: var(--gold-bright); border-color: var(--gold-bright); }
  .trust { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 46px; font-size: 13px; color: var(--ivory-mute); }
  .trust span { display: flex; align-items: center; gap: 8px; }
  .trust b { color: var(--emerald-soft); font-weight: 600; }

  /* ecosystem / value bar — intégration Primexpert */
  .eco { padding: 20px 0 88px; }
  .eco-frame { background: var(--pine-card); border: 1px solid var(--line); border-radius: 18px; padding: 44px clamp(24px,5vw,56px); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
  .eco-head { max-width: 30ch; margin-bottom: 34px; }
  .eco-head h2 { font-family: var(--display); font-size: clamp(24px,3.4vw,34px); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; }
  .eco-head h2 em { color: var(--gold); }
  .eco-head p { color: var(--ivory-mute); font-size: 16px; margin-top: 16px; max-width: 58ch; }
  .track { position: relative; height: 26px; border-radius: 13px; background: rgba(255,255,255,.05); overflow: hidden; margin: 8px 0 18px; }
  .bar-now { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: linear-gradient(90deg, var(--emerald-deep), var(--emerald)); border-radius: 13px 0 0 13px; transition: width 1.5s cubic-bezier(.22,1,.36,1); }
  .bar-add { position: absolute; top: 0; height: 100%; left: 0; width: 0; background: repeating-linear-gradient(45deg, rgba(217,169,76,.85) 0 9px, rgba(244,206,122,.95) 9px 18px); box-shadow: 0 0 22px rgba(217,169,76,.5); transition: width 1.5s cubic-bezier(.22,1,.36,1) .2s, left 1.5s cubic-bezier(.22,1,.36,1); }
  .legend { display: flex; gap: 26px; flex-wrap: wrap; font-size: 13px; color: var(--ivory-mute); }
  .legend span { display: flex; align-items: center; gap: 8px; }
  .dot { width: 11px; height: 11px; border-radius: 3px; } .dot.e { background: var(--emerald); } .dot.g { background: var(--gold); }
  .eco-cross { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
  .eco-cross p { font-size: 14.5px; color: var(--ivory); max-width: 52ch; }
  .eco-cross a { color: var(--gold-bright); text-decoration: none; font-weight: 600; font-size: 14.5px; white-space: nowrap; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
  .disclaimer { font-size: 12px; color: #6F7C72; margin-top: 20px; line-height: 1.6; max-width: 72ch; }

  /* section shell */
  .section { padding: 84px 0; }
  .section.alt { background: var(--pine); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
  .section-head { max-width: 30ch; margin-bottom: 46px; }
  .section-head h2 { font-family: var(--display); font-size: clamp(26px,3.6vw,38px); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; }
  .section-head h2 em { color: var(--emerald-soft); }
  .section-head p { color: var(--ivory-mute); font-size: 16px; margin-top: 16px; max-width: 58ch; }

  /* dossiers */
  .dossiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
  .dossier { background: var(--pine-card); border: 1px solid var(--line-soft); border-radius: 14px; padding: 28px 26px; transition: transform .35s ease, border-color .35s ease; }
  .dossier:hover { transform: translateY(-6px); border-color: var(--line); }
  .dossier .region { font-family: var(--display); font-size: 20px; font-weight: 600; letter-spacing: -.01em; }
  .dossier .meta { color: var(--ivory-mute); font-size: 14px; margin-top: 10px; line-height: 1.55; }
  .dossier .cat { display: inline-block; margin-top: 16px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--emerald-soft); border: 1px solid var(--line-em); border-radius: 20px; padding: 5px 12px; }
  .dossier .conf { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 12px; color: var(--gold); letter-spacing: .01em; }
  .dossiers-note { text-align: center; margin-top: 34px; font-size: 14px; color: var(--ivory-mute); }
  .dossiers-note a { color: var(--emerald-soft); }

  /* steps */
  .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
  .step .num { font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--gold); letter-spacing: .1em; margin-bottom: 14px; }
  .step .skicker { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ivory-mute); margin-bottom: 8px; }
  .step h3 { font-family: var(--display); font-size: 20px; font-weight: 600; margin-bottom: 10px; letter-spacing: -.01em; }
  .step p { font-size: 15px; color: var(--ivory-mute); }

  /* credibility */
  .cred { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
  .cred .quote { font-family: var(--display); font-size: clamp(20px,2.5vw,26px); font-weight: 500; line-height: 1.35; letter-spacing: -.02em; }
  .cred .quote em { color: var(--gold-bright); }
  .cred .card { background: var(--pine-card); border: 1px solid var(--line); border-radius: 16px; padding: 30px; }
  .cred .card .who { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
  .cred .card .av { width: 52px; height: 52px; border-radius: 50%; background: var(--emerald); color: var(--void); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 17px; }
  .cred .card .nm { font-weight: 600; font-size: 15px; } .cred .card .rl { color: var(--ivory-mute); font-size: 13px; margin-top: 2px; }
  .cred .card ul { list-style: none; border-top: 1px solid var(--line-soft); padding-top: 16px; display: flex; flex-direction: column; gap: 12px; }
  .cred .card li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ivory); }
  .cred .card li svg { flex: none; margin-top: 3px; }

  /* final */
  .final { padding: 96px 0; text-align: center; position: relative; }
  .final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(20,148,107,.14), rgba(20,148,107,0) 60%); pointer-events: none; }
  .final .wrap { position: relative; }
  .final h2 { font-family: var(--display); font-size: clamp(30px,4.4vw,48px); font-weight: 700; letter-spacing: -.03em; line-height: 1.08; max-width: 20ch; margin: 0 auto 20px; }
  .final h2 em { color: var(--emerald-soft); }
  .final p { color: var(--ivory-mute); font-size: 18px; max-width: 46ch; margin: 0 auto 34px; }
  .final .reverse { margin-top: 40px; font-size: 14.5px; color: var(--ivory-mute); }
  .final .reverse a { color: var(--gold-bright); text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 2px; }

  .site-footer { background: var(--void); border-top: 1px solid var(--line-soft); padding: 46px 0 40px; }
  .site-footer .grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-bottom: 30px; }
  .site-footer .fbrand-logo { height: 88px; width: auto; display: block; }
  .site-footer .fcontact { font-size: 14px; color: var(--ivory-mute); text-align: right; line-height: 1.9; }
  .site-footer .fcontact a { color: var(--ivory); text-decoration: none; }
  .site-footer .disclosure-full { font-size: 12px; color: #7a857b; line-height: 1.7; border-top: 1px solid var(--line-soft); padding-top: 24px; }
  .site-footer .disclosure-full b { color: var(--gold); font-weight: 500; }

  .reslist { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
  .rescard { display: block; text-decoration: none; color: inherit; background: var(--pine-card); border: 1px solid var(--line-soft); border-radius: 14px; padding: 30px 26px; transition: transform .35s ease, border-color .35s ease; }
  .rescard:hover { transform: translateY(-6px); border-color: var(--line); }
  .rescard .ic { width: 46px; height: 46px; border-radius: 11px; background: rgba(111,211,174,.12); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
  .rescard h3 { font-family: var(--display); font-size: 20px; font-weight: 600; margin-bottom: 10px; letter-spacing: -.01em; }
  .rescard p { font-size: 15px; color: var(--ivory-mute); }
  .rescard .go { display: inline-block; margin-top: 16px; font-size: 14px; font-weight: 600; color: var(--emerald-soft); }
  .partners { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .partner { background: var(--pine-card); border: 1px solid var(--line-soft); border-radius: 14px; padding: 26px; }
  .partner .pcat { font-family: var(--display); font-weight: 600; font-size: 16px; color: var(--emerald-soft); letter-spacing: -.01em; }
  .partner .pfirms { color: var(--ivory-mute); font-size: 14px; margin-top: 8px; line-height: 1.5; }
  .rqra { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; background: rgba(217,169,76,.06); border: 1px solid var(--line); border-radius: 16px; padding: 26px 30px; margin-bottom: 24px; }
  .rqra-badge { display: inline-block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
  .rqra h3 { font-family: var(--display); font-size: 19px; font-weight: 600; margin: 10px 0 8px; letter-spacing: -.01em; }
  .rqra p { color: var(--ivory-mute); font-size: 14.5px; max-width: 58ch; }
  .team { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
  .member { background: var(--pine-card); border: 1px solid var(--line-soft); border-radius: 14px; padding: 28px 22px; text-align: center; transition: transform .35s ease, border-color .35s ease; }
  .member:hover { transform: translateY(-6px); border-color: var(--line); }
  .member .av { width: 62px; height: 62px; border-radius: 50%; background: var(--emerald); color: var(--void); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 20px; margin: 0 auto 16px; }
  .member .av.alt { background: rgba(111,211,174,.14); color: var(--emerald-soft); border: 1px dashed var(--line-em); font-size: 15px; }
  .member .nm { font-family: var(--display); font-weight: 600; font-size: 16px; }
  .member .rl { color: var(--ivory-mute); font-size: 13px; margin-top: 6px; line-height: 1.4; }
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

  /* --- Tablette : palier intermédiaire (portrait ~768px, paysage ~1024px) --- */
  @media (max-width: 1024px) {
    .wrap { padding: 0 28px; }
    .dossiers, .steps, .reslist, .partners { grid-template-columns: repeat(2, 1fr); }
    .team { grid-template-columns: repeat(2, 1fr); }
    .cred { grid-template-columns: 1fr; gap: 32px; }
    .section { padding: 68px 0; }
    /* nav plus compacte pour laisser les 5 liens + CTA + logo agrandi tenir */
    .site-nav { padding: 16px 28px; }
    .nav-links { gap: 20px; }
    .brand-logo { height: 76px; }
  }

  /* --- Mobile / tablette portrait étroite : burger --- */
  @media (max-width: 820px) {
    .nav-toggle { display: flex; }
    .nav-end { display: none; }
    .lang-switch--panel { display: inline-flex; margin: 12px 32px 2px; }
    .nav-links {
      display: none;
      position: absolute; top: 100%; left: 0; right: 0; z-index: 20;
      flex-direction: column; align-items: stretch; gap: 0;
      background: var(--pine-card);
      border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
      padding: 6px 0 14px; box-shadow: 0 26px 54px rgba(0,0,0,.42);
    }
    .site-nav.open .nav-links { display: flex; }
    .nav-links a { padding: 14px 32px; }
    .nav-links a:hover { color: var(--ivory); background: rgba(255,255,255,.05); }
    .nav-links .nav-cta--panel { display: block; margin: 12px 32px 2px; text-align: center; padding: 14px 20px; }
    .brand-logo { height: 80px; }
    .eco-cross { flex-direction: column; align-items: flex-start; }
  }

  /* --- Téléphone (~640px et moins) : une seule colonne --- */
  @media (max-width: 640px) {
    .wrap { padding: 0 20px; }
    .dossiers, .steps, .reslist, .partners, .team { grid-template-columns: 1fr; }
    .nav-links a { padding: 14px 20px; }
    .nav-links .nav-cta--panel { margin: 12px 20px 2px; }
    .lang-switch--panel { margin: 12px 20px 2px; }
  }

  /* Bloc de divulgation injecté par l'extension rpa-platform-core */
  .rpa-disclosure { font-family: var(--body); }
  .rpa-disclosure--header { background:#030b08; color:#86917f; font-size:11.5px; text-align:center; padding:8px 16px; letter-spacing:.01em; border-bottom:1px solid var(--line-soft); }
  .rpa-disclosure--footer { max-width:1100px; margin:0 auto; padding:22px 32px 40px; font-size:12px; color:#7a857b; line-height:1.7; text-align:center; }
  .site-footer .ftag { color: var(--ivory-mute); font-size:13px; margin-top:10px; max-width:38ch; }
