<style>
.welcome-container {
max-width: 800px;
margin: 60px auto;
text-align: center;
padding: 40px;
background: linear-gradient(135deg, #f0fff0 0%, #e6ffe6 100%);
border: 3px solid #00cc00;
border-radius: 15px;
}
.welcome-container h1 {
font-size: 48px;
color: #00cc00;
margin-bottom: 20px;
}
.welcome-container p {
font-size: 22px;
color: #333;
line-height: 1.6;
margin-bottom: 30px;
}
.course-button {
display: inline-block;
background: linear-gradient(135deg, #0066cc 0%, #004999 100%);
color: white;
padding: 25px 60px;
border-radius: 10px;
font-size: 24px;
font-weight: bold;
text-decoration: none;
box-shadow: 0 6px 20px rgba(0,102,204,0.4);
transition: transform 0.3s;
}
.course-button:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0,102,204,0.5);
}
.subtext {
font-size: 16px;
color: #666;
margin-top: 30px;
}
</style>
<div class="welcome-container">
<h1>🎉 Welcome to Pool Profit Pro!</h1>
<p>Your payment was successful and your membership is now active.</p>
<p><strong>You're ready to start transforming your pool business!</strong></p>
<a href="https://protuffproducts.com/courses/pool-profit-podcast-course/" class="course-button">
Access Your Course Now →
</a>
<p class="subtext">You can also access your course anytime from your <a href="/my-account/">Account Dashboard</a></p>
</div>