/**
 * File: assets/css/frontend/pages/company/help.css
 * Purpose: Styles FAQ details, support content and help call-to-action sidebar.
 * Scope: Help and FAQ pages only.
 * Related PHP: src/Frontend/Pages/Company/HelpPageRenderer.php
 * Related CSS: assets/css/frontend/pages/company/shell.css
 * Related JS: None
 * Package: HyperDAF Pro
 */
.hdf-help-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1.5rem;align-items:start}.hdf-help-content details{border-top:1px solid var(--hdf-color-border);padding:1rem 0}.hdf-help-content details:last-child{border-bottom:1px solid var(--hdf-color-border)}.hdf-help-content summary{cursor:pointer;color:var(--hdf-color-text-primary);font-weight:700}.hdf-help-content details p{margin:.75rem 0 0}.hdf-help-sidebar{position:sticky;top:7rem;padding:1.5rem;border:1px solid var(--hdf-color-primary-soft);border-radius:1rem;background:linear-gradient(145deg,var(--hdf-color-primary-soft),var(--hdf-color-surface))}.hdf-help-sidebar h2{margin:0;font-size:1.2rem}.hdf-help-sidebar p{color:var(--hdf-color-text-secondary);line-height:1.6}.hdf-help-sidebar a{display:flex;justify-content:space-between;padding:.8rem 1rem;border-radius:.6rem;background:var(--hdf-color-primary-strong);color:var(--hdf-color-surface);font-weight:700;text-decoration:none}
