/* Legal document content typography */
.content {
  max-width: 780px;
  margin: 0 auto;
  padding: 120px 24px 80px;
}

.page-header { margin-bottom: 56px; }

.page-header h1 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.page-header .effective-date {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.page-header .intro {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 20px;
}

.toc {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 48px;
}

.toc h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-light);
  margin-bottom: 12px;
  font-weight: 600;
}

.toc ol { padding-left: 20px; }
.toc li { margin-bottom: 6px; }

.toc a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s;
}

.toc a:hover { color: var(--accent-light); }

.content h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 16px;
  color: var(--accent-light);
  padding-top: 8px;
}

.content h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--text);
}

.content p,
.content li {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 14px;
  line-height: 1.75;
}

.content ul,
.content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

.content li { margin-bottom: 8px; }

.content a {
  color: var(--accent-light);
  text-decoration: none;
}

.content a:hover { text-decoration: underline; }

.content strong { color: var(--text); }

.data-table,
.subscription-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.9rem;
}

.data-table th,
.data-table td,
.subscription-table th,
.subscription-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}

.data-table th,
.subscription-table th {
  color: var(--accent-light);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.data-table td,
.subscription-table td { color: var(--text-muted); }

.data-table tr:hover td,
.subscription-table tr:hover td { color: var(--text); }

.callout {
  background: var(--surface);
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 20px 0;
}

.callout p { margin-bottom: 0; }

.divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 48px 0;
}

@media (max-width: 640px) {
  .content { padding: 100px 20px 60px; }
  .page-header h1 { font-size: 1.8rem; }
  .data-table,
  .subscription-table { font-size: 0.82rem; }
  .data-table th,
  .data-table td,
  .subscription-table th,
  .subscription-table td { padding: 10px 12px; }
}
