/* Legal Pages Styles */
.legal-page {
  max-width: 800px;
  padding: 40px 20px;
  margin: 0 auto;
}

.legal-page h1 {
  font-size: clamp(32px, 3.2vw, 48px);
  margin-bottom: 8px;
  color: #0b1425;
  letter-spacing: -1.2px;
}

.legal-page .last-update,
.legal-page .lead {
  font-size: 14px;
  color: #596984;
  margin-bottom: 32px;
  font-style: italic;
}

.legal-page .lead {
  font-size: 16px;
  line-height: 1.6;
  font-style: normal;
}

.legal-page section {
  margin-bottom: 36px;
}

.legal-page section:first-of-type {
  margin-top: 0;
}

.legal-page h2 {
  font-size: 20px;
  margin-bottom: 14px;
  color: #0b1425;
  letter-spacing: -0.6px;
  font-weight: 700;
  border-bottom: 2px solid #146bff;
  padding-bottom: 10px;
}

.legal-page h3 {
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 12px;
  color: #0b1425;
  font-weight: 600;
}

.legal-page h3:first-child {
  margin-top: 0;
}

.legal-page p {
  font-size: 14px;
  line-height: 1.7;
  color: #3d4a61;
  margin-bottom: 14px;
}

.legal-page p:last-child {
  margin-bottom: 0;
}

.legal-page ul,
.legal-page ol {
  margin: 12px 0 18px 20px;
  padding: 0;
}

.legal-page li {
  font-size: 14px;
  line-height: 1.7;
  color: #3d4a61;
  margin-bottom: 8px;
}

.legal-page a {
  color: #146bff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.legal-page a:hover {
  color: #0950d8;
  text-decoration: underline;
}

.legal-page strong {
  color: #0b1425;
  font-weight: 700;
}

@media (max-width: 640px) {
  .legal-page {
    padding: 24px 16px;
  }

  .legal-page h1 {
    font-size: 28px;
  }

  .legal-page h2 {
    font-size: 18px;
  }

  .legal-page h3 {
    font-size: 14px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 13px;
  }
}
