/* Centre d'aide /help/ — styles partagés (accueil, rubrique, article). Tout est scopé sous .hlp */
.hlp{
  --green:#3e9172;--green-d:#2f7259;--green-dd:#12362a;--green-l:#e8f3ee;
  --orange:#ff6b35;--orange-d:#e85520;--orange-l:#fff2ec;
  --ink:#1c2024;--muted:#6b7280;--faint:#9aa1b1;--line:#e7e9ec;--bg:#f3f5f7;
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;color:var(--ink);background:var(--bg);
}
.hlp *{box-sizing:border-box;}
.hlp .wrap{max-width:1200px;margin:0 auto;padding:0 1.25rem;}

/* HERO */
.hlp-hero{background:linear-gradient(120deg,#12362a 0%,#2f7259 55%,#3e9172 100%);color:#fff;padding:2.8rem 0 2.6rem;text-align:center;position:relative;overflow:hidden;}
.hlp-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 85% -20%,rgba(255,107,53,.4),transparent 42%);}
.hlp-hero .wrap{position:relative;z-index:1;}
.hlp-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);padding:.35rem .85rem;border-radius:999px;margin-bottom:.9rem;}
.hlp-hero h1{font-size:2.05rem;font-weight:800;letter-spacing:-.02em;margin:0 0 1.3rem;}
.hlp-searchwrap{max-width:680px;margin:0 auto;}
.hlp-search{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 18px 44px -22px rgba(0,0,0,.55);}
.hlp-search .field{flex:1;display:flex;align-items:center;padding:0 .4rem 0 1rem;}
.hlp-search .field>i{color:var(--faint);font-size:.95rem;}
.hlp-search input{flex:1;border:none;padding:.95rem .8rem;font-size:1rem;font-family:inherit;outline:none;background:transparent;}
.hlp-search .clr{border:none;background:none;color:var(--faint);cursor:pointer;font-size:1rem;padding:.3rem;display:none;}
.hlp-search .clr.show{display:block;}
.hlp-search .go{border:none;background:linear-gradient(135deg,var(--orange),var(--orange-d));color:#fff;font-weight:800;font-size:.95rem;padding:0 1.7rem;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:.5rem;}
.hlp-search .go:hover{filter:brightness(1.07);}
.hlp-frequent{margin-top:.9rem;font-size:.85rem;display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;justify-content:center;}
.hlp-frequent .lbl{opacity:.85;}
.hlp-frequent a{color:#fff;font-weight:600;text-decoration:none;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);padding:.26rem .7rem;border-radius:999px;transition:.15s;}
.hlp-frequent a:hover{background:var(--orange);border-color:var(--orange);}

.hlp-body{padding:2.4rem 0 3rem;}
.hlp-sec-title{font-size:1.25rem;font-weight:800;margin:0 0 1.2rem;display:flex;align-items:center;gap:.5rem;}
.hlp-sec-title i{color:var(--orange);}

/* Fil d'ariane */
.hlp-crumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted);margin-bottom:1.4rem;flex-wrap:wrap;}
.hlp-crumb a{color:var(--green-d);text-decoration:none;font-weight:600;}
.hlp-crumb a:hover{text-decoration:underline;}
.hlp-crumb i{font-size:.65rem;color:var(--faint);}

/* Bloc populaires / suggestions */
.hlp-sugg{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.7rem;margin-bottom:2rem;}
.hlp-sugg h2{font-size:1.25rem;font-weight:800;margin:0 0 .2rem;}
.hlp-sugg .sub{font-size:.88rem;color:var(--muted);margin:0 0 1.3rem;}
.hlp-popgrid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;}
.hlp-pop{display:flex;align-items:flex-start;gap:.6rem;padding:.85rem .8rem;border-radius:10px;text-decoration:none;color:inherit;transition:.12s;border:1px solid transparent;}
.hlp-pop:hover{background:var(--green-l);border-color:var(--green-l);}
.hlp-pop .txt{flex:1;}
.hlp-pop .q{font-size:.92rem;font-weight:700;color:var(--ink);line-height:1.35;}
.hlp-pop .meta{font-size:.76rem;color:var(--faint);margin-top:.15rem;}
.hlp-pop .chev{color:var(--faint);font-size:.8rem;margin-top:.2rem;}

/* Rubriques en cercles */
.hlp-topics{margin-bottom:2.4rem;}
.hlp-topics h2{font-size:1.25rem;font-weight:800;margin:0 0 1.3rem;}
.hlp-circles{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;}
.hlp-circle{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-decoration:none;padding:.3rem;}
.hlp-circle .ic{width:88px;height:88px;border-radius:50%;background:#fff;border:1px solid var(--line);display:grid;place-items:center;font-size:2rem;color:var(--c);transition:.16s;position:relative;}
.hlp-circle:hover .ic{transform:translateY(-4px);box-shadow:0 16px 30px -20px rgba(0,0,0,.4);border-color:var(--c);}
.hlp-circle b{font-size:.85rem;font-weight:700;color:var(--ink);text-align:center;line-height:1.25;}
.hlp-circle .cnt{position:absolute;top:2px;right:2px;font-size:.66rem;font-weight:800;color:#fff;background:var(--orange);border-radius:999px;min-width:1.3rem;height:1.3rem;padding:0 .3rem;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;}

/* Listes d'articles (rubrique + résultats) */
.hlp-artlist,.hlp-results{margin-bottom:1rem;}
.hlp-artrow{display:flex;align-items:center;gap:.8rem;background:#fff;border:1px solid var(--line);border-radius:11px;padding:1rem 1.15rem;margin-bottom:.55rem;text-decoration:none;color:inherit;transition:.14s;}
.hlp-artrow:hover{border-color:var(--green);box-shadow:0 8px 22px -18px rgba(0,0,0,.5);transform:translateX(2px);}
.hlp-artrow .txt{flex:1;}
.hlp-artrow .q{font-size:.95rem;font-weight:700;color:var(--ink);}
.hlp-artrow .meta{font-size:.78rem;color:var(--faint);margin-top:.2rem;}
.hlp-artrow .chev{color:var(--orange);font-size:.85rem;}
.hlp-artrow mark{background:#fff2cc;color:var(--orange-d);border-radius:3px;padding:0 .12em;font-weight:700;}

/* En-tête de rubrique */
.hlp-cathead{display:flex;align-items:center;gap:1.1rem;background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.6rem;margin-bottom:1.6rem;}
.hlp-cathead .ic{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;font-size:1.7rem;color:#fff;background:var(--c);flex-shrink:0;}
.hlp-cathead h1{font-size:1.5rem;font-weight:800;margin:0 0 .25rem;}
.hlp-cathead p{margin:0;color:var(--muted);font-size:.92rem;}

/* Article */
.hlp-article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:2.2rem;max-width:820px;}
.hlp-article h1{font-size:1.75rem;font-weight:800;letter-spacing:-.01em;margin:0 0 1rem;line-height:1.25;}
.hlp-article .body{color:#374151;font-size:1rem;line-height:1.75;}
.hlp-article .body p{margin:0 0 1rem;}
.hlp-article-meta{display:flex;align-items:center;gap:1rem;font-size:.82rem;color:var(--faint);margin-bottom:1.4rem;padding-bottom:1.2rem;border-bottom:1px solid var(--line);}
.hlp-article-foot{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line);}
.hlp-feedback{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;}
.hlp-feedback span{font-size:.9rem;font-weight:600;color:var(--muted);}
.hlp-feedback button{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--line);background:#fff;border-radius:9px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:700;color:var(--muted);cursor:pointer;transition:.14s;}
.hlp-feedback button:hover{border-color:var(--green);color:var(--green-d);background:var(--green-l);}
.hlp-related{margin-top:2.2rem;}
.hlp-related h3{font-size:1.05rem;font-weight:800;margin:0 0 1rem;}

/* Layout article + aside */
.hlp-artgrid{display:grid;grid-template-columns:1fr 300px;gap:1.6rem;align-items:start;}
.hlp-aside{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.3rem;position:sticky;top:1.5rem;}
.hlp-aside h4{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--faint);margin:0 0 .9rem;}
.hlp-aside a{display:flex;align-items:center;gap:.5rem;padding:.55rem .6rem;border-radius:8px;text-decoration:none;color:var(--muted);font-size:.88rem;font-weight:600;transition:.12s;}
.hlp-aside a:hover{background:var(--green-l);color:var(--green-d);}
.hlp-aside a.active{background:var(--green);color:#fff;}

.hlp-empty{text-align:center;padding:2.5rem 1rem;color:var(--faint);display:none;}
.hlp-empty i{font-size:2rem;margin-bottom:.7rem;}

/* Besoin d'aide */
.hlp-help2{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2.4rem;}
.hlp-help-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:2rem;text-align:center;}
.hlp-help-card.dark{background:linear-gradient(135deg,#12362a,#2f7259);color:#fff;border:none;position:relative;overflow:hidden;}
.hlp-help-card.dark::after{content:'';position:absolute;top:-40%;right:-8%;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,53,.28),transparent 62%);}
.hlp-help-card h3{font-size:1.25rem;font-weight:800;margin:0 0 .5rem;position:relative;z-index:1;}
.hlp-help-card p{margin:0 0 1.3rem;font-size:.9rem;color:var(--muted);position:relative;z-index:1;}
.hlp-help-card.dark p{color:rgba(255,255,255,.9);}
.hlp-help-card a{display:inline-flex;align-items:center;gap:.5rem;border-radius:11px;padding:.8rem 1.6rem;font-weight:800;font-size:.92rem;text-decoration:none;position:relative;z-index:1;}
.hlp-help-card .primary{background:linear-gradient(135deg,var(--orange),var(--orange-d));color:#fff;}
.hlp-help-card .ghost{background:var(--green-l);color:var(--green-d);}

@media(max-width:1000px){.hlp-circles{grid-template-columns:repeat(4,1fr);}.hlp-artgrid{grid-template-columns:1fr;}.hlp-aside{position:static;}}
@media(max-width:760px){.hlp-popgrid{grid-template-columns:1fr;}.hlp-help2{grid-template-columns:1fr;}.hlp-search .go span{display:none;}.hlp-search .go{padding:0 1.2rem;}}
@media(max-width:520px){.hlp-circles{grid-template-columns:repeat(3,1fr);}.hlp-hero h1{font-size:1.6rem;}}


/* --- Feedback : commentaire après « Non » + contact contextuel --- */
.hlp .hlp-thanks{color:var(--green-d);align-items:center;gap:.35rem;}
.hlp-feedback-more{margin-top:.9rem;max-width:520px;}
.hlp-feedback-more label{display:block;font-size:.85rem;font-weight:700;color:var(--ink);margin-bottom:.4rem;}
.hlp-feedback-more textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;font:inherit;font-size:.9rem;resize:vertical;outline:none;color:var(--ink);}
.hlp-feedback-more textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-l);}
.hlp-feedback-more-actions{display:flex;align-items:center;gap:.6rem;margin-top:.6rem;flex-wrap:wrap;}
.hlp-fb-send{border:none;background:var(--green);color:#fff;font-weight:700;padding:.55rem 1.1rem;border-radius:9px;cursor:pointer;font-size:.9rem;}
.hlp-fb-send:hover{background:var(--green-d);}
.hlp-fb-send:disabled{opacity:.5;cursor:default;}
.hlp-fb-contact{display:inline-flex;align-items:center;gap:.4rem;color:var(--orange-d);font-weight:700;text-decoration:none;font-size:.9rem;}
.hlp-fb-contact:hover{text-decoration:underline;}