.grid-bg {
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
}
.gradient-text {
  background: linear-gradient(135deg, #e2e8f0 0%, #818cf8 50%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.glass {
  background: rgba(18, 18, 26, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hero-glow {
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.35), transparent);
}
.prose-legal h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.prose-legal h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #e2e8f0;
}
.prose-legal p,
.prose-legal li {
  color: #94a3b8;
  line-height: 1.75;
}
.prose-legal ul {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
  list-style: disc;
}
.prose-legal li {
  margin-top: 0.35rem;
}
.prose-legal a {
  color: #818cf8;
}
.prose-legal a:hover {
  color: #fff;
}
