/* Terms of Service / Privacy Policy — reuses landing.css for tokens, fonts,
   nav, and footer (same pattern as about.css). This file only covers the
   plain-prose document layout specific to these two pages. */

.lg-body { --lp-ink: #02020b; }

.lg-main {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px var(--lp-margin) 100px;
}

.lg-updated {
  font-size: 14px;
  color: rgba(2, 2, 11, 0.55);
  margin: 12px 0 50px;
}

.lg-main h1 { margin: 0 0 8px; }

.lg-main h2 {
  font-size: 25px;
  margin: 50px 0 16px;
}

.lg-main h2:first-of-type { margin-top: 0; }

.lg-main p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 16px;
}

.lg-main ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.lg-main li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 8px;
}

.lg-main a { color: #02020b; }
.lg-main strong { font-weight: 700; }

.lg-intro {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  background: #fff;
  border: 1px solid rgba(2, 2, 11, 0.15);
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 50px;
}
