{"product_id":"resafa","title":"Resafa ","description":"\u003c!-- 🏺 RESAFA – Carovane, sabbia e scelte che segnano il deserto --\u003e\n\u003csection class=\"resafa-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"resafa-header\"\u003e\n\u003ch2\u003e Resafa 🏺 The desert route that lives on your choices \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"resafa-layout\"\u003e\n\n\u003c!-- Testo narrativo --\u003e\n\u003carticle class=\"resafa-narrative\"\u003e\n\u003cp\u003e In \u003cstrong\u003eResafa,\u003c\/strong\u003e you're not just any merchant: you're the one who crosses the desert when all others hesitate. A \u003cstrong\u003estrategic board game\u003c\/strong\u003e where every step, every detour, and every decision moves caravans, resources, and destinies across an unforgiving land.\u003c\/p\u003e\n\n\u003cp\u003e You have few turns, few actions, but a map that breathes like a living creature. Your cards aren't just tools: they're multipurpose choices that shape routes, markets, water, workshops, and opportunities. An \u003cstrong\u003eexpert game\u003c\/strong\u003e where your will must be stronger than sand and silence.\u003c\/p\u003e\n\n\u003cp\u003e Water is life, and controlling it means controlling Resafa. Your cisterns, your canals, and the connections you create in the arid land determine whether your caravan thrives or gets lost in the dunes. \u003cstrong\u003eNetworking\u003c\/strong\u003e here is a mental challenge, and every mistake leaves a deep mark.\u003c\/p\u003e\n\n \u003cp\u003eThe desert offers nothing: you transform three actions per round into a commercial engine that produces, delivers, grows, and advances. \u003cstrong\u003eResafa\u003c\/strong\u003e is a \u003cstrong\u003eboard game for experienced players\u003c\/strong\u003e who enjoy planning, control, and the tension of knowing that every move is final.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box caratteristiche --\u003e\n\u003caside class=\"resafa-features\"\u003e\n\u003ch3\u003eWhy “Resafa” conquers strategists\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🏺 \u003cstrong\u003eMultipurpose cards\u003c\/strong\u003e full of sharp choices\u003c\/li\u003e\n\n\u003cli\u003e 🐪 \u003cstrong\u003eDesert routes\u003c\/strong\u003e to create and control\u003c\/li\u003e\n\n\u003cli\u003e 💧 Tight and central \u003cstrong\u003ewater management\u003c\/strong\u003e to victory\u003c\/li\u003e\n\n\u003cli\u003e 🗺️ Deep \u003cstrong\u003enetwork \u0026amp; route building\u003c\/strong\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e 🧠 Perfect for those looking for an \u003cstrong\u003eexpert strategy game\u003c\/strong\u003e \n\n\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=\"resafa-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eResafa\u003c\/strong\u003e presents you with a desert that listens to your every decision. If you build well, you prosper. If you fail… the wind erases your tracks.\u003c\/p\u003e\n\n\u003cp class=\"resafa-quote\"\u003e \u003cem\u003eIn the desert, he who knows how to choose wins, not he who knows how to run.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🏺 RESAFA — Desert colors *\/\n.resafa-section {\n  --resafa-sky: #6ea3d6;        \/* azzurro cielo *\/\n  --resafa-sky-light: #9ac7ec;\n  --resafa-sand: #e3c58c;       \/* sabbia *\/\n  --resafa-dune: #c69b62;       \/* dune *\/\n  --resafa-rock: #3e2d23;       \/* ombre rocciose *\/\n  --resafa-clay: #8b4e2e;       \/* terracotta *\/\n  --resafa-light: #fff8ef;\n\n  background: linear-gradient(140deg, var(--resafa-sky) 0%, var(--resafa-sky-light) 40%, var(--resafa-sand) 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--resafa-rock);\n  font-family: \"Inter\", sans-serif;\n  max-width: 1100px;\n  margin: 2rem auto;\n  box-shadow: 0 14px 36px rgba(0,0,0,0.16);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Glow sabbia\/sole *\/\n.resafa-section::before {\n  content: \"\";\n  position: absolute;\n  bottom: -80px;\n  left: -60px;\n  width: 320px;\n  height: 260px;\n  background: radial-gradient(circle at top, rgba(198,155,98,0.55), transparent 70%);\n  filter: blur(28px);\n}\n\n.resafa-section::after {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  right: -40px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(255,248,239,0.55), transparent 70%);\n  filter: blur(45px);\n}\n\n\/* Titolo *\/\n.resafa-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1.6rem;\n  color: #ffffff;\n  text-shadow: 0 0 14px rgba(0,0,0,0.5);\n  border-bottom: 1px solid rgba(255,255,255,0.25);\n  padding-bottom: 0.6rem;\n}\n\n\/* Layout due colonne *\/\n.resafa-layout {\n  display: grid;\n  grid-template-columns: 1.3fr 1fr;\n  gap: 1.4rem;\n  align-items: flex-start;\n}\n\n\/* Testo narrativo *\/\n.resafa-narrative {\n  background: var(--resafa-light);\n  border-left: 7px solid var(--resafa-dune);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.12);\n  position: relative;\n}\n\n.resafa-narrative::before {\n  content: \"\";\n  position: absolute;\n  top: -8px;\n  right: 14px;\n  width: 42px;\n  height: 42px;\n  border-radius: 50%;\n  border: 3px solid var(--resafa-clay);\n  box-shadow: 0 0 0 4px rgba(255,255,255,0.6);\n  opacity: 0.85;\n}\n\n.resafa-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.75;\n}\n\n.resafa-narrative strong {\n  color: var(--resafa-clay);\n}\n\n\/* Box caratteristiche *\/\n.resafa-features {\n  background: rgba(62,45,35,0.9);\n  border-radius: 18px;\n  padding: 1.3rem 1.4rem;\n  border: 2px solid rgba(255,255,255,0.18);\n  box-shadow: 0 8px 20px rgba(0,0,0,0.4);\n  color: #fdf8f0;\n}\n\n.resafa-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  font-size: 1.1rem;\n  margin-bottom: 1rem;\n  color: var(--resafa-sand);\n}\n\n.resafa-features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n\n.resafa-features li {\n  background: linear-gradient(90deg, rgba(227,197,140,0.22), rgba(110,163,214,0.12));\n  border-left: 5px solid var(--resafa-dune);\n  border-radius: 10px;\n  padding: 0.55rem 0.8rem;\n  font-size: 0.95rem;\n  transition: 0.25s ease;\n}\n\n.resafa-features li:hover {\n  transform: translateX(4px);\n  background: linear-gradient(90deg, rgba(227,197,140,0.34), rgba(110,163,214,0.22));\n}\n\n\/* Chiusura *\/\n.resafa-end {\n  margin-top: 2rem;\n  background: var(--resafa-light);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 1px solid rgba(0,0,0,0.06);\n  text-align: center;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.08);\n}\n\n.resafa-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: var(--resafa-clay);\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .resafa-layout { grid-template-columns: 1fr; }\n}\n@media (max-width: 600px) {\n  .resafa-section { padding: 1.8rem 1.2rem; }\n  .resafa-header h2 { font-size: 1.5rem; }\n}\n\u003c\/style\u003e","brand":"Delicious Games","offers":[{"title":"Default Title","offer_id":52781799473479,"sku":null,"price":59.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Resafa_00.webp?v=1763529631","url":"https:\/\/frogames.it\/en\/products\/resafa","provider":"FroGames","version":"1.0","type":"link"}