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

.seo-fallback,
.seo-static {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px;
  line-height: 1.65;
}

.seo-fallback *,
.seo-static * {
  box-sizing: border-box;
}

.seo-fallback nav,
.seo-static nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding: 8px 0 40px;
}

.seo-fallback nav a:first-child,
.seo-static nav a:first-child {
  margin-right: auto;
  color: #211b2b;
  font-size: 1.15rem;
  font-weight: 800;
}

.seo-fallback section,
.seo-static section,
.seo-static article {
  margin: 0 0 28px;
  padding: 32px;
  border: 1px solid #e7dfec;
  border-radius: 22px;
  background: #fff;
}

.seo-fallback h1,
.seo-static h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  line-height: 1.05;
}

.seo-fallback h2,
.seo-static h2 {
  margin-top: 0;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.2;
}

.seo-fallback h3,
.seo-static h3 {
  margin-bottom: 6px;
}

.seo-fallback a,
.seo-static a {
  color: #6e2dbd;
}

.seo-fallback .eyebrow,
.seo-static .eyebrow {
  color: #6e2dbd;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #6e2dbd;
  color: #fff !important;
  font-weight: 750;
  text-decoration: none;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.seo-card {
  padding: 20px;
  border-radius: 16px;
  background: #f8f3fc;
}

.seo-static footer {
  padding: 24px 0 40px;
  color: #675d70;
}

@media (max-width: 640px) {
  .seo-fallback,
  .seo-static {
    padding: 16px;
  }

  .seo-fallback nav a:first-child,
  .seo-static nav a:first-child {
    width: 100%;
  }

  .seo-fallback section,
  .seo-static section,
  .seo-static article {
    padding: 24px 20px;
  }
}
