/* page.css — shared layout for sub-pages (terms, privacy, faq) */

body {
  line-height: 1.7;
}

.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.back {
  display: inline-block;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.back:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.updated {
  font-size: 0.85rem;
  color: var(--text-tertiary);
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

p,
ul {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

ul {
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.4rem;
}
