/* Bloques SEO Tipo A — se apoya en tokens de styles.css */
.seo-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.25rem 2.5rem;
  color: #c7c7d1;
}
.seo-breadcrumb {
  font-size: 0.85rem;
  color: #8a8a9a;
  margin: 1rem 0 0.75rem;
}
.seo-breadcrumb a { color: #c9a962; text-decoration: none; }
.seo-breadcrumb a:hover { text-decoration: underline; }
.seo-answer {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #e5e5f0;
  margin: 0.75rem 0 1.25rem;
  max-width: 42rem;
}
.seo-last-result {
  min-height: 7.5rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: linear-gradient(145deg, rgba(20, 20, 28, 0.95), rgba(12, 12, 18, 0.98));
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
}
.seo-last-result .seo-updated {
  font-size: 0.8rem;
  color: #8a8a9a;
  margin-top: 0.65rem;
}
.seo-balls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
  align-items: center;
}
.seo-ball {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  background: #1a1a24;
  border: 1px solid #d4af37;
  color: #f4d03f;
}
.seo-ball.star {
  border-color: #9f7aea;
  color: #e9d5ff;
}
.seo-section h2 {
  font-family: var(--font-display, Cinzel, serif);
  color: var(--gold-rich, #d4af37);
  font-size: 1.35rem;
  margin: 2rem 0 0.85rem;
}
.seo-section h3 {
  font-size: 1.05rem;
  color: #e5e5f0;
  margin: 1rem 0 0.4rem;
}
.seo-section p,
.seo-section li {
  line-height: 1.75;
}
.seo-section ol,
.seo-section ul {
  padding-left: 1.25rem;
  margin: 0.5rem 0 1rem;
}
.seo-table-wrap {
  overflow-x: auto;
  margin: 0.75rem 0 1.25rem;
  min-height: 8rem;
}
.seo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.seo-table th,
.seo-table td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.55rem 0.65rem;
  text-align: left;
}
.seo-table th {
  background: rgba(212, 175, 55, 0.12);
  color: #f4d03f;
}
.seo-eeat {
  margin-top: 2rem;
  padding: 1rem;
  border-left: 3px solid #c9a962;
  background: rgba(0, 0, 0, 0.25);
  font-size: 0.92rem;
  line-height: 1.65;
}
.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.75rem 0 0;
}
.seo-links a {
  color: #f4d03f;
  text-decoration: none;
}
.seo-links a:hover { text-decoration: underline; }
.seo-links a[aria-current="page"] {
  font-weight: 600;
  pointer-events: none;
}
#resultStage {
  min-height: 1px;
}
