.terms-section {
  padding: 3rem 0;
  max-width: 900px;
  margin: 0 auto;
}

.terms-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #ecf0f1;
}

.terms-header h1 {
  color: #2c3e50;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.last-updated {
  color: #7f8c8d;
  font-size: 0.9rem;
  font-style: italic;
}

.terms-content {
  color: #34495e;
  line-height: 1.8;
}

.terms-article {
  margin-bottom: 2.5rem;
}

.terms-article h2 {
  color: #2c3e50;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ecf0f1;
}

.terms-article h3 {
  color: #34495e;
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.terms-article p {
  margin-bottom: 1rem;
}

.terms-article ul,
.terms-article ol {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.terms-article li {
  margin-bottom: 0.5rem;
}

.terms-article strong {
  color: #2c3e50;
  font-weight: 600;
}

.terms-link {
  color: #2c3e50;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .terms-section {
    padding: 2rem 0;
  }

  .terms-header h1 {
    font-size: 2rem;
  }

  .terms-article h2 {
    font-size: 1.5rem;
  }

  .terms-article ul,
  .terms-article ol {
    margin-left: 1.5rem;
  }
}