:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07111a;
  color: #f4f7f9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #07111a;
}

a {
  color: #6dd5fa;
}

.legal-nav {
  border-bottom: 1px solid #253744;
  background: #0b1721;
}

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

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

.legal-brand {
  color: #f4f7f9;
  text-decoration: none;
  font-weight: 800;
}

.legal-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  font-size: 14px;
}

.legal-nav-links a {
  color: #b8c7d1;
  text-decoration: none;
}

.legal-shell {
  padding: 48px 0 80px;
}

.legal-eyebrow {
  margin: 0 0 10px;
  color: #65d6a6;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(32px, 6vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.legal-intro {
  max-width: 760px;
  margin: 18px 0 10px;
  color: #b8c7d1;
  font-size: 18px;
  line-height: 1.65;
}

.legal-date {
  margin: 0 0 38px;
  color: #8195a3;
  font-size: 14px;
}

.legal-section {
  padding: 26px 0;
  border-top: 1px solid #253744;
}

.legal-section h2 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: 0;
}

.legal-section p,
.legal-section li {
  color: #c4d0d8;
  line-height: 1.7;
}

.legal-section ul,
.legal-section ol {
  margin: 10px 0 0;
  padding-left: 22px;
}

.legal-contact {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 16px;
  border: 1px solid #4e91aa;
  border-radius: 6px;
  background: #102b39;
  color: #f4f7f9;
  font-weight: 750;
  text-decoration: none;
}

.legal-note {
  padding: 16px;
  border-left: 3px solid #65d6a6;
  background: #0e202b;
}

@media (max-width: 640px) {
  .legal-nav-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .legal-nav-links {
    justify-content: flex-start;
  }

  .legal-shell {
    padding-top: 34px;
  }
}
