/* === Legal / secondary pages (shared by privacy + terms) === */
/* --- Legal / secondary pages --- */

.page-content {
  max-width: 720px;
  margin: 0 auto;
  padding: calc(var(--space-lg) + 3.5rem) var(--side-padding) var(--space-xl);
}

.page-content--wide {
  max-width: 920px;
}

.page-intro {
  max-width: 700px;
  margin-bottom: var(--space-xl);
}

.page-lead,
.intro-lead {
  max-width: 660px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--color-text-muted);
}

.page-tagline {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.content-section {
  margin-bottom: var(--space-xl);
}

.content-section--divided {
  padding-top: var(--space-lg);
  border-top: 1px solid var(--color-sand-light);
}

.section-heading {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: var(--space-sm);
}

.section-copy {
  max-width: 660px;
  color: var(--color-text-muted);
}

/* Shared with approach.css originally; used by privacy/terms policy-section content. */
.policy-section {
  margin-bottom: var(--space-lg);
}

.policy-section h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color-text);
  margin-bottom: var(--space-sm);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--color-sand-light);
}

.policy-section p {
  font-size: 0.95rem;
  color: var(--color-text);
  margin-bottom: 0.8em;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0.8em;
}

.policy-section ul li {
  font-size: 0.95rem;
  color: var(--color-text);
  padding: 0.25em 0 0.25em 1.2em;
  position: relative;
}

.policy-section ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--color-sand);
}
