:root {
  color: #152128;
  background: #edf2f1;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  background: radial-gradient(circle at 12% 12%, rgb(54 126 115 / 12%), transparent 34rem), #edf2f1;
}

.shell {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  padding: clamp(1rem, 5vw, 4rem);
}

.card {
  width: min(100%, 43rem);
  padding: clamp(1.5rem, 7vw, 4.5rem);
  border: 1px solid #c7d4d1;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgb(21 33 40 / 10%);
}

.eyebrow {
  margin: 0 0 1rem;
  color: #21685f;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2rem, 8vw, 4.25rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

p {
  max-width: 50ch;
  margin: 0.75rem 0 0;
  color: #45565d;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  line-height: 1.65;
}

.lead {
  margin-top: clamp(2rem, 6vw, 3.5rem);
  color: #152128;
  font-weight: 650;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
