:root {
  --system-blue: #004F85;
  --system-mid-blue: #0080B8;
  --system-mint: #00F5D4;
  --system-mist: #F1F7F9;
}

.system-page {
  min-height: 62vh;
  padding: clamp(76px, 10vw, 150px) 0 clamp(84px, 10vw, 150px);
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 245, 212, .17), transparent 21rem),
    var(--system-mist);
  color: var(--system-blue);
}

.system-wrap {
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
}

.system-intro {
  max-width: 790px;
}

.system-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--system-mid-blue);
  font: 800 11px 'Montserrat', sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.system-page h1 {
  max-width: 830px;
  margin: 0;
  color: var(--system-blue);
  font: 400 clamp(46px, 7vw, 88px)/.94 var(--font-display, 'Anton', sans-serif);
  letter-spacing: .01em;
  text-transform: uppercase;
}

.system-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: #315473;
  font: 500 clamp(17px, 2vw, 20px)/1.55 'Montserrat', sans-serif;
}

.system-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.system-actions .btn { text-decoration: none; }

.system-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--system-blue);
  border-radius: 999px;
  color: var(--system-blue);
  font: 800 12px 'Montserrat', sans-serif;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.system-link:hover {
  background: var(--system-blue);
  color: #fff;
  transform: translateY(-1px);
}

.legal-page {
  min-height: 62vh;
  padding: clamp(65px, 8vw, 110px) 0;
  background: var(--system-mist);
  color: var(--system-blue);
}

.legal-body > header {
  position: static !important;
  top: auto !important;
}

.legal-wrap {
  width: min(100% - 48px, 960px);
  margin: 0 auto;
}

.legal-page header { max-width: 800px; }

.legal-page h1 {
  margin: 0;
  color: var(--system-blue);
  font: 400 clamp(45px, 6.4vw, 78px)/.95 var(--font-display, 'Anton', sans-serif);
  text-transform: uppercase;
}

.legal-page > .legal-wrap > header > p {
  max-width: 700px;
  margin: 20px 0 0;
  color: #315473;
  font: 500 17px/1.62 'Montserrat', sans-serif;
}

.legal-card {
  display: grid;
  gap: 0;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid #c8dbe4;
  background: #fff;
}

.legal-section {
  padding: 28px clamp(24px, 4vw, 46px);
  border-bottom: 1px solid #d6e4eb;
}

.legal-section:last-child { border-bottom: 0; }

.legal-section h2 {
  margin: 0 0 10px;
  color: var(--system-blue);
  font: 800 17px/1.2 'Montserrat', sans-serif;
}

.legal-section p,
.legal-section li {
  color: #315473;
  font: 500 15px/1.68 'Montserrat', sans-serif;
}

.legal-section p { margin: 0; }
.legal-section p + p { margin-top: 14px; }
.legal-section ul { margin: 12px 0 0; padding-left: 20px; }

.legal-date {
  margin-top: 22px;
  color: #54718b;
  font: 700 11px/1.4 'Montserrat', sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .system-wrap,
  .legal-wrap { width: min(100% - 32px, 960px); }

  .system-page h1 { font-size: 44px; }

  .legal-page h1 {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 56px);
    line-height: .94;
    overflow-wrap: anywhere;
  }

  .legal-page > .legal-wrap > header > p {
    font-size: 15px;
  }

  .footer-bottom-actions { margin-left: 0; }
}
