.legal-notice {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Inter", Arial, sans-serif;
  color: #2a2a2a;
  line-height: 1.7;
}

.legal-notice h1 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.legal-block {
  background: #ffffff;
  padding: 25px 30px;
  margin-bottom: 25px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  transition: transform 0.25s ease;
}

.legal-block:hover {
  transform: translateY(-3px);
}

.legal-block h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #111;
}

.legal-notice a {
  color: #0074ff;
  text-decoration: none;
  font-weight: 500;
}

.legal-notice a:hover {
  text-decoration: underline;
}
