.help-hero { text-align: center; padding: 56px 20px 10px; }
.help-hero h1 { font-size: clamp(28px, 4.5vw, 40px); font-weight: 800; }
.help-hero p { color: var(--muted); margin-top: 8px; }
.help-search { max-width: 520px; margin: 24px auto 0; position: relative; }
.help-search input { width: 100%; padding: 14px 18px; border-radius: 999px; border: 1px solid var(--border-strong); background: var(--surface); color: var(--fg); font-size: 15px; }
.help-search input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(47,107,255,.18); }

.help-wrap { max-width: 900px; margin: 0 auto; padding: 30px 20px 80px; }
.help-cat { margin-bottom: 30px; }
.help-cat h2 { font-family: var(--font-head); font-size: 18px; font-weight: 800; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .04em; }
.help-list { display: grid; gap: 10px; }
.help-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; color: var(--fg); transition: border-color .15s; }
.help-item:hover { border-color: var(--primary); }
.help-item .chev { color: var(--primary); flex-shrink: 0; }
.help-empty { color: var(--muted); text-align: center; padding: 30px; }

.help-contact { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 26px; text-align: center; margin-top: 24px; }
.help-contact h3 { font-size: 18px; }
.help-contact p { color: var(--muted); margin-top: 6px; }
.help-contact a { color: var(--primary); }
