.seo-hero {
  max-width: 900px;
  padding-bottom: 56px;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #00f0ff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.seo-hero h1 { margin: 0 0 24px; }
.lead { max-width: 760px; font-size: 20px; }

.back-link,
.text-link {
  color: #8bdff2;
  font-weight: 600;
  text-decoration: none;
}

.back-link { display: inline-flex; margin-bottom: 28px; }
.text-link { display: inline-flex; margin: 28px 0 0 18px; }

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 56px;
}

.content-grid .card { height: 100%; }
.card h2 { margin: 0 0 12px; font-size: 22px; }
.card h3 { margin: 0 0 8px; font-size: 17px; }
.card p:last-child { margin-bottom: 0; }

.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; }
.steps li { position: relative; padding: 0 0 20px 44px; }
.steps li:last-child { padding-bottom: 0; }
.steps li::before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  position: absolute;
  top: 0;
  left: 0;
  color: #00f0ff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 500;
}
.steps strong { color: #f5f7fb; display: block; margin-bottom: 4px; }

.faq { margin-top: 56px; }
.faq h2 { margin-bottom: 18px; }
.faq details {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0;
}
.faq details:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.faq summary { cursor: pointer; color: #f5f7fb; font-weight: 700; }
.faq p { max-width: 800px; margin: 12px 0 0; }

.related { margin-top: 56px; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.related-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(139,223,242,.22);
  border-radius: 999px;
  color: #c9d7ee;
  text-decoration: none;
}
.related-links a:hover,
.related-links a:focus-visible { border-color: #00f0ff; color: #f5f7fb; }

@media (max-width: 700px) {
  .content-grid { grid-template-columns: 1fr; margin-bottom: 42px; }
  .lead { font-size: 18px; }
  .text-link { margin-left: 0; display: block; margin-top: 18px; }
}
