:root {
  --accent: #ff9933;
  --text: #000000;
  --subtext: #4b5563;
  --footer-text: #6b7280;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.legal-header {
  margin-bottom: 2.5rem;
}

.legal-header a.home-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.legal-header a.home-link:hover {
  text-decoration: underline;
}

.legal-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0 0.25rem;
}

.legal-updated {
  color: var(--subtext);
  font-size: 0.95rem;
  margin: 0 0 2rem;
}

.legal-content h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
}

.legal-content h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
}

.legal-content p {
  line-height: 1.7;
  color: #1f2937;
  margin: 0 0 1rem;
}

.legal-content ul {
  line-height: 1.7;
  color: #1f2937;
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.legal-content li {
  margin-bottom: 0.4rem;
}

.legal-content strong {
  font-weight: 700;
}

.legal-content a {
  color: var(--accent);
}

.legal-content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 2rem 0;
}

.legal-content blockquote {
  border-left: 3px solid var(--accent);
  margin: 1rem 0;
  padding: 0.25rem 0 0.25rem 1rem;
  color: var(--subtext);
  font-size: 0.95rem;
}

.legal-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
  color: var(--footer-text);
}

.legal-footer a {
  color: inherit;
}
