/* ===== Page Aide & Guide ===== */
.aide-hero{ padding-top:60px; padding-bottom:20px; text-align:center; }
.aide-hero h1{ margin:10px 0 14px; }

.aide-layout{ display:grid; grid-template-columns:230px 1fr; gap:36px; align-items:start; padding-bottom:80px; }

.aide-toc{ position:sticky; top:90px; display:flex; flex-direction:column; gap:2px; border-left:1px solid var(--border); padding-left:14px; }
.aide-toc-title{ font-family:var(--ff-head); font-weight:700; font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; color:var(--muted); margin:0 0 8px; }
.aide-toc a{ color:var(--muted); text-decoration:none; font-size:.86rem; padding:5px 0; transition:color .15s ease; }
.aide-toc a:hover{ color:var(--accent); }

.aide-content{ max-width:760px; }
.aide-section{ padding:22px 0; border-bottom:1px solid var(--border); scroll-margin-top:90px; }
.aide-section:last-child{ border-bottom:none; }
.aide-section h2{ font-size:0.98rem; margin:0 0 14px; }
.aide-section p{ color:var(--text); line-height:1.65; margin:0 0 12px; }
.aide-section em{ color:var(--muted); font-style:italic; }

.aide-tip{ background:rgba(0,224,161,0.07); border:1px solid rgba(0,224,161,0.2); border-radius:12px; padding:12px 16px; font-size:.9rem; color:var(--muted) !important; }

/* échelle B-Score */
.aide-scale{ display:grid; grid-template-columns:repeat(4,1fr); gap:6px; margin:8px 0 16px; }
.aide-scale-seg{ border-radius:10px; padding:14px 10px; text-align:center; }
.aide-scale-seg b{ display:block; font-family:var(--ff-head); font-weight:800; font-size:1.1rem; }
.aide-scale-seg span{ display:block; font-size:.74rem; margin-top:4px; opacity:.9; }
.s-low{ background:rgba(16,42,72,0.06); color:var(--muted); }
.s-mid{ background:rgba(16,42,72,0.10); color:var(--text); }
.s-solid{ background:rgba(0,224,161,0.12); color:var(--accent); }
.s-high{ background:rgba(0,224,161,0.22); color:var(--accent); }

/* facteurs & modules */
.aide-facts{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:8px 0 12px; }
.aide-fact{ background:var(--bg-alt, rgba(255,255,255,0.03)); border:1px solid var(--border); border-radius:12px; padding:14px 16px; }
.aide-fact-name{ display:block; font-family:var(--ff-head); font-weight:700; font-size:.95rem; margin-bottom:5px; }
.aide-fact p{ margin:0; font-size:.86rem; color:var(--muted); line-height:1.5; }

/* listes de définitions */
.aide-defs{ list-style:none; margin:6px 0 12px; padding:0; }
.aide-defs li{ position:relative; padding:8px 0 8px 20px; border-bottom:1px solid var(--border); font-size:.92rem; line-height:1.55; }
.aide-defs li:last-child{ border-bottom:none; }
.aide-defs li::before{ content:"›"; position:absolute; left:2px; color:var(--accent); font-weight:700; }
.aide-defs b{ color:var(--text); }

/* glossaire */
.aide-gloss{ margin:6px 0; }
.aide-gloss dt{ font-family:var(--ff-head); font-weight:700; color:var(--accent); margin-top:14px; font-size:.95rem; }
.aide-gloss dd{ margin:3px 0 0; color:var(--muted); font-size:.9rem; line-height:1.55; }

.aide-legal p{ color:var(--muted); }
.aide-cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }

@media (max-width:900px){
  .aide-layout{ grid-template-columns:1fr; gap:8px; }
  .aide-toc{ position:static; flex-flow:row wrap; gap:8px 14px; border-left:none; border-bottom:1px solid var(--border); padding:0 0 14px; }
  .aide-toc-title{ width:100%; margin-bottom:4px; }
  .aide-facts{ grid-template-columns:1fr; }
  .aide-scale{ grid-template-columns:1fr 1fr; }
}
