:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #14213d;
  background: #f6f8fb;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

a {
  color: #1769d2;
  font-weight: 700;
}

code {
  background: #eef4ff;
  border: 1px solid #cfddf2;
  border-radius: 6px;
  color: #07111f;
  padding: 2px 6px;
}

.shell {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0;
}

.hero,
.document {
  background: #ffffff;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(20, 33, 61, 0.08);
  padding: clamp(24px, 5vw, 48px);
}

.eyebrow {
  color: #1769d2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1 {
  color: #07111f;
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 1.02;
  margin: 0 0 18px;
  max-width: 760px;
}

.document h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h2 {
  color: #07111f;
  font-size: 1.2rem;
  margin: 32px 0 10px;
}

p,
li {
  font-size: 1rem;
  line-height: 1.65;
}

.hero p {
  max-width: 680px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.links a {
  align-items: center;
  background: #07111f;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

.download-row {
  margin: 18px 0;
}

.download-button {
  align-items: center;
  background: #1769d2;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}

.secondary-button {
  background: #07111f;
}

.status-panel {
  border-top: 1px solid #d9e2ef;
  margin-top: 24px;
  padding-top: 4px;
}
