/* ===============================
   PAGE HERO (same gradient family)
================================ */
.page-hero {
  padding: 100px 0 60px;
  background: linear-gradient(
    135deg,
    rgba(122, 57, 255, 0.15),
    rgba(248, 180, 0, 0.12)
  );
  text-align: center;
}

.page-hero .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-hero h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111827;
}

.page-hero p {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 720px;
  margin: 0 auto;
  color: #4b5563;
}

/* ===============================
   TERMS CONTENT
================================ */
.terms-wrapper {
  max-width: 960px;
  margin: 40px auto 70px;
  padding: 0 16px 10px;
  font-family: 'Poppins', sans-serif;
  color: #111827;
}

.terms-section + .terms-section {
  margin-top: 26px;
}

.terms-section h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f2933;
}

.terms-section p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 8px;
}

.terms-section ul {
  padding-left: 20px;
  margin: 6px 0 8px;
}

.terms-section li {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 4px;
}

.terms-section strong {
  font-weight: 600;
}

/* Small screens */
@media (max-width: 768px) {
  .page-hero {
    padding: 80px 0 40px;
  }
  .page-hero h1 {
    font-size: 2.1rem;
  }
  .page-hero p {
    font-size: 0.98rem;
  }
  .terms-wrapper {
    margin: 30px auto 50px;
  }
  .terms-section h2 {
    font-size: 1.15rem;
  }
}
