.seo-fallback {
  min-height: 100vh;
  background: #faf9f6;
  color: #1c1917;
  font-family:
    "Segoe UI", "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
}

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

.seo-fallback a {
  color: inherit;
}

.seo-fallback__header {
  display: flex;
  max-width: 80rem;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #e7e5e4;
}

.seo-fallback__brand {
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.seo-fallback__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.25rem;
  color: #57534e;
  font-size: 0.875rem;
  font-weight: 500;
}

.seo-fallback__nav a,
.seo-fallback__footer a {
  text-underline-offset: 0.2rem;
}

.seo-fallback__hero,
.seo-fallback__section {
  max-width: 72rem;
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
}

.seo-fallback__hero {
  max-width: 58rem;
  text-align: center;
}

.seo-fallback__eyebrow,
.seo-fallback__updated {
  color: #78716c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-fallback h1 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.seo-fallback__lead {
  max-width: 46rem;
  margin: 0 auto;
  color: #57534e;
  font-size: 1.125rem;
  line-height: 1.75;
}

.seo-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.seo-fallback__actions a {
  min-height: 3rem;
  padding: 0.85rem 1.5rem;
  border: 1px solid #d6d3d1;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.seo-fallback__actions .seo-fallback__primary {
  border-color: #1c1917;
  background: #1c1917;
  color: #fafaf9;
}

.seo-fallback__actions .seo-fallback__secondary {
  background: #fff;
}

.seo-fallback__section {
  border-top: 1px solid #e7e5e4;
}

.seo-fallback__section--muted {
  max-width: none;
  padding-right: max(1.5rem, calc((100% - 72rem) / 2));
  padding-left: max(1.5rem, calc((100% - 72rem) / 2));
  background: #f5f5f4;
}

.seo-fallback__section h2 {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.seo-fallback__section p {
  max-width: 52rem;
  color: #57534e;
  line-height: 1.75;
}

.seo-fallback__section p + p {
  margin-top: 1rem;
}

.seo-fallback__section li {
  max-width: 52rem;
  margin-top: 0.65rem;
  color: #57534e;
  line-height: 1.65;
}

.seo-fallback__breadcrumbs {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 0;
  color: #78716c;
  font-size: 0.8rem;
}

.seo-fallback__grid,
.seo-fallback__faq {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.seo-fallback__faq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-fallback__grid article,
.seo-fallback__faq article {
  padding: 1.5rem;
  border: 1px solid #e7e5e4;
  border-radius: 1.25rem;
  background: #fff;
}

.seo-fallback__grid h3,
.seo-fallback__faq h3 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
}

.seo-fallback__updated {
  margin-top: 2rem;
}

.seo-fallback__footer {
  display: flex;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  border-top: 1px solid #292524;
  background: #0c0a09;
  color: #d6d3d1;
  font-size: 0.875rem;
}

.seo-fallback__footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 720px) {
  .seo-fallback__header,
  .seo-fallback__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-fallback__nav {
    justify-content: flex-start;
  }

  .seo-fallback__grid,
  .seo-fallback__faq {
    grid-template-columns: 1fr;
  }

  .seo-fallback__hero,
  .seo-fallback__section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
