:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18202d;
  background: #f5f7fb;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(28, 107, 255, 0.14), transparent 42%),
    linear-gradient(315deg, rgba(18, 171, 128, 0.16), transparent 48%),
    #f5f7fb;
}

main {
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: #1d6bff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.95;
}

.lede {
  max-width: 560px;
  margin: 22px 0 30px;
  color: #475569;
  font-size: 1.2rem;
  line-height: 1.6;
}

.cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: #18202d;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
