.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--spy { --game-accent: #72e6c8; --game-accent-soft: rgba(114, 230, 200, 0.2); }

.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 .action-btn--primary {
  border-color: rgba(255, 226, 146, 0.78);
  background: linear-gradient(180deg, #ffe38d, #efb92f);
  color: #241b08;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 14px 34px rgba(239, 185, 47, 0.24);
}

.game-landing-page .action-btn--primary:hover,
.game-landing-page .action-btn--primary:focus-visible {
  border-color: rgba(255, 238, 184, 0.92);
  background: linear-gradient(180deg, #ffebae, #f6c94f);
  color: #241b08;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66), 0 16px 38px rgba(239, 185, 47, 0.3);
}

.game-landing-page .action-btn--soft {
  border-color: rgba(255, 223, 214, 0.16);
  background: rgba(255, 248, 245, 0.07);
  color: #fff8f5;
}

.game-landing-page .action-btn--soft:hover,
.game-landing-page .action-btn--soft:focus-visible {
  border-color: rgba(255, 210, 122, 0.38);
  background: rgba(255, 210, 122, 0.12);
  color: #fff8f5;
}

.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 .landing-spy-visual {
  position: relative;
  width: min(100%, 520px);
  min-height: 360px;
  color: #fff8f5;
}

.game-landing-page .landing-spy-visual::before {
  content: '';
  position: absolute;
  inset: 34px 26px 22px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 18% 18%, rgba(114, 230, 200, 0.22), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(255, 113, 136, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(13, 20, 31, 0.96), rgba(8, 10, 17, 0.98));
  box-shadow: 0 28px 70px rgba(4, 2, 7, 0.38);
}

.game-landing-page .landing-spy-card,
.game-landing-page .landing-spy-question,
.game-landing-page .landing-spy-players {
  position: absolute;
  border: 1px solid rgba(255, 223, 214, 0.14);
  background: rgba(9, 13, 22, 0.86);
  box-shadow: 0 22px 52px rgba(4, 2, 7, 0.34);
  backdrop-filter: blur(18px);
}

.game-landing-page .landing-spy-card {
  display: grid;
  align-content: start;
  gap: 10px;
  width: 210px;
  min-height: 244px;
  padding: 18px;
  border-radius: 28px;
}

.game-landing-page .landing-spy-card::before {
  content: '';
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #72e6c8, #ffd35e);
}

.game-landing-page .landing-spy-card span,
.game-landing-page .landing-spy-question span {
  color: rgba(255, 248, 245, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.game-landing-page .landing-spy-card strong {
  margin-top: 34px;
  font-size: 1.85rem;
  line-height: 0.96;
}

.game-landing-page .landing-spy-card p {
  margin: 0;
  color: rgba(255, 242, 235, 0.68);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.38;
}

.game-landing-page .landing-spy-card--place {
  left: 52px;
  top: 54px;
  transform: rotate(-7deg);
}

.game-landing-page .landing-spy-card--spy {
  right: 48px;
  top: 78px;
  border-color: rgba(255, 113, 136, 0.28);
  transform: rotate(6deg);
}

.game-landing-page .landing-spy-card--spy::before {
  background: linear-gradient(90deg, #ff7188, #9a7cff);
}

.game-landing-page .landing-spy-question {
  left: 118px;
  right: 86px;
  bottom: 42px;
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 22px;
}

.game-landing-page .landing-spy-question strong {
  font-size: 1.02rem;
  line-height: 1.18;
}

.game-landing-page .landing-spy-players {
  left: 24px;
  bottom: 118px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 158px;
  padding: 11px;
  border-radius: 18px;
}

.game-landing-page .landing-spy-players b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 248, 245, 0.8);
  font-size: 0.74rem;
  line-height: 1;
}

.game-landing-page .game-landing-benefit:not(a) {
  cursor: default;
}

.game-landing-page .game-landing-benefit:not(a):hover {
  transform: none;
}

.game-landing-page a.game-landing-benefit {
  cursor: pointer;
}

.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;
}

.app-landing-page .app-hero {
  --game-accent: #ffd84c;
  --game-accent-soft: rgba(255, 216, 76, 0.18);
}

.app-landing-page .app-phone-stack {
  position: relative;
  width: min(100%, 520px);
  min-height: 330px;
}

.app-landing-page .app-phone-stack figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 223, 214, 0.16);
  border-radius: 30px;
  background: rgba(8, 7, 12, 0.94);
  box-shadow: 0 26px 70px rgba(4, 2, 7, 0.44);
}

.app-landing-page .app-phone-stack figure:nth-child(1) {
  z-index: 3;
  top: 18px;
  left: 22%;
  width: 56%;
}

.app-landing-page .app-phone-stack figure:nth-child(2) {
  z-index: 2;
  top: 86px;
  left: 3%;
  width: 46%;
  transform: rotate(-8deg);
  opacity: 0.9;
}

.app-landing-page .app-phone-stack figure:nth-child(3) {
  z-index: 1;
  top: 94px;
  right: 0;
  width: 48%;
  transform: rotate(7deg);
  opacity: 0.9;
}

.app-landing-page .app-phone-stack img {
  display: block;
  width: 100%;
  height: auto;
}

.app-landing-page .app-game-link span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 216, 76, 0.14);
  color: #ffe66d;
  font-weight: 900;
}

@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 {
    display: none;
  }

  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 .landing-spy-visual {
    min-height: 242px;
  }

  .game-landing-page .landing-spy-visual::before {
    inset: 18px 8px 12px;
    border-radius: 28px;
  }

  .game-landing-page .landing-spy-card {
    width: 144px;
    min-height: 164px;
    padding: 12px;
    border-radius: 22px;
  }

  .game-landing-page .landing-spy-card strong {
    margin-top: 14px;
    font-size: 1.25rem;
  }

  .game-landing-page .landing-spy-card p,
  .game-landing-page .landing-spy-players {
    display: none;
  }

  .game-landing-page .landing-spy-card--place {
    left: 26px;
    top: 32px;
  }

  .game-landing-page .landing-spy-card--spy {
    right: 22px;
    top: 46px;
  }

  .game-landing-page .landing-spy-question {
    left: 38px;
    right: 30px;
    bottom: 24px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .game-landing-page .landing-spy-question strong {
    font-size: 0.84rem;
  }

  .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;
  }

  .app-landing-page .app-phone-stack {
    min-height: 235px;
  }

  .app-landing-page .app-phone-stack figure {
    border-radius: 22px;
  }
}
