<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SEBI Registered Research Analyst</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background: #ffffff;
color: #1a1a1a;
}
.container {
max-width: 1100px;
margin: auto;
padding: 20px;
}
.hero {
text-align: center;
}
.hero video, .hero img {
width: 100%;
border-radius: 10px;
}
h1 {
font-size: 32px;
margin: 15px 0;
}
.sub {
font-size: 18px;
color: #555;
}
.btn {
display: inline-block;
background: #16a34a;
color: white;
padding: 14px 25px;
margin-top: 15px;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
}
.section {
margin-top: 40px;
}
.box {
background: #f5f5f5;
padding: 20px;
margin-top: 15px;
border-radius: 8px;
}
.form-box {
background: #0f172a;
color: white;
padding: 25px;
border-radius: 10px;
}
input, select {
width: 100%;
padding: 12px;
margin-top: 10px;
border-radius: 5px;
border: none;
}
.submit-btn {
background: #22c55e;
color: white;
padding: 14px;
margin-top: 15px;
width: 100%;
border: none;
font-size: 16px;
border-radius: 6px;
}
.footer {
font-size: 12px;
color: #666;
margin-top: 30px;
}
.sticky-btn {
position: fixed;
bottom: 15px;
right: 15px;
background: #25D366;
color: white;
padding: 12px 18px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<!-- HERO SECTION -->
<div class="hero">
<!-- Replace with your video or image -->
<img src="your-image.jpg" alt="Trading">
<h1>Trade Smarter with Expert Research Guidance</h1>
<p class="sub">SEBI-Registered Research Analyst | Structured Trading Strategies | Risk Managed Approach</p>
<a href="#form" class="btn">Get Free Trial Now</a>
</div>
<!-- PROBLEM -->
<div class="section">
<h2>Facing Losses or Confusion in Trading?</h2>
<p>Many traders struggle due to lack of proper strategy, emotional decisions, and unverified tips. Without structured research, consistency becomes difficult.</p>
</div>
<!-- SOLUTION -->
<div class="section">
<h2>Our Research-Based Approach</h2>
<div class="box">✔ SEBI Registered Research Analyst</div>
<div class="box">✔ Structured Entry, Target & Stop Loss</div>
<div class="box">✔ Coverage: Equity, Options, Futures & Commodities</div>
<div class="box">✔ Regular Updates & Follow-Up Support</div>
</div>
<!-- SERVICES -->
<div class="section">
<h2>Our Key Services</h2>
<div class="box">Option Index Strategies (Nifty, Bank Nifty)</div>
<div class="box">BTST / STBT Equity Calls</div>
<div class="box">Intraday Stock & Index Trading</div>
<div class="box">MCX Commodity Insights (Gold, Silver, Crude)</div>
<div class="box">Swing & Positional Trades</div>
</div>
<!-- HOW IT WORKS -->
<div class="section">
<h2>How It Works</h2>
<div class="box">1. Fill the form</div>
<div class="box">2. Get a call or WhatsApp from our team</div>
<div class="box">3. Start receiving research-based insights</div>
</div>
<!-- FORM -->
<div id="form" class="section form-box">
<h2>Start Your Free Trial</h2>
<p>Fill the form below and our team will contact you shortly.</p>
<form>
<input type="text" placeholder="Full Name" required>
<input type="tel" placeholder="Mobile Number" required>
<select required>
<option value="">Trading Experience</option>
<option>Beginner</option>
<option>Intermediate</option>
<option>Experienced</option>
</select>
<button type="submit" class="submit-btn">Get Free Calls</button>
</form>
</div>
<!-- DISCLAIMER -->
<div class="footer">
<p>
Disclaimer: Investments in securities market are subject to market risks.
Read all related documents carefully before investing.
We do not guarantee any returns or profits.
</p>
</div>
</div>
<!-- WHATSAPP BUTTON -->
<a href="https://wa.me/91XXXXXXXXXX" class="sticky-btn">WhatsApp Now</a>
</body>
</html>