/* Legal pages styling */
.legal {
  padding: 100px 0 60px;
  background: #fff;
}
.legal .container {
  max-width: 720px;
}
.legal h1 {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}
.legal-updated {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f3f4f6;
}
.legal section {
  margin-bottom: 36px;
}
.legal h2 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}
.legal h3 {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  margin-top: 16px;
}
.legal p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 12px;
}
.legal ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}
.legal li {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}
.legal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4f46e5;
}
.legal a {
  color: #4f46e5;
  font-weight: 500;
  transition: color 0.2s;
}
.legal a:hover {
  color: #3730a3;
}
