/* =========================================
   TERMS — DOCUMENT STYLE (FINAL)
========================================= */

.terms-document {
  max-width: 900px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
  text-align: left;
}

/* ---------- Main Title ---------- */

.terms-main-title {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.terms-subtitle {
  text-align: center;
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 50px;
}

/* ---------- Sections ---------- */

.terms-section {
  margin-bottom: 36px;
}

/* Section headers: slight inset from page edge */

.terms-section h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 24px;   /* ← section inset */
}

/* ---------- Clauses ---------- */

.terms-clause {
  font-size: 15px;
  line-height: 1.75;
  margin-left: 56px;    /* ← deeper clause indent */
  margin-bottom: 10px;
}

.terms-clause strong {
  font-weight: 600;
}

/* ---------- Mobile ---------- */

@media (max-width: 768px) {

  .terms-main-title {
    font-size: 36px;
  }

  .terms-section h2 {
    padding-left: 16px;
  }

  .terms-clause {
    margin-left: 32px;
    font-size: 14px;
  }
}
