.privacy-page {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-section-md) var(--space-stack-sm);
}

.privacy-page h1 {
  font-size: var(--type-section);
  font-weight: 700;
  line-height: var(--leading-display);
  margin-bottom: var(--space-stack-xs);
}

.privacy-updated {
  font-size: var(--type-meta);
  color: var(--text-secondary);
  margin-bottom: var(--space-stack-sm);
}

.privacy-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--accent-light);
  color: var(--accent);
  font-size: var(--type-meta);
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  margin-bottom: var(--space-stack-md);
}

.privacy-page h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: var(--space-stack-md);
  margin-bottom: var(--space-stack-xs);
}

.privacy-page p {
  font-size: var(--type-helper);
  line-height: var(--leading-copy);
  color: var(--text-primary);
  margin-bottom: var(--space-stack-xs);
}

.privacy-page a {
  color: var(--accent);
  text-decoration: none;
}

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

.privacy-page ul {
  padding-left: 1.25rem;
  margin-bottom: var(--space-stack-xs);
}

.privacy-page ul li {
  font-size: var(--type-helper);
  line-height: var(--leading-copy);
  color: var(--text-primary);
  margin-bottom: 0.35rem;
}

@media (max-width: 640px) {
  .privacy-page {
    padding: var(--space-section-sm) var(--space-stack-sm);
  }
}
