body.help-page {
  margin: 0;
  min-height: 100vh;
  font-family: var(--site-font-sans, "Overpass", "Segoe UI", Arial, sans-serif);
  color: var(--palette-text);
  background:
    radial-gradient(circle at top left, rgba(69, 33, 112, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(185, 189, 206, 0.24), transparent 22%),
    linear-gradient(180deg, var(--color-primary-light) 0%, #fafafa 44%, #ffffff 100%);
}

.help-shell a:not(.help-button):not(.help-button-secondary):not(.help-inline-link) {
  color: inherit;
  text-decoration: none;
}

.help-shell {
  width: min(calc(100% - 32px), 1180px);
  margin: 32px auto 72px;
  display: grid;
  gap: 24px;
}

.help-hero,
.help-panel,
.help-aside-card,
.help-footer-panel,
.help-support-panel {
  border: 1px solid rgba(21, 35, 47, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 44px rgba(21, 35, 47, 0.08);
}

.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 22px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 243, 243, 0.92)),
    #ffffff;
}

.help-breadcrumb {
  margin: 0 0 14px;
  color: var(--palette-text-muted);
  font-size: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.help-breadcrumb a {
  color: var(--color-primary-dark);
}

.help-eyebrow,
.help-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-eyebrow {
  color: var(--color-primary-dark);
  background: rgba(69, 33, 112, 0.08);
}

.help-pill {
  color: var(--color-primary-dark);
  background: rgba(69, 33, 112, 0.12);
}

.help-hero h1,
.help-panel h2,
.help-panel h3,
.help-card h3,
.help-footer-panel h2,
.help-support-panel h2,
.help-aside-card h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-family: var(--site-font-display, "Gilroy ExtraBold", "Overpass", sans-serif);
}

.help-hero h1 {
  margin-top: 18px;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  max-width: 10.5ch;
}

.help-hero p,
.help-panel p,
.help-card p,
.help-aside-card p,
.help-footer-panel p,
.help-support-panel p,
.help-list,
.help-steps,
.help-tips,
.help-links-list {
  color: var(--palette-text-muted);
  line-height: 1.7;
}

.help-subtitle {
  margin: 16px 0 0;
  max-width: 62ch;
  font-size: 1.02rem;
}

.help-actions,
.help-link-row,
.help-mini-grid,
.help-card-grid,
.help-related-grid,
.help-quick-links,
.help-stat-grid,
.help-audience-grid,
.help-template-grid {
  display: grid;
  gap: 16px;
}

.help-actions {
  grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
  margin-top: 24px;
}

.help-card-grid,
.help-related-grid,
.help-audience-grid,
.help-template-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.help-stat-grid,
.help-mini-grid,
.help-quick-links {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.help-button,
.help-button-secondary,
.help-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.help-button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  box-shadow: 0 14px 28px rgba(69, 33, 112, 0.2);
}

.help-shell a.help-button {
  color: #ffffff;
}

.help-button-secondary,
.help-inline-link {
  color: var(--color-primary-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(69, 33, 112, 0.16);
}

.help-shell a.help-button-secondary,
.help-shell a.help-inline-link {
  color: var(--color-primary-dark);
}

.help-button-secondary:hover,
.help-inline-link:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.help-shell a.help-button:hover,
.help-shell a.help-button-secondary:hover,
.help-shell a.help-inline-link:hover {
  color: #ffffff;
}

.help-button:hover,
.help-button-secondary:hover,
.help-inline-link:hover,
.help-card:hover,
.help-related-card:hover {
  transform: translateY(-1px);
}

.help-hero-side {
  display: grid;
  gap: 16px;
}

.help-stat-card,
.help-card,
.help-related-card,
.help-template-card,
.help-audience-card {
  border: 1px solid rgba(21, 35, 47, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 255, 0.92));
}

.help-stat-card {
  padding: 18px;
}

.help-stat-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.75rem;
  color: #142433;
}

.help-stat-card span,
.help-card-label,
.help-meta-label {
  color: var(--palette-text-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
}

.help-main-column,
.help-sidebar {
  display: grid;
  gap: 24px;
}

.help-panel,
.help-aside-card,
.help-footer-panel,
.help-support-panel {
  padding: 28px;
}

.help-panel-header {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.help-panel-header p,
.help-panel > p {
  margin: 0;
}

.help-steps,
.help-list,
.help-tips,
.help-links-list {
  margin: 0;
  padding-left: 18px;
}

.help-steps li,
.help-list li,
.help-tips li,
.help-links-list li {
  margin-bottom: 12px;
}

.help-checklist {
  display: grid;
  gap: 14px;
}

.help-check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(21, 35, 47, 0.1);
  background: rgba(248, 244, 255, 0.96);
}

.help-check-item i,
.help-card-icon,
.help-support-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--color-primary-dark);
  background: rgba(69, 33, 112, 0.1);
  font-size: 1.05rem;
}

.help-card,
.help-related-card,
.help-template-card,
.help-audience-card {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.help-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--color-primary-dark);
  font-weight: 800;
}

.help-note,
.help-warning,
.help-highlight {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(21, 35, 47, 0.1);
}

.help-note {
  background: var(--color-status-info-light);
}

.help-warning {
  background: var(--color-status-error-light);
}

.help-highlight {
  background: var(--color-status-warning-light);
}

.help-note strong,
.help-warning strong,
.help-highlight strong,
.help-check-item strong,
.help-card strong,
.help-related-card strong,
.help-template-card strong,
.help-audience-card strong,
.help-aside-card strong {
  color: #142433;
}

.help-section-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.help-faq details {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 35, 47, 0.1);
  background: rgba(255, 255, 255, 0.84);
}

.help-faq details + details {
  margin-top: 14px;
}

.help-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: #142433;
}

.help-faq summary::-webkit-details-marker {
  display: none;
}

.help-faq p {
  margin: 12px 0 0;
}

.help-support-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 22px;
  align-items: center;
}

.help-footer-panel {
  display: grid;
  gap: 18px;
}

.help-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.help-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.help-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(21, 35, 47, 0.06);
  color: #41505f;
  font-size: 0.84rem;
  font-weight: 700;
}

.help-links-list a,
.help-inline-text-link {
  color: var(--color-primary-dark);
  font-weight: 700;
}

.help-text-block {
  display: grid;
  gap: 14px;
}

.help-text-block p,
.help-template-card p,
.help-audience-card p,
.help-aside-card p,
.help-related-card p,
.help-card p {
  margin: 0;
}

.help-divider {
  height: 1px;
  background: rgba(21, 35, 47, 0.08);
  margin: 6px 0;
}

@media (max-width: 920px) {
  .help-hero,
  .help-layout,
  .help-section-split,
  .help-support-panel {
    grid-template-columns: 1fr;
  }

  .help-shell {
    width: min(calc(100% - 24px), 1180px);
    margin: 24px auto 56px;
  }

  .help-hero,
  .help-panel,
  .help-aside-card,
  .help-footer-panel,
  .help-support-panel {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .help-shell {
    width: min(calc(100% - 20px), 1180px);
    margin-top: 18px;
  }

  .help-hero h1 {
    max-width: none;
  }

  .help-actions,
  .help-card-grid,
  .help-related-grid,
  .help-mini-grid,
  .help-stat-grid,
  .help-audience-grid,
  .help-template-grid,
  .help-quick-links {
    grid-template-columns: 1fr;
  }

  .help-hero,
  .help-panel,
  .help-aside-card,
  .help-footer-panel,
  .help-support-panel {
    border-radius: 22px;
    padding: 20px;
  }

  .help-footer-actions {
    flex-direction: column;
  }
}