.seo-shell {
  box-sizing: border-box;
  display: grid;
  min-height: 100vh;
  padding: clamp(32px, 7vw, 108px);
  color: #fafafa;
  background: #050505;
  align-content: center;
  gap: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.seo-shell span {
  color: #dfff00;
  font: 11px/1.4 monospace;
  text-transform: uppercase;
}

.seo-shell h1 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(42px, 7vw, 108px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.seo-shell p {
  max-width: 58ch;
  margin: 0;
  color: rgba(250, 250, 250, 0.72);
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.45;
}

.seo-shell a {
  width: fit-content;
  color: #dfff00;
  font: 11px/1.4 monospace;
  text-transform: uppercase;
}
