/* =========================
   PRIVACY POLICY
========================= */

.privacy-policy-section {
  background: #f8fafc;
}

.privacy-policy-content {
  background: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.privacy-policy-title {
  font-size: 42px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 30px;
}

.privacy-policy-intro h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 15px;
}

.privacy-policy-item {
  margin-bottom: 38px;
}

.privacy-policy-item h2 {
  font-size: 27px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 18px;
}

.privacy-policy-item h3 {
  font-size: 21px;
  font-weight: 600;
  color: #374151;
  margin-top: 22px;
  margin-bottom: 10px;
}

.privacy-policy-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #5b6472;
  margin-bottom: 16px;
}

.privacy-policy-content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}

.privacy-policy-content li {
  font-size: 16px;
  line-height: 1.8;
  color: #5b6472;
  margin-bottom: 8px;
}

.privacy-policy-content a {
  color: #0b56c8;
  text-decoration: none;
}

.privacy-policy-content a:hover {
  text-decoration: underline;
}

.privacy-contact-box {
  background: #f1f5f9;
  border-left: 4px solid #0b56c8;
  padding: 25px;
  border-radius: 8px;
}

.privacy-contact-box h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.privacy-contact-box p {
  margin-bottom: 10px;
}