</section>
<!-- WHO IT'S FOR / WHO IT'S NOT -->
<section class="band">
<div class="container" style="padding: 30px 20px;">
<h2 class="section-title">Who this is for</h2>
<p class="section-lead">If you’ve been curious about AI but didn’t want the confusion, this is built for you.</p>
<div class="grid-3">
<div class="card">
<strong>Beginners</strong>
<p>Start the right way, without tech jargon or complicated setups.</p>
</div>
<div class="card">
<strong>Creators & freelancers</strong>
<p>Explore tools for writing, visuals, video, and workflows.</p>
</div>
<div class="card">
<strong>Busy professionals</strong>
<p>Learn what matters fast, and skip the endless research.</p>
</div>
</div>
<div style="margin-top:16px; display:grid; gap:10px;">
<details>
<summary>What this is NOT</summary>
<p>Not a complicated tech course, not a hype video, and not a “get rich quick” pitch. It’s a clear introduction to AI tools and where to learn them properly.</p>
</details>
</div>
</div>
</section>
<!-- FAQ -->
<section>
<div class="container">
<h2 class="section-title">Quick FAQ</h2>
<div style="display:grid; gap:12px;">
<details>
<summary>How long is the workshop?</summary>
<p>Keep it accurate: update the timing in the top bar pill if your workshop length differs.</p>
</details>
<details>
<summary>Do I need any experience with AI?</summary>
<p>No. It’s designed to be beginner-friendly and easy to follow.</p>
</details>
<details>
<summary>Is it really free?</summary>
<p>Yes — access is free. You can watch instantly.</p>
</details>
</div>
</div>
</section>
<!-- FINAL CTA -->
<section class="final">
<div class="container">
<div class="cta-box">
<div>
<h2>Start here — and keep up with AI the easy way.</h2>
<p>Click below to access the free workshop and see the tools & community that simplify learning AI.</p>
</div>
<a class="btn btn-primary" href="YOUR_WORKSHOP_LINK_HERE">▶ Watch the Free Workshop</a>
</div>
<footer>
<div style="display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; align-items:center;">
<div>© <span id="yr"></span> • Educational content • Results vary</div>
<div style="display:flex; gap:14px;">
<a href="#" rel="nofollow">Privacy Policy</a>
<a href="#" rel="nofollow">Disclaimer</a>
<a href="#" rel="nofollow">Contact</a>
</div>
</div>
</footer>
</div>
</section>
<script>
document.getElementById('yr').textContent = new Date().getFullYear();
</script>
</body>
</html>