<div class="rich-buy-container" style="text-align: center; margin: 20px 0;">
<a href="https://www.facebook.com/Richoffreviewz/shop"
target="_blank"
class="rich-buy-button">
BUY "RICH LIKE ME" NOW — $2.99
</a>
</div>
<style>
.rich-buy-button {
background-color: #e5a93b; /* Rich Gold Accent */
color: #05070c; /* Deep Black Text */
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
padding: 15px 35px;
border-radius: 4px;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(229, 169, 59, 0.3);
}
.rich-buy-button:hover {
background-color: #ffffff;
color: #05070c;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(229, 169, 59, 0.5);
}
</style>