/* ============================================================
   KEYSTON PALE — COUCHE DE STYLE GLOBALE (direction artistique)
   ------------------------------------------------------------
   Reprend la DA de la page d'accueil sur toutes les autres pages.
   Chargée APRÈS assets/styles.css, qui n'est pas modifié :
   cette feuille ne fait que redéfinir l'apparence des composants
   existants. Aucun balisage de page n'a été touché.
   Pour revenir en arrière : retirer la ligne <link> de theme.css.
   ============================================================ */

/* ---------- 1. JETONS : on retend la palette du site ---------- */
:root{
  --navy:#1B1916;
  --navy-2:#242119;
  --navy-3:#1F1C17;
  --navy-soft: rgba(27,25,22,0.06);
  --gold:#C9974D;
  --gold-light:#E7C994;
  --gold-deep:#A2732C;
  --bronze:#8A6524;
  --paper:#FFFFFF;
  --paper-2:#FBF8F2;
  --paper-3:#F6F0E4;
  --ink:#1B1916;
  --muted:#5F5A51;
  --muted-dark:#8B857A;
  --line: rgba(27,25,22,0.10);
  --line-soft: rgba(27,25,22,0.06);
  --line-gold: rgba(162,115,44,0.28);
  --stone:#F2ECE0;
  --stone-2:#EAE2D2;
  --radius:14px;
  --radius-sm:11px;
  --radius-btn:7px;

  --sh-1: 0 1px 1px rgba(27,25,22,.04), 0 3px 6px rgba(27,25,22,.035), 0 12px 24px -10px rgba(27,25,22,.10);
  --sh-2: 0 1px 2px rgba(27,25,22,.05), 0 8px 18px rgba(27,25,22,.055), 0 28px 52px -20px rgba(27,25,22,.16);
  --sh-3: 0 2px 4px rgba(27,25,22,.06), 0 16px 32px rgba(27,25,22,.07), 0 48px 88px -28px rgba(27,25,22,.22);
  --bevel: inset 0 1px 0 rgba(255,255,255,.92);
  --bevel-dark: inset 0 1px 0 rgba(255,255,255,.10);
}

/* ---------- 2. TYPOGRAPHIE ---------- */
body{
  font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  font-feature-settings:'kern' 1,'liga' 1,'calt' 1;
}
h1, h2, h3, h4,
.section-title, .hero-title,
.article-body h2, .article-body h3,
.card h3, .blog-card h3, .price-card h3, .step-row h4, .process-step h4,
.author-box .name, .legal-copy h2, .faq-q, .qstep h3, .versus p.big{
  font-family:'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  font-variation-settings:'SOFT' 0,'WONK' 0;
  font-weight:500;
  letter-spacing:-0.018em;
  color: var(--ink);
  line-height:1.14;
}
strong{ font-weight:600; }

.section-title{ font-size:clamp(28px,3.5vw,44px); line-height:1.12; }
.page-hero .section-title{ font-size:clamp(32px,4.4vw,52px); max-width:900px; }
.section-lede{ font-size:17px; line-height:1.65; color:var(--muted); }
.page-hero .section-lede{ font-size:17.5px; }

/* Chiffres et marqueurs : même serif que les titres, comme sur l'accueil */
.card .num, .step-row .n, .stat-num, .price-card .amount, .process-circle,
.article-toc li::before, .blog-card .meta .mini-avatar, .article-meta .avatar, .author-box .avatar{
  font-family:'Fraunces', Georgia, serif; font-weight:500; letter-spacing:-0.02em;
}
.card .num{ font-size:15px; color:var(--gold-deep); }
.step-row .n{ font-size:30px; color:var(--gold); font-weight:400; }
.price-card .amount{ font-size:38px; font-weight:500; }

/* Éléments d'interface : Inter partout */
.nav-mark .mark-text, .nav-links a, .lang-switch, .qinput, .kp-float-calendly,
.price-compare th, .foot-mark, .blog-filter, .faq-q .plus, .badge, .btn-primary, .btn-ghost{
  font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.nav-mark .mark-text, .foot-mark{ font-weight:700; letter-spacing:-0.025em; }

/* Plus aucun scintillement doré sur les mots : italique bronze, comme sur l'accueil */
.gold-shimmer{
  background-image:none !important; -webkit-text-fill-color: currentColor !important;
  animation:none !important; color:var(--bronze) !important; font-style:italic;
}

/* ---------- 3. SECTIONS ---------- */
section{ padding:100px 0; border-top:none; }
@media (max-width:900px){ section{ padding:76px 0; } }
@media (max-width:640px){ section{ padding:58px 0; } }
section[data-bg="tint"]{ background:linear-gradient(180deg,#FBF8F2 0%,#F6F0E4 100%); }
section[data-bg="stone"]{ background:linear-gradient(180deg,#F4EEE3 0%,#EDE5D6 100%); }
section[data-bg="gold"]{ background:linear-gradient(180deg,#F8EDD8 0%,#F1E2C4 100%); }
section[data-bg="navy"]{
  background:
    radial-gradient(760px 420px at 84% 6%, rgba(201,151,77,.15), transparent 62%),
    radial-gradient(620px 380px at 6% 96%, rgba(201,151,77,.08), transparent 60%),
    #16140F;
  color:rgba(255,255,255,.78); border-top-color:rgba(255,255,255,.08);
}
section[data-bg="navy"] h2, section[data-bg="navy"] h3, section[data-bg="navy"] h4{ color:#fff; }
section[data-bg="navy"] .section-lede{ color:rgba(255,255,255,.66); }

/* En-tête de page : ivoire lumineux + gravure guillochée en filigrane */
.page-hero{
  position:relative; overflow:hidden;
  padding:84px 0 76px;
  background:
    radial-gradient(900px 480px at 78% 4%, rgba(201,151,77,.14) 0%, rgba(201,151,77,0) 62%),
    linear-gradient(178deg, #FBF8F2 0%, #FFFFFF 72%);
}
@media (max-width:640px){ .page-hero{ padding:54px 0 46px; } }
.page-hero::before{
  content:""; position:absolute; top:-26%; right:-10%;
  width:min(660px,62vw); height:min(660px,62vw);
  background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20600%20600%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%23A2732C%27%20stroke-width%3D%270.7%27%20opacity%3D%270.5%27%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%2770%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%2796%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27122%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27148%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27174%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27200%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27226%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27252%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27278%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27120%27%20ry%3D%2764%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27146%27%20ry%3D%2778%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27172%27%20ry%3D%2792%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27198%27%20ry%3D%27106%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27224%27%20ry%3D%27120%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27250%27%20ry%3D%27135%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27276%27%20ry%3D%27149%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%2764%27%20ry%3D%27120%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%2778%27%20ry%3D%27146%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%2792%27%20ry%3D%27172%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27106%27%20ry%3D%27198%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27120%27%20ry%3D%27224%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27135%27%20ry%3D%27250%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27149%27%20ry%3D%27276%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  opacity:.5; pointer-events:none;
  -webkit-mask-image: radial-gradient(closest-side,#000 40%,transparent 100%);
  mask-image: radial-gradient(closest-side,#000 40%,transparent 100%);
}
@media (max-width:900px){ .page-hero::before{ opacity:.3; right:-30%; } }
.page-hero .wrap{ position:relative; z-index:1; }

.section-head{ max-width:760px; }

/* ---------- 4. SURTITRES ---------- */
.eyebrow{
  border:none; border-radius:0; padding:0;
  font-size:11px; letter-spacing:.16em; text-transform:uppercase; font-weight:600;
  color:var(--gold-deep); gap:9px;
}
.eyebrow::before{ content:""; width:22px; height:1px; border-radius:0; background:var(--gold); }
section[data-bg="navy"] .eyebrow{ color:var(--gold-light); }
section[data-bg="navy"] .eyebrow::before{ background:var(--gold-light); }
.eyebrow-center .rule{ background:var(--gold); }

/* ---------- 5. BOUTONS ---------- */
.btn-primary{
  padding:16px 30px; border-radius:var(--radius-btn); font-size:14.5px; font-weight:600;
  background:linear-gradient(178deg,#DCAE65 0%,var(--gold) 52%,#B98A3F 100%); color:#241D10;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55), inset 0 -2px 5px rgba(120,84,32,.36),
    0 1px 2px rgba(27,25,22,.10), 0 10px 22px -8px rgba(162,115,44,.55);
  transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .22s ease, background .22s ease;
}
.btn-primary:hover{
  background:linear-gradient(178deg,#E4B871 0%,#CFA054 52%,#C09044 100%); transform:translateY(-1.5px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), inset 0 -2px 5px rgba(120,84,32,.3), 0 2px 4px rgba(27,25,22,.10), 0 18px 34px -10px rgba(162,115,44,.6);
}
.btn-ghost{
  padding:15px 28px; border:1px solid var(--line); border-radius:var(--radius-btn);
  font-size:14.5px; font-weight:600; background:rgba(255,255,255,.7); color:var(--ink);
  box-shadow: var(--bevel), 0 1px 2px rgba(27,25,22,.05), 0 6px 14px -8px rgba(27,25,22,.18);
  transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .22s ease, border-color .22s ease, color .22s ease;
}
.btn-ghost:hover{ border-color:var(--line-gold); color:var(--gold-deep); transform:translateY(-1.5px); }
section[data-bg="navy"] .btn-ghost{ background:rgba(255,255,255,.05); border-color:rgba(255,255,255,.2); color:#fff; box-shadow:var(--bevel-dark); }
section[data-bg="navy"] .btn-ghost:hover{ border-color:var(--gold); color:var(--gold-light); }
.btn-primary:focus-visible, .btn-ghost:focus-visible{ outline:2px solid var(--gold-deep); outline-offset:3px; }

/* ---------- 6. CARTES ---------- */
.card, .price-card{
  background:linear-gradient(180deg,#fff,#FDFBF8);
  border:1px solid var(--line); border-radius:var(--radius);
  box-shadow: var(--sh-1), var(--bevel);
  position:relative; overflow:hidden;
  transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s ease, border-color .28s ease;
}
.card::before, .price-card:not(.featured)::before{
  content:""; position:absolute; top:0; left:20px; right:20px; height:2px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:0; transition:opacity .28s ease;
}
.card:hover, .price-card:hover{ transform:translateY(-4px); border-color:var(--line-gold); box-shadow: var(--sh-2), var(--bevel); }
.card:hover::before, .price-card:not(.featured):hover::before{ opacity:1; }
.card h3{ font-size:19px; margin-top:14px; }
.card p{ font-size:14.5px; color:var(--muted); line-height:1.6; }

/* ---------- 7. LISTES D'ÉTAPES ---------- */
.step-row{ border-top-color:var(--line); transition: padding-left .3s cubic-bezier(.2,.7,.3,1); }
.step-row:hover{ padding-left:10px; }
.step-row h4{ font-size:19px; font-weight:500; }
.step-row p{ font-size:15px; color:var(--muted); line-height:1.7; }

/* ---------- 8. ENCARTS ---------- */
.note-box{
  border-left:3px solid var(--gold); border-radius:0 var(--radius-sm) var(--radius-sm) 0;
  background:#fff; border-top:1px solid var(--line); border-right:1px solid var(--line); border-bottom:1px solid var(--line);
  padding:20px 24px; font-size:14px; line-height:1.65; color:var(--muted);
  box-shadow: var(--sh-1), var(--bevel);
}
section[data-bg="navy"] .note-box{ background:rgba(255,255,255,.045); border-color:rgba(255,255,255,.09); border-left-color:var(--gold); box-shadow:var(--bevel-dark); }
.compliance-box{
  border:1px solid var(--line); border-left:2px solid var(--gold);
  background:linear-gradient(180deg,#FBF8F2,#F6F0E4);
  border-radius:0 var(--radius-sm) var(--radius-sm) 0; padding:22px 26px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.compliance-box .ck{ font-size:10.5px; letter-spacing:.16em; color:var(--gold-deep); font-weight:600; }
.compliance-box p{ font-size:14px; color:var(--muted); line-height:1.65; }

/* ---------- 9. FAQ ---------- */
.faq-item{ border-top:1px solid var(--line); position:relative; }
.faq-item::before{
  content:""; position:absolute; left:-18px; top:26px; width:2px; height:0;
  background:linear-gradient(180deg,var(--gold),var(--gold-deep));
  transition:height .35s cubic-bezier(.2,.7,.3,1);
}
.faq-item.open::before{ height:22px; }
.faq-q{ font-size:18px; font-weight:500; padding:26px 0; color:var(--ink); transition:color .2s ease; }
.faq-q:hover{ color:var(--gold-deep); }
.faq-item.open .faq-q{ color:var(--gold-deep); }
.faq-q .plus{
  font-size:18px; font-weight:400; color:var(--gold-deep);
  width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:var(--paper-2); border:1px solid var(--line); box-shadow:var(--bevel);
  transition: transform .3s cubic-bezier(.2,.7,.3,1), background .3s ease, border-color .3s ease;
}
.faq-item.open .plus{ background:#F3E4C8; border-color:rgba(162,115,44,.35); }
.faq-a p{ font-size:15px; line-height:1.7; color:var(--muted); padding-bottom:26px; }
.faq-group-title{ font-family:'Fraunces',Georgia,serif; font-weight:500; }

/* ---------- 10. ARTICLES ---------- */
.breadcrumb{ font-size:12.5px; color:var(--muted-dark); }
.breadcrumb a{ color:var(--muted); }
.breadcrumb a:hover{ color:var(--gold-deep); }
.article-body h2{ font-size:27px; margin-top:52px; margin-bottom:16px; }
.article-body h3{ font-size:20px; margin-top:32px; }
.article-body p{ font-size:16px; color:#463F36; line-height:1.78; max-width:700px; }
.article-body li{ font-size:15.5px; color:#463F36; line-height:1.7; }
.article-body li::before{ content:"—"; color:var(--gold); }
.article-meta{ font-size:13px; color:var(--muted); }
.article-meta .author{ font-weight:500; color:var(--ink); }
.article-meta .avatar, .author-box .avatar, .blog-card .meta .mini-avatar{
  background:linear-gradient(180deg,#242119,#16140F); color:var(--gold-light);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 3px 8px -3px rgba(27,25,22,.4);
}
.tldr-box{
  background:linear-gradient(180deg,#fff,#FDFBF7); border:1px solid var(--line);
  border-left:2px solid var(--gold); border-radius:0 var(--radius-sm) var(--radius-sm) 0;
  box-shadow: var(--sh-1), var(--bevel);
}
.tldr-box .tldr-label{ color:var(--gold-deep); letter-spacing:.16em; font-size:10.5px; font-weight:600; }
.article-toc{
  background:linear-gradient(180deg,#FBF8F2,#F6F0E4); border:1px solid var(--line);
  border-radius:var(--radius-sm); box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
.article-toc .tk{ font-size:10.5px; letter-spacing:.16em; color:var(--gold-deep); font-weight:600; }
.article-toc li a{ color:var(--ink); }
.article-toc li a:hover{ color:var(--gold-deep); }
.article-toc li::before{ color:var(--gold-deep); font-weight:500; }
.source-list a{ color:var(--gold-deep); }
.author-box{ border-top:1px solid var(--line); }
.author-box .name{ font-size:16px; font-weight:500; }
.author-box .role{ color:var(--gold-deep); font-size:12px; letter-spacing:.02em; }
.related-links h3{ font-size:19px; }
.related-links a{ color:var(--ink); transition:color .2s ease; }
.related-links a:hover{ color:var(--gold-deep); }

/* ---------- 11. BLOG : hub ---------- */
.blog-filter{
  border:1px solid var(--line); border-radius:var(--radius-btn); background:rgba(255,255,255,.75);
  font-weight:600; box-shadow:var(--bevel), 0 1px 2px rgba(27,25,22,.04);
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.blog-filter:hover{ border-color:var(--line-gold); color:var(--gold-deep); transform:translateY(-1px); }
.blog-filter[aria-pressed="true"]{
  background:linear-gradient(180deg,#242119,#16140F); border-color:#16140F; color:#F3E4C8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 6px 14px -8px rgba(27,25,22,.5);
}
.blog-card{
  background:linear-gradient(180deg,#fff,#FDFBF8); border:1px solid var(--line);
  border-radius:var(--radius); box-shadow: var(--sh-1), var(--bevel); position:relative; overflow:hidden;
  transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s ease, border-color .28s ease;
}
.blog-card::before{
  content:""; position:absolute; top:0; left:20px; right:20px; height:2px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent); opacity:0; transition:opacity .28s ease;
}
.blog-card:hover{ transform:translateY(-4px); border-color:var(--line-gold); box-shadow: var(--sh-2), var(--bevel); }
.blog-card:hover::before{ opacity:1; }
.blog-card h3{ font-size:17.5px; line-height:1.3; }
.blog-card p{ font-size:13.5px; color:var(--muted); line-height:1.6; }
.blog-card .badge{ border-radius:5px; font-size:10px; letter-spacing:.14em; font-weight:600; }
.blog-card.sensitive .badge{ background:#F3E4C8; color:#7A5518; box-shadow: inset 0 0 0 1px rgba(162,115,44,.18); }
.blog-card.practical .badge{ background:var(--paper-3); color:var(--muted); box-shadow: inset 0 0 0 1px var(--line); }
.blog-card .read-more{ font-weight:600; color:var(--gold-deep); }
.blog-count{ font-size:13px; color:var(--muted); }

/* ---------- 12. VERSUS ---------- */
.versus{ background:var(--line); border-radius:var(--radius); box-shadow: var(--sh-2); }
.versus > div{ background:linear-gradient(180deg,#fff,#FDFBF7); padding:34px; }
.versus.win > div:last-child{ background:linear-gradient(180deg,#242119,#16140F); }
.versus h5{ font-size:11px; letter-spacing:.15em; color:var(--gold-deep); font-weight:600; }
.versus p.big{ font-size:18px; line-height:1.5; font-weight:500; }

/* ---------- 13. TARIFS ---------- */
.price-card.featured{
  border:1px solid var(--line-gold);
  background:
    radial-gradient(600px 300px at 50% -20%, rgba(201,151,77,.16), transparent 70%),
    linear-gradient(180deg,#242119,#16140F);
  box-shadow: 0 28px 60px -30px rgba(27,25,22,.7), inset 0 1px 0 rgba(255,255,255,.10);
}
.price-card .ribbon{
  background:linear-gradient(178deg,#DCAE65,#B98A3F); color:#241D10; border-radius:5px;
  font-weight:600; letter-spacing:.12em; font-size:10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 4px 10px -4px rgba(162,115,44,.6);
}
.price-card .pk{ font-size:10.5px; letter-spacing:.16em; font-weight:600; }
.price-card .amount .unit{ font-family:'Inter',sans-serif; font-size:13px; font-weight:500; }
.price-compare th{ font-weight:600; font-size:12.5px; letter-spacing:.02em; }
.price-compare td.yes{ color:var(--gold-deep); font-weight:600; }
.pt span{ font-size:13.5px; color:var(--muted); }

/* ---------- 14. PARCOURS ---------- */
.process-circle{
  background:linear-gradient(180deg,#242119,#16140F); color:var(--gold-light);
  border:1px solid rgba(201,151,77,.42); font-size:22px; font-weight:500;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 0 0 6px var(--paper), 0 10px 24px -12px rgba(201,151,77,.7);
}
section[data-bg="tint"] .process-circle{ box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 0 0 6px #FBF8F2, 0 10px 24px -12px rgba(201,151,77,.7); }
.process-step h4{ font-size:18px; margin-top:24px; }
.process-step p{ font-size:14px; color:var(--muted); }
.process-step .pk{ font-size:10.5px; letter-spacing:.16em; color:var(--gold-deep); font-weight:600; }

/* ---------- 15. QUALIFICATION ---------- */
.qualif-box{
  background:
    radial-gradient(700px 380px at 82% 4%, rgba(201,151,77,.14), transparent 62%),
    linear-gradient(180deg,#242119,#16140F);
  border:1px solid rgba(255,255,255,.08); border-radius:18px;
  box-shadow: var(--sh-3), inset 0 1px 0 rgba(255,255,255,.09);
}
.qopt{
  border:1px solid rgba(255,255,255,.2); border-radius:var(--radius-btn); font-weight:500;
  box-shadow: var(--bevel-dark); transition: all .22s cubic-bezier(.2,.7,.3,1);
}
.qopt:hover, .qopt.selected{
  background:linear-gradient(178deg,#DCAE65,#B98A3F); border-color:transparent; color:#241D10;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 8px 18px -8px rgba(162,115,44,.6);
}
.qinput{ border-radius:var(--radius-btn); border:1px solid rgba(255,255,255,.2); }
.qinput:focus{ border-color:var(--gold); box-shadow:0 0 0 3px rgba(201,151,77,.18); }
.qbtn.next{
  background:linear-gradient(178deg,#DCAE65,#B98A3F); color:#241D10; font-weight:600; border-radius:var(--radius-btn);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 8px 18px -8px rgba(162,115,44,.6);
}
.qbar-fill{ background:linear-gradient(90deg,var(--gold-light),var(--gold)); box-shadow:0 0 8px rgba(201,151,77,.5); }

/* ---------- 16. FINAL ---------- */
.final h2{ font-size:clamp(30px,4vw,50px); }
.final .sub{ font-size:12px; letter-spacing:.1em; }

/* ---------- 17. NAVIGATION ---------- */
header.nav{ background:rgba(255,255,255,.94); backdrop-filter:saturate(140%) blur(8px); border-bottom:1px solid var(--line-soft); }
.nav-links a{ font-weight:500; }
.nav-links a.current{ font-weight:600; border-color:var(--gold); }
.lang-switch{ border-radius:6px; font-weight:600; box-shadow:var(--bevel); }
.mega-panel{ border-radius:var(--radius); box-shadow: var(--sh-2); }
.mega-title{ font-family:'Fraunces',Georgia,serif; font-weight:500; }

/* ---------- 18. PIED DE PAGE ---------- */
footer{
  background:
    radial-gradient(700px 340px at 88% 0%, rgba(201,151,77,.10), transparent 60%),
    #16140F;
  color:rgba(255,255,255,.72);
}
.foot-grid h5{ color:var(--gold-light); font-size:11px; letter-spacing:.16em; font-weight:600; }
.foot-mark{ font-size:21px; }
.foot-grid a{ font-size:14px; }
.foot-grid a:hover{ color:var(--gold-light); }

/* ---------- 19. PAGES LÉGALES ---------- */
.legal-copy h2{ font-size:24px; margin-top:42px; }
.legal-copy p, .legal-copy li{ font-size:15px; color:var(--muted); line-height:1.8; }
.legal-copy li::before{ color:var(--gold); }

/* ---------- 20. WIDGETS FLOTTANTS ---------- */
.kp-float-calendly{
  background:linear-gradient(178deg,#DCAE65 0%,var(--gold) 52%,#B98A3F 100%); color:#241D10; font-weight:600;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 5px rgba(120,84,32,.3), 0 12px 26px -10px rgba(27,25,22,.45);
}
.kp-cookie-banner{ background:#16140F; }
.kp-cookie-btn.accept{ background:linear-gradient(178deg,#DCAE65,#B98A3F); color:#241D10; font-weight:600; }

/* ---------- 21. CORRECTIFS ---------- */
/* Bug préexistant : sur fond sombre, le H1 héritait de la couleur d'encre
   et devenait illisible (page qualification notamment). */
section[data-bg="navy"] h1,
section[data-bg="navy"] .section-title,
section[data-bg="navy"] .article-body h2,
section[data-bg="navy"] .article-body h3,
section[data-bg="navy"] .versus > div:last-child p.big,
section[data-bg="navy"] .qstep h3{ color:#fff; }
section[data-bg="navy"] .breadcrumb, section[data-bg="navy"] .breadcrumb a{ color:rgba(255,255,255,.6); }
section[data-bg="navy"] .article-meta, section[data-bg="navy"] .article-meta .author{ color:rgba(255,255,255,.72); }
.versus.win > div:last-child h5{ color:var(--gold-light); }
.versus.win > div:last-child p.big{ color:#fff; }
.price-card.featured h3, .price-card.featured .amount{ color:#fff; }
.price-card.featured .pk{ color:var(--gold-light); }

/* Le ruban "le plus choisi" déborde volontairement de la carte */
.price-card{ overflow:visible; }

/* Respiration entre l'en-tête de page et la première section de contenu */
.page-hero + section{ padding-top:56px; }
@media (max-width:640px){ .page-hero + section{ padding-top:38px; } }

/* ---------- 22. CONTRASTES (WCAG AA) ----------
   L'or #A2732C passait sous le seuil sur fond ivoire pour les petits
   libellés (3.94 au lieu de 4.5) ; le gris clair aussi (3.46). */
:root{
  --gold-deep:#8A6524;
  --muted-dark:#6C665C;
}
/* Chiffres et marqueurs décoratifs : l'or clair ne suffit pas non plus */
.step-row .n, .article-body li::before, .legal-copy li::before,
.article-toc li::before, .card .num{ color:var(--gold-deep); }
/* Bug préexistant : la section finale porte elle-même la classe .final,
   la règle d'origine ne l'atteignait donc jamais et le texte restait gris
   foncé sur fond sombre (contraste 2.7). */
section[data-bg="navy"].final .sub,
section[data-bg="navy"] .final .sub{ color:rgba(255,255,255,.72); }
.hero-note{ color:var(--muted); }
/* Sur les sections dorées, le libellé doit encore descendre d'un ton */
section[data-bg="gold"] .eyebrow{ color:#6E4E14; }
/* Le surtitre existe sur tous les fonds clairs : on le fixe à un bronze
   qui passe partout (5.4:1 même sur le fond ivoire le plus soutenu). */
.eyebrow{ color:#7E5B1F; }
section[data-bg="navy"] .eyebrow{ color:var(--gold-light); }


/* ============================================================
   V5 — MOBILE : menu déroulant et bouton burger
   Le balisage est généré par assets/site.js (non modifié) :
   tout est fait ici, en surcharge.
   ============================================================ */
@media (max-width:900px){

  /* --- Bouton burger : un vrai bouton icône, pas trois trais nus --- */
  .burger{
    width:44px; height:44px; padding:11px 10px; gap:5px;
    justify-content:center; align-items:stretch;
    border:1px solid var(--line); border-radius:11px;
    background:linear-gradient(180deg,#FFFFFF,#FBF8F2);
    box-shadow: var(--bevel), 0 1px 2px rgba(27,25,22,.06), 0 6px 14px -10px rgba(27,25,22,.3);
    transition: border-color .2s ease, box-shadow .2s ease, transform .18s ease;
  }
  .burger span{ height:1.5px; width:100%; background:var(--ink); border-radius:2px; transition: background .2s ease, width .25s ease; }
  /* Le balisage ne contient que deux traits : on ajoute le troisième,
     plus court et doré, pour un pictogramme équilibré. */
  .burger::after{
    content:""; display:block; height:1.5px; width:62%; margin-left:auto;
    background:var(--gold-deep); border-radius:2px; transition: width .25s ease;
  }
  .burger:active::after{ width:100%; }
  .burger:active{ transform:scale(.96); border-color:var(--line-gold); }
  .burger:focus-visible{ outline:2px solid var(--gold-deep); outline-offset:3px; }

  /* --- Panneau : même matière que les sections sombres du site --- */
  #mobileNav{
    background:
      radial-gradient(720px 420px at 82% 0%, rgba(201,151,77,.17), transparent 62%),
      radial-gradient(560px 380px at 0% 100%, rgba(201,151,77,.09), transparent 60%),
      #16140F;
  }
  #mobileNav::before{
    content:""; position:absolute; right:-34%; bottom:-8%;
    width:min(560px,120vw); height:min(560px,120vw);
    background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20600%20600%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%23C9974D%27%20stroke-width%3D%270.8%27%20opacity%3D%270.6%27%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%2780%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27108%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27136%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27164%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27192%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27220%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27248%27%2F%3E%3Ccircle%20cx%3D%27300%27%20cy%3D%27300%27%20r%3D%27276%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27140%27%20ry%3D%2777%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27168%27%20ry%3D%2792%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27196%27%20ry%3D%27107%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27224%27%20ry%3D%27123%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27252%27%20ry%3D%27138%27%2F%3E%3Cellipse%20cx%3D%27300%27%20cy%3D%27300%27%20rx%3D%27280%27%20ry%3D%27154%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
    opacity:.30; pointer-events:none; z-index:0;
    -webkit-mask-image: radial-gradient(closest-side,#000 42%,transparent 100%);
    mask-image: radial-gradient(closest-side,#000 42%,transparent 100%);
  }
  #mobileNav > *{ position:relative; z-index:1; }

  /* --- En-tête du panneau --- */
  #mobileNav .mn-top{
    padding:18px 22px; border-bottom:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(255,255,255,.04), transparent);
  }
  #mobileNav .mn-top::before{
    content:""; position:absolute; top:0; left:0; right:0; height:2px;
    background:linear-gradient(90deg, transparent, var(--gold) 45%, var(--gold-light) 60%, transparent);
  }
  #mobileNav .mn-mark{
    font-family:'Inter',-apple-system,sans-serif; font-weight:700; font-size:19px; letter-spacing:-0.025em;
  }
  #mobileNav .mn-mark span{ color:var(--gold-light); }
  #mobileNav .close{
    width:42px; height:42px; border-radius:11px; font-size:15px;
    background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.14);
    color:rgba(255,255,255,.85);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    transition: border-color .2s ease, color .2s ease, transform .18s ease;
  }
  #mobileNav .close:active{ transform:scale(.94); border-color:var(--gold); color:var(--gold-light); }

  /* --- Liens : serif, numérotés, filets fins --- */
  #mobileNav .mn-links{
    justify-content:flex-start; padding:30px 22px 10px; counter-reset:mnitem;
  }
  #mobileNav .mn-links a{
    font-family:'Fraunces','Iowan Old Style',Georgia,serif;
    font-variation-settings:'SOFT' 0,'WONK' 0;
    font-size:clamp(25px,7vw,32px); font-weight:500; letter-spacing:-0.02em; line-height:1.15;
    padding:19px 0 19px 46px; border-bottom:1px solid rgba(255,255,255,.09);
    position:relative; color:#fff;
  }
  #mobileNav.open .mn-links a{ opacity:1; }
  #mobileNav .mn-links a::before{
    counter-increment:mnitem; content:"0" counter(mnitem);
    position:absolute; left:0; top:50%; transform:translateY(-50%);
    font-family:'Inter',sans-serif; font-size:11px; font-weight:600; letter-spacing:.14em;
    color:rgba(231,201,148,.5);
  }
  #mobileNav .mn-links a:active{ color:var(--gold-light); }
  #mobileNav .mn-links a:active::before{ color:var(--gold); }
  #mobileNav .mn-links a .mn-arrow{ font-size:17px; color:var(--gold-light); opacity:.55; }

  /* --- Pied du panneau --- */
  #mobileNav .mn-bottom{
    padding:20px 22px 28px; border-top:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, transparent, rgba(0,0,0,.25));
  }
  #mobileNav .mn-cta{
    font-family:'Inter',sans-serif; font-weight:600; font-size:15px; padding:17px;
    border-radius:8px; color:#241D10;
    background:linear-gradient(178deg,#DCAE65 0%,var(--gold) 52%,#B98A3F 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 5px rgba(120,84,32,.3),
                0 10px 22px -10px rgba(162,115,44,.6);
  }
  #mobileNav .mn-lang{
    margin-top:12px; padding:13px; border-radius:8px;
    border:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.72);
    font-size:13px; font-weight:500;
  }
}

/* ============================================================
   V5 — MOBILE : centrage et boutons
   ============================================================ */
@media (max-width:640px){
  /* Les paires de boutons restent côte à côte plutôt que de s'empiler */
  .hero-actions, .final .btn-primary + .btn-ghost{ justify-content:center; }
  .hero-actions{ flex-wrap:nowrap; gap:10px; }
  .hero-actions .btn-primary, .hero-actions .btn-ghost{
    flex:1 1 0; min-width:0; justify-content:center; text-align:center;
    padding:15px 10px; font-size:13.5px;
  }
  /* Boutons isolés : centrés */
  .final{ text-align:center; }
  .article-body .btn-primary, .article-body .btn-ghost{ width:100%; justify-content:center; }
}

/* ---------- 23. CORRECTIFS D'ERGONOMIE ----------
   Sur en/blog.html, la carte est un <div> et seul le lien « Read the guide »
   est cliquable, sur 21 px de haut. On étend la zone cliquable à toute la
   carte (sans toucher au balisage) et on agrandit la cible tactile. */
.blog-card{ position:relative; }
a.read-more{
  display:flex; align-items:center; gap:7px;
  margin-top:auto; padding:14px 0 2px; min-height:34px;
}
a.read-more::after{ content:""; position:absolute; inset:0; border-radius:inherit; }
.blog-card:has(a.read-more:hover){ transform:translateY(-4px); border-color:var(--line-gold); box-shadow: var(--sh-2), var(--bevel); }
.blog-card:has(a.read-more:hover)::before{ opacity:1; }

/* Le logo de l'en-tête faisait 30 px de haut : cible tactile trop courte. */
@media (max-width:900px){
  .nav-mark{ padding:9px 0; }
}
