:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: #17212b;
  background: #e8edf2;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 15% 20%, #fff 0 12%, transparent 42%), #e8edf2;
}

.card {
  width: min(620px, calc(100% - 48px));
  padding: 56px;
  border: 1px solid #d4dde5;
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 70px rgba(31, 49, 66, .12);
}

.eyebrow {
  margin: 0 0 18px;
  color: #537083;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(38px, 7vw, 70px);
  line-height: .98;
  letter-spacing: -.05em;
}

.lead {
  max-width: 48ch;
  margin: 28px 0 32px;
  color: #52616d;
  font-size: 18px;
  line-height: 1.55;
}

.button {
  display: inline-block;
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  background: #1e526c;
  text-decoration: none;
}
