{"product_id":"run","title":"RUN ","description":"\u003c!-- 🚁 RUN – Duello di movimento nascosto e tensione urbana --\u003e\n\u003csection class=\"run-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"run-header\"\u003e\n\u003ch2\u003e RUN 🚁 The tense duel of hidden movement where every step can betray you \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"run-layout\"\u003e\n\n\u003c!-- Testo principale (contenuto invariato) --\u003e\n\u003carticle class=\"run-narrative\"\u003e\n\u003cp\u003e \u003cstrong\u003eRUN\u003c\/strong\u003e is a \u003cstrong\u003etwo-player board game\u003c\/strong\u003e of deduction and hidden movement, a fast-paced chase across the city rooftops. One player is the \u003cstrong\u003eRunner\u003c\/strong\u003e , who navigates buildings and shortcuts using gadgets and ingenious routes. The other is the \u003cstrong\u003eDispatcher\u003c\/strong\u003e , who controls the helicopter and patrols to close the gap and predict the opponent's every move.\u003c\/p\u003e\n\n \u003cp\u003eThe Runner has a limited set of movement tiles: each direction chosen is a depleted resource and a clue left on the field. The Dispatcher, on the other hand, has powerful search abilities and can call for reinforcements at the right time. \u003cstrong\u003eStrategy, composure, and mind-reading\u003c\/strong\u003e are all it takes: one incorrect deduction or a bold turn of events can turn the game around. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Punti forza (contenuto invariato) --\u003e\n\u003caside class=\"run-features\"\u003e\n\u003ch3\u003e What makes RUN so addictive?\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🎯 \u003cstrong\u003eHidden movement\u003c\/strong\u003e with constant tension\u003c\/li\u003e\n\n\u003cli\u003e 🧩 \u003cstrong\u003ePure deduction\u003c\/strong\u003e at every turn\u003c\/li\u003e\n\n\u003cli\u003e 🚁 \u003cstrong\u003eAsymmetric Roles\u003c\/strong\u003e : Runner vs. Dispatcher\u003c\/li\u003e\n\n\u003cli\u003e ⚡ Quick games from 10–30 minutes\u003c\/li\u003e\n\n\u003cli\u003e 🗺️ \u003cstrong\u003eVariable setup\u003c\/strong\u003e for ever-changing challenges \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Chiusura (contenuto invariato) --\u003e\n\u003cdiv class=\"run-end\"\u003e\n\n\u003cp\u003e A step forward or a wrong move? In RUN, the line is very thin. \u003cstrong\u003eRun. Chase. Win.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎨 RUN – Tema urbano: blu notte, silhouette, luce da elicottero *\/\n.run-section {\n  --run-dark: #0a1b24;\n  --run-blue: #0f3a4c;\n  --run-cyan: #1ba4bf;\n  --run-light: #dff7ff;\n  --run-spot: #b8e8ff;\n\n  background: linear-gradient(140deg, var(--run-dark) 0%, var(--run-blue) 70%);\n  border-radius: 26px;\n  padding: 2.3rem 1.8rem;\n  color: var(--run-light);\n  font-family: \"Inter\", sans-serif;\n  max-width: 1100px;\n  margin: 2rem auto;\n  box-shadow: 0 14px 34px rgba(0,0,0,0.55);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Spotlight elicottero *\/\n.run-section::before {\n  content: \"\";\n  position: absolute;\n  top: -50px;\n  right: -50px;\n  width: 320px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(184,232,255,0.55), transparent 70%);\n  filter: blur(55px);\n}\n\n\/* Titolo *\/\n.run-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.85rem;\n  margin-bottom: 1.6rem;\n  color: var(--run-cyan);\n  text-shadow: 0 0 14px rgba(27,164,191,0.55);\n  border-bottom: 1px solid rgba(255,255,255,0.15);\n  padding-bottom: 0.7rem;\n}\n\n\/* Layout *\/\n.run-layout {\n  display: grid;\n  grid-template-columns: 1.25fr 1fr;\n  gap: 1.4rem;\n  align-items: start;\n}\n\n\/* Testo principale *\/\n.run-narrative {\n  background: rgba(10,27,36,0.65);\n  border-left: 6px solid var(--run-cyan);\n  border-radius: 16px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.25);\n}\n.run-narrative p {\n  margin: 0.65rem 0;\n  line-height: 1.7;\n  font-size: 0.97rem;\n}\n\n\/* Punti forza *\/\n.run-features {\n  background: rgba(13,33,44,0.7);\n  border-radius: 16px;\n  padding: 1.3rem;\n  border: 1px solid rgba(255,255,255,0.12);\n  box-shadow: 0 8px 22px rgba(0,0,0,0.35);\n}\n.run-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  font-size: 1.1rem;\n  color: var(--run-cyan);\n  margin-bottom: 0.9rem;\n}\n.run-features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.run-features li {\n  background: rgba(27,164,191,0.12);\n  border-left: 5px solid var(--run-cyan);\n  border-radius: 10px;\n  padding: 0.55rem 0.8rem;\n  font-size: 0.92rem;\n  transition: 0.25s ease;\n}\n.run-features li:hover {\n  transform: translateX(4px);\n  background: rgba(27,164,191,0.18);\n}\n\n\/* Chiusura *\/\n.run-end {\n  margin-top: 2rem;\n  background: rgba(9,22,29,0.7);\n  border-radius: 16px;\n  padding: 1.4rem 1.6rem;\n  text-align: center;\n  border: 1px solid rgba(255,255,255,0.09);\n  box-shadow: 0 4px 14px rgba(0,0,0,0.25);\n}\n.run-end p {\n  margin: 0.6rem 0;\n  line-height: 1.7;\n  font-size: 1rem;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .run-layout {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .run-header h2 {\n    font-size: 1.55rem;\n  }\n  .run-section {\n    padding: 1.9rem 1.2rem;\n  }\n}\n\u003c\/style\u003e","brand":"Tim Fowers Games","offers":[{"title":"Default Title","offer_id":52775058506055,"sku":null,"price":39.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/RUN_00.png?v=1763443613","url":"https:\/\/frogames.business\/en\/products\/run","provider":"FroGames","version":"1.0","type":"link"}