{"product_id":"kanban-ev","title":"Kanban EV ","description":"\u003csection class=\"kanban-section\"\u003e\u003cheader class=\"kanban-header\"\u003e\n\u003ch2\u003e ⚡ Kanban EV – The factory runs, you have to run faster \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"kanban-layout\"\u003e\n\n\u003c!-- NARRATIVA --\u003e\n\u003carticle class=\"kanban-narrative\"\u003e\n\u003cp\u003e In \u003cstrong\u003eKanban EV,\u003c\/strong\u003e you enter the heart of a futuristic factory, where electric vehicles are the new standard and efficiency is a religion. Here, you're not just an employee: you're a living cog in a \u003cstrong\u003estrategic board game\u003c\/strong\u003e that rewards only those who know how to plan, optimize, and think long-term.\u003c\/p\u003e\n\n \u003cp\u003eEach department is a world unto itself: design, production, logistics, innovation. Moving at the right time and occupying the right position is the key to outperforming others and pleasing Sandra, the fearsome manager who controls pace and performance like a human metronome.\u003c\/p\u003e\n\n\u003cp\u003e The choices are stark: take resources now or invest for a future advantage? Push production or improve prototypes? \u003cstrong\u003eEV Kanban\u003c\/strong\u003e puts pressure on, demands absolute efficiency, and punishes laziness. It's a \u003cstrong\u003emasterful board game\u003c\/strong\u003e where every turn is a puzzle of time, space, and priorities.\u003c\/p\u003e\n\n\u003cp\u003e And when the assembly line speeds up, you understand whether your strategy has run like a perfect engine... or whether the factory has left you behind. Here, you don't race to participate: you race to survive. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- PUNTI FORZA --\u003e\n\u003caside class=\"kanban-features\"\u003e\n\u003ch3\u003e Why “Kanban EV” is a textbook Lacerda\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e ⚙️ \u003cstrong\u003eDeep worker placement\u003c\/strong\u003e with tight deadlines and high-pressure choices\u003c\/li\u003e\n\n \u003cli\u003e🚗 \u003cstrong\u003eProduction management\u003c\/strong\u003e between innovation, assembly and logistics\u003c\/li\u003e\n\n\u003cli\u003e 📈 \u003cstrong\u003eExtreme optimization\u003c\/strong\u003e of resources, departments and factory objectives\u003c\/li\u003e\n\n\u003cli\u003e 👩💼 \u003cstrong\u003eSandra\u003c\/strong\u003e , a manager who judges, rewards... or punishes without mercy\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp class=\"kanban-quote\"\u003e \u003cem\u003eIf you can handle the pressure of the factory, Kanban EV becomes your management masterpiece.\u003c\/em\u003e \u003c\/p\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎨 Palette Kanban EV: ghiaccio, turchese, rosso accento *\/\n.kanban-section {\n  --kanban-ice: #eef5f7;\n  --kanban-blue: #42b4c9;\n  --kanban-dark: #0f1b24;\n  --kanban-red: #e35a4f;\n  --kanban-glow: rgba(66,180,201,0.35);\n  --kanban-red-glow: rgba(227,90,79,0.38);\n\n  background: linear-gradient(135deg, var(--kanban-ice), #ffffff);\n  padding: 2.3rem 1.8rem;\n  border-radius: 26px;\n  box-shadow: 0 16px 34px rgba(0,0,0,0.12);\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Glows futuristici *\/\n.kanban-section::before,\n.kanban-section::after {\n  content: \"\";\n  position: absolute;\n  border-radius: 50%;\n  filter: blur(55px);\n  pointer-events: none;\n}\n\n.kanban-section::before {\n  width: 260px;\n  height: 260px;\n  top: -70px;\n  left: -70px;\n  background: radial-gradient(circle, var(--kanban-glow), transparent 70%);\n}\n\n.kanban-section::after {\n  width: 260px;\n  height: 240px;\n  bottom: -70px;\n  right: -60px;\n  background: radial-gradient(circle, var(--kanban-red-glow), transparent 70%);\n}\n\n\/* Titolo *\/\n.kanban-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  color: var(--kanban-dark);\n  text-shadow: 0 0 12px rgba(0,0,0,0.15);\n  margin-bottom: 1.6rem;\n}\n\n\/* Layout due colonne *\/\n.kanban-layout {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr;\n  gap: 1.8rem;\n}\n\n\/* Narrativa *\/\n.kanban-narrative {\n  background: rgba(255,255,255,0.85);\n  padding: 1.6rem;\n  border-radius: 18px;\n  border-left: 6px solid var(--kanban-blue);\n  line-height: 1.7;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.06);\n}\n\n.kanban-narrative strong {\n  color: var(--kanban-dark);\n}\n\n\/* Box punti forza *\/\n.kanban-features {\n  background: var(--kanban-dark);\n  padding: 1.6rem;\n  border-radius: 18px;\n  border: 2px solid var(--kanban-blue);\n  color: #eef5f7;\n  box-shadow: 0 0 18px var(--kanban-glow);\n}\n\n.kanban-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--kanban-blue);\n  margin-bottom: 1rem;\n}\n\n.kanban-features ul {\n  padding: 0;\n  margin: 0;\n  list-style: none;\n  display: grid;\n  gap: 0.6rem;\n}\n\n.kanban-features li {\n  background: linear-gradient(90deg, rgba(66,180,201,0.18), rgba(227,90,79,0.15));\n  padding: 0.6rem 0.8rem;\n  border-left: 5px solid var(--kanban-blue);\n  border-radius: 10px;\n  transition: 0.25s ease;\n}\n\n.kanban-features li:hover {\n  transform: translateX(5px);\n  background: linear-gradient(90deg, rgba(66,180,201,0.28), rgba(227,90,79,0.25));\n}\n\n\/* Frase finale *\/\n.kanban-quote {\n  margin-top: 1.4rem;\n  text-align: center;\n  color: var(--kanban-red);\n  font-weight: 600;\n  font-style: italic;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .kanban-layout {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Eagle-Gryphon Games","offers":[{"title":"Default Title","offer_id":52903195771207,"sku":null,"price":144.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Kanban_EV_00.webp?v=1765008704","url":"https:\/\/frogames.business\/en\/products\/kanban-ev","provider":"FroGames","version":"1.0","type":"link"}