.tos-hero {
  padding: 100px 0 30px;
  border-bottom: 1px solid var(--border);
}

.tos-hero h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.tos-hero p {
  color: var(--muted);
  font-size: 15px;
}

.tos-page {
  padding: 50px 0 90px;
}

.tos-block {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.tos-block h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--yellow);
}

.tos-block p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 10px;
}

.tos-block ul {
  margin-bottom: 10px;
  margin-left: 20px;
}

.tos-block li {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 6px;
  list-style-type: disc;
}
