/* Estilos para contenido estático SEO (fuera de React) */
:root {
  --seo-yellow: #f2cd37;
  --seo-text: #333;
  --seo-muted: #666;
  --seo-bg: #f5f5f5;
  --seo-max-width: 720px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 0.5rem 1rem;
  background: var(--seo-yellow);
  color: var(--seo-text);
  text-decoration: none;
  font-weight: bold;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

.site-seo {
  max-width: var(--seo-max-width);
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  font-family: Arial, sans-serif;
  color: var(--seo-text);
  line-height: 1.6;
  background: linear-gradient(180deg, #fff 0%, var(--seo-bg) 100%);
  border-top: 1px solid #e0e0e0;
}

.site-seo h1 {
  font-size: 1.75rem;
  margin: 0 0 1rem;
  color: var(--seo-text);
}

.site-seo h2 {
  font-size: 1.35rem;
  margin: 0 0 1rem;
  color: var(--seo-text);
}

.site-seo ul {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--seo-muted);
}

.site-seo ul li {
  margin-bottom: 0.5rem;
}

.site-seo header > p:first-child a {
  color: #0055bf;
  text-decoration: none;
}

.site-seo header > p:first-child a:hover {
  text-decoration: underline;
}

.seo-hero p {
  margin: 0 0 1rem;
  color: var(--seo-muted);
}

.seo-section {
  margin-top: 2rem;
}

.seo-section ol {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--seo-muted);
}

.seo-section li {
  margin-bottom: 0.75rem;
}

.seo-section dl {
  margin: 0;
}

.seo-section dt {
  font-weight: bold;
  margin-top: 1rem;
  color: var(--seo-text);
}

.seo-section dt:first-child {
  margin-top: 0;
}

.seo-section dd {
  margin: 0.35rem 0 0;
  color: var(--seo-muted);
}

.seo-nav {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  line-height: 1.8;
}

.seo-nav a {
  color: #0055bf;
  font-weight: bold;
}

.site-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  color: var(--seo-muted);
}

.site-footer p {
  margin: 0.5rem 0 0;
}

.coming-soon-page {
  text-align: center;
}

.coming-soon-page header > p:first-child {
  text-align: left;
}

.coming-soon-badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--seo-text);
  background: var(--seo-yellow);
  border-radius: 999px;
}

.coming-soon-lead {
  font-size: 1.1rem;
  text-align: left;
}

.coming-soon-page .seo-section {
  text-align: left;
}

.coming-soon-cta {
  margin: 2rem 0 0;
}

.coming-soon-button {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: var(--seo-text);
  background: var(--seo-yellow);
  border: 2px solid #333;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.15s, box-shadow 0.15s;
}

.coming-soon-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.coming-soon-button:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.site-seo--wide {
  max-width: 960px;
}

.seo-lego-section {
  margin: 1.5rem 0 2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
}

.seo-lego-showcase {
  margin: 0;
  text-align: center;
}

.seo-lego-showcase__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
}

.seo-lego-showcase__caption {
  margin: 1rem 0 0;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: var(--seo-text);
}

.seo-lego-baseplate {
  position: relative;
  margin: 0 auto;
  flex-shrink: 0;
}

.seo-baseplate-grid {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow:
    inset 0 2px 5px rgba(0, 0, 0, 0.1),
    0 2px 5px rgba(0, 0, 0, 0.1);
}

.seo-grid-cell {
  position: relative;
  background-color: #e3e3e3;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.seo-base-stud {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--stud-px, 10px) * 0.45);
  height: calc(var(--stud-px, 10px) * 0.45);
  border-radius: 50%;
  background-color: #d0d0d0;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.seo-lego-brick {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  padding: 1px;
  border-radius: 3px;
  box-shadow:
    inset -1px -1px 2px rgba(0, 0, 0, 0.25),
    inset 1px 1px 2px rgba(255, 255, 255, 0.25),
    0 2px 4px rgba(0, 0, 0, 0.15);
}

.seo-brick-studs-grid {
  display: grid;
  width: 100%;
  height: 100%;
  gap: 1px;
}

.seo-brick-stud {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: inherit;
  filter: brightness(1.08);
  box-shadow:
    inset -1px -1px 2px rgba(0, 0, 0, 0.35),
    inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.seo-cta {
  margin: 2rem 0;
  text-align: center;
}

.seo-name-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}

.seo-name-card {
  margin: 0;
}

.seo-name-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  text-decoration: none;
  color: var(--seo-text);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s, box-shadow 0.15s;
}

.seo-name-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.seo-name-card .seo-lego-showcase {
  transform: scale(0.55);
  transform-origin: top center;
  margin-bottom: -2.5rem;
}

.seo-name-card__label {
  font-size: 1.1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .site-seo {
    padding: 1.5rem 1rem 2rem;
  }

  .seo-name-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
