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

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
}

main {
  width: min(760px, calc(100vw - 40px));
  padding: 40px;
  border: 1px solid #b8c7d4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(25, 43, 58, 0.12);
}

.eyebrow {
  margin: 0 0 12px;
  color: #315f7a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

p {
  max-width: 62ch;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #0067a8;
  font-weight: 700;
}
