/* ================= TERMS & CONDITIONS ================= */

.terms-page {
  max-width: 1100px;
  margin: 90px auto;
  padding: 0 20px;
  line-height: 1.8;
}

.terms-header {
  text-align: center;
  margin-bottom: 50px;
}

.terms-header h1 {
  font-size: 38px;
  margin-bottom: 12px;
}

.terms-header p {
  max-width: 850px;
  margin: 0 auto;
  color: #555;
}

.terms-content h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 12px;
}

.terms-content p {
  margin-bottom: 16px;
  color: #444;
}

.terms-content a {
  color: #0a1340;
  text-decoration: none;
}

.terms-content a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-header h1 {
    font-size: 30px;
  }

  .terms-content h2 {
    font-size: 20px;
  }
}
