.help-hero {
  position: relative;
  padding-top: 88px;
  padding-bottom: 76px;
  overflow-x: clip;
  border-bottom: 1px solid var(--color-border);
  background: linear-gradient(180deg, var(--color-panel-muted), var(--color-bg));
}

.help-hero::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, var(--color-dot) 1px, transparent 1.3px);
  background-size: 16px 16px;
  content: "";
  opacity: .65;
  pointer-events: none;
}

.help-hero-inner {
  position: relative;
  z-index: 2;
}

.help-hero h1 {
  max-width: 820px;
  margin-top: 16px;
}

.help-lead {
  max-width: 730px;
  margin-bottom: 28px;
  color: var(--color-text-muted);
  font-size: 19px;
  line-height: 1.7;
}

.help-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.help-facts {
  margin: 30px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  list-style: none;
  color: var(--color-text-muted);
  font-size: 13px;
}

.help-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.help-facts li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: var(--radius-pill);
  background: var(--color-success);
  box-shadow: 0 0 0 3px var(--color-accent-tint);
  content: "";
}

.help-beams {
  position: absolute;
  top: 0;
  right: 0;
  width: min(46%, 640px);
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.help-beams::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--color-bg), transparent);
  content: "";
}

.help-beams span {
  position: absolute;
  bottom: -12%;
  width: 18px;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, var(--color-accent), var(--color-accent-bright));
  box-shadow: 0 0 34px var(--color-cyan-halo);
  opacity: .18;
  animation: help-beam-breathe 8s ease-in-out infinite alternate;
}

.help-beams span:nth-child(1) {
  left: 12%;
  height: 48%;
}

.help-beams span:nth-child(2) {
  left: 28%;
  height: 72%;
  animation-duration: 7s;
}

.help-beams span:nth-child(3) {
  left: 43%;
  height: 56%;
  opacity: .28;
}

.help-beams span:nth-child(4) {
  left: 59%;
  height: 86%;
  animation-duration: 9s;
}

.help-beams span:nth-child(5) {
  left: 74%;
  height: 64%;
  opacity: .24;
}

.help-beams span:nth-child(6) {
  left: 89%;
  height: 78%;
  animation-duration: 7s;
}

@keyframes help-beam-breathe {
  to {
    opacity: .34;
    transform: translateY(-12px);
  }
}

.help-document {
  padding-top: 34px;
  padding-bottom: 96px;
}

.help-document .toc-tabs {
  top: 12px;
}

.help-intro {
  margin-bottom: 82px;
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-panel);
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 48px;
}

.help-intro h2 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.help-intro > p {
  margin: 3px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.85;
}

.help-section {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  gap: 56px;
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid var(--color-border);
}

.help-section:first-of-type {
  border-top: 0;
}

.help-section-head {
  position: sticky;
  top: var(--toc-offset);
  align-self: start;
}

.help-section-code {
  margin-bottom: 12px;
  color: var(--color-accent);
  font: 12px/1.4 var(--font-mono);
  letter-spacing: .08em;
}

.help-section-head h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.3vw, 46px);
}

.help-section-head > p:last-child {
  margin-bottom: 0;
  color: var(--color-text-muted);
  line-height: 1.75;
}

.help-section .faq-list {
  align-self: start;
}

.help-section .faq-item {
  overflow: clip;
}

.help-section .faq-item summary {
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 16px;
}

.help-section .faq-answer {
  padding-right: 24px;
  padding-bottom: 22px;
  padding-left: 24px;
  border-top: 1px solid var(--color-border);
}

.help-section .faq-answer p {
  margin-top: 18px;
  line-height: 1.8;
}

.help-section .faq-answer a {
  color: var(--color-accent);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: var(--color-accent-bright);
  text-underline-offset: 3px;
}

.help-section .callout {
  grid-column: 2;
  margin-top: 4px;
  margin-bottom: 0;
}

.float-cta svg {
  flex: 0 0 16px;
}

@media (max-width: 900px) {
  .help-intro,
  .help-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .help-section-head {
    position: static;
  }

  .help-section .callout {
    grid-column: 1;
  }

  .help-beams {
    width: 58%;
    opacity: .72;
  }
}

@media (max-width: 640px) {
  .help-hero {
    padding-top: 58px;
    padding-bottom: 54px;
  }

  .help-lead {
    font-size: 16px;
  }

  .help-beams {
    width: 46%;
    opacity: .42;
  }

  .help-beams span {
    width: 12px;
  }

  .help-document {
    padding-top: 22px;
    padding-bottom: 72px;
  }

  .help-intro {
    margin-bottom: 54px;
    padding: 24px 20px;
    gap: 18px;
  }

  .help-section {
    gap: 22px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .help-section .faq-answer {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-beams span {
    animation: none;
  }
}