/*
 * LegioPilot public site - /polityka-prywatnosci/ page-specific typography.
 * Used on top of assets/site.css.
 */

.policy { max-width: 780px; margin: 0 auto; }
.policy-intro {
  padding: 22px 24px;
  margin-bottom: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  color: var(--muted);
  font-size: 0.92rem;
}
.policy h2 {
  margin: 52px 0 16px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
  scroll-margin-top: 95px;
}
.policy h2:first-of-type { margin-top: 0; }
.policy p { margin: 0 0 16px; color: var(--text); }
.policy ul, .policy ol { margin: 0 0 20px; padding-left: 1.3rem; color: var(--text); }
.policy li { margin-bottom: 8px; }
.policy a { color: var(--emerald-dark); text-decoration: underline; text-underline-offset: 3px; }
.policy strong { color: var(--ink); }
