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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: #5dc8b6;
  font-weight: 800;
}

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

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

.eyebrow {
  margin: 0;
  color: #d6b35d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(44px, 9vw, 92px);
  line-height: 0.95;
}

h2 {
  margin: 28px 0 8px;
  font-size: 22px;
}

p {
  color: #c8c2b8;
  line-height: 1.7;
}

.lead {
  max-width: 620px;
  font-size: 20px;
}

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

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

.content {
  max-width: 720px;
  padding: 28px 0 80px;
}

.updated {
  color: #8f98a8;
}
