.game-landing-page .game-landing {
  gap: 20px;
}

.game-landing-page .game-hero {
  --game-accent: #66d4a3;
  --game-accent-soft: rgba(102, 212, 163, 0.16);
  min-height: clamp(360px, 48vh, 520px);
  background:
    radial-gradient(circle at 78% 20%, var(--game-accent-soft), transparent 34%),
    linear-gradient(115deg, rgba(255, 124, 159, 0.17), rgba(255, 210, 122, 0.08) 42%, rgba(80, 49, 116, 0.2) 100%),
    linear-gradient(180deg, rgba(29, 14, 27, 0.96), rgba(13, 10, 18, 0.98));
}

.game-landing-page .game-hero--truth { --game-accent: #ff7188; --game-accent-soft: rgba(255, 113, 136, 0.2); }
.game-landing-page .game-hero--bnb { --game-accent: #9ee5c1; --game-accent-soft: rgba(158, 229, 193, 0.2); }
.game-landing-page .game-hero--whoami { --game-accent: #9a7cff; --game-accent-soft: rgba(154, 124, 255, 0.22); }
.game-landing-page .game-hero--alias { --game-accent: #66d4a3; --game-accent-soft: rgba(102, 212, 163, 0.18); }
.game-landing-page .game-hero--monopolis { --game-accent: #ffd27a; --game-accent-soft: rgba(255, 210, 122, 0.2); }
.game-landing-page .game-hero--roulette { --game-accent: #66d4a3; --game-accent-soft: rgba(102, 212, 163, 0.18); }
.game-landing-page .game-hero--reverse-word { --game-accent: #8fd8ff; --game-accent-soft: rgba(143, 216, 255, 0.18); }
.game-landing-page .game-hero--chat { --game-accent: #ff91c8; --game-accent-soft: rgba(255, 145, 200, 0.18); }

.game-landing-page .game-hero .landing-romance-hero__copy {
  gap: 16px;
}

.game-landing-page .game-hero .landing-romance-hero__copy h1 {
  max-width: 12ch;
}

.game-landing-page .game-hero .landing-romance-hero__text {
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.52;
}

.game-landing-page .game-hero .landing-romance-hero__actions {
  margin-top: 4px;
}

.game-landing-page .game-hero__start {
  display: grid;
  gap: 12px;
  max-width: min(100%, 500px);
  margin-top: 2px;
}

.game-landing-page .game-hero__action-line {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.game-landing-page .game-hero__action-line .action-btn {
  min-width: min(100%, 286px);
  justify-content: center;
}

.game-landing-page .game-hero__start-note {
  max-width: 15rem;
  color: rgba(255, 242, 235, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.38;
}

.game-landing-page .game-hero__start-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.game-landing-page .game-hero__start-facts span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px 7px 7px;
  border: 1px solid rgba(255, 223, 214, 0.13);
  border-radius: 999px;
  background: rgba(255, 248, 245, 0.055);
  color: rgba(255, 242, 235, 0.8);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
}

.game-landing-page .game-hero__start-facts b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-right: 7px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--game-accent) 18%, rgba(255, 255, 255, 0.08));
  font-size: 0.78rem;
  line-height: 1;
}

.game-landing-page .game-hero .action-btn--primary {
  border-color: rgba(255, 223, 214, 0.22);
  background: rgba(255, 255, 255, 0.09);
  border-color: color-mix(in srgb, var(--game-accent) 48%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--game-accent) 22%, transparent), rgba(255, 255, 255, 0.07));
  color: #fff8f5;
  box-shadow: 0 18px 38px rgba(4, 2, 7, 0.3);
  box-shadow: 0 18px 38px rgba(4, 2, 7, 0.3), 0 0 0 1px color-mix(in srgb, var(--game-accent) 16%, transparent);
}

.game-landing-page .topbar--landing {
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.6fr) minmax(170px, 240px);
}

.game-landing-page .topbar-tabs--landing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  max-width: none;
}

.game-landing-page .topbar-tabs--landing .topbar-tab {
  min-height: 34px;
  padding: 8px 10px;
  font-size: 0.72rem;
}

.game-landing-page .action-btn[href^="https://my.ne-spim.com/"] {
  border-color: rgba(255, 215, 76, 0.92);
  background: linear-gradient(180deg, #ffe66d 0%, #ffc533 52%, #f0a90f 100%);
  color: #251607;
  box-shadow:
    0 18px 42px rgba(240, 169, 15, 0.26),
    0 0 0 1px rgba(255, 238, 148, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  text-shadow: none;
}

.game-landing-page .action-btn[href^="https://my.ne-spim.com/"]:hover,
.game-landing-page .action-btn[href^="https://my.ne-spim.com/"]:focus-visible {
  border-color: rgba(255, 233, 111, 1);
  background: linear-gradient(180deg, #fff08a 0%, #ffd045 52%, #f4b51d 100%);
  color: #1c1105;
}

.game-landing-page .landing-pill[href^="https://my.ne-spim.com/"] {
  border-color: rgba(255, 215, 76, 0.34);
}

.game-landing-page .landing-pill[href^="https://my.ne-spim.com/"] .session-pill__action {
  background: linear-gradient(180deg, #ffe66d 0%, #ffc533 58%, #f0a90f 100%);
  color: #251607;
  box-shadow: 0 12px 26px rgba(240, 169, 15, 0.24);
}

.game-landing-page .game-hero__visual-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.game-landing-page .game-hero__visual-stage::before {
  content: '';
  position: absolute;
  inset: 8% 8% 4%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 28%, var(--game-accent-soft), transparent 46%),
    radial-gradient(circle at 28% 68%, rgba(255, 124, 159, 0.12), transparent 42%);
  filter: blur(28px);
  pointer-events: none;
}

.game-landing-page .game-hero__visual-stage > * {
  position: relative;
  z-index: 1;
}

.game-landing-page .game-shot {
  width: min(100%, 430px);
  overflow: hidden;
  border: 1px solid rgba(255, 223, 214, 0.16);
  border-radius: 30px;
  background: rgba(10, 7, 14, 0.9);
  box-shadow: 0 28px 70px rgba(4, 2, 7, 0.42);
}

.game-landing-page .game-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.game-landing-page .game-landing-benefit {
  cursor: default;
}

.game-landing-page .game-landing-benefit:hover {
  transform: none;
}

.game-landing-page .game-landing-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.game-landing-page .game-landing-checklist li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(255, 242, 235, 0.72);
  line-height: 1.58;
}

.game-landing-page .game-landing-checklist li::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: 0.68em;
  border-radius: 50%;
  background: var(--game-accent, #66d4a3);
  box-shadow: 0 0 18px var(--game-accent-soft, rgba(102, 212, 163, 0.18));
}

.game-landing-page .game-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-landing-page .game-feature-card {
  min-height: 260px;
}

.game-landing-page .game-feature-card .landing-game-card__copy {
  align-content: start;
}

.game-landing-page .game-feature-card .action-btn {
  width: fit-content;
}

.game-landing-page .game-landing-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.game-landing-page .game-landing-related a,
.game-landing-page .game-landing-related span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255, 223, 214, 0.14);
  border-radius: 999px;
  background: rgba(255, 248, 245, 0.06);
  color: rgba(255, 242, 235, 0.78);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.game-landing-page .game-landing-related span {
  cursor: default;
}

.game-landing-page .game-landing-related a:hover,
.game-landing-page .game-landing-related a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 210, 122, 0.34);
  background: rgba(255, 210, 122, 0.1);
  outline: none;
}

.game-landing-page .game-faq {
  display: grid;
  gap: 10px;
}

.game-landing-page .game-faq details {
  border: 1px solid rgba(255, 223, 214, 0.12);
  border-radius: 16px;
  background: rgba(255, 248, 245, 0.045);
}

.game-landing-page .game-faq summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #fff8f5;
  font-weight: 800;
  line-height: 1.24;
}

.game-landing-page .game-faq details p {
  margin: 0;
  padding: 0 16px 16px;
}

.game-landing-page .game-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1080px) {
  .game-landing-page .game-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.game-landing-page .landing-romance {
    width: calc(100vw - 20px);
    max-width: 430px;
  }

  body.game-landing-page .landing-romance-hero.game-hero {
    display: grid !important;
    min-height: 0;
    padding: 18px 16px;
  }

  body.game-landing-page .game-hero .landing-romance-hero__copy h1 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  body.game-landing-page .game-hero .landing-romance-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.game-landing-page .game-hero .landing-romance-hero__actions .action-btn {
    width: 100%;
    justify-content: center;
  }

  body.game-landing-page .game-hero__action-line {
    display: grid;
    gap: 10px;
  }

  body.game-landing-page .game-hero__action-line .action-btn {
    width: 100%;
    min-width: 0;
  }

  body.game-landing-page .game-hero__start-note {
    max-width: none;
    text-align: center;
  }

  body.game-landing-page .game-hero__start-facts {
    justify-content: center;
  }

  body.game-landing-page .landing-romance-hero__visual {
    display: block !important;
    min-height: 220px;
  }

  body.game-landing-page .landing-romance-hero .landing-card-scene {
    display: block !important;
    min-height: 232px;
  }

  body.game-landing-page .landing-romance-hero .landing-drawn-card {
    display: grid !important;
  }

  body.game-landing-page .landing-romance-hero .landing-mini-chat {
    display: none !important;
  }

  .game-landing-page .game-hero__visual-stage {
    min-height: 220px;
  }

  .game-landing-page .game-shot {
    width: min(100%, 300px);
    border-radius: 24px;
  }

  .game-landing-page .game-feature-grid {
    grid-template-columns: 1fr;
  }

  .game-landing-page .game-feature-card {
    min-height: 0;
  }

  .game-landing-page .game-landing-checklist li {
    font-size: 0.92rem;
  }
}
