.legal-hero {
  background: linear-gradient(135deg, #1e3a5f 0%, #208ee5 100%);
  padding: 60px 0 40px;
  text-align: center;
  color: #fff;
}
.legal-hero-icon {
  width: 56px; height: 56px; background: rgba(255,255,255,.15);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.legal-hero-icon svg { width: 28px; height: 28px; stroke: #fff; }
.legal-hero h1 { font-size: 28px; font-weight: 800; margin-bottom: 8px; }
.legal-hero p  { font-size: 14px; color: rgba(255,255,255,.75); }

.legal-body { padding: 48px 0 80px; background: var(--bg-gray); }
.legal-card {
  background: #fff; border-radius: var(--radius-lg);
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  padding: 40px 48px; max-width: 820px; margin: 0 auto;
}
.legal-section { margin-bottom: 36px; }
.legal-section:last-child { margin-bottom: 0; }
.legal-section h2 {
  font-size: 17px; font-weight: 700; color: var(--primary);
  margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 2px solid var(--primary-light);
}
.legal-section p  { font-size: 14px; line-height: 1.85; color: var(--text); margin-bottom: 10px; }
.legal-section ul { padding-right: 20px; margin-bottom: 10px; }
.legal-section ul li { font-size: 14px; line-height: 1.85; color: var(--text); margin-bottom: 6px; list-style: disc; }
.legal-updated {
  font-size: 12px; color: var(--text-muted); text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 640px) {
  .legal-card { padding: 24px 20px; }
  .legal-hero h1 { font-size: 22px; }
}
