.terms-wrapper {
  max-width: 900px;
  margin: 0 auto;
  color: var(--text-color);
}

.terms-header h1 {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 700;
}

.updated-date {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.divider {
  width: 80px;
  height: 4px;
  background: var(--gradient-primary);
  margin: 1rem auto 2rem;
  border-radius: 4px;
}

.terms-section {
  margin-bottom: 2rem;
}

.terms-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  border-left: 4px solid var(--secondary-color);
  padding-left: 10px;
  margin-bottom: 1rem;
}

.terms-section p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
  .terms-wrapper {
    padding: 0 1rem;
  }
  .terms-section h3 {
    font-size: 1.05rem;
  }
}
