.legal-page {
  background: #f3f4f5;
  min-height: 100vh;
  color: #1e2730;
}

.legal-page__header {
  background: #ffffff;
  border-bottom: 1px solid #dde2e6;
}

.legal-page__header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legal-page__logo {
  display: inline-flex;
  align-items: center;
}

.legal-page__back {
  color: #11839a;
  text-decoration: none;
  font-weight: 600;
}

.legal-page__main {
  padding: 44px 0 64px;
}

.legal-article {
  background: #ffffff;
  border: 1px solid #dde2e6;
  border-radius: 8px;
  padding: 28px;
}

.legal-article h1 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.15;
}

.legal-article h2 {
  margin: 24px 0 10px;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.legal-article p,
.legal-article li {
  font-size: 1rem;
  line-height: 1.6;
  color: #34404b;
}

.legal-article ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .legal-page__main {
    padding: 26px 0 40px;
  }

  .legal-article {
    padding: 20px;
  }
}
