:root {
  color-scheme: light dark;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: #101418;
  color: #e7edf2;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 15%, #24465a 0, transparent 32rem),
    linear-gradient(145deg, #101418, #151d23);
}

main {
  width: min(46rem, calc(100% - 3rem));
  margin: 0 auto;
  padding: 15vh 0 4rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #8cc9e8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.intro {
  max-width: 38rem;
  margin: 2rem 0 4rem;
  color: #b9c8d2;
  font-size: 1.15rem;
  line-height: 1.7;
}

section {
  max-width: 38rem;
  padding-top: 1.5rem;
  border-top: 1px solid #34434d;
}

h2 {
  font-size: 1rem;
}

section p,
footer {
  color: #96a9b5;
  line-height: 1.65;
}

footer {
  margin-top: 5rem;
  font-size: 0.85rem;
}
