/* ======================================
   TERMS OF USE – ELITE5PRO
   ====================================== */

.terms-section {
  padding: 20px 20px 10px; /* reduced top spacing */
  background: #ffffff;
}

.terms-container {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.7;
  color: #333;
  font-size: 16px;
}

/* HEADINGS */
.terms-container h1 {
  font-size: 34px;
  margin-bottom: 8px;
}

.terms-date {
  font-size: 14px;
  color: #555;
  margin-bottom: 22px;
}

.terms-container h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 34px;
  margin-bottom: 12px;
}

/* PARAGRAPHS */
.terms-container p {
  margin-bottom: 14px;
}

/* LINKS */
.terms-container a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.terms-container a:hover {
  text-decoration: underline;
}

/* DIAMOND BLUE BULLETS (for future lists if added) */
.terms-container ul {
  list-style: none;
  margin: 12px 0 18px 0;
  padding-left: 0;
}

.terms-container li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.terms-container li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #1a73e8;
  font-size: 14px;
}

/* FOOT NOTE */
.terms-updated {
  margin-top: 28px;
  font-size: 14px;
  color: #555;
}

/* MOBILE */
@media (max-width: 768px) {
  .terms-container h1 {
    font-size: 28px;
  }

  .terms-container h2 {
    font-size: 20px;
  }
}
