 .privacy-policy-section {
  background: linear-gradient(90deg, #141414 0%, #181818 40.38%, #3B3B3B 89.42%) !important;
}
.privacy-policy-section {
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 0 40px 0;
}
.privacy-policy-container {
  max-width: 700px;
  width: 100%;
  border-radius: 12px;
  padding: 40px 32px;
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
}
.privacy-policy-title {
  font-family: 'Carla Sans', 'Manrope', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #E6C47A 0%, #BFA46F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
.privacy-policy-date {
  font-size: 1rem;
  color: #E6C47A;
  margin-bottom: 24px;
  text-align: center;
}
.privacy-policy-container h2 {
  font-size: 1.2rem;
  color: #E6C47A;
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}
.privacy-policy-container ul {
  margin: 0 0 18px 20px;
  padding: 0;
  list-style: disc inside;
}
.privacy-policy-container li {
  margin-bottom: 6px;
}
.privacy-policy-container a {
  color: #E6C47A;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .privacy-policy-container {
    padding: 18px 4vw;
    font-size: 15px;
  }
  .privacy-policy-title {
    font-size: 1.3rem;
  }
}
