/* Legal page prose styles */
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 5% 100px;
}
.legal-content h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.legal-content .legal-effective {
  font-family: 'Space Mono', monospace;
  font-size: 0.75rem;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.legal-content h2 {
  font-family: 'Space Mono', monospace;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.legal-content p, .legal-content li {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1rem;
}
.legal-content ul, .legal-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.legal-content a {
  color: #000;
  text-decoration: underline;
}
.legal-content .legal-contact-box {
  background: #000;
  color: #ffd600;
  border: 3px solid #ffd600;
  padding: 1.5rem 2rem;
  font-family: 'Space Mono', monospace;
  font-size: 0.9rem;
  margin-top: 2rem;
  box-shadow: 6px 6px 0px #ffd600;
}
.legal-content .legal-contact-box a {
  color: #ffd600;
}
.legal-alert {
  background: #ffd600;
  border: 3px solid #000;
  padding: 1rem 1.5rem;
  font-family: 'Space Mono', monospace;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 2rem;
  box-shadow: 4px 4px 0px #000;
}
