/* privacy-policy.html */

.policy-hero {
  position: relative;
  padding: 72px 24px 48px;
  text-align: center;
  overflow: hidden;
}
.hero-gradient-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background-color: rgba(147, 51, 234, 0.2);
  filter: blur(120px);
  border-radius: 50%;
  pointer-events: none;
}

.hero-gradient-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background-color: rgba(234, 88, 12, 0.1);
  filter: blur(100px);
  border-radius: 50%;
  pointer-events: none;
}
.policy-hero-inner {
  position: relative;
  z-index: 10;
  max-width: 768px;
  margin: 0 auto;
}

.policy-title {
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.policy-meta {
  font-size: 18px;
  color: #9f9fa9;
}

.policy-article {
  max-width: 1330px;
  margin: 0 auto;
  padding: 70px 24px 0;
  color: #d8d8d8;
  line-height: 1.8;
  font-size: 18px;
}

.policy-lead {
  margin-bottom: 32px;
  color: #a1a1aa;
}

.policy-section {
  margin-bottom: 100px;
}

.policy-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #dbdbdb;
  margin-bottom: 12px;
}

.policy-section p {
  margin-bottom: 6px;
  color: #a1a1aa;
}

.policy-section ul {
  margin: 0 0 12px 20px;
  color: #a1a1aa;
}

.policy-section li {
  margin-bottom: 6px;
}

.policy-section a {
  color: #ad46ff;
  text-decoration: none;
}

.policy-section a:hover {
  text-decoration: underline;
}

.policy-closing {
  margin-top: 48px;
  margin-bottom: 0;
  padding-bottom: 80px;
  color: #a1a1aa;
}

@media screen and (max-width: 768px) {
  .policy-article {
    padding: 50px 24px 0;
    font-size: 14px;
  }
  .policy-section {
    margin-bottom: 50px;
  }
  .policy-section h2 {
    font-size: 24px;
  }
}
