Welcome to Canhoto Premium
<div style='text-align: center; padding: 60px 20px; font-family: Arial, sans-serif;'>
<h1 style='font-size: 2.5em; color: #8B0000; margin-bottom: 20px;'>🍷 Welcome to Canhoto Premium</h1>
<p style='font-size: 1.3em; margin-bottom: 30px; color: #333;'>Garrafeira Canhoto has evolved!</p>
<p style='font-size: 1.1em; margin-bottom: 40px; color: #666;'>Discover our new premium experience in fine and collectible wines.</p>
<a href='https://www.canhotopremium.com' style='display: inline-block; background-color: #8B0000; color: white; padding: 15px 40px; text-decoration: none; font-size: 1.2em; border-radius: 5px; font-weight: bold;'>Visit Canhoto Premium →</a>
<p style='margin-top: 40px; font-size: 0.9em; color: #999;'>You will be automatically redirected in <span id='countdown'>5</span> seconds...</p>
</div>
<script>
var count = 5;
var countdown = setInterval(function() {
count--;
document.getElementById('countdown').textContent = count;
if (count <= 0) {
clearInterval(countdown);
window.location.href = 'https://www.canhotopremium.com';
}
}, 1000);
</script>