.help-intro{
  padding-top:76px;
  padding-bottom:68px;
  background:linear-gradient(180deg,var(--hero-top),var(--hero-bottom));
  border-bottom:1px solid var(--border);
}
.help-intro h1{
  max-width:900px;
  margin:20px 0 18px;
}
.help-intro p{
  max-width:700px;
  color:var(--text-muted);
  font-size:18px;
}
.help-intro .fact-pills{margin-top:28px}
.help-records{min-width:0}
.help-records > .toc-tabs{margin-bottom:36px}
.help-group{
  padding-top:40px;
  padding-bottom:52px;
  border-bottom:1px solid var(--border);
}
.help-group:last-child{border-bottom:0}
.help-group-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);
  align-items:end;
  gap:24px;
  margin-bottom:24px;
}
.help-group-head h2{margin:10px 0 0}
.help-group-head p{
  max-width:590px;
  color:var(--text-muted);
}
.help-answers{
  padding:8px 24px;
  min-width:0;
}
.help-answers .faq-item:last-child{border-bottom:0}
.help-answers .faq-item summary{font-size:17px}
.help-answers .faq-item > p{
  max-width:860px;
  line-height:1.85;
}
.help-follow{
  margin-top:20px;
  color:var(--text-muted);
  font-size:14px;
}
.help-follow a{
  color:var(--accent-dark);
  text-decoration:underline;
  text-decoration-color:var(--accent-line);
  text-underline-offset:3px;
}
@media(max-width:768px){
  .help-intro{padding-top:56px;padding-bottom:52px}
  .help-intro h1{font-size:clamp(28px,8vw,40px)}
  .help-intro p{font-size:16px}
  .help-group-head{grid-template-columns:1fr;gap:12px}
  .help-group{padding-top:30px;padding-bottom:42px}
}
@media(max-width:480px){
  .help-answers{padding:4px 16px}
  .help-answers .faq-item summary{font-size:16px}
}