.legal.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 20px 96px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Headings */
.legal h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 700;
}

.legal h2 {
  font-size: 26px;
  margin-top: 56px;
  margin-bottom: 16px;
  font-weight: 600;
}

.legal h3 {
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Text */
.legal p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #222;
}

/* Lists */
.legal ul {
  margin: 16px 0 24px 20px;
  padding: 0;
}

.legal li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* Divider */
.legal hr {
  border: none;
  height: 1px;
  background-color: #e5e5e5;
  margin: 56px 0;
}

/* Links */
.legal a {
  color: #f5b800; 
  text-decoration: none;
  font-weight: 500;
}

.legal a:hover {
  text-decoration: underline;
}

/* Footer links inside legal pages */
.legal-footer-links {
  margin-top: 48px;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .legal.container {
    padding: 48px 16px 72px;
  }

  .legal h1 {
    font-size: 32px;
  }

  .legal h2 {
    font-size: 22px;
  }
}
