/* SEO Pack 01: el descriptor del H1 conserva la escala del subtítulo. */
.seo-hero-qualifier {
  display: block;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.fs-cert-intro .seo-context-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}
.fs-cert-intro .seo-context-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}
@media (max-width: 1024px) {
  /* El título conserva su escala y nowrap; el descriptor usa el ancho del bloque original. */
  html body main .hero-copy h1:has(.seo-hero-qualifier) { width: auto !important; }
}
