:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fb;
  color: #111827;
}

body {
  margin: 0;
}

.container {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 18px;
}

.eyebrow,
.meta {
  color: #2563eb;
  font-weight: 800;
}

h1 {
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.95;
  margin: 0;
  letter-spacing: 0;
}

h2 {
  margin-top: 34px;
}

.lead {
  max-width: 680px;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #4b5563;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

a {
  color: #1d4ed8;
  font-weight: 700;
}

nav a {
  display: inline-flex;
  padding: 12px 14px;
  border: 1px solid #d9e2f1;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.legal {
  padding: 48px 0 72px;
  font-size: 1rem;
  line-height: 1.65;
}

.back {
  display: inline-block;
  margin-bottom: 24px;
}

li {
  margin: 8px 0;
}
