<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReelsGuru | 1000+ Viral AI Reel Templates</title>

<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap" rel="stylesheet">

<style>
body{
margin:0;
font-family:'Poppins',sans-serif;
background:#0c0c0c;
color:white;
}

.hero{
padding:80px 20px;
text-align:center;
background:linear-gradient(180deg,#111,#0c0c0c);
}

.hero h1{
font-size:38px;
font-weight:800;
margin-bottom:10px;
}

.hero p{
font-size:18px;
opacity:0.8;
}

.price{
font-size:48px;
font-weight:800;
color:#ff9d00;
margin:20px 0;
}

.old{
text-decoration:line-through;
opacity:0.5;
}

.btn{
display:inline-block;
padding:15px 35px;
background:linear-gradient(45deg,#ff6600,#ff9d00);
color:white;
text-decoration:none;
border-radius:8px;
font-weight:600;
margin-top:20px;
transition:0.3s;
}

.btn:hover{
transform:scale(1.05);
}

.section{
padding:70px 20px;
text-align:center;
}

.section h2{
font-size:28px;
margin-bottom:30px;
}

.features{
max-width:700px;
margin:auto;
text-align:left;
}

.features p{
margin:10px 0;
}

.card-section{
display:grid;
grid-template-columns:1fr;
gap:20px;
max-width:800px;
margin:auto;
}

.card{
background:#141414;
padding:25px;
border-radius:10px;
}

.footer{
text-align:center;
padding:30px;
background:#111;
font-size:14px;
opacity:0.6;
}

.sticky{
position:fixed;
bottom:0;
width:100%;
background:#000;
padding:15px;
text-align:center;
}

.sticky a{
background:linear-gradient(45deg,#ff6600,#ff9d00);
padding:12px 25px;
color:white;
text-decoration:none;
border-radius:6px;
font-weight:600;
}
</style>
</head>

<body>

<div class="hero">
<h2>🔥 Limited Time Launch Offer</h2>
<h1>1000+ Viral AI Reel Templates</h1>
<p>Worth ₹9,999 — Instant Access Today</p>

<div class="price">₹99</div>
<div class="old">₹999</div>

<a href="PASTE_YOUR_PAYMENT_LINK_HERE" class="btn">
GET INSTANT ACCESS – ₹99
</a>

<p style="margin-top:15px;font-size:14px;opacity:0.7;">
Instant Download • Lifetime Access • Commercial Use Included
</p>
</div>

<div class="section">
<h2>🚀 What You Get Inside</h2>
<div class="features">
<p>✔ 1000+ Ready-To-Post Viral Reels</p>
<p>✔ High Retention Hook Formats</p>
<p>✔ AI-Based Trend Structures</p>
<p>✔ HD Quality Files</p>
<p>✔ Massive Time Saver</p>
</div>
</div>

<div class="section">
<h2>🎁 Free Bonuses Included</h2>
<div class="card-section">
<div class="card">500 Viral Hook Scripts</div>
<div class="card">30-Day Posting Calendar</div>
<div class="card">Caption Swipe File</div>
<div class="card">Hashtag Growth Blueprint</div>
</div>
</div>

<div class="section">
<h2>⭐ What Buyers Say</h2>
<p>"Saved me hours every week."</p>
<p>"Perfect for growing theme pages."</p>
<p>"Best ₹99 investment."</p>
</div>

<div class="section">
<h2>🚨 Price Increasing To ₹299 Soon</h2>
<a href="PASTE_YOUR_PAYMENT_LINK_HERE" class="btn">
DOWNLOAD NOW – ₹99
</a>
</div>

<div class="footer">
© 2026 ReelsGuru.shop – All Rights Reserved
</div>

<div class="sticky">
<a href="PASTE_YOUR_PAYMENT_LINK_HERE">
Buy Now – ₹99
</a>
</div>

</body>
</html>