/* ================================================================
   Certif Europe — institutional design (CertEurope-inspired palette)
   Extracted from certeurope.fr/certificat-de-signature-electronique-qualifiee-inpi/
   ================================================================ */

:root {
  /* Navy primary (CertEurope's exact #0B2E4F) */
  --navy-950: #061B30;
  --navy-900: #0B2E4F;
  --navy-800: #143C6B;
  --navy-700: #1D2D3D;
  --navy-600: #3C5872;

  /* Teal-cyan accent (CertEurope's #1E789F / #006F98) */
  --teal-700: #006F98;
  --teal-600: #1378A7;
  --teal-500: #1E789F;
  --teal-100: #D6ECF6;
  --teal-50:  #F0F7FB;

  /* Gold/Yellow CTA (CertEurope's exact #FFBF37) */
  --gold-cta: #FFBF37;
  --gold-cta-h: #F2AF20;
  --gold-cta-d: #C2870E;

  --white: #FFFFFF;
  --grey-50:  #F8F9FA;
  --grey-100: #EDEFF0;
  --grey-200: #DDDDDD;
  --grey-300: #C9D1DD;
  --grey-400: #94A2B5;
  --grey-500: #666666;
  --grey-600: #4A5A75;
  --grey-700: #3C5872;
  --grey-800: #222222;
  --grey-900: #0F1A30;

  --green-700: #15803D;
  --green-600: #16A34A;
  --green-50:  #F0FDF4;
  --red-700:   #B91C1C;
  --red-600:   #DC2626;
  --red-50:    #FEF2F2;
  --orange-500: #F59E0B;

  --shadow-sm:  0 1px 2px rgba(11, 46, 79, 0.05);
  --shadow:     0 4px 12px rgba(11, 46, 79, 0.08), 0 1px 3px rgba(11, 46, 79, 0.06);
  --shadow-md:  0 10px 30px rgba(11, 46, 79, 0.10), 0 2px 6px rgba(11, 46, 79, 0.05);
  --shadow-lg:  0 24px 60px rgba(11, 46, 79, 0.16), 0 4px 12px rgba(11, 46, 79, 0.08);

  --radius-sm:  4px;
  --radius:     6px;
  --radius-md:  10px;
  --radius-lg:  16px;
  --radius-pill: 999px;

  --font-sans: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--grey-800);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: var(--teal-700); text-decoration: none; }
a:hover { color: var(--teal-500); text-decoration: underline; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
/* GARDE-FOU GLOBAL : une case à cocher / radio ne doit JAMAIS être étirée pleine largeur
   par une règle large type « form input { width:100% } ». (Bug contact 2026-06-08.) */
input[type="checkbox"], input[type="radio"] { width: auto !important; height: auto; flex-shrink: 0; }
/* Accessibilité : anneau de focus clavier visible et cohérent (2026-06-08). */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--teal-700); outline-offset: 2px; border-radius: 3px;
}
strong { color: var(--navy-900); font-weight: 700; text-decoration: none; }
em { font-style: italic; }
/* Prevent ugly line-breaks: numbers + units, currency, thousands separator */
.no-wrap, .price-amount, .stat-num, .pc-price, .stepper-num, .review-stars, .hm-stars { white-space: nowrap; }
/* Better French heading wrapping */
h1, h2, h3, .section-head, .page-hero h1 { text-wrap: balance; hyphens: manual; }
.lede, .section-lede, .step p, .pro-card p, .article-excerpt { text-wrap: pretty; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 880px; }

/* ================================================================
   TOP BAR (institutional: phone + lang + status)
   ================================================================ */
.topbar {
  background: var(--white);
  border-bottom: 1px solid var(--grey-200);
  font-size: 12.5px;
  color: var(--grey-600);
  position: sticky;
  top: 0;
  z-index: 60;
}
/* Bandeau bleu (trust-strip) retiré le 2026-06-08 — OPSEC : rester invisible / non rattachable au site 1. */
.trust-strip { display: none !important; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
@media (max-width: 720px) {
  .site-header { top: 0; }
}
.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar-left, .topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--grey-600);
  text-decoration: none;
  font-weight: 600;
}
.topbar-item:hover { color: var(--navy-900); text-decoration: none; }
.topbar-item svg { width: 12px; height: 12px; color: var(--teal-500); }
.topbar-item strong { color: var(--navy-900); }
.topbar-sep { color: var(--grey-300); }
.lang-switch {
  position: relative;
  cursor: pointer;
}
.lang-current {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--grey-600);
  font-weight: 600;
}
/* double flèche corrigée 2026-06-08 : la flèche ::after faisait doublon avec le SVG .chev */
.flag-fr {
  display: inline-block;
  width: 18px;
  height: 13px;
  border-radius: 2px;
  overflow: hidden;
  background: linear-gradient(to right, #002395 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #ED2939 66.66%);
  border: 1px solid var(--grey-200);
  vertical-align: middle;
  flex-shrink: 0;
}
.flag-gb {
  display: inline-block;
  width: 18px;
  height: 13px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid var(--grey-200);
  vertical-align: middle;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'><clipPath id='t'><path d='M30,15 h30 v15 z v15 H0 z H0 V0 z V0 h30 z'/></clipPath><path d='M0,0 v30 h60 V0 z' fill='%23012169'/><path d='M0,0 L60,30 M60,0 L0,30' stroke='%23fff' stroke-width='6'/><path d='M0,0 L60,30 M60,0 L0,30' clip-path='url(%23t)' stroke='%23C8102E' stroke-width='4'/><path d='M30,0 v30 M0,15 h60' stroke='%23fff' stroke-width='10'/><path d='M30,0 v30 M0,15 h60' stroke='%23C8102E' stroke-width='6'/></svg>");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ===== Sélecteur de langue — dropdown style CertEurope (2026-06-08) ===== */
.lang-switch { position: relative; font-family: 'Open Sans', sans-serif; }
.lang-current {
  display: inline-flex; align-items: center; gap: 8px;
  background: none; border: 1px solid transparent; cursor: pointer;
  font-size: 12.5px; font-weight: 600; color: #2a2a30;
  padding: 6px 9px; border-radius: 6px; font-family: inherit; line-height: 1;
}
.lang-current:hover { background: rgba(0,0,0,.045); border-color: #e3e0d6; }
.lang-current .chev { width: 12px; height: 12px; color: #8a8a90; transition: transform .2s ease; }
.lang-switch:hover .lang-current .chev,
.lang-switch:focus-within .lang-current .chev { transform: rotate(180deg); }
.lang-menu {
  position: absolute; top: 100%; right: 0; min-width: 212px;
  margin-top: 6px; padding: 6px;
  background: #fff; border: 1px solid #e3e0d6; border-radius: 8px;
  box-shadow: 0 14px 34px rgba(11,46,79,.17);
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  z-index: 300;
}
/* pont invisible pour ne pas perdre le survol entre le bouton et le menu */
.lang-switch::after { content: ''; position: absolute; top: 100%; right: 0; width: 212px; height: 8px; }
.lang-switch:hover .lang-menu,
.lang-switch:focus-within .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 6px;
  font-size: 13px; color: #2a2a30; text-decoration: none; white-space: nowrap;
}
.lang-menu a:hover { background: #FAF8F2; text-decoration: none; }
.lang-menu a.active { font-weight: 700; color: var(--navy-900); }
.lang-menu a .check { margin-left: auto; width: 15px; height: 15px; color: var(--teal-700); flex-shrink: 0; }
.lang-switch .flag-fr, .lang-switch .flag-gb { width: 20px; height: 14px; }

.support-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  background: var(--green-50);
  border: 1px solid var(--green-600);
  border-radius: var(--radius-pill);
  font-size: 11.5px;
  color: var(--green-700);
  font-weight: 700;
}
.support-pill svg { width: 11px; height: 11px; }
.support-pill .pulse {
  width: 7px;
  height: 7px;
  background: var(--green-600);
  border-radius: 50%;
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

/* ================================================================
   FAQ — categories
   ================================================================ */
.faq-cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.faq-cat-btn {
  background: var(--white);
  border: 1px solid var(--grey-200);
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey-700);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all .15s;
  font-family: inherit;
}
.faq-cat-btn:hover { border-color: var(--navy-900); color: var(--navy-900); }
.faq-cat-btn.active { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.faq-section {
  margin-bottom: 32px;
}
.faq-section-title {
  font-size: 20px;
  color: var(--navy-900);
  font-weight: 700;
  margin: 32px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold-cta);
  display: inline-block;
  padding-right: 24px;
}
@media (max-width: 720px) {
  .topbar-inner { padding: 6px 12px; gap: 8px; flex-wrap: wrap; }
  .topbar-left .topbar-item:not(:first-child),
  .topbar-left .topbar-sep,
  .topbar-left .support-pill { display: none; }
  .topbar-right .topbar-item:not(:last-child),
  .topbar-right .topbar-sep:not(:last-of-type) { display: none; }
  .topbar-item { font-size: 11.5px; }
}

/* ================================================================
   ANNOUNCEMENT BAR (sticky top)
   ================================================================ */
.trust-strip {
  background: var(--navy-900);
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
}
.ts-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.ts-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ts-ico { width: 14px; height: 14px; color: var(--gold-cta); flex-shrink: 0; }
.ts-sep { color: rgba(255, 255, 255, 0.3); }
@media (max-width: 720px) {
  .trust-strip { font-size: 12px; }
  .ts-inner { gap: 12px; padding: 8px 12px; }
  .ts-sep { display: none; }
}

/* ================================================================
   HEADER
   ================================================================ */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--grey-200);
  position: sticky;
  top: 0;
  z-index: 50;
}
.hdr-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy-900);
}
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--navy-900);
  color: var(--gold-cta);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.brand-mark svg { width: 22px; height: 22px; }
.brand-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  white-space: nowrap;
  color: var(--navy-900);
}
.brand-text-accent { color: var(--teal-500); font-weight: 600; }

.hdr-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14.5px;
  font-weight: 600;
}
.hdr-nav a {
  color: var(--navy-700);
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: color .15s;
}
.hdr-nav a:hover { color: var(--teal-500); }
.hdr-nav a.active { color: var(--teal-500); }
.hdr-nav a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--gold-cta);
}

.hdr-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold-cta);
  color: var(--grey-800);
  text-decoration: none;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .15s, transform .15s;
}
.hdr-cta:hover {
  background: var(--gold-cta-h);
  color: var(--grey-800);
  text-decoration: none;
  transform: translateY(-1px);
}

/* Header — lien Espace client (connexion) */
.hdr-login {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--navy-900);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 16px;
  transition: color .15s;
}
.hdr-login svg { width: 15px; height: 15px; }
.hdr-login:hover { color: var(--teal-600); text-decoration: none; }
.hdr-login.active { color: var(--teal-600); }
@media (max-width: 880px) {
  .hdr-login { display: none; }
}

@media (max-width: 880px) {
  .hdr-nav { display: none; }
  .hdr-cta { display: none; }   /* CTA accessible via le hero/contenu ; header mobile = logo + menu */
  .hdr-inner { position: relative; }
  .hdr-nav.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--grey-200);
    padding: 12px 24px 18px;
    gap: 0;
    box-shadow: 0 8px 18px rgba(11, 46, 79, 0.08);
    z-index: 49;
  }
  .hdr-nav.mobile-open a {
    padding: 14px 0;
    border-bottom: 1px solid var(--grey-100);
    font-size: 15px;
  }
  .hdr-nav.mobile-open a:last-child { border-bottom: none; }
  .hdr-nav.mobile-open a.active::after { display: none; }
  .hdr-mobile-toggle { display: inline-flex !important; }
}
.hdr-mobile-toggle {
  display: none;
  background: none;
  border: 1px solid var(--grey-300);
  border-radius: var(--radius-sm);
  padding: 8px;
  color: var(--navy-900);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.hdr-mobile-toggle svg { width: 20px; height: 20px; pointer-events: none; }
.hdr-mobile-toggle.is-open svg.icon-burger { display: none; }
.hdr-mobile-toggle:not(.is-open) svg.icon-close { display: none; }

@media (max-width: 480px) {
  .hdr-cta { padding: 10px 14px; font-size: 11.5px; letter-spacing: 0.4px; }
  .hdr-cta svg { display: none; }
  .brand-text { font-size: 17px; }
  /* M8 fix 2026-06-08 — masquer la baseline "MAIN · EST. 2015" en mobile pour ne pas cramper le header */
  .brand-text > span:last-child { display: none; }
}

/* ================================================================
   BUTTONS (CertEurope-style: pill, all-caps, 14px small)
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background .15s, transform .12s, box-shadow .15s, border-color .15s, color .15s;
  white-space: nowrap;
  line-height: 1.2;
  cursor: pointer;
}
.btn:hover { text-decoration: none; }
.btn svg { width: 16px; height: 16px; }

.btn-primary {
  background: var(--gold-cta);
  color: var(--grey-800);
}
.btn-primary:hover {
  background: var(--gold-cta-h);
  color: var(--grey-800);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 191, 55, 0.4);
}

.btn-outline {
  background: transparent;
  color: var(--navy-900);
  border-color: var(--navy-900);
}
.btn-outline:hover { background: var(--navy-900); color: var(--white); }

.btn-ghost {
  background: var(--white);
  color: var(--navy-900);
  border-color: var(--grey-200);
}
.btn-ghost:hover { border-color: var(--navy-900); }

.btn-block { width: 100%; }
.btn-lg { padding: 17px 38px; font-size: 14.5px; }

/* ================================================================
   HERO (with REAL photo)
   ================================================================ */
.hero {
  background: linear-gradient(180deg, #ffffff 0%, #eef1f7 100%);
  color: var(--navy-900);
  padding: 76px 0 84px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 30%, rgba(30, 120, 159, 0.18) 0%, transparent 50%),
                    radial-gradient(circle at 10% 80%, rgba(255, 191, 55, 0.06) 0%, transparent 40%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: block;
  position: relative;
}
.hero-text { max-width: 730px; }
.hero-photo { display: none; } /* hero mono-colonne épuré façon Signaturit 2026-06-07 */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(30, 120, 159, 0.06);
  color: #1e6f93;
  font-family: Georgia, 'Source Serif 4', serif;
  font-size: 13.5px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 22px;
  border: 1px solid rgba(30, 120, 159, 0.18);
}

.hero h1 {
  font-family: var(--font-sans);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--navy-900);
  margin-bottom: 20px;
  text-wrap: balance;
}
.hero h1 .hl {
  color: var(--gold-cta);
}

.hero .lede {
  font-size: 18.5px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 30px;
  max-width: 580px;
}

.hero-bullets {
  display: none; /* hero épuré façon Signaturit 2026-06-07 */
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  margin-bottom: 36px;
  max-width: 580px;
}
.hb {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.92);
}
.hb svg {
  width: 20px;
  height: 20px;
  color: var(--gold-cta);
  flex-shrink: 0;
  margin-top: 1px;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.hero-cta-row .btn-outline {
  border-color: rgba(15, 39, 71, 0.25);
  color: var(--navy-900);
}
.hero-cta-row .btn-outline:hover {
  background: rgba(15, 39, 71, 0.05);
  border-color: var(--navy-900);
  color: var(--navy-900);
}

.hero-meta {
  display: none; /* note/compteur inventés masqués 2026-06-07 */
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
.hm-stars { display: inline-flex; gap: 2px; }
.hm-stars svg { width: 16px; height: 16px; color: var(--gold-cta); }

/* ============= HERO "Option A" — clone CertEurope (validé Lucas 2026-06-08) ============= */
.hero-a {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 52px;
  align-items: center;
  position: relative;
}
.hero-a-text { max-width: 620px; }
.hero-a-h1 {
  font-family: var(--font-sans);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--navy-900);
  margin: 0 0 18px;
  text-wrap: balance;
}
.hero-a-h1 .hl-gold { color: var(--gold-cta-d); }
.hero-a-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0 0 28px;
  max-width: 560px;
}
.hero-a-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-a-link {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--navy-900); font-weight: 700; font-size: 15px;
  text-decoration: none; padding: 16px 18px;
  border: 1.5px solid rgba(11, 46, 79, .2); border-radius: 8px;
}
.hero-a-link:hover { border-color: var(--navy-900); text-decoration: none; background: rgba(11,46,79,.04); }
.hero-a-micro { display: flex; gap: 18px 22px; flex-wrap: wrap; font-size: 13.5px; color: #46505c; }
.hero-a-micro strong { color: var(--navy-900); }
.ck { color: #1f9d62; font-weight: 800; margin-right: 5px; }

.hero-a-card {
  background: var(--white);
  border: 1px solid #e3e0d6;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(11, 46, 79, .16);
  overflow: hidden;
}
.hero-a-card-top {
  background: var(--navy-900);
  color: var(--white);
  padding: 18px 22px;
  display: flex; align-items: center; gap: 14px;
}
.hero-a-card-top svg { width: 46px; height: 46px; flex-shrink: 0; }
.hero-a-card-top .ttl-kicker { font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; opacity: .8; }
.hero-a-card-top .ttl { font-weight: 700; font-size: 16px; }
.hero-a-card img { width: 100%; height: 240px; object-fit: cover; display: block; filter: contrast(1.02) saturate(.95); }
.hero-a-card .hero-pdf-mock { margin: 0; border-radius: 0; }
.hero-a-card-list { padding: 18px 22px; font-size: 13.5px; color: #46505c; line-height: 1.85; }

.hero-a-logos {
  display: flex; align-items: center; justify-content: center;
  gap: 18px 34px; flex-wrap: wrap;
  max-width: 1200px; margin: 44px auto 0; padding: 22px 24px 0;
  border-top: 1px solid #e3e0d6;
}
.hero-a-logos .lg {
  font-family: Georgia, 'Source Serif 4', serif; font-style: italic;
  font-size: 13px; color: #6a5a3a; display: flex; align-items: center; gap: 9px;
}
.hero-a-logos .lg svg { width: 30px; height: 30px; }

@media (max-width: 980px) {
  .hero { padding: 56px 0 72px; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { font-size: 38px; }
  .hero-bullets { grid-template-columns: 1fr; }
  .hero-a { grid-template-columns: 1fr; gap: 36px; }
  .hero-a-h1 { font-size: 36px; }
  .hero-a-card { max-width: 460px; }
}
@media (max-width: 480px) { .hero h1 { font-size: 30px; } .hero-a-h1 { font-size: 26px; word-break: normal; overflow-wrap: anywhere; hyphens: auto; } }

/* ============= HERO PHOTO SIDE ============= */
.hero-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 5 / 6;
}
@media (max-width: 1200px) {
  .hero-photo { aspect-ratio: 5 / 5; }
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hpb-eu {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.hpb-text { font-size: 12.5px; line-height: 1.5; color: var(--grey-700); }
.hpb-text strong { color: var(--navy-900); display: block; font-size: 13.5px; }

@media (max-width: 980px) { .hero-photo { aspect-ratio: 5 / 4; max-width: 600px; margin: 0 auto; } }

/* ================================================================
   STRIP — Recognition logos / "Reconnu par"
   ================================================================ */
.strip {
  background: var(--white);
  border-bottom: 1px solid var(--grey-200);
  padding: 32px 0;
}
.strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.strip-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--grey-500);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.strip-logos {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px 56px;
}
.strip-logos li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  filter: grayscale(40%);
  opacity: 0.85;
  transition: filter .2s, opacity .2s;
}
.strip-logos li:hover { filter: grayscale(0); opacity: 1; }
.strip-logos .logo-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.strip-logos small {
  font-size: 11px;
  color: var(--grey-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

@media (max-width: 720px) {
  .strip-logos { gap: 22px 30px; }
  .strip-logos .logo-badge { width: 48px; height: 48px; font-size: 10px; }
}

/* ================================================================
   SECTIONS
   ================================================================ */
.section { padding: 88px 0; }
.section-light { background: var(--grey-50); border-top: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); }
.section-dark { background: var(--navy-900); color: rgba(255, 255, 255, 0.92); }
.section-tealgrad { background: linear-gradient(180deg, #FFF 0%, var(--teal-50) 100%); }

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.kicker {
  font-family: Georgia, 'Source Serif 4', serif;
  font-size: 13.5px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  color: var(--teal-700);
  margin-bottom: 14px;
}
.section-dark .kicker { color: var(--gold-cta); }
.section h2 {
  font-family: var(--font-sans);
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: var(--navy-900);
  font-weight: 700;
  text-wrap: balance;
}
.section-dark h2 { color: var(--white); }
.section-lede {
  margin-top: 14px;
  font-size: 17px;
  color: var(--grey-600);
  line-height: 1.65;
}
.section-dark .section-lede { color: rgba(255, 255, 255, 0.78); }

@media (max-width: 720px) {
  .section { padding: 56px 0; }
  .section h2 { font-size: 28px; }
  .section-lede { font-size: 15.5px; }
}

/* ================================================================
   STEPS (procedure)
   ================================================================ */
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}
.step {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  padding: 28px 26px;
  position: relative;
  transition: border-color .2s, box-shadow .2s;
}
.step:hover {
  border-color: var(--teal-500);
  box-shadow: 0 8px 24px rgba(30, 120, 159, 0.12);
}
.step-num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold-cta);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.step h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 8px;
}
.step p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--grey-600);
}
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }

/* ================================================================
   TWO-COL FEATURE BLOCK (text + image)
   ================================================================ */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin: 48px 0;
}
.feature-row.reverse { direction: rtl; }
.feature-row.reverse > * { direction: ltr; }
.feature-text h2 {
  margin-bottom: 16px;
  font-size: 32px;
  text-wrap: balance;
}
.feature-text p { font-size: 16px; color: var(--grey-600); margin-bottom: 16px; line-height: 1.7; }
.feature-text ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 24px 0;
}
.feature-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: var(--grey-700);
}
.feature-text ul li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: var(--teal-100);
  border: 2px solid var(--teal-500);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E789F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.feature-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.feature-image img { width: 100%; height: auto; display: block; }
@media (max-width: 980px) {
  .feature-row { grid-template-columns: 1fr; gap: 32px; }
  .feature-row.reverse { direction: ltr; }
  .feature-text h2 { font-size: 26px; }
}

/* ================================================================
   COMPARAISON TABLE
   ================================================================ */
.cmp-table {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.cmp-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  border-bottom: 1px solid var(--grey-200);
}
.cmp-row:last-child { border-bottom: none; }
.cmp-cell {
  padding: 16px 18px;
  font-size: 14.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid var(--grey-200);
}
.cmp-cell:last-child { border-right: none; }
.cmp-head .cmp-cell {
  background: var(--grey-50);
  font-size: 13px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 12px;
  gap: 4px;
}
.cmp-head .cmp-cell strong { font-size: 16px; color: var(--navy-900); }
.cmp-head .cmp-cell span { color: var(--grey-600); font-size: 13px; }
.cmp-cell.cmp-us { background: linear-gradient(180deg, #FFF7E0, #FFF); }
.cmp-head .cmp-cell.cmp-us {
  background: var(--navy-900);
  color: var(--white);
}
.cmp-head .cmp-cell.cmp-us strong { color: var(--white); }
.cmp-head .cmp-cell.cmp-us span { color: var(--gold-cta); font-weight: 700; }

.cmp-row:not(.cmp-head) .cmp-cell { justify-content: flex-start; color: var(--grey-700); }
.cmp-row:not(.cmp-head) .cmp-cell:first-child {
  font-weight: 600;
  color: var(--navy-900);
  background: var(--grey-50);
}
.cmp-row:not(.cmp-head) .cmp-cell.cmp-us { font-weight: 600; color: var(--navy-900); }

.dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.dot.ok { background: var(--green-600); box-shadow: 0 0 0 3px var(--green-50); }
.dot.ko { background: var(--red-600); box-shadow: 0 0 0 3px var(--red-50); }
.dot.warn { background: var(--orange-500); box-shadow: 0 0 0 3px #FFF7ED; }

.cmp-foot { margin-top: 14px; font-size: 12.5px; color: var(--grey-500); text-align: center; }

@media (max-width: 880px) {
  .cmp-table { font-size: 12.5px; }
  .cmp-row { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
  .cmp-cell { padding: 10px 8px; }
  .cmp-head .cmp-cell { font-size: 11px; padding: 12px 6px; }
  .cmp-head .cmp-cell strong { font-size: 13px; }
}
@media (max-width: 540px) {
  .cmp-row { grid-template-columns: 1.4fr 1fr 1fr; }
  .cmp-row .cmp-cell:nth-child(4) { display: none; }
  .cmp-row.cmp-head .cmp-cell:nth-child(4) { display: none; }
}

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.testimonial-stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 14px;
}
.testimonial-stars svg { width: 18px; height: 18px; color: var(--gold-cta); }
.testimonial-quote {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--grey-700);
  margin-bottom: 22px;
  flex: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--grey-200);
}
.testimonial-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.testimonial-name { font-size: 14.5px; font-weight: 700; color: var(--navy-900); }
.testimonial-role { font-size: 12.5px; color: var(--grey-500); }

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

/* ================================================================
   PRICING
   ================================================================ */
.section-pricing { background: var(--grey-50); }

.pricing-card {
  max-width: 540px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: relative;
}
.pc-header {
  background: var(--navy-900);
  color: var(--white);
  text-align: center;
  padding: 24px;
}
.pc-badge {
  display: inline-block;
  background: var(--gold-cta);
  color: var(--grey-800);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
}
.pc-header h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.pc-body { padding: 32px; }
.pc-sub { color: var(--grey-600); font-size: 14.5px; line-height: 1.6; margin-bottom: 24px; }
.pc-price-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
  margin-bottom: 24px;
}
.pc-price { display: flex; align-items: flex-start; gap: 4px; line-height: 1; }
.pc-amount { font-size: 64px; font-weight: 700; color: var(--navy-900); letter-spacing: -2px; line-height: 1; }
.pc-currency { font-size: 28px; font-weight: 700; color: var(--navy-900); margin-top: 8px; }
.pc-vat { font-size: 13px; font-weight: 600; color: var(--grey-500); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 14px; margin-left: 4px; }
.pc-price-aside { display: flex; flex-direction: column; gap: 4px; font-size: 13px; margin-bottom: 8px; }
.pc-ttc { color: var(--grey-700); font-weight: 600; }
.pc-once { color: var(--grey-500); }

.pc-features { list-style: none; margin-bottom: 24px; display: grid; gap: 10px; }
.pc-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--grey-700); }
.pc-features svg { width: 18px; height: 18px; color: var(--green-600); flex-shrink: 0; margin-top: 2px; }

.pc-pay {
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12.5px;
  color: var(--grey-500);
  justify-content: center;
}
.pp {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-sm);
  font-weight: 700;
  color: var(--grey-700);
  font-size: 12px;
  background: var(--white);
}
.pc-fine { margin-top: 16px; font-size: 12px; line-height: 1.5; color: var(--grey-500); text-align: center; }

@media (max-width: 540px) { .pc-amount { font-size: 52px; } .pc-body { padding: 24px; } }

/* ================================================================
   CASES GRID
   ================================================================ */
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-top: 3px solid var(--teal-500);
  border-radius: var(--radius-md);
  padding: 26px 24px;
  transition: box-shadow .2s, transform .2s;
}
.case:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.case h3 { font-size: 17px; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; }
.case p { font-size: 14px; line-height: 1.6; color: var(--grey-600); }

@media (max-width: 880px) { .cases-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .cases-grid { grid-template-columns: 1fr; } }

/* ================================================================
   FAQ
   ================================================================ */
.faq {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq details { border-bottom: 1px solid var(--grey-200); }
.faq details:last-child { border-bottom: none; }
.faq summary {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy-900);
  padding: 20px 56px 20px 24px;
  cursor: pointer;
  position: relative;
  list-style: none;
  user-select: none;
  transition: background .15s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: var(--teal-500);
  line-height: 1;
}
.faq details[open] summary::after { content: '−'; }
.faq summary:hover { background: var(--grey-50); }
.faq details > p {
  padding: 0 24px 22px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--grey-700);
}

/* ================================================================
   CTA FINAL
   ================================================================ */
.cta-final {
  background: var(--navy-900);
  color: var(--white);
  padding: 88px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 50%, rgba(30, 120, 159, 0.18) 0%, transparent 50%),
                    radial-gradient(circle at 80% 50%, rgba(255, 191, 55, 0.10) 0%, transparent 50%);
  pointer-events: none;
}
.cta-final h2 { color: var(--white); font-size: 38px; margin-bottom: 14px; position: relative; }
.cta-final p { font-size: 17px; color: rgba(255, 255, 255, 0.85); margin-bottom: 30px; position: relative; }
.cta-final-fine { margin-top: 22px; font-size: 13px; color: rgba(255, 255, 255, 0.6); position: relative; }

/* ================================================================
   PAGE HEADER (inner pages)
   ================================================================ */
.page-hero {
  background: var(--navy-900);
  color: var(--white);
  padding: 64px 0 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 75% 30%, rgba(30, 120, 159, 0.18) 0%, transparent 50%);
  pointer-events: none;
}
.page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.breadcrumb a { color: rgba(255, 255, 255, 0.7); }
.breadcrumb a:hover { color: var(--gold-cta); }
.page-hero h1 {
  font-family: var(--font-sans);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: var(--white);
  margin-bottom: 14px;
  text-wrap: balance;
}
.page-hero .lede {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
}
@media (max-width: 720px) {
  .page-hero { padding: 48px 0; }
  .page-hero h1 { font-size: 30px; }
}

/* ================================================================
   PROSE (article-style content)
   ================================================================ */
.prose {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--grey-700);
}
.prose h2 {
  font-family: var(--font-sans);
  font-size: 28px;
  color: var(--navy-900);
  margin: 40px 0 14px;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 19px; font-weight: 700; color: var(--navy-900); margin: 28px 0 10px; }
.prose p { margin-bottom: 16px; }
.prose ul, .prose ol { margin: 0 0 16px 24px; }
.prose li { margin-bottom: 8px; }
.prose blockquote {
  border-left: 3px solid var(--teal-500);
  background: var(--teal-50);
  padding: 14px 20px;
  margin: 24px 0;
  color: var(--grey-700);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.prose strong { color: var(--navy-900); }

/* ================================================================
   STATS
   ================================================================ */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
  margin: 48px 0;
}
.stat { text-align: center; }
.stat-num {
  font-size: 44px;
  font-weight: 700;
  color: var(--teal-500);
  letter-spacing: -1px;
  line-height: 1;
  display: block;
}
.stat-label {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--grey-600);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 720px) { .stats-row { grid-template-columns: repeat(2, 1fr); gap: 24px; } .stat-num { font-size: 32px; } }

/* ================================================================
   VALUES / TRUST CARDS
   ================================================================ */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0; }
.value-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  padding: 28px;
}
.value-card h3 { font-size: 17px; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; }
.value-card p { font-size: 14.5px; line-height: 1.6; color: var(--grey-600); }
.value-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--teal-100);
  color: var(--teal-700);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.value-icon svg { width: 24px; height: 24px; }
@media (max-width: 880px) { .values-grid { grid-template-columns: 1fr; } }

/* ================================================================
   CONTACT
   ================================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  margin: 48px 0;
  align-items: start;
}
.contact-form {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.contact-form .field { margin-bottom: 18px; }
.contact-form label { display: block; font-size: 13px; font-weight: 700; color: var(--navy-900); margin-bottom: 6px; }
.contact-form input:not([type=checkbox]):not([type=radio]),
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14.5px;
  background: var(--white);
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--teal-500);
  box-shadow: 0 0 0 3px rgba(30, 120, 159, 0.12);
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-info {
  background: var(--navy-900);
  color: var(--white);
  padding: 32px;
  border-radius: var(--radius-md);
}
.contact-info h3 { font-size: 14px; font-weight: 700; color: var(--gold-cta); margin-bottom: 16px; letter-spacing: 0.5px; text-transform: uppercase; }
.contact-info dt { font-size: 11.5px; color: var(--gold-cta); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; font-weight: 700; }
.contact-info dd { font-size: 14.5px; line-height: 1.6; margin-bottom: 16px; color: rgba(255, 255, 255, 0.92); }
.contact-info a { color: var(--gold-cta); }
.contact-info img { border-radius: var(--radius-sm); margin-top: 16px; opacity: 0.95; }

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

/* ================================================================
   COMPLIANCE (regulation cards)
   ================================================================ */
.reg-list { display: grid; gap: 20px; margin: 32px 0; }
.reg-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-left: 4px solid var(--teal-500);
  border-radius: var(--radius);
  padding: 24px 28px;
}
.reg-card-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
.reg-card h3 { font-size: 21px; font-weight: 700; color: var(--navy-900); }
.reg-card-ref { font-size: 11.5px; color: var(--grey-500); background: var(--grey-100); padding: 4px 10px; border-radius: var(--radius-sm); font-weight: 700; letter-spacing: 0.4px; }
.reg-card-quote {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--grey-700);
  font-style: italic;
  border-left: 2px solid var(--grey-300);
  padding-left: 14px;
  margin: 12px 0;
}
.reg-card-explain { font-size: 14.5px; line-height: 1.65; color: var(--grey-700); }

/* ================================================================
   RECOGNITIONS — official cert logo strip
   ================================================================ */
.recognitions {
  padding: 56px 0;
  background: var(--white);
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
}
.recognitions-head { text-align: center; margin-bottom: 32px; }
.recognitions-head .kicker { color: var(--teal-500); }
.recognitions-head h3 {
  font-size: 22px;
  color: var(--navy-900);
  font-weight: 700;
  margin: 8px 0 6px;
}
.recognitions-head p {
  font-size: 14px;
  color: var(--grey-600);
  max-width: 640px;
  margin: 0 auto;
}
.rec-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
.rec-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  padding: 24px 18px;
  text-align: center;
  transition: border-color .15s, transform .15s;
  position: relative;
}
.rec-card:hover { border-color: var(--teal-500); transform: translateY(-2px); }
.rec-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
}
.rec-icon img, .rec-icon svg { width: 100%; height: 100%; object-fit: contain; }
.rec-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-900);
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}
.rec-desc {
  font-size: 11px;
  color: var(--grey-500);
  letter-spacing: 0.3px;
  line-height: 1.4;
}
@media (max-width: 880px) { .rec-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 540px) { .rec-grid { grid-template-columns: repeat(2, 1fr); } }

/* ================================================================
   CLIENTS WALL (B2B sector logos)
   ================================================================ */
.clients-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
}
.client-cell {
  padding: 36px 18px;
  text-align: center;
  border-right: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
  background: var(--white);
  transition: background .15s;
}
.client-cell:hover { background: var(--teal-50); cursor: pointer; }
.client-cell:hover .client-name { color: var(--teal-700); }
.client-cell { transition: background .15s; }
.client-cell:nth-child(6n) { border-right: none; }
.client-cell:nth-last-child(-n+6) { border-bottom: none; }
.client-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-900);
  letter-spacing: 0.2px;
  margin-bottom: 4px;
}
.client-sector {
  font-size: 11px;
  color: var(--grey-500);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .clients-wall { grid-template-columns: repeat(3, 1fr); }
  .client-cell { border-right: 1px solid var(--grey-200); border-bottom: 1px solid var(--grey-200); }
  .client-cell:nth-child(6n) { border-right: 1px solid var(--grey-200); }
  .client-cell:nth-child(3n) { border-right: none; }
  .client-cell:nth-last-child(-n+6) { border-bottom: 1px solid var(--grey-200); }
  .client-cell:nth-last-child(-n+3) { border-bottom: none; }
}
@media (max-width: 540px) {
  .clients-wall { grid-template-columns: repeat(2, 1fr); }
  .client-cell:nth-child(3n) { border-right: 1px solid var(--grey-200); }
  .client-cell:nth-child(2n) { border-right: none; }
  .client-cell:nth-last-child(-n+3) { border-bottom: 1px solid var(--grey-200); }
  .client-cell:nth-last-child(-n+2) { border-bottom: none; }
}

/* ================================================================
   PROFESSIONALS SEGMENTS
   ================================================================ */
.pros-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pro-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.pro-card:hover { border-color: var(--teal-500); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.pro-photo { aspect-ratio: 16 / 10; background: var(--grey-100); }
.pro-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pro-body { padding: 24px; }
.pro-tag {
  display: inline-block;
  background: var(--teal-100);
  color: var(--teal-700);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
}
.pro-card h3 { font-size: 19px; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; }
.pro-card p { font-size: 14px; line-height: 1.6; color: var(--grey-600); margin-bottom: 16px; }
.pro-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--teal-700);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
}
.pro-link:hover { color: var(--teal-500); }
@media (max-width: 880px) { .pros-grid { grid-template-columns: 1fr; } }

/* ================================================================
   ARTICLES / PUBLICATIONS
   ================================================================ */
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.article-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.article-photo { aspect-ratio: 16 / 9; background: var(--grey-100); }
.article-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-body { padding: 22px 24px; }
.article-meta {
  display: flex;
  gap: 10px;
  font-size: 11.5px;
  color: var(--grey-500);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  font-weight: 600;
}
.article-meta-tag { color: var(--teal-700); }
.article-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy-900);
  line-height: 1.35;
  margin-bottom: 8px;
  text-wrap: balance;
}
.article-excerpt { font-size: 13.5px; line-height: 1.6; color: var(--grey-600); }
@media (max-width: 880px) { .articles-grid { grid-template-columns: 1fr; } }

/* ================================================================
   PRESS STRIP
   ================================================================ */
.press-strip {
  padding: 32px 0;
  background: var(--grey-50);
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
}
.press-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.press-label {
  font-family: Georgia, 'Source Serif 4', serif;
  font-size: 13.5px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  color: var(--grey-600);
  margin-bottom: 18px;
}
.press-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px 48px;
}
.press-list li {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy-700);
  opacity: 0.72;
  letter-spacing: -0.4px;
  filter: grayscale(60%);
  transition: opacity .15s, filter .15s;
}
.press-list li:hover { opacity: 1; filter: grayscale(0%); }

/* ================================================================
   FOOTER (denser institutional)
   ================================================================ */
.site-footer {
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.7);
  padding: 64px 0 0;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 2.6fr;
  gap: 48px;
}
.footer-brand .brand { color: var(--white); margin-bottom: 14px; }
.footer-brand .brand-text { color: var(--white); }
.footer-brand p { font-size: 13.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.6); max-width: 380px; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer-cols h4 { font-size: 12px; font-weight: 700; color: var(--gold-cta); letter-spacing: 0.6px; text-transform: uppercase; margin-bottom: 14px; }
.footer-cols ul { list-style: none; display: grid; gap: 8px; }
.footer-cols a { color: rgba(255, 255, 255, 0.65); text-decoration: none; font-size: 13.5px; transition: color .15s; }
.footer-cols a:hover { color: var(--gold-cta); }
.footer-cols small { font-size: 11px; color: rgba(255, 255, 255, 0.4); }

.footer-legal {
  margin-top: 56px;
  padding: 28px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
}
.footer-legal p { margin-bottom: 8px; }
.footer-legal a { color: var(--gold-cta); }
.footer-eu { font-style: italic; }
.footer-copy { margin-top: 14px; opacity: 0.7; }

@media (max-width: 980px) {
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) { .footer-cols { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .pulse, .eyebrow-dot, .stepper-step.active .stepper-num,
  .fade-in, .fade-in.in-view { animation: none !important; transform: none !important; opacity: 1 !important; }
}

/* Anti double-flèche : on garde le SVG .chev, on retire le ▾ pseudo-élément (2026-06-08) */
.lang-current::after { content: none !important; }

/* ============================================================
   GDPR consent card — large checkbox, high contrast, no-miss
   (accessibility for elderly users — 2026-06-08)
   ============================================================ */
.gdpr-card {
  background: #FAF8F2;
  border: 2px solid var(--grey-300);
  border-radius: var(--radius);
  padding: 20px 22px;
  margin-bottom: 22px;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.gdpr-card:hover { border-color: var(--navy-900); }
.gdpr-card.is-checked { border-color: var(--green-600); background: #F0F9F1; }
.gdpr-card.has-error { border-color: var(--red-600); background: #FEF2F2; animation: gdpr-shake 0.4s; }
@keyframes gdpr-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}
.gdpr-label {
  display: flex !important;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: var(--grey-900, #0F1A30) !important;
  user-select: none;
}
.gdpr-label .gdpr-native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.gdpr-label .gdpr-box {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 2.5px solid var(--grey-500);
  border-radius: 6px;
  background: var(--white);
  display: grid;
  place-items: center;
  margin-top: 1px;
  transition: all 0.15s;
}
.gdpr-label .gdpr-box svg {
  width: 20px;
  height: 20px;
  color: var(--white);
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.15s;
}
.gdpr-label:hover .gdpr-box { border-color: var(--navy-900); }
.gdpr-native:focus-visible + .gdpr-box {
  outline: 3px solid rgba(11, 46, 79, 0.35);
  outline-offset: 2px;
}
.gdpr-native:checked + .gdpr-box {
  background: var(--green-600);
  border-color: var(--green-600);
}
.gdpr-native:checked + .gdpr-box svg {
  opacity: 1;
  transform: scale(1);
}
.gdpr-label a {
  color: var(--teal-700);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.gdpr-label a:hover { color: var(--navy-900); }
.gdpr-card .field-error {
  margin-left: 44px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

/* ============================================================
   App modal — custom replacement for Chrome alert() / confirm()
   ============================================================ */
.app-modal { position: fixed; inset: 0; background: rgba(11, 46, 79, 0.55); backdrop-filter: blur(3px); display: none; align-items: center; justify-content: center; padding: 20px; z-index: 9999; opacity: 0; transition: opacity 0.22s ease; }
.app-modal.open { display: flex; opacity: 1; }
.app-modal-card { background: var(--white); border-radius: 14px; max-width: 460px; width: 100%; box-shadow: 0 30px 80px rgba(11, 46, 79, 0.30); padding: 28px 28px 24px; transform: translateY(16px) scale(0.97); transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1); text-align: center; }
.app-modal.open .app-modal-card { transform: translateY(0) scale(1); }
.app-modal-icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 16px; background: #FEF3C7; color: #B45309; }
.app-modal-icon.is-error { background: #FEE2E2; color: var(--red-600); }
.app-modal-icon.is-info { background: #DBEAFE; color: #1D4ED8; }
.app-modal-icon svg { width: 30px; height: 30px; }
.app-modal-title { font-size: 18px; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; line-height: 1.35; }
.app-modal-text { font-size: 15px; line-height: 1.55; color: var(--grey-800, #222); margin-bottom: 22px; }
.app-modal-actions { display: flex; justify-content: center; gap: 10px; }
.app-modal-actions .btn { min-width: 120px; padding: 13px 22px; font-size: 15px; font-weight: 700; border-radius: var(--radius-pill, 999px); }
@media (max-width: 540px) { .app-modal-card { padding: 24px 20px 20px; } .app-modal-actions .btn { width: 100%; } }

/* ============================================================
   Sticky CTA bar — mobile only, never lose the primary action
   ============================================================ */
.sticky-cta {
  display: none;
}
@media (max-width: 880px) {
  .sticky-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    border-top: 1px solid var(--grey-200);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    z-index: 9000;
    box-shadow: 0 -6px 20px rgba(11, 46, 79, 0.10);
  }
  .sticky-cta .btn-primary {
    width: 100%;
    padding: 16px 20px;
    font-size: 15.5px;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
  }
  /* Add bottom padding to main scroll area so sticky bar doesn't overlap last input */
  .checkout-main { padding-bottom: 96px !important; }
  /* Hide the inline step-actions buttons on mobile when sticky is visible — kept for desktop */
  .step-pane > .step-actions .btn-primary { display: none; }
  .step-pane > .step-actions .step-back { width: 100%; text-align: center; }
}
