/* Download section: subtle dark band, not a loud accent banner */
.download-section {
  background: color-mix(in srgb, var(--bg-page) 95%, white 5%) !important;
  border-top: 1px solid var(--border-color);
}
.download-section .download-content h2 {
  color: var(--text-dark) !important;
}
.download-section .download-description {
  color: var(--text-muted) !important;
}

/* Privacy page — readable line length and spacing */
.privacy-content {
  max-width: 42rem;
  margin: 2rem auto;
  padding: 0 1rem;
}
.privacy-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.privacy-content p,
.privacy-content li {
  line-height: 1.6;
  margin-bottom: 1rem;
}