/* ===== 隐私政策页面样式 ===== */

.privacy-content {
  max-width: 780px;
  margin: 0 auto;
}

.privacy-update {
  color: var(--text-muted, #999);
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.privacy-intro {
  color: var(--text-secondary, #666);
  line-height: 1.8;
  margin-bottom: 40px;
}

.privacy-section {
  margin-bottom: 36px;
}

.privacy-section h2 {
  font-size: 1.15rem;
  color: var(--color-primary, #1A2332);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-accent, #D4AF37);
}

.privacy-section h3 {
  font-size: 1rem;
  color: var(--color-primary, #1A2332);
  margin-bottom: 10px;
  margin-top: 18px;
}

.privacy-section p {
  color: var(--text-secondary, #666);
  line-height: 1.8;
  margin-bottom: 12px;
}

.privacy-section ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 12px;
}

.privacy-section ul li {
  color: var(--text-secondary, #666);
  line-height: 1.8;
  margin-bottom: 6px;
}

.privacy-section ul li strong {
  color: var(--text-color, #333);
}

@media (max-width: 768px) {
  .privacy-content {
    padding: 0 10px;
  }

  .privacy-section h2 {
    font-size: 1.05rem;
  }
}
