.doc {
  padding: 60px 0 80px;
  background: #fff;
}
.doc .container {
  max-width: 820px;
}
.doc h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.doc-meta {
  color: var(--text-soft);
  font-size: 14px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.doc-intro {
  background: var(--bg-alt);
  border-left: 3px solid var(--primary);
  padding: 16px 20px;
  border-radius: 8px;
  margin: 24px 0 32px;
  color: var(--text-soft);
}
.doc h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 14px;
  color: var(--text);
}
.doc h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 10px;
  color: var(--text);
}
.doc p {
  margin-bottom: 12px;
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.85;
}
.doc ul {
  margin: 8px 0 16px 24px;
  color: var(--text);
}
.doc ul li {
  margin-bottom: 6px;
  font-size: 15.5px;
  line-height: 1.85;
}
.doc-back {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  text-align: center;
}
