

body[data-page="terms"] {
  background-color: #ffffff;
}

.terms-page {
  flex: 1;
  background: #ffffff;
  color: #1f2937;
}

.terms-main {
  padding: 2.5rem 1.5rem 4rem;
}

@media (min-width: 768px) {
  .terms-main {
    padding: 3rem 2rem 5rem;
  }
}

.terms-container {
  max-width: 1000px;
  margin: 0 auto;
}

.terms-lead {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 2.5rem;
}

.terms-lead p {
  margin: 0 0 1rem;
}

.terms-lead p:last-child {
  margin-bottom: 0;
}

.terms-meta {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9375rem;
  color: #4b5563;
}

.terms-title {
  font-size: clamp(1.75rem, 4vw, 2.125rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  color: #111827;
}

.terms-inline-link {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terms-inline-link:hover {
  color: #1d4ed8;
}

.terms-section {
  margin-bottom: 2.75rem;
}

.terms-section:last-of-type {
  margin-bottom: 0;
}

.terms-section h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
}

.terms-section-body > p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.terms-section-body > p:last-child {
  margin-bottom: 0;
}

.terms-para-num {
  padding-left: 0.125rem;
  text-indent: 0;
}

.terms-section-body > .terms-para-num:last-of-type + .terms-ol,
.terms-section-body > p + .terms-ol {
  margin-top: 0;
}

.terms-ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #1f2937;
}

.terms-ol li {
  margin-bottom: 0.4rem;
}

.terms-ol li:last-child {
  margin-bottom: 0;
}

.terms-footer-dates {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
  color: #4b5563;
}

.terms-footer-dates p {
  margin: 0.35rem 0;
}

.terms-footer-dates a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terms-footer-dates a:hover {
  color: #1d4ed8;
}
