.seo-fallback {
  min-height: 100vh;
  background: #f6f5f2;
  color: #1f2933;
  font-family:
    Inter, "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;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22rem;
}

.seo-fallback__header {
  display: flex;
  max-width: 80rem;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dedbd4;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
}

.seo-fallback__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #111827;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.seo-fallback__brand span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0.5rem;
  background: #f97316;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
}

.seo-fallback__home-button {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background: #111827;
  padding: 0.6rem 1rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.seo-fallback__home-button:hover {
  background: #2f3846;
}

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

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

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

.seo-fallback h1 {
  margin: 1rem 0 1.5rem;
  max-width: 52rem;
  color: #111827;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.seo-fallback__lead {
  max-width: 46rem;
  color: #536171;
  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 #d8d4ca;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.seo-fallback__actions .seo-fallback__primary {
  border-color: #ea580c;
  background: #ea580c;
  color: #fff;
}

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

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

.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: #fff;
}

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

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

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

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

.seo-fallback__breadcrumbs {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 0;
  color: #6b7280;
  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 #e0ddd6;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 41, 51, 0.06);
}

.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 #dedbd4;
  color: #667085;
  font-size: 0.875rem;
}

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

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

  .seo-fallback__header {
    gap: 0.75rem;
    padding: 0.75rem 1rem;
  }

  .seo-fallback__home-button {
    min-height: 2.35rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.8rem;
  }

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

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