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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #141414;
}

a {
  color: #8fc7ff;
}

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

.hero {
  min-height: 68vh;
  display: flex;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: #78b84f;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 8vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

.lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #c9c9c9;
  font-size: 20px;
  line-height: 1.5;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.actions a,
.back {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #4b4b4b;
  border-radius: 8px;
  padding: 0 16px;
  color: #f6f6f6;
  text-decoration: none;
}

.info,
.text-page {
  border-top: 1px solid #333;
}

.text-page {
  max-width: 760px;
}

.text-page h1 {
  margin-top: 36px;
  font-size: 46px;
}

h2 {
  margin-top: 34px;
}

p {
  color: #d0d0d0;
  line-height: 1.65;
}
