html, body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0b0d10;
  color: #f4f6f8;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.hero {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 48px 24px;
}

.wrap {
  width: min(860px, 100%);
}

.brand {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 28px;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(44px, 8vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.lead {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.55;
  color: #b9c0c8;
}

.rule {
  width: 72px;
  height: 2px;
  background: #f4f6f8;
  margin: 36px 0 24px;
  opacity: 0.6;
}

.contact {
  font-size: 16px;
  color: #9da6af;
}

a {
  color: #f4f6f8;
  text-decoration: none;
  border-bottom: 1px solid rgba(244,246,248,0.4);
}

a:hover {
  border-bottom-color: #f4f6f8;
}

footer {
  padding: 20px 24px 28px;
  font-size: 13px;
  color: #69717a;
}
