body.legal-page {
  margin: 0;
  background: #f6f9fd;
  color: #162539;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

.legal-wrap {
  width: min(980px, 92vw);
  margin: 0 auto;
  padding: 28px 0 72px;
}

.legal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.legal-brand {
  color: #185fa5;
  font-weight: 800;
  text-decoration: none;
}

.legal-links {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}

.legal-links a {
  color: #5b6b7e;
  text-decoration: none;
}

.legal-links a:hover {
  color: #162539;
  text-decoration: underline;
}

.legal-card {
  background: #ffffff;
  border: 1px solid #d8e3f0;
  border-radius: 12px;
  padding: clamp(20px, 3.5vw, 36px);
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
}

.legal-meta {
  margin: 8px 0 24px;
  color: #5b6b7e;
  font-size: 0.92rem;
}

h2 {
  margin: 24px 0 10px;
  font-size: 1.2rem;
}

p,
li {
  color: #2a3a4d;
}

ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.contact-box {
  margin-top: 20px;
  padding: 14px;
  background: #eef4fb;
  border: 1px solid #d8e3f0;
  border-radius: 8px;
}
