.seo-landing {
  width: min(1180px, calc(100% - 28px));
  margin: 24px auto 0;
}
.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 18px;
  margin-bottom: 16px;
}
.seo-hero-card,
.seo-side-card,
.seo-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}
.seo-hero-card {
  padding: 30px;
  background: radial-gradient(circle at 12% 15%, rgba(240,189,85,.16), transparent 22rem), linear-gradient(135deg, rgba(13,23,26,.98), rgba(21,52,48,.72));
}
.seo-hero-card h1 {
  margin: 8px 0 0;
  font: 700 clamp(38px, 7vw, 76px)/.94 Georgia, serif;
  letter-spacing: -.055em;
}
.game-title {
  font: clamp(30px, 4vw, 50px)/1 Georgia, serif;
  letter-spacing: -.04em;
}
.game-title span {
  color: var(--gold);
  font-style: italic;
}
.seo-hero-card h1 span,
.seo-section-title h2 span,
.seo-side-card h2 span {
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
}
.seo-hero-card p:not(.eyebrow),
.seo-side-card p,
.seo-panel p,
.seo-panel li {
  color: #b8c8c2;
  line-height: 1.7;
}
.seo-actions,
.seo-language-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.seo-actions a,
.seo-language-row a {
  padding: 11px 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  background: rgba(255,255,255,.035);
}
.seo-actions a.primary {
  color: #091315;
  border-color: var(--gold);
  background: var(--gold);
  font-weight: 900;
}
.seo-side-card {
  display: grid;
  gap: 16px;
  align-content: space-between;
  padding: 22px;
}
.seo-side-card h2,
.seo-section-title h2 {
  margin: 0;
  font: 32px Georgia, serif;
}
.seo-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.seo-pill-row span {
  padding: 7px 10px;
  border: 1px solid rgba(240,189,85,.25);
  color: var(--gold);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(240,189,85,.06);
}
.seo-section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin: 28px 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.seo-section-title p {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  line-height: 1.6;
}
.seo-panel {
  padding: 22px;
  margin-bottom: 12px;
}
.seo-panel h2,
.seo-panel h3 {
  margin-top: 0;
}
.seo-panel a {
  color: var(--gold);
}
.seo-route-list a {
  color: inherit;
  text-decoration: none;
}
.seo-route-list strong,
.seo-route-list span {
  display: block;
}
.seo-route-list span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-list details {
  padding: 14px;
  border: 1px solid rgba(240,189,85,.16);
  background: rgba(255,255,255,.025);
}
.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}
.faq-list p {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .seo-hero { grid-template-columns: 1fr; }
  .seo-section-title { display: block; }
}
