* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07111f;
  color: #e5edf7;
  line-height: 1.65;
}

a {
  color: #7dd3fc;
}

.legal-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 64px;
}

.legal-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(148, 163, 184, .24);
}

.brand {
  color: #f8fafc;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}

.legal-top nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
}

h1 {
  margin: 42px 0 6px;
  font-size: clamp(32px, 6vw, 56px);
  line-height: 1;
  letter-spacing: -.03em;
}

h2 {
  margin-top: 34px;
  color: #f8fafc;
  font-size: 20px;
}

p,
li {
  color: rgba(226, 232, 240, .82);
}

.updated {
  color: #93a4b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.notice {
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 14px;
  background: rgba(14, 116, 144, .12);
}

footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, .24);
  color: #93a4b8;
  font-size: 13px;
}

@media (max-width: 720px) {
  .legal-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
