/* Privacy Policy Page Styles */
.privacy-policy-section {
  background: #fff;
  padding: 48px 0 48px 0;
}
.privacy-policy-section .container {
  max-width: 900px;
  margin: 0 auto;
  background: #f8f9fa;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  padding: 32px 24px;
}
.privacy-policy-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0B4D88;
  margin-bottom: 2rem;
  text-align: center;
}
.privacy-policy-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0B4D88;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}
.privacy-policy-content h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #0B4D88;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}
.privacy-policy-content p, .privacy-policy-content ul {
  font-size: 1rem;
  color: #222;
  margin-bottom: 1rem;
}
.privacy-policy-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.privacy-policy-content li {
  margin-bottom: 0.5rem;
}
.privacy-policy-content a {
  color: #0B4D88;
  text-decoration: underline;
}
.privacy-policy-content a:hover {
  color: #0B4D88;
  text-decoration: none;
}
@media (max-width: 600px) {
  .privacy-policy-section .container {
    padding: 16px 6px;
  }
  .privacy-policy-title {
    font-size: 1.4rem;
  }
}
