.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: var(--bg-shell, #0f1419);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
}

html,
body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

.elit-app-shell {
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  overflow: visible;
}

.app-layout {
  min-height: calc(100vh - var(--header-height, 56px));
  min-height: calc(100dvh - var(--header-height, 56px));
}

.seo-content {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted, #94a3b8);
  background: #0b0e12;
  scroll-margin-top: calc(var(--header-height, 56px) + 1rem);
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

.seo-content h1 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  color: var(--text-strong, #f8fafc);
}

.seo-content h2 {
  margin: 1.5rem 0 0.65rem;
  font-size: 1.05rem;
  color: var(--text-strong, #f8fafc);
}

.seo-content ul {
  margin: 0;
  padding-left: 1.25rem;
}

.seo-content li + li {
  margin-top: 0.35rem;
}

.seo-content a {
  color: var(--primary, #f97316);
}

.seo-faq__item {
  border: 1px solid var(--border, rgba(255, 255, 255, 0.1));
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  background: var(--bg-panel, #151b24);
  margin-bottom: 0.5rem;
}

.seo-faq__item summary {
  cursor: pointer;
  list-style: none;
}

.seo-faq__item summary::-webkit-details-marker {
  display: none;
}

.seo-faq__item h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  display: inline;
  color: var(--text, #e2e8f0);
}

.seo-faq__item p {
  margin: 0.55rem 0 0;
  color: var(--muted-dim, #64748b);
  font-size: 0.88rem;
}

.seo-contact {
  margin: 1.5rem 0 0;
  font-size: 0.88rem;
}
