/* First-HTML / no-JS shell. Kept out of the React bundle so CSP style-src 'self' stays valid. */
.seo-shell {
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 0 1.25rem;
  color: #e5e7eb;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.55;
}

.seo-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
  margin-bottom: 1.75rem;
}

.seo-shell h1 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.seo-shell p {
  color: #9ca3af;
  margin: 0 0 1.25rem;
}

.seo-shell ul {
  margin: 0;
  padding-left: 1.2rem;
}

.seo-shell li {
  margin: 0.35rem 0;
}

.seo-shell a {
  color: #2dd4c4;
}
