/* SEO-лендинги игр (/play/*) — тёмная тема в стиле основного сайта.
   Генератор страниц: scripts/gen-seo-pages.mjs */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Manrope', -apple-system, 'Segoe UI', Roboto, sans-serif;
  background: #0a0912;
  color: #e8e6f0;
  line-height: 1.65;
  min-height: 100vh;
}
a { color: #a78bfa; }

.ld-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; max-width: 960px; margin: 0 auto;
}
.ld-brand { font-weight: 700; font-size: 1.1rem; color: #fff; text-decoration: none; }
.ld-langs { display: flex; gap: 6px; }
.ld-langs a {
  padding: 4px 10px; border-radius: 8px; text-decoration: none;
  color: #b8b4c8; font-size: .85rem; border: 1px solid #2a2740;
}
.ld-langs a.on { background: #6d28d9; color: #fff; border-color: #6d28d9; }

.ld-main { max-width: 960px; margin: 0 auto; padding: 12px 20px 40px; }

.ld-hero { display: flex; gap: 28px; align-items: center; padding: 24px 0 8px; }
.ld-hero-text { flex: 1 1 60%; }
.ld-hero h1 { font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.25; margin-bottom: 14px; color: #fff; }
.ld-lead { color: #b8b4c8; margin-bottom: 22px; }
.ld-hero-img {
  flex: 0 0 220px; width: 220px; height: auto; max-width: 100%;
  border-radius: 16px; border: 1px solid #2a2740; box-shadow: 0 10px 40px rgba(109, 40, 217, .25);
}

.ld-cta {
  display: inline-block; padding: 14px 32px; border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed, #db2777);
  color: #fff; font-weight: 700; font-size: 1.1rem; text-decoration: none;
  box-shadow: 0 6px 24px rgba(124, 58, 237, .4);
}
.ld-cta:hover { filter: brightness(1.1); }
.ld-cta-sub { margin-top: 10px; font-size: .85rem; color: #8a86a0; }
.ld-cta-block { text-align: center; padding: 28px 0 8px; }

.ld-body { padding: 20px 0; max-width: 720px; }
.ld-body p { margin-bottom: 14px; color: #cfccdd; }

.ld-cols { display: flex; gap: 20px; flex-wrap: wrap; padding: 8px 0; }
.ld-card {
  flex: 1 1 300px; background: #14121f; border: 1px solid #2a2740;
  border-radius: 16px; padding: 20px 24px;
}
.ld-card h2 { font-size: 1.05rem; margin-bottom: 12px; color: #fff; }
.ld-card ol { padding-left: 20px; }
.ld-card li { margin-bottom: 8px; color: #cfccdd; }
.ld-feats { list-style: none; }
.ld-feats li { margin-bottom: 8px; }

.ld-others { padding: 28px 0 0; }
.ld-others h2 { font-size: 1.05rem; margin-bottom: 14px; color: #fff; }
.ld-others-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.ld-others-grid a {
  padding: 8px 14px; border-radius: 10px; background: #14121f;
  border: 1px solid #2a2740; color: #cfccdd; text-decoration: none; font-size: .9rem;
}
.ld-others-grid a:hover { border-color: #6d28d9; color: #fff; }

.ld-foot {
  max-width: 960px; margin: 0 auto; padding: 24px 20px 40px;
  border-top: 1px solid #1e1b2e; color: #8a86a0; font-size: .85rem;
}
.ld-foot nav { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 10px; }
.ld-foot a { color: #b8b4c8; text-decoration: none; }

@media (max-width: 640px) {
  .ld-hero { flex-direction: column-reverse; text-align: center; gap: 18px; }
  .ld-hero-img { flex-basis: auto; width: 180px; }
  .ld-cta { display: block; }
}
