/* privacy-policy.html */
.policy-hero {
  position: relative;
  padding: 66px 0;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(90deg, #420E7B 0%, #791AE1 100%);
}
.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: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.policy-meta {
  font-size: 18px;
  color: #9f9fa9;
}
.policy-article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  color: #d8d8d8;
  font-size: 16px;
}
.policy-lead {
  margin-bottom: 72px;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .policy-lead {
    margin-bottom: 50px;
  }
}
.policy-section {
  margin-bottom: 72px;
}
.policy-update-time {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 37px;
  background: #F3F3F3;
  width: fit-content;
  padding: 8px 20px;
  color: #7D7D7D;
  font-size: 14px;
  margin-bottom: 30px;
}
.policy-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 14px;
}
.policy-section h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 28px 0 13px;
  color: #111;
}
.purple-title {
  color: #8121FE;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 28px 0 18px;
}
.policy-section p {
  margin-bottom: 25px;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.6;
}
.policy-section p:last-child {
  margin-bottom: 0;
}
.policy-section ul {
  margin: 0 0 20px 22px;
  padding-left: 0;
  color: rgba(17, 17, 17, 0.8);
  list-style: disc;
}
.policy-section li {
  margin-bottom: 8px;
  line-height: 1.6;
  list-style: disc;
}
.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 15px 0;
    font-size: 14px;
  }
  .policy-section {
    margin-bottom: 50px;
  }
  .policy-section h2 {
    font-size: 24px;
  }
  .policy-section h3 {
    font-size: 18px;
    margin: 14px 0 8px;
  }
  .policy-section ul {
    margin: 0 0 16px 18px;
  }
}
