{"product_id":"eternal-decks","title":"Get on Board - New York \u0026amp; London ","description":"\u003c!-- 🚌 GET ON BOARD – New York \u0026 London --\u003e\n\u003cdiv class=\"getonboard-box\"\u003e\n\n\u003cdiv class=\"bus-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003ch2\u003e 🚌 Get on Board – Hop on the bus and design your city!\u003c\/h2\u003e\n\n\u003ch3 class=\"subtitle\"\u003e Retro strategy on wheels: 12 turns to build the perfect line between London and New York.\u003c\/h3\u003e\n\n\u003cp\u003e In \u003cstrong\u003eGet on Board\u003c\/strong\u003e , you don't need a ticket: all you need is \u003cstrong\u003ea good route and a pinch of cunning\u003c\/strong\u003e . With every turn, the city moves, passengers board, and traffic thickens. You are the driver with the most ambitious mission in New York or London: \u003cstrong\u003ebuilding the perfect bus line\u003c\/strong\u003e , connecting tourists, students, and workers in an urban labyrinth that changes with every game.\u003c\/p\u003e\n\n \u003cp\u003eWith only twelve turns to complete the route, you'll need to choose every stretch of road carefully: a too-daring detour can land you in traffic, but a well-planned route will \u003cstrong\u003erack up victory points like miles\u003c\/strong\u003e . It's a \u003cstrong\u003eboard game for families and casual players\u003c\/strong\u003e , but with the subtle elegance that rewards those who plan ahead.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e 🗺️ Compact strategy\u003c\/h4\u003e\n\n\u003cp\u003e Every stretch of line counts. 12 shifts, a thousand intersections, zero time for distraction.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e 🚏 Urban Puzzle\u003c\/h4\u003e\n\n\u003cp\u003e Design your own bus network and connect students, tourists, and workers.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e 🧩 Elegant interaction\u003c\/h4\u003e\n\n\u003cp\u003e Your moves affect traffic and other players' routes.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e 🎨 Retro style\u003c\/h4\u003e\n\n\u003cp\u003e Vintage illustrations signed by \u003cstrong\u003eMonsieur Z\u003c\/strong\u003e , a dive into the posters of the 60s.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e 👨👩👧👦 Perfect for the family\u003c\/h4\u003e\n\n\u003cp\u003e Light and immediate, but surprisingly tactical even with two players.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"closing-quote\"\u003e \u003cem\u003eNext stop: victory. And let's hope it rains so no one gets off early!\u003c\/em\u003e\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* 🎨 STILE \"MID-CENTURY URBAN\" *\/\n.getonboard-box {\n  background: linear-gradient(180deg, #f7f6f2 0%, #e3e8e7 100%);\n  color: #2d2d2d;\n  border-radius: 20px;\n  padding: 2.5rem 1.6rem 3rem;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* 🚍 piccolo bus in movimento *\/\n.bus-icon {\n  position: absolute;\n  top: 1rem;\n  right: -70px;\n  width: 120px;\n  height: 60px;\n  background: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0680\/4150\/7113\/files\/redbus_icon.png?v=1') no-repeat center\/contain;\n  opacity: 0.15;\n  animation: busMove 20s linear infinite;\n}\n@keyframes busMove {\n  from { right: -80px; opacity: 0.15; }\n  50% { opacity: 0.25; }\n  to { right: 120%; opacity: 0.15; }\n}\n\n\/* 🏙️ Titoli *\/\n.getonboard-box h2 {\n  text-align: center;\n  font-size: 1.55rem;\n  font-weight: 800;\n  color: #d2322d;\n  margin-bottom: 0.5rem;\n}\n.getonboard-box .subtitle {\n  text-align: center;\n  font-size: 1.02rem;\n  font-weight: 500;\n  color: #3b3b3b;\n  margin-bottom: 1.5rem;\n}\n\n\/* 🧩 testo *\/\n.getonboard-box p {\n  font-size: 0.95rem;\n  line-height: 1.7;\n  margin-bottom: 1rem;\n}\n.getonboard-box strong {\n  color: #d2322d;\n}\n\n\/* 🚌 Griglia caratteristiche *\/\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n  gap: 1rem;\n  margin: 2rem 0 2.5rem;\n}\n.feature-card {\n  background: #ffffff;\n  border-radius: 10px;\n  padding: 1rem;\n  border-left: 4px solid #d2322d;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  transition: all 0.3s ease;\n}\n.feature-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 6px 14px rgba(0,0,0,0.1);\n}\n.feature-card h4 {\n  color: #2b2b2b;\n  font-size: 1rem;\n  margin-bottom: 0.3rem;\n}\n.feature-card p {\n  font-size: 0.88rem;\n  color: #555;\n}\n\n\/* ✨ Citazione finale *\/\n.closing-quote {\n  text-align: center;\n  font-style: italic;\n  font-weight: 500;\n  background: #fff;\n  padding: 1rem 1.2rem;\n  border-radius: 10px;\n  color: #444;\n  border-top: 3px solid #d2322d;\n  box-shadow: 0 0 10px rgba(0,0,0,0.05);\n}\n\n\/* 📱 Mobile *\/\n@media (max-width: 768px) {\n  .getonboard-box { padding: 2rem 1rem 2.3rem; }\n  .getonboard-box h2 { font-size: 1.35rem; }\n  .feature-grid { gap: 0.8rem; }\n}\n\u003c\/style\u003e\n ","brand":"Mancalamaro","offers":[{"title":"Default Title","offer_id":52573598613831,"sku":null,"price":26.5,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Get_on_board_00.webp?v=1760731254","url":"https:\/\/frogames.it\/en\/products\/eternal-decks","provider":"FroGames","version":"1.0","type":"link"}