.policy-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.policy-title {
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.policy-section {
  margin-bottom: 30px;
}
.policy-section-title {
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
  margin-bottom: 10px;
  color: #404040;
  font-weight: 100;
}
.policy-section-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.policy-list {
  padding-left: 20px;
  margin-bottom: 15px;
}
.policy-list-item {
  margin-bottom: 8px;
}
.policy-link {
  color: #3083FF;
  text-decoration: none;
}
.policy-link:hover {
  text-decoration: underline;
}
.policy-footer {
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
  color: #777;
}
