:root {
  color: #181733;
  background: #f4f6ff;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f4f6ff;
  color: #181733;
  line-height: 1.65;
}

a {
  color: #5b36d6;
  font-weight: 700;
}

a:focus-visible {
  outline: 3px solid #23bfc2;
  outline-offset: 3px;
}

.site-header {
  border-bottom: 1px solid #d9dcef;
  background: #ffffff;
}

.site-header__inner,
main,
.site-footer__inner {
  width: min(100% - 32px, 920px);
  margin-inline: auto;
}

.site-header__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  color: #181733;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-nav a {
  font-size: 14px;
}

main {
  padding-block: 56px 72px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #5b36d6;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2 {
  line-height: 1.2;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: 48px;
}

h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: #55546d;
  font-size: 18px;
}

.meta {
  margin-top: 18px;
  color: #6c6b80;
  font-size: 14px;
}

.content {
  margin-top: 52px;
  border-top: 1px solid #d9dcef;
}

.content section {
  padding-block: 30px;
  border-bottom: 1px solid #d9dcef;
}

.content p,
.content ul,
.content ol {
  max-width: 800px;
  margin-block: 10px 0;
}

.content li + li {
  margin-top: 8px;
}

.notice {
  padding-left: 18px;
  border-left: 4px solid #23bfc2;
}

.site-footer {
  border-top: 1px solid #d9dcef;
  background: #ffffff;
}

.site-footer__inner {
  padding-block: 24px;
  color: #6c6b80;
  font-size: 13px;
}

@media (max-width: 640px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 16px;
  }

  main {
    padding-block: 40px 56px;
  }

  h1 {
    font-size: 34px;
  }
}
