{"product_id":"fortunes-of-scoundrel-bay","title":"Fortunes of Scoundrel Bay ","description":"\u003cdiv class=\"scoundrelbay-description\"\u003e\n\n\u003c!-- 🌊 INTRO --\u003e\n\u003csection class=\"sea-intro\"\u003e\n\u003ch2\u003e 🏴☠️ Fortunes of Scoundrel Bay – Gold, monsters, and seas to conquer\u003c\/h2\u003e\n\n\u003cp\u003e In the \u003cstrong\u003eScoundrel Bay\u003c\/strong\u003e archipelago, the wind never blows the same way twice. Lead your crew through \u003cstrong\u003esea monsters, treacherous ports, and treasure maps\u003c\/strong\u003e in a duel of cunning and pure strategy. Every choice is a gamble: will you win glory or sink with your holds full of gold?\u003c\/p\u003e\n\n \u003cbutton class=\"sea-btn\"\u003e⚓ Set sail on an adventure\u003c\/button\u003e\u003c\/section\u003e\n\u003c!-- ⚓ CORE --\u003e\n\u003csection class=\"sea-core\"\u003e\n \u003cp\u003eIn \u003cstrong\u003eFortunes of Scoundrel Bay,\u003c\/strong\u003e cards aren't just for playing, they're for deciding the fate of your ship. \u003cstrong\u003eRecruit, explore, and battle\u003c\/strong\u003e deep-sea creatures as you build your legend on the seas.\u003c\/p\u003e\n\n\u003cdiv class=\"sea-cards\"\u003e\n\n\u003cdiv class=\"sea-card\"\u003e\n\n\u003ch4\u003e ⚓ Deep strategy\u003c\/h4\u003e\n\n\u003cp\u003e Multipurpose cards and unique powers for true sea captains.\u003c\/p\u003e\n\n\u003cdiv class=\"card-footer\"\u003e “Every route is a courageous choice.”\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sea-card\"\u003e\n\n\u003ch4\u003e 🐉 No free take-that\u003c\/h4\u003e\n\n\u003cp\u003e High tension, but no low blows: here, the one who plans wins.\u003c\/p\u003e\n\n\u003cdiv class=\"card-footer\"\u003e “No luck. Just timing.”\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sea-card\"\u003e\n\n\u003ch4\u003e 🏝️ Ports, monsters and treasures\u003c\/h4\u003e\n\n\u003cp\u003e Conquer islands and brave the abyss for supremacy of the seas.\u003c\/p\u003e\n\n\u003cdiv class=\"card-footer\"\u003e “Every wave hides an opportunity.” \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- 🌅 FINALE --\u003e\n\u003csection class=\"sea-finale\"\u003e\n\u003cp\u003e If you love \u003cstrong\u003estrategic pirate board games\u003c\/strong\u003e where courage and calculation collide like stormy waves, \u003cstrong\u003eFortunes of Scoundrel Bay\u003c\/strong\u003e will make you smell the sea and feel the weight of the loot in your hands.\u003c\/p\u003e\n\n\u003cp class=\"sea-quote\"\u003e \u003cem\u003eThe sea does not forgive. But it rewards those who dare.\u003c\/em\u003e\u003c\/p\u003e\n\n \u003cbutton class=\"sea-btn\"\u003e☠️ Enter Scoundrel Bay\u003c\/button\u003e\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* 🌊 BASE *\/\n.scoundrelbay-description {\n  background: radial-gradient(circle at 25% 20%, #13273B 0%, #0A1622 90%, #05101B 100%);\n  color: #EAF2F9;\n  border-radius: 22px;\n  overflow: hidden;\n  font-family: \"Inter\", sans-serif;\n  box-shadow: 0 0 25px rgba(0,0,0,0.4);\n}\n\n\/* 🏴☠️ INTRO *\/\n.sea-intro {\n  text-align: center;\n  padding: 2.5rem 2rem 2rem;\n  background: linear-gradient(180deg, #0E2E45 0%, #113B57 100%);\n}\n.sea-intro h2 {\n  font-size: 1.6rem;\n  font-weight: 800;\n  background: linear-gradient(90deg, #FFD87D 0%, #E34234 80%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  margin-bottom: 1rem;\n}\n.sea-intro p {\n  max-width: 700px;\n  margin: 0 auto 1.6rem;\n  font-size: 0.96rem;\n  line-height: 1.8;\n  color: #EAF2F9;\n}\n\n\/* ⚓ CORE *\/\n.sea-core {\n  background: linear-gradient(180deg, #081A27 0%, #0E2E45 100%);\n  padding: 2.5rem 2rem 3rem;\n  color: #E9E3D1;\n  text-align: center;\n}\n.sea-core p {\n  max-width: 740px;\n  margin: 0 auto 2rem;\n  font-size: 0.95rem;\n  line-height: 1.75;\n  color: #EAF2F9;\n}\n\n\/* 💎 CARDS *\/\n.sea-cards {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n  gap: 1rem;\n  justify-content: center;\n}\n.sea-card {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,215,125,0.2);\n  border-left: 4px solid #FFD87D;\n  border-radius: 10px;\n  padding: 1rem 1.2rem 1.4rem;\n  transition: all 0.25s ease;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n}\n.sea-card:hover {\n  transform: translateY(-3px);\n  background: rgba(255,255,255,0.1);\n  box-shadow: 0 0 10px rgba(255,215,125,0.25);\n}\n.sea-card h4 {\n  color: #FFD87D;\n  font-size: 1rem;\n  margin-bottom: 0.5rem;\n  font-weight: 700;\n}\n.sea-card p {\n  color: #EAF2F9;\n  font-size: 0.9rem;\n  margin-bottom: 0.8rem;\n}\n.card-footer {\n  font-size: 0.8rem;\n  font-style: italic;\n  color: #FFD87D;\n  text-align: right;\n  opacity: 0.9;\n  border-top: 1px solid rgba(255,215,125,0.15);\n  padding-top: 0.4rem;\n}\n\n\/* 🌅 FINALE *\/\n.sea-finale {\n  background: linear-gradient(180deg, #6E1F05 0%, #B02E0C 40%, #0E2E45 100%);\n  color: #F4F1E7;\n  padding: 2.5rem 2rem 2.8rem;\n  text-align: center;\n}\n.sea-finale p {\n  max-width: 720px;\n  margin: 0 auto 1.4rem;\n  font-size: 0.95rem;\n  line-height: 1.7;\n}\n.sea-quote {\n  font-style: italic;\n  font-weight: 600;\n  color: #FFD87D;\n  margin-bottom: 1.4rem;\n}\n\n\/* 🪙 BUTTON *\/\n.sea-btn {\n  background: linear-gradient(90deg, #FFD87D 0%, #E34234 100%);\n  color: #0B2545;\n  font-weight: 700;\n  padding: 0.8rem 1.8rem;\n  border-radius: 25px;\n  border: none;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  font-size: 0.9rem;\n  box-shadow: 0 4px 12px rgba(255,215,125,0.35);\n}\n.sea-btn:hover {\n  transform: scale(1.05);\n  box-shadow: 0 5px 18px rgba(255,215,125,0.45);\n}\n\n\/* 📱 RESPONSIVE *\/\n@media (max-width: 768px) {\n  .sea-intro, .sea-core, .sea-finale { padding: 2rem 1.1rem; }\n  .sea-intro h2 { font-size: 1.3rem; }\n  .sea-card { padding: 1rem; }\n  .sea-btn { font-size: 0.85rem; }\n}\n\u003c\/style\u003e\n ","brand":"Chilifox Games","offers":[{"title":"Default Title","offer_id":52573657170247,"sku":null,"price":54.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Fortunes_of_Scoundrel_Bay_00.webp?v=1760924969","url":"https:\/\/frogames.it\/en\/products\/fortunes-of-scoundrel-bay","provider":"FroGames","version":"1.0","type":"link"}