.terms-page {
  padding: 80px 0 100px;
  background: #fff;
}
.terms-page h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
.terms-meta {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
.terms-toc {
  background: #f8f9fa;
  border-left: 4px solid #212529;
  padding: 1.25rem 1.5rem;
  border-radius: 0 6px 6px 0;
  margin-bottom: 3rem;
}
.terms-toc h2 {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
.terms-toc ol {
  margin: 0;
  padding-left: 1.2rem;
}
.terms-toc ol li {
  margin-bottom: 0.25rem;
}
.terms-toc a {
  color: #212529;
  text-decoration: none;
  font-size: 0.88rem;
}
.terms-toc a:hover {
  text-decoration: underline;
}
.terms-section {
  margin-bottom: 3rem;
  scroll-margin-top: 80px;
}
.terms-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.terms-section h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.terms-section p {
  font-size: 0.95rem;
  color: #343a40;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}
.terms-section ul {
  padding-left: 1.4rem;
  margin-bottom: 0.75rem;
}
.terms-section ul li {
  font-size: 0.95rem;
  color: #343a40;
  line-height: 1.75;
  margin-bottom: 0.25rem;
}
