{"product_id":"dancing-queen","title":"Dancing Queen ","description":"\u003c!-- 💃 DANCING QUEEN – Bluff, neon e mente fredda --\u003e\n\u003csection class=\"dq-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"dq-header\"\u003e\n\u003ch2\u003e Dancing Queen 💃 The psychological duel disguised as a party \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"dq-layout\"\u003e\n\n\u003c!-- Testo narrativo --\u003e\n\u003carticle class=\"dq-narrative\"\u003e\n\u003cp\u003e In \u003cstrong\u003eDancing Queen\u003c\/strong\u003e , you're not throwing a party: you're building a deception. A tense and fast-paced \u003cstrong\u003eboard game for two players\u003c\/strong\u003e , where every card is a dance step and every move can be the perfect trap.\u003c\/p\u003e\n\n \u003cp\u003eYour goal is secret. Your opponent's is too. The dance floor is a microcosm of identities, roles, and suspicions: more girls? more boys? Or someone who isn't at all what they seem? It's a pure \u003cstrong\u003ebluff game\u003c\/strong\u003e , where victory comes only if you can make people believe one thing while chasing another.\u003c\/p\u003e\n\n\u003cp\u003e The cards change pace like strobe lights: identities swap, balances are thrown off, misreads cost the game. In 10 minutes, experience a little psychological thriller dressed up as a pop concert.\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003eDancing Queen\u003c\/strong\u003e is a \u003cstrong\u003estrategic microgame\u003c\/strong\u003e perfect for those who enjoy observing, deducing, deceiving, and striking at the perfect moment. Few cards. Pure tension. A mental dance that is won first in the head, then on the table. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box Punti di forza --\u003e\n\u003caside class=\"dq-features\"\u003e\n\u003ch3\u003e Why “Dancing Queen” is an instant hit\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 💡 \u003cstrong\u003eOnly 9 cards\u003c\/strong\u003e but surprising depth\u003c\/li\u003e\n\n\u003cli\u003e 🃏 Continuous bluffing and reading the opponent\u003c\/li\u003e\n\n\u003cli\u003e 🎭 Secret identities and objectives that turn the rhythm upside down\u003c\/li\u003e\n\n \u003cli\u003e⚡ 10-minute games, zero downtime\u003c\/li\u003e\n\n\u003cli\u003e 👥 Perfect for fast and sharp mental duels \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Chiusura --\u003e\n\u003cdiv class=\"dq-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eDancing Queen\u003c\/strong\u003e is an invitation to the table… but figuring out who's really leading the dance is your only real goal.\u003c\/p\u003e\n\n\u003cp class=\"dq-quote\"\u003e \u003cem\u003eThe right move? The one the other hasn't seen yet.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 💃 DANCING QUEEN – Neon party psicologico *\/\n\/* Palette: nero profondo, lime neon, arancio disco, dettagli a cerchi come in copertina *\/\n\n.dq-section {\n  --dq-black: #0b0b0d;\n  --dq-lime: #b5ff39;\n  --dq-lime-glow: #d6ff7c;\n  --dq-orange: #ff7b39;\n  --dq-white: #f6f6f6;\n\n  background: radial-gradient(circle at top, #111 0%, #0b0b0d 70%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--dq-white);\n  font-family: \"Inter\", sans-serif;\n  max-width: 1100px;\n  margin: 2rem auto;\n  box-shadow: 0 12px 32px rgba(0,0,0,0.45);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Glow neon *\/\n.dq-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  left: -40px;\n  width: 300px;\n  height: 300px;\n  background: radial-gradient(circle, rgba(181,255,57,0.45), transparent 70%);\n  filter: blur(40px);\n}\n.dq-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -50px;\n  right: -30px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(255,123,57,0.4), transparent 70%);\n  filter: blur(45px);\n}\n\n\/* Titolo *\/\n.dq-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1.6rem;\n  color: var(--dq-lime);\n  text-shadow: 0 0 14px rgba(181,255,57,0.45);\n  border-bottom: 1px solid rgba(255,255,255,0.18);\n  padding-bottom: 0.6rem;\n}\n\n\/* Layout *\/\n.dq-layout {\n  display: grid;\n  grid-template-columns: 1.25fr 1fr;\n  gap: 1.4rem;\n}\n\n\/* Testo *\/\n.dq-narrative {\n  background: rgba(20,20,22,0.8);\n  border-left: 7px solid var(--dq-orange);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.3);\n  position: relative;\n}\n.dq-narrative::before {\n  content: \"\";\n  position: absolute;\n  top: -10px;\n  right: 12px;\n  width: 40px;\n  height: 40px;\n  border-radius: 50%;\n  border: 3px solid var(--dq-lime);\n  box-shadow: 0 0 0 4px rgba(181,255,57,0.35);\n  opacity: 0.9;\n}\n.dq-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.75;\n}\n.dq-narrative strong {\n  color: var(--dq-lime-glow);\n}\n\n\/* Features box *\/\n.dq-features {\n  background: rgba(0,0,0,0.72);\n  border-radius: 18px;\n  padding: 1.2rem 1.4rem;\n  border: 2px solid rgba(255,255,255,0.12);\n  box-shadow: 0 6px 18px rgba(0,0,0,0.45);\n  color: var(--dq-white);\n}\n.dq-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  font-size: 1.1rem;\n  margin-bottom: 1rem;\n  color: var(--dq-orange);\n}\n.dq-features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  gap: 0.65rem;\n}\n.dq-features li {\n  background: linear-gradient(90deg, rgba(181,255,57,0.15), rgba(255,123,57,0.08));\n  border-left: 5px solid var(--dq-lime);\n  border-radius: 10px;\n  padding: 0.55rem 0.8rem;\n  font-size: 0.95rem;\n  transition: 0.25s ease;\n}\n.dq-features li:hover {\n  transform: translateX(4px);\n  background: linear-gradient(90deg, rgba(181,255,57,0.25), rgba(255,123,57,0.12));\n}\n.dq-features strong {\n  color: #fff;\n}\n\n\/* End *\/\n.dq-end {\n  margin-top: 2rem;\n  background: rgba(25,25,28,0.85);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 1px solid rgba(255,255,255,0.05);\n  text-align: center;\n  box-shadow: 0 6px 14px rgba(0,0,0,0.22);\n}\n\n.dq-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: var(--dq-lime);\n  font-weight: 600;\n}\n\n\/* Responsivo *\/\n@media (max-width: 900px) {\n  .dq-layout { grid-template-columns: 1fr; }\n}\n@media (max-width: 600px) {\n  .dq-section { padding: 1.8rem 1.2rem; }\n  .dq-header h2 { font-size: 1.55rem; }\n}\n\u003c\/style\u003e","brand":"Matagot","offers":[{"title":"Default Title","offer_id":52784846143815,"sku":null,"price":8.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/DancingQueen00.webp?v=1763562742","url":"https:\/\/frogames.business\/en\/products\/dancing-queen","provider":"FroGames","version":"1.0","type":"link"}