Language:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>EULA – Valmora Demo</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
:root { --fg:#111; --muted:#555; --bg:#fff; --link:#0a66c2; }
html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.wrap{max-width:900px;margin:40px auto;padding:0 20px}
h1{font-size:1.9rem;margin:.2rem 0 1rem}
h2{font-size:1.25rem;margin:1.25rem 0 .5rem}
small, time { color: var(--muted); }
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
ol{padding-left:1.15rem}
li{margin:.4rem 0}
.meta{margin:.4rem 0 1.2rem}
.hr{height:1px;background:#e6e6e6;margin:1.2rem 0}
.muted{color:var(--muted)}
</style>
</head>
<body>
<main class="wrap">
<header>
<h1>End User License Agreement (EULA) — “Valmora – Demo”</h1>
<div class="meta">
<div><strong>Last updated:</strong> <time datetime="2025-09-22">September 22, 2025</time></div>
<div><strong>Licensor/Developer:</strong> Iron Leaf Games, [Address]</div>
<div><strong>Contact:</strong> <a href="mailto: ironleafgames@gmail.com">[email protected]</a> &middot; <a href="[Website URL]">[Website URL]</a></div>
</div>
</header>

<p>By downloading, installing, or using the Game, you agree to this EULA. If you do not agree, do not install or use the Game.</p>
<div class="hr"></div>

<h2>1. License Grant (Demo)</h2>
<ol>
<li>We grant you a <strong>personal, revocable, non-exclusive, non-transferable</strong> license to install and use the <strong>demo</strong> version of “[Game Title]” solely for personal, non-commercial use on a Steam account you control.</li>
<li>The demo may be <em>feature-, content-, or time-limited</em> and may differ from the final product. Saves/progress may be incompatible with the full game. The demo is licensed, <strong>not sold</strong>.</li>
<li>All rights not expressly granted are reserved by us.</li>
</ol>

<h2>2. Restrictions</h2>
<ol>
<li>You may not, and may not permit others to:
<ol type="a">
<li>sell, rent, lease, sublicense, distribute, publish, or make the Game or any part of it available to third parties;</li>
<li>bypass, remove, or circumvent technical protection measures;</li>
<li>reverse engineer, decompile, disassemble, or otherwise attempt to derive source code, except where permitted by mandatory law;</li>
<li>use the Game for unlawful, infringing, hateful, or fraudulent purposes, or to violate others’ rights;</li>
<li>use bots, automation, cheats, trainers, exploits, or interfere with security or system integrity.</li>
</ol>
</li>
</ol>

<h2>3. Modding</h2>
<p><strong>Modding is not permitted.</strong> Creating, using, or distributing modifications, cheats, trainers, or derivative assets is prohibited unless we later provide written permission.</p>

<h2>4. Third-Party Components</h2>
<p>The Game may include or rely on third-party software (e.g., <em>Unreal Engine 5</em> and middleware). Such components are subject to their own licenses; where required, they are listed in “Third-Party/Credits” in-game or on our website.</p>

<h2>5. Single-Player; Updates</h2>
<ol>
<li>The Game is <strong>single-player only</strong>; no online services are provided.</li>
<li>We may release patches/updates that install automatically via Steam. Some features may require the latest version to function.</li>
</ol>

<h2>6. Intellectual Property</h2>
<p>The Game and all related content (code, art, audio, trademarks) are protected by intellectual-property laws. The Game is <strong>licensed, not sold</strong>.</p>

<h2>7. Refunds &amp; Consumer Rights</h2>
<ol>
<li>Any refunds are handled under the platform’s policy (e.g., the <a href="https://store.steampowered.com/steam_refunds/" rel="noopener" target="_blank">Steam Refund Policy</a>).</li>
<li>Nothing in this EULA limits your <strong>non-waivable consumer rights</strong> under applicable law (including EU consumer law).</li>
</ol>

<h2>8. Term &amp; Termination</h2>
<ol>
<li>This EULA applies from your first installation/use and continues while the Game is installed or used.</li>
<li>We may suspend or terminate this EULA if you materially breach it. Upon termination, you must uninstall and cease all use. Sections intended to survive (e.g., IP, limitations, governing law) survive termination.</li>
</ol>

<h2>9. Health &amp; Safety</h2>
<p>The Game may include flashing lights or patterns that can trigger discomfort or seizures in a small percentage of people. If you experience dizziness, nausea, or similar symptoms, stop immediately and consult a doctor.</p>

<h2>10. Warranty Disclaimer; Limitation of Liability</h2>
<ol>
<li>To the maximum extent permitted by law, the Game is provided <strong>“as is” and “as available”</strong>, without warranties of any kind, express or implied (including merchantability, fitness for a particular purpose, and non-infringement).</li>
<li>To the maximum extent permitted by law, we are <strong>not liable</strong> for indirect, incidental, special, punitive, or consequential damages (including lost profits, data loss, or business interruption), even if advised of the possibility. Our total liability shall not exceed the amount you paid for the Game (if any).</li>
<li>Nothing above excludes or limits liability that cannot be excluded under mandatory law (e.g., death or personal injury caused by negligence, fraud).</li>
</ol>

<h2>11. Governing Law &amp; Jurisdiction (EU)</h2>
<p>This EULA is governed by the laws of <strong>Italy</strong>, excluding conflict-of-law rules. The courts of <strong>Milan, Italy</strong> shall have non-exclusive jurisdiction. If you are an EU/UK consumer, you may also bring proceedings in your country of residence where mandatory law so provides.</p>

<div class="hr"></div>
<p class="muted">
<strong>Contact:</strong> [Studio/Legal Name], [Address]. Support: <a href="mailto:[email protected]">[email protected]</a>.<br>
&copy; [Year] [Studio/Legal Name]. All rights reserved.
</p>
</main>
</body>
</html>