body {
  font-family: Lato, Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 40px 20px;
  background: #f9fafb;
  color: #111;
}
.legal-container {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
h1 {
  font-family: Merriweather, serif;
  margin-bottom: 20px;
}
ul {
  padding-left: 20px;
}
li {
  margin-bottom: 10px;
}
.contact {
  margin-top: 30px;
  font-weight: 600;
}
a {
  color: #0b5cff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.back-link {
  margin-top: 30px;
  display: inline-block;
}
