:root {
  color-scheme: light;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #F6F6F6;
  color: #1A1A1A;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.brand {
  text-align: center;
  margin-bottom: 24px;
}
.brand img {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}
.brand .name {
  font-size: 32pt;
  font-weight: 900;
  letter-spacing: -1pt;
  color: #161616;
}
.brand .tagline {
  font-size: 10pt;
  color: #6E6E72;
  letter-spacing: 3pt;
  font-weight: 700;
  margin-top: 4px;
}
nav.legal-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
nav.legal-nav a {
  color: #555555;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
nav.legal-nav a.active {
  color: #1E7A1E;
  border-bottom-color: #1E7A1E;
}
h1 {
  font-size: 22pt;
  font-weight: 900;
  margin: 0 0 4px;
}
.updated {
  font-size: 12px;
  color: #888888;
  margin-bottom: 18px;
}
.intro {
  font-size: 14px;
  color: #444444;
  margin-bottom: 32px;
}
section {
  margin-bottom: 26px;
}
section h2 {
  font-size: 14pt;
  font-weight: 800;
  margin: 0 0 8px;
  color: #161616;
}
section p {
  font-size: 14px;
  color: #333333;
  margin: 0 0 8px;
}
footer {
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
  color: #999999;
}
