:root {
  color-scheme: dark;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #090d14;
  color: #e8edf5;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(43, 111, 255, .22), transparent 36rem),
    radial-gradient(circle at 90% 85%, rgba(0, 214, 170, .12), transparent 32rem),
    #090d14;
}

main {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 12vw, 140px) 0 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #7da6ff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(4rem, 14vw, 8rem);
  letter-spacing: -.07em;
  line-height: .9;
}

.lede {
  max-width: 650px;
  margin: 30px 0 52px;
  color: #aeb9ca;
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  line-height: 1.5;
}

section {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

h2 { margin: 0 0 10px; font-size: 1.1rem; }
section p { margin: 0; color: #9ba8bb; line-height: 1.65; }

footer {
  margin-top: 52px;
  color: #647188;
  font-size: .88rem;
}
