:root {
  color-scheme: light;
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: #f5f7fa;
  color: #17202a;
}

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

main {
  width: min(42rem, calc(100% - 3rem));
  padding: 3rem;
  border: 1px solid #d8dee6;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 1rem 3rem rgb(23 32 42 / 10%);
}

.eyebrow {
  margin: 0;
  color: #3167d5;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin-block: 0.75rem 1rem;
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 1.05;
}

p {
  font-size: 1.05rem;
  line-height: 1.6;
}
