#seo-shell {
  min-height: 100svh;
  background: #12151a;
  color: #f3f4f6;
  font-family: 'Schibsted Grotesk', ui-sans-serif, system-ui, sans-serif;
}

html[data-route='seo'],
html[data-route='seo'] body {
  margin: 0;
  background: #12151a;
}

.seo-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-nav-inner,
.seo-footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-family: Syne, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 18px;
}

.seo-brand img {
  width: 28px;
  height: 28px;
  border-radius: 22%;
}

.seo-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.seo-nav-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
}

.seo-nav-link.is-active,
.seo-nav-link:hover {
  color: #fff;
}

.seo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 4px;
  background: #fff;
  color: #12151a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.seo-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.seo-main {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 40px 96px;
}

.seo-home {
  max-width: 920px;
}

.seo-kicker {
  margin: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #5c6b5f;
  text-transform: none;
}

.seo-main h1 {
  margin: 18px 0 0;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2.1rem, 5vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.028em;
  color: #fff;
  text-wrap: balance;
}

.seo-main h2 {
  margin: 0;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.seo-lede,
.seo-section p,
.seo-faq p {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.66);
}

.seo-section {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-cta-row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-pillars {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-pillar-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.seo-muted {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.seo-table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.seo-table caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #8f9aa0;
}

.seo-table th,
.seo-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 12px 14px 0;
  vertical-align: top;
  text-align: left;
  color: rgba(255, 255, 255, 0.72);
}

.seo-table thead th {
  color: #fff;
  font-size: 13px;
}

.seo-table tbody th {
  color: #fff;
  font-weight: 600;
  width: 16%;
}

.seo-table-note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
}

.seo-faq {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.seo-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.seo-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #fff;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq details p {
  margin: 0 0 24px;
  max-width: 680px;
}

.seo-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0 48px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
}

.seo-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.seo-footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.seo-footer a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .seo-nav-inner,
  .seo-footer-inner,
  .seo-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo-nav-inner,
  .seo-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .seo-pillars {
    grid-template-columns: 1fr;
  }

  .seo-table {
    display: block;
    overflow-x: auto;
  }
}
