/* ============================================================
   PLAN — 文档页（Privacy / Terms）
   ============================================================ */

.doc {
  padding-block: clamp(72px, 12vh, 130px) clamp(96px, 16vh, 170px);
}
.doc-title {
  margin-top: 18px;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
.doc-lead {
  margin-top: 26px;
  max-width: 40em;
  font-size: 15.5px;
  line-height: 2.1;
  color: var(--text-2);
}
.doc-actions {
  margin-top: 44px;
}
