/* ===========================
   Privacy Policy - Hero
   =========================== */
.pp-hero {
  padding: 200px 0 80px;
  background: linear-gradient(135deg, #100329 0%, #0F0039 50%, #1a0a3e 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pp-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(130, 94, 231, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}

.pp-hero__inner {
  position: relative;
  z-index: 1;
}

.pp-hero__title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 16px;
}

.pp-hero__subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ===========================
   Privacy Policy - Content
   =========================== */
.pp-content {
  padding: 80px 0 100px;
  background: linear-gradient(180deg, #0F0039 0%, #1C0944 100%);
}

.pp-body {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 48px 56px;
}

.pp-body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.pp-body h2:first-of-type {
  margin-top: 32px;
}

.pp-body h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222222;
  margin-top: 28px;
  margin-bottom: 12px;
}

.pp-body h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 10px;
}

.pp-body p {
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 16px;
}

.pp-body ul {
  margin-bottom: 20px;
  padding-left: 24px;
}

.pp-body ul li {
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: disc;
}

.pp-body ul li strong {
  color: #222222;
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 992px) {
  .pp-hero__title {
    font-size: 2.75rem;
  }

  .pp-body {
    padding: 40px 36px;
  }
}

@media (max-width: 768px) {
  .pp-hero {
    padding: 140px 0 60px;
  }

  .pp-hero__title {
    font-size: 2.25rem;
  }

  .pp-content {
    padding: 48px 0 64px;
  }

  .pp-body {
    padding: 32px 24px;
    border-radius: 12px;
  }

  .pp-body h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .pp-hero__title {
    font-size: 1.85rem;
  }

  .pp-body {
    padding: 24px 20px;
  }
}
