/* help.css — مركز المساعدة وصفحات السياسات */
.help{max-width:860px;margin:0 auto;padding:6px 20px 60px;overflow-y:auto;height:100%}
.help-head h1{font-family:var(--font-hero,'Aref Ruqaa',serif);font-size:38px;font-weight:700;color:var(--ink);line-height:1.65;position:relative;display:inline-block}
.help-head h1::after{content:"";position:absolute;right:0;bottom:6px;width:84px;height:5px;border-radius:3px;background:linear-gradient(to left,var(--human),transparent)}
.help-head p{font-size:15.5px;color:var(--ink-2);line-height:1.85;margin-top:6px;margin-bottom:20px;max-width:620px}
.help-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px;border-bottom:1px solid var(--border);padding-bottom:0}
.help-tabs button{display:inline-flex;align-items:center;gap:7px;font-family:inherit;font-size:13.5px;font-weight:700;color:var(--ink-2);background:none;border:none;border-bottom:2.5px solid transparent;padding:9px 14px;cursor:pointer;transition:color var(--t),border-color var(--t)}
.help-tabs button:hover{color:var(--human)}
.help-tabs button.on{color:var(--human);border-bottom-color:var(--human)}

.help-cat{margin-bottom:22px}
.help-cat-h{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:800;font-size:16px;color:var(--navy);margin-bottom:10px}
.help-cat-ic{width:34px;height:34px;border-radius:9px;background:var(--human-bg);color:var(--human);display:grid;place-items:center;flex:none}
.help-q{border:1px solid var(--border);border-radius:var(--r-md);margin-bottom:8px;overflow:hidden;background:var(--surface)}
.help-q.open{border-color:color-mix(in oklab,var(--human) 30%,transparent)}
.help-q-h{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;font-family:inherit;font-size:14px;font-weight:700;color:var(--ink);text-align:right;padding:13px 16px;cursor:pointer}
.help-q-h:hover{background:var(--surface-2)}
.help-q-a{padding:0 16px 14px;font-size:13.5px;color:var(--ink-2);line-height:1.9}
.help-contact{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:var(--navy);border-radius:var(--r-lg);padding:18px 22px;margin-top:8px}
.help-contact-tx b{display:block;font-family:var(--font-display);font-weight:800;font-size:16px;color:#fff}
.help-contact-tx span{font-size:13px;color:rgba(255,255,255,.72)}

.help-doc{max-width:720px}
.help-doc-head{display:flex;align-items:center;gap:13px;padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid var(--border)}
.help-doc-ic{width:48px;height:48px;border-radius:12px;background:var(--human-bg);color:var(--human);display:grid;place-items:center;flex:none}
.help-doc-head h2{font-family:var(--font-display);font-weight:900;font-size:22px;color:var(--ink)}
.help-doc-upd{font-size:12px;color:var(--muted)}
.help-doc-sec{margin-bottom:18px}
.help-doc-sec h3{font-family:var(--font-display);font-weight:800;font-size:15.5px;color:var(--navy);margin-bottom:5px}
.help-doc-sec p{font-size:13.8px;color:var(--ink-2);line-height:1.95}
.help-doc-note{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:var(--muted);background:var(--surface-2);border-radius:var(--r-md);padding:11px 14px;margin-top:20px;line-height:1.7}
