/* ============================================================
   Pflastergeschichte/n – Unterseiten (Impressum, Datenschutz)
   ============================================================ */

.page-main {
  min-height: 60vh;
  padding: 3rem 0 4rem;
  background: var(--color-paper);
}

.page-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.page-title {
  font-family: var(--font-gwzo);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-stone);
  margin-bottom: 2.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--color-accent);
}

.page-section {
  margin-bottom: 2rem;
}

.page-section h2 {
  font-family: var(--font-gwzo);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-stone);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

.page-section p {
  font-size: 0.92rem;
  color: #3a3530;
  line-height: 1.7;
  margin-bottom: 0.6rem;
}

.page-back {
  margin-top: 3rem;
  font-size: 0.875rem;
}

.page-back a {
  color: var(--color-link);
  text-decoration: none;
}

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