<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Terms – Mountain Bike Pass</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; color:#333; }
h1, h2 { color:#1e5f3a; }
.container { max-width: 800px; margin: auto; padding: 20px; }
.box { border:1px solid #ccc; padding:15px; margin-top:20px; }
</style>
</head>
<body>
<div class="container">
<h1>MOUNTAIN BIKE day PASS – TERMS AND CONDITIONS</h1>
<p>This day pass is issued in consideration of your agreement to respect all rules, signage, and code of conduct in effect on the site.</p>
<h2>1. GENERAL CONDITIONS</h2>
<ul>
<li>The day pass is personal, non-transferable and non-refundable.</li>
<li>It remains the property of Avalanche Culture Plein Air.</li>
<li>It must be visible.</li>
<li>Fraudulent use will result in immediate revocation without refund.</li>
</ul>
<h2>2. ACCESS AND USE</h2>
<ul>
<li>Access is valid only for the day of purchase and during operating hours.</li>
<li>Trails may be closed without notice due to safety or weather conditions.</li>
<li>Users must respect trail difficulty levels.</li>
</ul>
<h2>3. SAFETY AND CONDUCT</h2>
<ul>
<li>Helmet use is mandatory.</li>
<li>Users must maintain safe speed at all times.</li>
<li>Respect other users and yield appropriately.</li>
<li>Trail modification is strictly prohibited.</li>
</ul>
<h2>4. ACKNOWLEDGEMENT AND ACCEPTANCE OF RISKS</h2>
<p>Mountain biking involves inherent risks including but not limited to:</p>
<ul>
<li>Falls, collisions, and loss of control;</li>
<li>Natural and artificial obstacles (rocks, roots, jumps, sharp turns);</li>
<li>Changing weather conditions;</li>
<li>Remote terrain and limited emergency access;</li>
<li>Equipment failure.</li>
</ul>
<p>By using this day pass, the participant:</p>
<ul>
<li>Acknowledges being aware of these risks;</li>
<li>Assumes full responsibility for their safety;</li>
<li>Declares being physically fit;</li>
<li>Accepts these conditions without reservation.</li>
</ul>
<h2>5. WAIVER OF LIABILITY</h2>
<p>The day pass holder waives all claims against Avalanche Culture Plein Air, its directors, employees, volunteers, partners and landowners for any injury, damage or loss resulting from mountain biking activities, except in cases of gross negligence or intentional fault.</p>
<h2>6. EMERGENCY</h2>
<p>Trails are not continuously patrolled. In case of emergency, dial 911.</p>
<div class="box">
<label>
<input type="checkbox" required>
<strong>I acknowledge having read and accepted the terms and conditions and associated risks.</strong>
</label>
</div>
</div>
</body>
</html>