/* ─── PRIVACY PAGE ─── */
.privacy {
  padding: 120px 0 80px;
}

.privacy-container {
  max-width: 720px;
}

.privacy-title {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F1F5F9;
  margin-bottom: 8px;
}

.privacy-updated {
  font-size: 13px;
  color: #475569;
  margin-bottom: 48px;
}

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

.privacy-body h2 {
  font-size: 18px;
  font-weight: 700;
  color: #E2E8F0;
  margin-bottom: 12px;
}

.privacy-body h3 {
  font-size: 15px;
  font-weight: 600;
  color: #CBD5E1;
  margin-top: 16px;
  margin-bottom: 8px;
}

.privacy-body p {
  font-size: 15px;
  line-height: 1.8;
  color: #94A3B8;
  margin-bottom: 12px;
}

.privacy-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}

.privacy-body li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #94A3B8;
  margin-bottom: 6px;
}

.privacy-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.4);
}

.privacy-body li strong {
  color: #CBD5E1;
  font-weight: 600;
}

.privacy-body a {
  color: #38BDF8;
  text-decoration: none;
  transition: color 0.2s;
}

.privacy-body a:hover {
  color: #7DD3FC;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy { padding: 100px 0 60px; }
  .privacy-title { font-size: 28px; }
}
