@font-face {
  font-family: "Satoshi";
  src: url("/fonts/Satoshi-Variable.woff2") format("woff2-variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color: #fff;
  background: #0a0a0a;
  font-family: "Satoshi";
  font-synthesis: none;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  min-height: 100%;
  background: #0a0a0a;
}

body {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  background: #0a0a0a;
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid #4c57ff;
  outline-offset: 4px;
}

.legal-header {
  border-bottom: 1px solid rgb(255 255 255 / 0.12);
}

.legal-nav,
.legal-shell,
.legal-footer-inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.legal-nav {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-nav img {
  display: block;
  width: auto;
  height: 30px;
}

.back-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgb(255 255 255 / 0.68);
  font-size: 14px;
  font-weight: 500;
  transition: color 120ms ease-out;
}

.back-link:hover {
  color: #fff;
}

.legal-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(56px, 9vw, 140px);
  padding: clamp(84px, 11vw, 150px) 0;
}

.legal-intro {
  align-self: start;
}

.legal-kicker {
  margin: 0 0 22px;
  color: #8c93ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: 470px;
  margin: 0;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.effective-date {
  margin: 28px 0 0;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1.6;
}

.legal-copy {
  min-width: 0;
  border-top: 1px solid rgb(255 255 255 / 0.14);
}

.legal-copy section {
  padding: 34px 0 38px;
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.legal-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(23px, 2.3vw, 31px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.legal-copy p,
.legal-copy li {
  color: #a3a3a3;
  font-size: 16px;
  line-height: 1.75;
}

.legal-copy p {
  margin: 0;
}

.legal-copy p + p {
  margin-top: 16px;
}

.legal-copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.legal-copy strong {
  color: #fff;
  font-weight: 600;
}

.legal-copy a {
  color: #aeb3ff;
  text-decoration: underline;
  text-decoration-color: rgb(174 179 255 / 0.38);
  text-underline-offset: 3px;
}

.legal-footer {
  padding: 36px 0;
  border-top: 1px solid rgb(255 255 255 / 0.12);
}

.legal-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: rgb(255 255 255 / 0.58);
  font-size: 12px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.legal-links a:hover {
  color: #fff;
}

@media (max-width: 760px) {
  .legal-nav,
  .legal-shell,
  .legal-footer-inner {
    width: min(100% - 32px, 1120px);
  }

  .legal-shell {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 72px 0 96px;
  }

  .legal-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
