/* Shared audit presentation on home and services; animation is finite and optional. */
.seo-home {
  padding-block: 110px;
  /* Keep content inset from the colored panel, including on small screens. */
  padding-inline: clamp(20px, 4vw, 64px);
  background: #191622;
}
.seo-showcase {
  color: #f4f1e9;
  margin-block: 60px;
}
.seo-showcase-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}
.seo-showcase-heading h2,
.seo-showcase-heading h3 {
  font-size: clamp(32px, 4.2vw, 62px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.045em;
  margin: 22px 0 0;
}
.seo-showcase-heading em {
  font-family: Georgia, serif;
  color: #c3b3f0;
  font-weight: 400;
}
.seo-showcase-heading > p {
  color: #c6c2d0;
  line-height: 1.8;
  max-width: 480px;
  margin: 0;
}
.seo-showcase-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.seo-lab {
  background: #211b2e;
  border: 1px solid #544560;
  padding: 28px;
  min-width: 0;
}
.seo-lab-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #c3b3f0;
}
.seo-lab-top button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  color: inherit;
  border: 1px solid #756383;
  padding: 10px 12px;
  min-height: 44px;
  cursor: pointer;
  font: inherit;
}
.seo-showcase button:focus-visible,
.seo-showcase a:focus-visible {
  outline: 2px solid #f000a4;
  outline-offset: 5px;
}
.seo-showcase svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.seo-lab-top svg,
.seo-proof figcaption a svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.seo-map {
  width: 100%;
  height: auto;
  margin: 20px 0;
  color: #c3b3f0;
  overflow: visible;
}
.seo-map text {
  fill: #d9cffa;
  stroke: none;
  font:
    11px Arial,
    sans-serif;
  letter-spacing: 0.03em;
}
.seo-browser > rect {
  fill: #121015;
  stroke: #79618c;
}
.seo-block {
  fill: #423455;
}
.seo-ink {
  stroke: #9d8dae;
}
.seo-route {
  stroke: #db61c5;
  stroke-width: 2;
}
.seo-scan {
  stroke: #f000a4;
  stroke-width: 3;
  opacity: 0;
}
.seo-result rect {
  fill: #292133;
  stroke: #756383;
}
.seo-result.is-current rect {
  stroke: #d9cffa;
  fill: #453357;
}
.seo-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.seo-steps li {
  border-top: 1px solid #665475;
  padding-top: 16px;
  min-width: 0;
}
.seo-steps li.is-current {
  border-color: #ed00a5;
}
.seo-steps span {
  display: block;
  color: #c3b3f0;
  font-size: 10px;
  margin-bottom: 12px;
}
.seo-steps strong {
  font-size: 13px;
  font-weight: 500;
}
.seo-steps p {
  font-size: 12px;
  line-height: 1.6;
  color: #b8afc4;
  margin-top: 8px;
}
.seo-lab-note {
  font-size: 11px;
  color: #b8afc4;
  line-height: 1.7;
  margin: 24px 0 0;
}
.seo-proof {
  margin: 0;
  background: #f7f6f2;
  color: #1b1822;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.seo-proof-image {
  display: block;
  background: white;
  padding: 12px;
}
.seo-proof img {
  display: block;
  width: 100%;
  height: auto;
}
.seo-proof figcaption {
  padding: 24px 28px;
}
.seo-proof-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #65566e;
  margin-bottom: 16px;
}
.seo-proof strong {
  display: block;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.seo-proof p {
  font-size: 12px;
  line-height: 1.7;
  margin: 14px 0;
  color: #5a5361;
}
.seo-proof figcaption a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  border-bottom: 1px solid;
  padding-block: 8px;
  color: inherit;
}
@media (max-width: 800px) {
  .seo-home {
    padding-block: 60px;
  }
  .seo-showcase {
    margin-block: 35px;
  }
  .seo-showcase-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .seo-showcase-grid {
    grid-template-columns: 1fr;
  }
  .seo-lab {
    padding: 20px;
  }
  .seo-proof figcaption {
    padding: 24px;
  }
  .seo-steps {
    gap: 10px;
  }
  .seo-map text {
    font-size: 12px;
  }
}

/* Keep the light audit card readable inside dark page themes. */
.seo-showcase .seo-proof,
.seo-showcase .seo-proof figcaption,
.seo-showcase .seo-proof strong,
.seo-showcase .seo-proof figcaption a {
  color: #1b1822;
}
