.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.8125rem;
  color: var(--muted);
}

.seo-breadcrumb a {
  color: var(--accent);
  text-decoration: none;
}

.seo-breadcrumb a:hover {
  text-decoration: underline;
}

.seo-main h1 {
  margin-bottom: 12px;
}

.seo-lead {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--lead, var(--muted));
  margin: 0 0 20px;
  max-width: 42em;
}

.seo-main p {
  max-width: 42em;
}

.seo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 28px 0 8px;
  padding: 14px 24px;
  border-radius: 14px;
  background: var(--gradient);
  color: var(--on-gradient);
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-btn);
}

.seo-cta:hover {
  box-shadow: var(--shadow-btn-active);
}

.seo-related {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.seo-related h2 {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin: 0 0 12px;
}

.seo-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.seo-links a {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.9375rem;
}

.seo-links a:hover {
  text-decoration: underline;
}
