:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07111f;
  color: #eff6ff;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgb(39 181 178 / 25%), transparent 30rem),
    radial-gradient(circle at 80% 80%, rgb(77 109 242 / 28%), transparent 32rem),
    #07111f;
}

.hero {
  width: min(100% - 3rem, 48rem);
  padding: clamp(2rem, 8vw, 6rem) 0;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: #60e5d8;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.75rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.intro {
  max-width: 39rem;
  margin: 2rem 0 0;
  color: #bfccdd;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  line-height: 1.6;
}

.status {
  display: inline-block;
  margin: 2.5rem 0 0;
  padding: 0.7rem 1rem;
  border: 1px solid rgb(96 229 216 / 40%);
  border-radius: 999px;
  color: #a7f3ed;
  font-size: 0.95rem;
}
