.page-seo .nav-link--services {
  background: var(--presta-blue-soft);
  color: var(--presta-blue-ink);
}

.seo-hero h1 {
  max-width: 17ch;
}

.seo-supply-note {
  max-width: 62ch;
  margin-top: 18px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 15px;
  line-height: 1.5;
}

.seo-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-step-number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--presta-blue-soft);
  color: var(--presta-blue-ink);
  font-size: 14px;
  font-weight: 800;
}

.seo-step-grid .compare-card {
  gap: 12px;
}

.seo-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-link-list a {
  display: block;
  border: 1px solid rgb(221 221 221 / 0.78);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgb(255 255 253 / 0.86);
  color: var(--presta-ink);
  font-weight: 700;
}

.seo-link-list a:hover {
  border-color: #bfdbfe;
  color: var(--presta-blue-ink);
}

@media (max-width: 920px) {
  .seo-step-grid,
  .seo-link-list {
    grid-template-columns: 1fr;
  }
}
