.privacy-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.privacy-container h1 {
  font-size: 26px;
  color: #1f5fae;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.privacy-container h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
}

.privacy-container p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.privacy-container .footer-info {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}

.privacy-container a {
  color: #1f5fae;
  text-decoration: underline;
}
