.help-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

.help-body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: var(--text);
}

.help-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  color: var(--text);
}

.help-body p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.help-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0.75rem;
}

.help-body ul li {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  padding-left: 1.1rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.help-body ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--text-muted);
}

.help-lead {
  font-size: 1.1rem;
  color: var(--text);
  margin-top: 0.5rem;
}

.help-screenshot {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 1.25rem 0;
}

.help-caption {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}

.help-step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
}

.help-step-num {
  display: inline-block;
  background: var(--accent-dim);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  margin-bottom: 0.4rem;
}

.help-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2.5rem 0;
}

.help-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.88rem;
}

.help-back:hover {
  color: var(--text);
}

.help-header-left {
  grid-column: 1;
  justify-self: start;
}

@media (max-width: 500px) {
  .help-body {
    padding: 1.25rem 1.25rem 3rem;
  }

  .help-body h2 {
    font-size: 1.2rem;
    margin-top: 1.75rem;
  }

  .help-lead {
    font-size: 1rem;
  }

  .help-step {
    padding: 0.75rem 1rem;
  }

  .help-step h3 {
    margin-top: 0.3rem;
  }

  .help-divider {
    margin: 1.75rem 0;
  }
}
