{"product_id":"horrified-world-of-monsters","title":"Horrified - World of Monsters ","description":"\u003c!-- HORRIFIED – Blocco Interattivo (no-JS, stile eldritch horror) --\u003e\n\u003cdiv class=\"horrified-section\"\u003e\n\n\u003c!-- Tabs --\u003e\u003cinput type=\"radio\" name=\"horrified-tabs\" id=\"horrified-intro\" checked\u003e \u003clabel for=\"horrified-intro\" class=\"horrified-tab\"\u003e👁️ Overview\u003c\/label\u003e\u003cinput type=\"radio\" name=\"horrified-tabs\" id=\"horrified-details\"\u003e \u003clabel for=\"horrified-details\" class=\"horrified-tab\"\u003e💀 Monsters \u0026amp; Challenges\u003c\/label\u003e \u003c!-- Panels --\u003e\n\u003cdiv class=\"horrified-panels\"\u003e\n\n\u003c!-- PANEL 1 --\u003e\n\u003csection class=\"horrified-panel horrified-intro\"\u003e\n\u003ch2\u003e Horrified: World of Monsters – Horror spans worlds\u003c\/h2\u003e\n\n \u003cp\u003eIn the heart of an \u003cstrong\u003earcane-punk\u003c\/strong\u003e city, right next to the mysterious \u003cstrong\u003eVoid Portal\u003c\/strong\u003e , humanity faces its greatest fear: monsters from legends, nightmares, and dark dimensions. In \u003cstrong\u003eHorrified: World of Monsters\u003c\/strong\u003e , you become a creature expert, called upon to defend the citizens and repel the horror spreading from every corner of the world.\u003c\/p\u003e\n\n\u003cp\u003e You'll face ever-changing challenges: from the enigmatic logic of the \u003cstrong\u003eSphinx\u003c\/strong\u003e , to the insatiable hunger of the \u003cstrong\u003eJiangshi\u003c\/strong\u003e , through the icy fury of the \u003cstrong\u003eYeti\u003c\/strong\u003e , to the pinnacle of terror, the awakening of the \u003cstrong\u003eAncient One, Cthulhu\u003c\/strong\u003e . Each monster is a puzzle to be solved, a threat that requires coordination and ingenuity. \u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003c!-- PANEL 2 --\u003e\n\u003csection class=\"horrified-panel horrified-details\"\u003e\n\u003ch3\u003e Why \"World of Monsters\" is not just any Horrified game\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 👹 \u003cstrong\u003eNew Legendary Monsters\u003c\/strong\u003e : Sphinx, Yeti, Jiangshi, and Cthulhu\u003c\/li\u003e\n\n\u003cli\u003e 🌀 \u003cstrong\u003eDimensional Portal\u003c\/strong\u003e : A unique setting between worlds and distorted realities\u003c\/li\u003e\n\n \u003cli\u003e🔮 \u003cstrong\u003eMulti-stage puzzles and riddles\u003c\/strong\u003e , including the epic challenge in the realm of Cthulhu\u003c\/li\u003e\n\n\u003cli\u003e ⚔️ \u003cstrong\u003eTotal cooperation\u003c\/strong\u003e : you only win by collaborating and protecting citizens\u003c\/li\u003e\n\n\u003cli\u003e 🌍 \u003cstrong\u003eExpanded Compatibility\u003c\/strong\u003e : Mix monsters with Horrified: Greek Monsters too\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp\u003e If you’re looking for a \u003cstrong\u003ecooperative board game\u003c\/strong\u003e that blends myth, legend, and cosmic horror into a single experience, \u003cstrong\u003eHorrified: World of Monsters\u003c\/strong\u003e is your gateway to a nightmare you won’t forget. \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FRASE FINALE --\u003e\n\u003cdiv class=\"horrified-final\"\u003e\n\n\u003cp\u003e \u003cem\u003eThe Void is open. The monsters are coming. Are you ready to stop them?\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* === HORRIFIED – Sezione interattiva arcane-horror === *\/\n.horrified-section{\n  --ink:#F5F3FF;\n  --muted:#D7D0FF;\n  --bg1:#120C1A;\n  --bg2:#1D0F26;\n  --acid:#88FFBF;\n  --violet:#5E2B87;\n  --eldritch:#7DFF89;\n  --shadow:#1A0D25;\n\n  font-family:'Inter',system-ui,Segoe UI,Roboto,Arial,sans-serif;\n  color:var(--ink);\n  background:\n    radial-gradient(120% 100% at 10% 0%, rgba(136,255,191,.08), transparent 60%),\n    radial-gradient(120% 100% at 90% 100%, rgba(94,43,135,.1), transparent 60%),\n    linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 100%);\n  border:1px solid rgba(136,255,191,.25);\n  border-radius:16px;\n  box-shadow:\n    0 12px 28px rgba(0,0,0,.6),\n    inset 0 0 22px rgba(94,43,135,.2);\n  padding:1.25rem 1rem 1.4rem;\n  position:relative;\n  overflow:hidden;\n}\n\n\/* Effetto nebbiolina arcana *\/\n.horrified-section::before{\n  content:\"\";\n  position:absolute;\n  inset:-40%;\n  background:\n    radial-gradient(80% 60% at 50% 0%, rgba(136,255,191,.05), transparent 70%),\n    radial-gradient(80% 60% at 50% 100%, rgba(94,43,135,.08), transparent 70%);\n  mix-blend-mode:screen;\n  animation:horrifiedMist 10s ease-in-out infinite alternate;\n  z-index:1;\n  pointer-events:none;\n}\n@keyframes horrifiedMist{\n  0%{transform:translateY(-2%)}\n  100%{transform:translateY(2%)}\n}\n\n\/* Tabs *\/\n.horrified-section input[type=\"radio\"]{position:absolute;opacity:0;pointer-events:none;}\n.horrified-tab{\n  display:inline-block;\n  cursor:pointer;\n  user-select:none;\n  font-weight:800;\n  font-size:.95rem;\n  letter-spacing:.2px;\n  color:var(--muted);\n  margin:.25rem .4rem .9rem 0;\n  padding:.5rem .9rem;\n  border-radius:10px;\n  background:rgba(136,255,191,.08);\n  border:1px solid rgba(136,255,191,.3);\n  text-shadow:0 0 10px rgba(136,255,191,.25);\n  transition:.25s ease;\n  position:relative;\n  z-index:2;\n}\n.horrified-tab:hover{\n  transform:translateY(-1px);\n  box-shadow:0 0 14px rgba(136,255,191,.35),0 0 18px rgba(94,43,135,.25);\n}\n\n\/* Tab attivo *\/\n#horrified-intro:checked + label{\n  background:linear-gradient(180deg, rgba(94,43,135,.9), rgba(136,255,191,.85));\n  color:#100814;\n  border-color:transparent;\n  box-shadow:0 0 18px rgba(136,255,191,.45),0 0 28px rgba(94,43,135,.35);\n}\n#horrified-details:checked + label{\n  background:linear-gradient(180deg, rgba(136,255,191,.9), rgba(94,43,135,.85));\n  color:#100814;\n  border-color:transparent;\n  box-shadow:0 0 18px rgba(94,43,135,.45),0 0 28px rgba(136,255,191,.35);\n}\n\n\/* Panels *\/\n.horrified-panels{position:relative;z-index:2;}\n.horrified-panel{display:none;animation:horrifiedFade .35s ease;}\n@keyframes horrifiedFade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}\n#horrified-intro:checked ~ .horrified-panels .horrified-intro{display:block;}\n#horrified-details:checked ~ .horrified-panels .horrified-details{display:block;}\n\n\/* Typography *\/\n.horrified-panel h2, .horrified-panel h3{\n  text-align:center;\n  font-weight:900;\n  color:#C5FFEA;\n  text-shadow:0 0 14px rgba(136,255,191,.35),0 0 8px rgba(94,43,135,.25);\n}\n.horrified-panel h2{font-size:clamp(1.3rem,3.6vw,1.75rem);margin:.2rem auto .5rem;}\n.horrified-panel h3{font-size:clamp(1.1rem,3vw,1.3rem);margin:.4rem auto .7rem;}\n\n.horrified-panel p, .horrified-panel li{\n  color:#F5F3FF;\n  line-height:1.75;\n  font-size:1rem;\n}\n.horrified-panel strong{color:#B2FFDA;}\n.horrified-panel ul{margin:.6rem 0 0;padding-left:1.2rem;}\n.horrified-panel li{margin:.35rem 0;}\n\n\/* FRASE FINALE *\/\n.horrified-final{\n  position:relative;\n  z-index:2;\n  margin:1.4rem auto .3rem;\n  text-align:center;\n  font-style:italic;\n  color:#B7FFD6;\n  font-weight:700;\n  font-size:1.05rem;\n  text-shadow:0 0 12px rgba(136,255,191,.25);\n  background:rgba(94,43,135,.1);\n  border:1px solid rgba(136,255,191,.25);\n  border-radius:10px;\n  padding:.8rem 1rem;\n  box-shadow:inset 0 0 14px rgba(94,43,135,.2);\n}\n\n\/* Responsive *\/\n@media (max-width:768px){\n  .horrified-tab{font-size:.9rem;padding:.46rem .8rem;}\n  .horrified-panel p, .horrified-panel li{font-size:.96rem;}\n  .horrified-final{font-size:.95rem;padding:.7rem .8rem;}\n}\n\u003c\/style\u003e","brand":"FroGames","offers":[{"title":"Default Title","offer_id":52455909720391,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Horrified_World_of_Monsters_00.webp?v=1759368241","url":"https:\/\/frogames.business\/en\/products\/horrified-world-of-monsters","provider":"FroGames","version":"1.0","type":"link"}