.seo-support-page .article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: start;
  gap: 18px;
}

.seo-support-page .career-hero {
  display: block;
}

.seo-support-page .article-related-grid,
.seo-support-page .article-card-grid {
  display: grid;
  gap: 18px;
}

.seo-support-page .article-related-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.seo-support-page .article-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.seo-support-page .article-lead h1 {
  max-width: 18ch;
}

.seo-support-page .career-copy,
.seo-support-page .article-prose p {
  font-size: 16px;
  line-height: 1.72;
}

.seo-support-page .career-hero-actions {
  gap: 10px;
}

.seo-support-page .career-cta-main,
.seo-support-page .career-cta-alt,
.seo-support-page .seo-card-button {
  border-radius: 8px;
  min-height: 42px;
  padding: 0 17px;
  box-shadow: none;
}

.seo-support-page .career-cta-main,
.seo-support-page .seo-card-button {
  background: #2fc7b4;
  border: 1px solid rgba(255, 255, 255, .10);
  color: #fff;
}

.seo-support-page .career-cta-alt,
.seo-support-page .seo-cta-secondary {
  background: #3478f6;
  border: 1px solid rgba(255, 255, 255, .10);
  color: #fff;
}

.seo-support-page .career-cta-main:hover,
.seo-support-page .seo-card-button:hover {
  background: #28b9a7;
}

.seo-support-page .career-cta-alt:hover,
.seo-support-page .seo-cta-secondary:hover {
  background: #286eea;
}

.seo-support-page .seo-page-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 24px 0 30px;
  padding: 13px 16px;
  width: 100%;
  border: 1px solid var(--cp-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .028));
  box-shadow: none;
}

.seo-support-page .seo-page-tabs::before {
  content: "Related pages";
  flex: 0 0 auto;
  color: var(--cp-muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.seo-support-page .seo-page-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: var(--cp-muted);
  font-weight: 900;
  line-height: 1.15;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
}

.seo-support-page .seo-page-tabs a,
.seo-support-page .seo-page-tabs a:visited {
  text-decoration: none !important;
}

.seo-support-page .seo-page-tab.is-current {
  border-color: rgba(43, 208, 187, .62);
  background: rgba(43, 208, 187, .10);
  color: var(--cp-text);
  box-shadow: none;
}

.seo-support-page .seo-page-tab:hover,
.seo-support-page .seo-page-tab:focus-visible {
  border-color: rgba(47, 107, 255, .28);
  background: rgba(47, 107, 255, .10);
  color: var(--cp-text);
  outline: none;
}

.seo-support-page .seo-hub-action-stack {
  display: grid;
  gap: 10px;
  padding-bottom: 8px;
}

.seo-support-page .seo-hub-action {
  display: grid;
  align-items: center;
  min-height: 54px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: none;
}

.seo-support-page .seo-hub-action strong {
  color: inherit;
  font-size: 15px;
  line-height: 1.1;
}

.seo-support-page .seo-hub-action span {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 3px;
}

.seo-support-page .seo-hub-action:hover,
.seo-support-page .seo-hub-action:focus-visible {
  filter: brightness(1.05);
  outline: none;
}

.seo-support-page .seo-action-course,
.seo-support-page .seo-hub-course {
  background: linear-gradient(135deg, #31c78a, #168b78);
}

.seo-support-page .seo-action-notes,
.seo-support-page .seo-hub-notes {
  background: linear-gradient(135deg, #9b5cf6, #6d28d9);
}

.seo-support-page .seo-action-test,
.seo-support-page .seo-hub-test {
  background: linear-gradient(135deg, #3478f6, #245ee8);
}

.seo-support-page .seo-action-exam {
  background: linear-gradient(135deg, #ffb21a, #f97316);
}

.seo-support-page .seo-action-related {
  background: linear-gradient(135deg, #f8fafc, #d9e2ef);
  color: #1e293b;
  border-color: rgba(15, 23, 42, .12);
}

.seo-support-page .seo-study-link {
  display: grid;
  gap: 4px;
  text-decoration: none;
}

.seo-support-page .seo-study-link span {
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1.35;
}

.seo-support-page .seo-article-card {
  padding: 24px;
}

.seo-support-page .seo-source-card h3 {
  font-size: 18px;
  line-height: 1.18;
  margin: 0 0 8px;
}

.seo-support-page .seo-source-card p {
  margin: 0;
}

.seo-support-page .seo-source-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 20px;
}

.seo-support-page .seo-source-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #2f6bff, #2bd0bb);
}

.seo-support-page .seo-source-card .career-kicker {
  margin-bottom: 12px;
  background: rgba(47, 107, 255, .12);
  color: var(--cp-bright);
}

.seo-support-page .seo-source-card h3 a {
  color: var(--cp-text);
  text-decoration: none;
}

.seo-support-page .seo-source-card h3 a::after {
  content: "↗";
  display: inline-block;
  margin-left: 6px;
  color: #2bd0bb;
  font-size: .82em;
  transform: translateY(-1px);
}

.seo-support-page .seo-source-card h3 a:hover,
.seo-support-page .seo-source-card h3 a:focus-visible {
  color: var(--cp-bright);
  text-decoration: underline;
  text-decoration-color: rgba(43, 208, 187, .8);
  text-underline-offset: 4px;
}

.seo-support-page .seo-source-card p {
  color: var(--cp-muted);
  font-size: 15px;
  line-height: 1.55;
}

.seo-support-page .career-list a:hover,
.seo-support-page .article-cert-card a:hover,
.seo-support-page .seo-source-card a:hover {
  text-decoration: underline;
}

.seo-support-page .site-policy-footer {
  margin-top: 42px;
}

@media (max-width: 980px) {
  .seo-support-page .article-hero-grid {
    grid-template-columns: 1fr;
  }

  .seo-support-page .article-lead h1 {
    max-width: none;
  }
}
