* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #0b1020;
  color: #f5f7ff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

a {
  color: #8bb7ff;
}

a:hover,
a:focus-visible {
  color: #bad3ff;
}

.site-header,
.site-footer,
main {
  width: min(100% - 32px, 800px);
  margin-inline: auto;
}

.site-header {
  padding-block: 24px 12px;
}

.home-link {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

main {
  padding-block: 24px 48px;
}

.eyebrow {
  margin: 0 0 4px;
  color: #8bb7ff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  line-height: 1.2;
}

h1 {
  margin: 0;
  font-size: clamp(2.25rem, 9vw, 4rem);
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(1.25rem, 4vw, 1.55rem);
}

.effective-date {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 14px 0;
  color: #c7cce0;
}

.summary {
  margin: 0;
  color: #dce1f2;
  font-size: 1.1rem;
}

.legal-section {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #29314e;
  border-radius: 16px;
  background: #12182b;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 24px;
}

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

.site-footer {
  padding-block: 24px 40px;
  border-top: 1px solid #29314e;
  color: #aeb5cc;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 6px 0;
}

@media (max-width: 520px) {
  .site-header,
  .site-footer,
  main {
    width: min(100% - 24px, 800px);
  }

  .legal-section {
    padding: 18px;
    border-radius: 12px;
  }
}
