{"product_id":"gangster","title":"Gangster ","description":"\u003c!-- 💼 GANGSTER – GOLDEN CITY EDITION --\u003e\n\u003csection class=\"gangster-section\"\u003e\u003cheader class=\"gangster-header\"\u003e\n\u003ch2\u003e Gangster 💰 The rise to power in the golden age of Chicago during the Roaring Twenties \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"gangster-layout\"\u003e\n\n\u003c!-- NARRATIVA --\u003e\n\u003carticle class=\"gangster-narrative\"\u003e\n \u003cp\u003eThe streets sparkle in the morning sun, the newspapers blare of million-dollar deals, and the city moves faster than its trams. In \u003cstrong\u003eGangster,\u003c\/strong\u003e you are the head of an ambitious family in the midst of the swinging 1920s: three days to infiltrate the richest districts, buy favors, put pressure on rivals, and carve out a place at the table where the fate of the Golden City is decided.\u003c\/p\u003e\n\n\u003cp\u003e Every agent deployed is a message, every move an elegant threat. You enter the bank for a \"routine check,\" you patrol the port to ensure certain shipments arrive... or disappear, or you show up at City Hall with the smile of someone who's already paid for their election campaign. \u003cstrong\u003eGangster\u003c\/strong\u003e is a tense and sophisticated game of majority rule, where the map changes with every turn and agreements are only valid until they're worth breaking.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- FEATURES --\u003e\n\u003caside class=\"gangster-features\"\u003e\n\u003ch3\u003eWhy “Gangster” shines on the table\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 💰 \u003cstrong\u003eElegant majorities\u003c\/strong\u003e on a living, breathing map\u003c\/li\u003e\n\n \u003cli\u003e🏛️ \u003cstrong\u003eIconic districts\u003c\/strong\u003e : bank, port, town hall, railway\u003c\/li\u003e\n\n\u003cli\u003e 🕴️ \u003cstrong\u003eMobile influence\u003c\/strong\u003e that flips zones at the right time\u003c\/li\u003e\n\n\u003cli\u003e ⏳ \u003cstrong\u003eOnly three rounds\u003c\/strong\u003e to build an empire\u003c\/li\u003e\n\n\u003cli\u003e 🎩 Light, bright and cinematic \u003cstrong\u003e1920s atmosphere\u003c\/strong\u003e \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=\"gangster-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eGangster\u003c\/strong\u003e is fast, clean, and fiercely competitive: three days to become a household name, or remain one of the many who promise but don't deliver. Perfect for groups who enjoy strategy with a touch of elegance.\u003c\/p\u003e\n\n\u003cp class=\"gangster-quote\"\u003e \u003cem\u003eThe city rewards those who act first… and think later.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🌆 PALETTE GOLDEN CITY *\/\n.gangster-section {\n  --gold: #f7d17c;\n  --wine: #702632;\n  --ink: #1e1e1e;\n  --sand: #f3efe5;\n\n  background: linear-gradient(135deg, var(--sand), #fffdf7);\n  padding: 2.3rem 2rem;\n  border-radius: 26px;\n  margin: 2rem auto;\n  max-width: 1100px;\n  color: var(--ink);\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* bordo con effetto dorato *\/\n.gangster-section::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border: 6px solid rgba(247,209,124,0.45);\n  border-radius: 20px;\n  pointer-events: none;\n  box-shadow:\n    0 0 0 5px rgba(247,209,124,0.25),\n    inset 0 0 18px rgba(247,209,124,0.3);\n}\n\n.gangster-header h2 {\n  text-align: center;\n  color: var(--wine);\n  font-size: 1.9rem;\n  font-family: \"Bungee\", sans-serif;\n  margin-bottom: 1.5rem;\n  text-shadow: 0 0 4px rgba(247,209,124,0.5);\n}\n\n.gangster-layout {\n  display: grid;\n  grid-template-columns: 1.7fr 1fr;\n  gap: 1.8rem;\n}\n\n.gangster-narrative {\n  background: rgba(255,255,255,0.85);\n  padding: 1.6rem;\n  border-left: 7px solid var(--wine);\n  border-radius: 14px;\n  line-height: 1.7;\n}\n\n.gangster-features {\n  background: rgba(255,255,255,0.9);\n  padding: 1.4rem;\n  border-radius: 14px;\n  border: 2px solid rgba(112,38,50,0.2);\n}\n\n.gangster-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--wine);\n  font-size: 1.25rem;\n  margin-bottom: 1rem;\n}\n\n.gangster-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: .7rem;\n}\n\n.gangster-features li {\n  background: linear-gradient(90deg, rgba(247,209,124,0.22), transparent);\n  border-left: 6px solid var(--gold);\n  padding: .7rem .9rem;\n  border-radius: 10px;\n  transition: .25s;\n}\n\n.gangster-features li:hover {\n  transform: translateX(6px);\n  background: linear-gradient(90deg, rgba(112,38,50,0.18), transparent);\n}\n\n.gangster-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.9);\n  padding: 1.6rem;\n  border-radius: 18px;\n  text-align: center;\n}\n\n.gangster-quote {\n  margin-top: .8rem;\n  color: var(--wine);\n  font-weight: 600;\n  font-style: italic;\n}\n\n\/* Mobile *\/\n@media(max-width:900px){\n  .gangster-layout { grid-template-columns: 1fr; }\n}\n@media(max-width:600px){\n  .gangster-section { padding: 1.8rem 1.1rem; }\n  .gangster-header h2 { font-size: 1.6rem; }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52765544415559,"sku":null,"price":31.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Gangster00.webp?v=1763287168","url":"https:\/\/frogames.business\/en\/products\/gangster","provider":"FroGames","version":"1.0","type":"link"}