.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b5aeb33:#EDF4FA;--e-global-color-c58817e:#132238;--e-global-color-5420d44:#267bb3;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#43BFD9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Montserrat";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Montserrat";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"Montserrat";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"Open Sans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"Open Sans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"Open Sans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Montserrat:wght@600;700;800&display=swap" rel="stylesheet">

<style>
    /* 1. CONFIGURAÇÕES GLOBAIS E RESETS PARA CONTRUTORES */
    .mpn-site-wrapper {
        font-family: 'Inter', sans-serif;
        background-color: #FFFFFF;
        color: #333333;
        width: 100%;
        box-sizing: border-box;
    }

    /* 2. ESTILOS DO HEADER (CABEÇALHO STICKY COM SEU TRUQUE FULL-WIDTH) */
    .mpn-premium-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99999;
        background-color: #001F3F; /* Deep Navy Blue */
        height: 80px;
        width: 100vw; 
        margin-left: calc(-50vw + 50%); 
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        box-sizing: border-box;
        padding: 0 30px;
        font-family: 'Montserrat', sans-serif;
    }

    .header-restriction-container {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .brand-logo-zone a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: -0.5px;
        text-transform: uppercase;
    }

    .navigation-links-zone ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 30px;
    }

    .navigation-links-zone a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        transition: color 0.2s;
    }

    .navigation-links-zone a:hover {
        color: #FF6B00; /* Vibrant Orange */
    }

    /* 3. ESTILOS DO CORPO DA PÁGINA (HERO & BENEFÍCIOS) */
    .hero-section {
        background-color: #001F3F;
        color: #FFFFFF;
        padding: 60px 20px;
        text-align: center;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        box-sizing: border-box;
    }

    .hero-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .hero-container h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 42px;
        font-weight: 800;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 20px;
        color: #FFFFFF;
    }

    .hero-container h1 span {
        color: #FF6B00;
    }

    .hero-container p {
        font-size: 18px;
        color: #BACAD6;
        margin-bottom: 40px;
        line-height: 1.5;
    }

    .vsl-box {
        width: 100%;
        max-width: 768px;
        aspect-ratio: 16 / 9;
        background-color: #0A192F;
        margin: 0 auto 40px auto;
        border: 3px solid #FF6B00;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }

    .vsl-play-btn {
        width: 80px;
        height: 80px;
        background-color: #FF6B00;
        border-radius: 50%;
        position: relative;
        transition: transform 0.2s ease;
    }

    .vsl-play-btn::after {
        content: '';
        position: absolute;
        top: 26px;
        left: 32px;
        border-style: solid;
        border-width: 14px 0 14px 22px;
        border-color: transparent transparent transparent #FFFFFF;
    }

    .vsl-box:hover .vsl-play-btn {
        transform: scale(1.1);
    }

    .cta-button {
        display: inline-block;
        background-color: #FF6B00;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        font-weight: 700;
        text-decoration: none;
        padding: 18px 45px;
        border-radius: 50px;
        box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
        transition: transform 0.2s ease, background-color 0.2s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cta-button:hover {
        transform: translateY(-3px);
        background-color: #E05E00;
    }

    .benefits-section {
        padding: 80px 20px;
        background-color: #FFFFFF;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        box-sizing: border-box;
    }

    .benefits-container {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .benefits-container h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        color: #001F3F;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .benefits-grid {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .benefit-card {
        flex: 1;
        min-width: 280px;
        background: #F4F7FA;
        padding: 30px;
        border-radius: 8px;
        box-sizing: border-box;
        border-left: 4px solid #001F3F;
        text-align: left;
    }

    .benefit-card h3 {
        font-family: 'Montserrat', sans-serif;
        color: #001F3F;
        margin-top: 0;
        font-size: 20px;
    }

    .benefit-card p {
        font-size: 15px;
        line-height: 1.6;
        color: #4A5568;
    }

    /* 4. ESTILOS DO FOOTER DE COMPLIANCE (TAMBÉM COM FORÇA TOTAL FULL-WIDTH) */
    .mpn-premium-footer {
        background-color: #0A192F;
        color: #FFFFFF;
        padding: 40px 20px;
        text-align: center;
        box-sizing: border-box;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        border-top: 4px solid #FF6B00;
    }

    .footer-restriction-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .footer-links-zone {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-links-zone ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px 30px;
    }

    .footer-links-zone a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        transition: color 0.2s ease;
    }

    .footer-links-zone a:hover {
        color: #FF6B00;
    }

    .footer-compliance-text {
        font-size: 12px;
        color: #CCD6F6;
        line-height: 1.6;
        text-align: justify;
        margin-bottom: 25px;
    }

    .footer-compliance-text p {
        margin: 0 0 15px 0;
    }

    .footer-copyright {
        font-size: 13px;
        color: #FF6B00;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    /* RESPONSIVIDADE DE TODO O CONJUNTO */
    @media (max-width: 768px) {
        .mpn-premium-header {
            height: auto;
            padding: 15px 20px;
        }
        .header-restriction-container {
            flex-direction: column;
            gap: 15px;
        }
        .navigation-links-zone ul {
            gap: 15px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .hero-container h1 {
            font-size: 30px;
        }
        .hero-container p {
            font-size: 15px;
        }
        .cta-button {
            font-size: 18px;
            padding: 15px 30px;
            width: 100%;
            box-sizing: border-box;
        }
        .benefits-grid {
            flex-direction: column;
        }
    }
</style>

<div class="mpn-site-wrapper">

    <header class="mpn-premium-header">
        <div class="header-restriction-container">
            <div class="brand-logo-zone">
                <a href="/">MAN POWER NATURALS</a>
            </div>
            <nav class="navigation-links-zone">
                <ul>
                    <li><a href="/">Home</a></li>
                    <li><a href="/products">Products</a></li>
                    <li><a href="/blog">Blog</a></li>
                    <li><a href="/about">About</a></li>
                    <li><a href="/contact">Contact</a></li>
                </ul>
            </nav>
        </div>
    </header>

    <section class="hero-section">
        <div class="hero-container">
            <h1>A Simple Coffee Loophole To <span>Awaken Male Metabolism</span> After 30</h1>
            <p>Watch this urgent presentation to discover how thousands of American men are dissolving stubborn fat naturally every morning without changing their routine.</p>
            
            <a href="SEU_LINK_DO_CLICKBANK_AQUI" target="_blank" style="text-decoration: none; display: block;">
                <div class="vsl-box">
                    <div class="vsl-play-btn"></div>
                </div>
            </a>

            <a href="SEU_LINK_DO_CLICKBANK_AQUI" target="_blank" class="cta-button">Watch Free Presentation</a>
        </div>
    </section>

    <section class="benefits-section">
        <div class="benefits-container">
            <h2>Why Java Burn Is Essential For Men Over 30</h2>
            <div class="benefits-grid">
                <div class="benefit-card">
                    <h3>100% Natural Formula</h3>
                    <p>Combined with coffee, it instantly electrifies your metabolism, maintaining high fat-burning efficiency all day long.</p>
                </div>
                <div class="benefit-card">
                    <h3>Scientific Focus</h3>
                    <p>Targets the core root cause of slowed metabolic rate in aging men, restoring vibrant, youthful energy levels.</p>
                </div>
                <div class="benefit-card">
                    <h3>Zero Lifestyle Change</h3>
                    <p>Completely tasteless and dissolves instantly in your favorite morning coffee. No strict diets required.</p>
                </div>
            </div>
            <a href="SEU_LINK_DO_CLICKBANK_AQUI" target="_blank" class="cta-button">Get Started Now</a>
        </div>
    </section>

    <footer class="mpn-premium-footer">
        <div class="footer-restriction-container">
            
            <div class="footer-links-zone">
                <ul>
                    <li><a href="/">Home</a></li>
                    <li><a href="/products">Products</a></li>
                    <li><a href="/blog">Blog</a></li>
                    <li><a href="/about">About</a></li>
                    <li><a href="/contact">Contact</a></li>
                    <li><a href="/privacy-policy">Privacy Policy</a></li>
                    <li><a href="/disclaimer">Disclaimer</a></li>
                    <li><a href="/terms-of-service">Terms of Service</a></li>
                </ul>
            </div>

            <div class="footer-compliance-text">
                <p><strong>ClickBank Disclaimer:</strong> ClickBank is the retailer of products on this site. CLICKBANK® is a registered trademark of Click Sales, Inc., a Delaware corporation located at 1444 S. Entertainment Ave., Suite 410 Boise, ID 83709, USA and used by permission. ClickBank's role as retailer does not constitute an endorsement, approval or review of these products or any claim, statement or opinion used in promotion of these products.</p>
                <p><strong>FDA Disclaimer:</strong> The statements made have not been evaluated by the Food and Drug Administration. The efficacy of these products has not been confirmed by FDA-approved research. These products are not intended to diagnose, treat, cure or prevent any disease. All information presented here is not meant as a substitute for or alternative to information from healthcare practitioners. Please consult your healthcare professional about potential interactions or other possible complications before using any product.</p>
            </div>

            <div class="footer-copyright">
                &copy; 2026 Man Power Naturals. All rights reserved.
            </div>

        </div>
    </footer>

</div>/* End custom CSS */