/* ===== STATIC / LEGAL PAGES ===== */

.page-static main {
  min-height: auto;
  background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 42%, #fff 78%);
}

.page-static .legal-wrap {
  position: relative;
  max-width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 16px 48px;
}

.page-static .legal-page__head {
  margin-bottom: 32px;
  text-align: center;
}

.page-static .legal-page__title {
  margin: 0 0 8px;
  font-family: var(--font);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  font-style: italic;
  color: #0a1a3a;
  letter-spacing: -0.6px;
  line-height: 1.08;
  text-transform: uppercase;
}

.page-static .legal-page__title span {
  color: #1a3fbf;
}

.page-static .legal-page__swoosh {
  display: block;
  width: min(280px, 72%);
  height: 12px;
  margin: 0 auto 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 14' preserveAspectRatio='none'%3E%3Cpath d='M2 11 C80 2 160 12 318 6' stroke='%231a3fbf' stroke-width='5.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.page-static .legal-page__lead {
  margin: 0 auto;
  max-width: 680px;
  font-family: var(--font);
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 500;
  line-height: 1.65;
  color: #4a5a7a;
}

.page-static .legal-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.page-static .legal-block {
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 4px 18px rgba(10, 26, 58, .06);
}

.page-static .legal-block__title {
  margin: 0 0 8px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 800;
  color: #0a1a3a;
}

.page-static .legal-block__text {
  margin: 0;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #4a5a7a;
}

.page-static .legal-block__text + .legal-block__text,
.page-static .legal-block__list + .legal-block__text,
.page-static .legal-block__text + .legal-block__list {
  margin-top: 10px;
}

.page-static .legal-block__list {
  margin: 0;
  padding-left: 1.25rem;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #4a5a7a;
}

.page-static .legal-block__list li + li {
  margin-top: 4px;
}

.page-static .legal-page__closing {
  margin: 0 0 20px;
  padding: 20px 22px;
  text-align: center;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #0a1a3a;
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(10, 26, 58, .06);
}

.page-static .legal-page__note {
  margin: 0;
  text-align: center;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #4a5a7a;
}

.page-static .legal-page__note a {
  color: #1a3fbf;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-static .legal-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 220px;
  margin-bottom: 28px;
  padding: 40px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #c8d4ea;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(10, 26, 58, .06);
}

.page-static .legal-soon__badge {
  margin: 0;
  padding: 8px 18px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a3fbf;
  background: #eef4ff;
  border-radius: 999px;
}

.page-static .legal-soon__text {
  margin: 0;
  max-width: 420px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: #4a5a7a;
}

@media (min-width: 993px) {
  .page-static .legal-wrap {
    padding: 40px 24px 56px;
  }

  .page-static .legal-page__head {
    margin-bottom: 40px;
  }

  .page-static .legal-block {
    padding: 24px 28px;
  }

  .page-static .legal-block__title {
    font-size: 17px;
  }

  .page-static .legal-block__text {
    font-size: 15px;
  }
}
