.terms-hero {
  max-width: 800px;
}

.terms-hero h1 {
  margin-bottom: var(--space-md);
}

.terms-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.terms-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  min-width: 0;
}

.terms-card h2 {
  margin-bottom: var(--space-sm);
}

@media (max-width: 768px) {
  .terms-hero {
    max-width: 100%;
  }
}
