@charset "UTF-8";
.privacy-section { margin-bottom: 40px; }
.section-heading {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-main, #333);
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--line-light, #e5e5e5);
}
.section-heading::before {
  content: "";
  display: inline-block;
  width: 6px; height: 1.1em;
  background: var(--brand, #5d99da);
  margin-right: 12px;
  vertical-align: -2px;
  border-radius: 2px;
}

.privacy-body { font-size: 15px; line-height: 1.9; }
.privacy-body h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 28px 0 10px;
  padding-left: 10px;
  border-left: 4px solid var(--brand, #5d99da);
}
.privacy-body h3:first-of-type { margin-top: 0; }
.privacy-body p { margin: 0 0 12px; }
.privacy-body ul { margin: 0 0 12px; padding-left: 1.4em; list-style: disc; }
.privacy-body li { margin-bottom: 4px; }

.privacy-contact {
  background: var(--bg-soft, #f6f6f6);
  border-radius: var(--radius, 6px);
  padding: 16px 20px;
  margin: 8px 0 16px;
}
.privacy-contact p { margin: 0 0 4px; }
.privacy-contact p:last-child { margin-bottom: 0; }

.privacy-meta {
  margin-top: 32px;
  font-size: 13px;
  color: var(--text-sub, #666);
}

@media (max-width: 600px) {
  .section-heading { font-size: 18px; }
}
