/* =========================
   Legal Pages - Global Style
   ========================= */

body.legal-page {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Hiragino Sans", sans-serif;
  margin: 0;
  padding: 40px 20px;
  background: #f9fafb;
  color: #1f2937;
}

.legal-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 50px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  border-left: 4px solid #2563eb;
  padding-left: 12px;
  margin-top: 32px;
  margin-bottom: 12px;
}

p, li {
  line-height: 1.75;
  font-size: 15px;
}

ul {
  padding-left: 20px;
}

footer.legal-footer {
  margin-top: 40px;
  text-align: center;
}

footer.legal-footer a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

footer.legal-footer a:hover {
  text-decoration: underline;
}
