<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Important Message For Men Over 40</title>
<meta name="robots" content="noindex, nofollow">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy: #0d1b2a;
--dark: #111820;
--gold: #c9933a;
--gold-light: #e8b96a;
--cream: #f5efe6;
--cream-dark: #ede4d6;
--text: #2c1e0f;
--muted: #7a6a58;
}
html { scroll-behavior: smooth; }
body {
background-color: var(--cream);
color: var(--text);
font-family: 'Source Serif 4', Georgia, serif;
min-height: 100vh;
overflow-x: hidden;
}
/* --- TOP BAR --- */
.topbar {
background: var(--navy);
color: #fff;
text-align: center;
font-size: 0.78rem;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 9px 16px;
font-family: 'Source Serif 4', serif;
}
.topbar span { color: var(--gold-light); font-weight: 600; }
/* --- HERO SECTION --- */
.hero {
background: var(--dark);
position: relative;
overflow: hidden;
padding: 60px 20px 52px;
text-align: center;
}
.hero::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,147,58,0.18) 0%, transparent 70%),
radial-gradient(ellipse 60% 80% at 80% 100%, rgba(13,27,42,0.8) 0%, transparent 60%);
pointer-events: none;
}
.hero-tag {
display: inline-block;
background: var(--gold);
color: #fff;
font-size: 0.7rem;
letter-spacing: 0.18em;
text-transform: uppercase;
font-weight: 600;
padding: 5px 14px;
border-radius: 2px;
margin-bottom: 22px;
font-family: 'Source Serif 4', serif;
opacity: 0;
animation: fadeUp 0.6s 0.2s ease forwards;
}
.hero h1 {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(1.9rem, 5vw, 3.1rem);
font-weight: 900;
color: #fff;
line-height: 1.18;
max-width: 720px;
margin: 0 auto 18px;
opacity: 0;
animation: fadeUp 0.7s 0.4s ease forwards;
}
.hero h1 em {
font-style: italic;
color: var(--gold-light);
}
.hero-sub {
color: #b8c4d0;
font-size: clamp(1rem, 2.4vw, 1.15rem);
max-width: 560px;
margin: 0 auto 36px;
line-height: 1.7;
font-weight: 300;
opacity: 0;
animation: fadeUp 0.7s 0.6s ease forwards;
}
/* --- PROGRESS / LOADING AREA --- */
.loading-card {
background: rgba(255,255,255,0.06);
border: 1px solid rgba(201,147,58,0.25);
border-radius: 10px;
max-width: 480px;
margin: 0 auto;
padding: 28px 28px 22px;
opacity: 0;
animation: fadeUp 0.7s 0.85s ease forwards;
}
.loading-label {
color: #c4cfd8;
font-size: 0.82rem;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 12px;
font-family: 'Source Serif 4', serif;
}
.progress-bar {
background: rgba(255,255,255,0.1);
border-radius: 100px;
height: 7px;
overflow: hidden;
margin-bottom: 10px;
}
.progress-fill {
height: 100%;
border-radius: 100px;
background: linear-gradient(90deg, var(--gold), var(--gold-light));
width: 0%;
transition: width 0.4s ease;
}
.progress-status {
color: var(--gold-light);
font-size: 0.78rem;
text-align: right;
letter-spacing: 0.04em;
min-height: 18px;
}
.redirect-msg {
color: #8a9aaa;
font-size: 0.8rem;
margin-top: 14px;
line-height: 1.5;
}
/* --- TRUST STRIP --- */
.trust-strip {
padding: 30px 20px;
text-align: center;
background: var(--cream-dark);
border-top: 1px solid rgba(0,0,0,0.07);
border-bottom: 1px solid rgba(0,0,0,0.07);
}
.trust-items {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 28px 48px;
max-width: 700px;
margin: 0 auto;
}
.trust-item {
display: flex;
align-items: center;
gap: 9px;
font-size: 0.88rem;
color: var(--muted);
font-weight: 400;
}
.trust-icon {
width: 32px;
height: 32px;
background: var(--gold);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.trust-icon svg {
width: 16px;
height: 16px;
fill: #fff;
}
/* --- CONTENT SECTION --- */
.content {
max-width: 680px;
margin: 0 auto;
padding: 52px 24px 20px;
}
.section-label {
font-size: 0.72rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--gold);
font-weight: 600;
margin-bottom: 10px;
font-family: 'Source Serif 4', serif;
}
.content h2 {
font-family: 'Playfair Display', serif;
font-size: clamp(1.5rem, 4vw, 2.1rem);
font-weight: 700;
line-height: 1.25;
color: var(--navy);
margin-bottom: 20px;
}
.content p {
font-size: 1.05rem;
line-height: 1.82;
color: #3d2f20;
margin-bottom: 18px;
font-weight: 300;
}
.content p strong {
color: var(--text);
font-weight: 600;
}
.highlight-box {
background: var(--navy);
color: #fff;
border-left: 4px solid var(--gold);
border-radius: 0 8px 8px 0;
padding: 20px 24px;
margin: 30px 0;
font-size: 1.05rem;
line-height: 1.7;
font-style: italic;
font-weight: 300;
}
.highlight-box strong {
color: var(--gold-light);
font-style: normal;
font-weight: 600;
}
/* --- SYMPTOMS LIST --- */
.symptoms {
background: #fff;
border: 1px solid rgba(0,0,0,0.08);
border-radius: 10px;
padding: 24px 28px;
margin: 28px 0;
}
.symptoms-title {
font-family: 'Playfair Display', serif;
font-size: 1.05rem;
font-weight: 700;
color: var(--navy);
margin-bottom: 16px;
}
.symptom-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 8px 0;
border-bottom: 1px solid rgba(0,0,0,0.05);
font-size: 0.97rem;
color: #3d2f20;
line-height: 1.5;
}
.symptom-item:last-child { border-bottom: none; }
.symptom-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--gold);
flex-shrink: 0;
margin-top: 7px;
}
/* --- CTA BUTTON --- */
.cta-section {
text-align: center;
padding: 40px 24px 56px;
max-width: 600px;
margin: 0 auto;
}
.cta-above {
font-size: 0.85rem;
color: var(--muted);
margin-bottom: 16px;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.cta-btn {
display: inline-block;
background: linear-gradient(135deg, #c9933a 0%, #e8b96a 50%, #c9933a 100%);
background-size: 200% 200%;
color: #fff;
font-family: 'Playfair Display', serif;
font-size: 1.18rem;
font-weight: 700;
padding: 18px 44px;
border-radius: 6px;
text-decoration: none;
letter-spacing: 0.02em;
box-shadow: 0 8px 30px rgba(201,147,58,0.4);
border: none;
cursor: pointer;
transition: all 0.3s ease;
animation: shimmer 3s 2s infinite ease;
}
.cta-btn:hover {
transform: translateY(-2px);
box-shadow: 0 12px 40px rgba(201,147,58,0.55);
}
.cta-below {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-top: 16px;
flex-wrap: wrap;
}
.cta-micro {
font-size: 0.78rem;
color: var(--muted);
display: flex;
align-items: center;
gap: 5px;
}
.cta-micro svg {
width: 13px;
height: 13px;
fill: var(--gold);
}
/* --- DISCLAIMER --- */
.disclaimer {
background: var(--cream-dark);
border-top: 1px solid rgba(0,0,0,0.07);
padding: 24px 24px 32px;
text-align: center;
}
.disclaimer p {
font-size: 0.72rem;
color: #9a8a78;
line-height: 1.7;
max-width: 680px;
margin: 0 auto;
}
/* --- ANIMATIONS --- */
@keyframes fadeUp {
from { opacity: 0; transform: translateY(18px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes shimmer {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* --- RESPONSIVE --- */
@media (max-width: 520px) {
.loading-card { padding: 22px 18px 18px; }
.content { padding: 40px 18px 16px; }
.symptoms { padding: 18px 18px; }
.cta-btn { font-size: 1rem; padding: 16px 28px; }
.trust-items { gap: 18px 28px; }
}
</style>
</head>
<body>
<!-- TOP BAR -->
<div class="topbar">
<span>⚠ Health Alert</span> · Important Information For Men Over 40
</div>
<!-- HERO -->
<section class="hero">
<div class="hero-tag">Men's Health Advisory</div>
<h1>If You Feel Like You <em>Never Fully Empty</em><br>Your Bladder — Read This Now</h1>
<p class="hero-sub">A new 2-minute read is revealing why so many men over 40 struggle with weak flow, constant urgency, and interrupted sleep — and what's finally working.</p>
<!-- LOADING / REDIRECT CARD -->
<div class="loading-card">
<div class="loading-label">🔒 Securing your private access…</div>
<div class="progress-bar">
<div class="progress-fill" id="progressFill"></div>
</div>
<div class="progress-status" id="progressStatus">Connecting…</div>
<div class="redirect-msg">You will be redirected to the full presentation in a moment.<br>Please <strong style="color:#e8b96a;">do not close this page.</strong></div>
</div>
</section>
<!-- TRUST STRIP -->
<div class="trust-strip">
<div class="trust-items">
<div class="trust-item">
<div class="trust-icon">
<svg viewBox="0 0 24 24"><path d="M12 2L3 7v5c0 5.25 3.75 10.15 9 11.35C17.25 22.15 21 17.25 21 12V7L12 2z"/></svg>
</div>
100% Natural Formula
</div>
<div class="trust-item">
<div class="trust-icon">
<svg viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>
</div>
FDA-Registered Facility
</div>
<div class="trust-item">
<div class="trust-icon">
<svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"/></svg>
</div>
60-Day Money Back Guarantee
</div>
<div class="trust-item">
<div class="trust-icon">
<svg viewBox="0 0 24 24"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></svg>
</div>
Trusted by 68,000+ Men
</div>
</div>
</div>
<!-- CONTENT -->
<section class="content">
<div class="section-label">What Urologists Aren't Telling You</div>
<h2>That Weak, Stop-and-Start Stream Isn't "Just Aging" — Here's What's Actually Happening</h2>
<p>If you're over 40 and you've noticed <strong>your urine stream feels weaker than it used to</strong>… or you finish in the bathroom but still feel like there's more left… or you find yourself going back 2 minutes later — you're not imagining it.</p>
<div class="highlight-box">
<strong>"I felt like I was standing there forever and nothing came out."</strong> Sound familiar? Millions of American men feel this exact way — and most doctors just tell them to "monitor it."
</div>
<p>What most men don't know is that this feeling — that <strong>frustrating sense of never being fully empty</strong> — is a classic early sign that the prostate is beginning to press against the urethra. And it typically gets worse over time if nothing changes.</p>
<div class="symptoms">
<div class="symptoms-title">Are You Experiencing Any of These?</div>
<div class="symptom-item"><div class="symptom-dot"></div>Weak or thin urine stream compared to years ago</div>
<div class="symptom-item"><div class="symptom-dot"></div>Feeling like your bladder never fully empties</div>
<div class="symptom-item"><div class="symptom-dot"></div>Waking up 2–4 times per night to use the bathroom</div>
<div class="symptom-item"><div class="symptom-dot"></div>Sudden urgency — needing to go <em>right now</em></div>
<div class="symptom-item"><div class="symptom-dot"></div>Straining or needing to push to start urinating</div>
<div class="symptom-item"><div class="symptom-dot"></div>Dribbling after you think you're done</div>
</div>
<p>If even <strong>2 or 3 of those</strong> hit home, the next page has something very important for you to see. A growing number of men in the US, Canada, UK and Australia are using a specific combination of natural botanicals to finally <strong>support healthy prostate size and restore normal urinary flow</strong> — without prescriptions or invasive procedures.</p>
<p>The presentation on the next page explains exactly how it works, the science behind each ingredient, and why doctors at FDA-registered facilities are standing behind this approach. It only takes a few minutes to read, and it may genuinely change how you feel day-to-day.</p>
</section>
<!-- CTA -->
<div class="cta-section">
<div class="cta-above">Your private access is ready</div>
<a href="https://f70859xck-ymnw7g2gxdkd1r4c.hop.clickbank.net/?&traffic_source=google&traffic_type=ads&campaign=Firstcampaign" class="cta-btn" id="mainCTA">
Show Me The Solution →
</a>
<div class="cta-below">
<div class="cta-micro">
<svg viewBox="0 0 24 24"><path d="M12 2L3 7v5c0 5.25 3.75 10.15 9 11.35C17.25 22.15 21 17.25 21 12V7L12 2z"/></svg>
Secure & Private
</div>
<div class="cta-micro">
<svg viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>
60-Day Guarantee
</div>
<div class="cta-micro">
<svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg>
No obligation
</div>
</div>
</div>
<!-- DISCLAIMER -->
<div class="disclaimer">
<p>This page contains affiliate links. The author may receive compensation if you purchase a product through these links. Results featured are not typical. Individual results will vary. These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. Always consult your physician before starting any supplement program. ClickBank is the retailer of this product. CLICKBANK® is a registered trademark of Click Sales, Inc.</p>
</div>
<script>
// ── AFFILIATE COOKIE (ClickBank hop link fires on page load to plant cookie)
// The hop link itself sets the affiliate cookie when visited.
// We pre-fire it silently via a 1px image request so the cookie is set
// even if the user never clicks the button.
(function() {
var cookieFire = new Image();
cookieFire.src = "https://f70859xck-ymnw7g2gxdkd1r4c.hop.clickbank.net/?&traffic_source=google&traffic_type=ads&campaign=Firstcampaign&noscript=1";
})();
// ── PROGRESS BAR ANIMATION
var fill = document.getElementById('progressFill');
var status = document.getElementById('progressStatus');
var steps = [
{ pct: 25, label: 'Verifying access…', delay: 500 },
{ pct: 55, label: 'Loading your content…', delay: 1400 },
{ pct: 80, label: 'Almost ready…', delay: 2400 },
{ pct: 100, label: '✓ Access granted — scroll to continue', delay: 3200 }
];
steps.forEach(function(s) {
setTimeout(function() {
fill.style.width = s.pct + '%';
status.textContent = s.label;
}, s.delay);
});
// ── AUTO-REDIRECT after 12s (optional — comment out if you want manual click only)
// setTimeout(function() {
// window.location.href = "https://f70859xck-ymnw7g2gxdkd1r4c.hop.clickbank.net/?&traffic_source=google&traffic_type=ads&campaign=Firstcampaign";
// }, 12000);
</script>
</body>
</html>
Categoria: Uncategorized
-
Teste protoflow
-
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!