/* صفحه‌های قانونی (حریم خصوصی / شرایط) — روی همان توکن‌های landing.css سوار می‌شود.
   جدا نگه داشته شده تا صفحه‌ی اصلی (مقصد QR) این بایت‌های اضافه را دانلود نکند. */
.doc { max-width: 760px; padding-block: 56px 100px; }
.doc h1 { font-size: clamp(30px, 5vw, 42px); font-weight: 700; letter-spacing: -1.5px; line-height: 1.4; }
.doc .updated { margin-top: 10px; font-size: 12px; color: var(--muted); }
.doc h2 { margin-top: 46px; font-size: 20px; font-weight: 650; letter-spacing: -0.5px; }
.doc p { margin-top: 14px; font-size: 14px; line-height: 2.1; color: var(--muted); }
.doc ul { margin-top: 14px; display: grid; gap: 10px; }
.doc ul li {
  position: relative;
  padding-inline-start: 22px;
  font-size: 14px;
  line-height: 2;
  color: var(--muted);
}
.doc ul li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 14px;
  width: 11px;
  height: 1px;
  background: #b9c6b3;
}
.doc strong { color: var(--ink); font-weight: 650; }
.doc a { text-decoration: underline; text-underline-offset: 3px; }
.doc .back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.doc .back:hover { color: #8d672a; }
