/* Policies Page Styles */
.policy-page {
  background: #fff;
  color: #222;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.policy-page h1 {
  font-size: 28px;
  margin: 0 0 8px;
  font-weight: 700;
}
.policy-page .subtle {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 20px;
}
.policy-page .lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.policy-page .toc {
  background: #f9fafb;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  padding: 16px;
  margin: 8px 0 24px;
}
.policy-page .toc h3 {
  font-size: 14px;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #374151;
}
.policy-page .toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 24px;
}
@media (max-width: 640px) {
  .policy-page .toc ul { columns: 1; }
}
.policy-page .toc li {
  margin: 6px 0;
}
.policy-page .toc a { color: #2563eb; text-decoration: none; }
.policy-page .toc a:hover { text-decoration: underline; }

.policy-page h2 {
  font-size: 20px;
  margin: 28px 0 10px;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
}
.policy-page h3 { font-size: 16px; margin: 16px 0 8px; }
.policy-page p { line-height: 1.7; margin: 8px 0; }
.policy-page ul { padding-left: 18px; }
.policy-page li { margin: 6px 0; }

.policy-page .notice {
  background: #fef9c3;
  border: 1px solid #fde68a;
  color: #854d0e;
  padding: 10px 12px;
  border-radius: 8px;
  margin: 12px 0;
}

.policy-page .muted-link { color: #6b7280; text-decoration: none; }
.policy-page .muted-link:hover { text-decoration: underline; }
