html { scroll-behavior: smooth; }

.policy-heading { font-weight: 700; color: #0b5f86; }

.badge-update {
  background: #e9f5fb;
  color: #0b5f86;
  border: 1px solid #c9e7f3;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.toc-card,
.policy-card {
  background: #fff;
  border: 1px solid #eef3f6;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.toc-card {
  padding: 16px;
  margin: 10px 0 20px;
}

.toc-card a { text-decoration: none; }

.policy-card { padding: 16px 20px; }

.policy-card h3 {
  margin-top: 28px;
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: none;
}
