body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f6f8fb;
  color: #333;
  line-height: 1.7;
}

.privacy-container {
  max-width: 1100px;
  margin: 30px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

h1 {
  text-align: center;
  color: #0d6efd;
  margin-bottom: 10px;
  font-size: 30px;
}

.updated-date {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

h2 {
  color: #0d6efd;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  margin-bottom: 10px;
}

ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-box {
  background: #f1f6ff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.contact-box p {
  margin: 6px 0;
  font-size: 15px;
}

a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .privacy-container {
    margin: 15px;
    padding: 20px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 19px;
  }

  p,
  ul li {
    font-size: 15px;
  }
}
