/* File: css/legal.css */
/* WatchBrowser — Legal Pages Stylesheet */

.legal-page {
  padding: 120px 0 80px;
  min-height: 100vh;
}

.legal-header {
  text-align: center;
  margin-bottom: 60px;
}

.legal-header h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 12px 0 8px;
}

.legal-header p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.4);
  font-family: 'Space Mono', monospace;
}

.legal-body {
  max-width: 720px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
}

.legal-body h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 40px 0 12px;
  letter-spacing: -0.02em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.legal-body h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin: 24px 0 8px;
}

.legal-body p {
  margin-bottom: 16px;
}

.legal-body ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-body ul li {
  margin-bottom: 6px;
}

.legal-body a {
  color: #00D4FF;
  text-decoration: underline;
}

.legal-body a:hover {
  color: #33DDFF;
}

.legal-notice {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 48px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
}
