Information

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>The Persuasion Masterclass - Your Click Funnel</title> <!-- Load Tailwind CSS --> <script src="https://cdn.tailwindcss.com"></script> <style> /* Custom styles for a powerful, high-conversion look */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); body { font-family: 'Inter', sans-serif; background-color: #f7f7f7; scroll-behavior: smooth; }
/* Hero section gradient for visual appeal */ .hero-bg { background: linear-gradient(180deg, #1f2937 0%, #111827 100%); }
/* CTA button styling */ .cta-button { transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 165, 0, 0.4); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 165, 0, 0.6); background-color: #fb923c; /* Orange-400 */ }
/* Simple placeholder for a video/image hero */ .video-placeholder { min-height: 250px; background-color: #0d121c; display: flex; align-items: center; justify-content: center; color: #9ca3af; font-style: italic; } </style></head><body>
<div id="app" class="min-h-screen"> <!-- HEADER / NAVIGATION (Minimal to Zero Distraction) --> <header class="bg-white/90 sticky top-0 z-10 shadow-md"> <div class="max-w-7xl mx-auto px-4 py-3 flex justify-between items-center"> <span class="text-xl font-extrabold text-gray-900 tracking-tight"> The Influence Code </span> <a href="#cta-section" class="text-sm font-semibold text-orange-600 hover:text-orange-700 transition duration-150"> Get Access </a> </div> </header>
<!-- 1. HERO SECTION & CORE HEADLINE (Hook & Problem) --> <section class="hero-bg py-16 md:py-24 text-white"> <div class="max-w-4xl mx-auto px-4 text-center"> <h1 class="text-3xl sm:text-5xl md:text-6xl font-extrabold leading-tight mb-4"> Stop Wishing For <span class="text-orange-400">"Yes."</span> Start <span class="text-orange-400">COMMANDING</span> It. </h1> <p class="text-xl sm:text-2xl text-gray-300 font-light mb-8 max-w-2xl mx-auto"> Unlock the hidden psychology that controls decisions and effortlessly persuade anyone, in any situation, without being manipulative or aggressive. </p>
<!-- Video Placeholder --> <div class="video-placeholder rounded-xl shadow-2xl mb-12 border-4 border-orange-400/50"> <!-- CRITICAL FUNNEL ELEMENT: Replace this with your Video Sales Letter (VSL) or a compelling product demo image/mockup. A VSL typically converts highest. --> <p class="text-lg">Your Compelling VSL Video Goes Here (YouTube Embed or Custom Player)</p> </div> <a href="#cta-section" class="w-full sm:w-auto inline-block bg-orange-500 text-white text-2xl font-bold px-10 py-4 rounded-xl cta-button"> I Want The Persuasion Secrets Now! </a> <p class="mt-3 text-sm text-gray-400">Risk-Free 60-Day Money-Back Guarantee</p> </div> </section> <!-- 2. PAIN POINTS / SOLUTION --> <section class="py-16 bg-white"> <div class="max-w-5xl mx-auto px-4"> <h2 class="text-3xl md:text-4xl font-bold text-center mb-12 text-gray-900"> Are You Still Losing Out Because You Don't Have The Words? </h2> <div class="grid md:grid-cols-3 gap-8 text-center"> <div class="p-6 bg-red-50 rounded-xl shadow-lg border border-red-200"> <svg class="w-10 h-10 mx-auto mb-4 text-red-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg> <h3 class="text-xl font-semibold mb-2 text-gray-800">Missed Sales</h3> <p class="text-gray-600">The feeling of walking away from a negotiation empty-handed, knowing you said the wrong thing.</p> </div> <div class="p-6 bg-blue-50 rounded-xl shadow-lg border border-blue-200"> <svg class="w-10 h-10 mx-auto mb-4 text-blue-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636"></path></svg> <h3 class="text-xl font-semibold mb-2 text-gray-800">Social Anxiety</h3> <p class="text-gray-600">You struggle to articulate your value, leading to people overlooking your expertise and ideas.</p> </div> <div class="p-6 bg-green-50 rounded-xl shadow-lg border border-green-200"> <svg class="w-10 h-10 mx-auto mb-4 text-green-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"></path></svg> <h3 class="text-xl font-semibold mb-2 text-gray-800">Lack of Direction</h3> <p class="text-gray-600">Wasting time on outdated communication techniques that just leave you sounding needy and weak.</p> </div> </div> </div> </section>
<!-- 3. INTRODUCING THE OFFER (The Solution) --> <section class="py-16 bg-gray-50 border-t border-b border-gray-200"> <div class="max-w-4xl mx-auto px-4 text-center"> <span class="inline-block bg-orange-100 text-orange-600 text-sm font-semibold px-4 py-1 rounded-full mb-3"> FINALLY AVAILABLE </span> <h2 class="text-3xl md:text-4xl font-extrabold text-gray-900 mb-6"> Introducing The <span class="text-orange-600">Ultimate Persuasion Masterclass</span> </h2> <p class="text-xl text-gray-700 mb-8"> This 7-module video course reveals the psychological triggers used by top CEOs, master copywriters, **hypnotists**, and elite negotiators to get <strong>exactly what they want, every time.</strong> </p> <!-- Key Features --> <ul class="space-y-4 text-left max-w-xl mx-auto mb-12"> <li class="flex items-start"> <span class="text-green-500 mr-3 text-2xl font-bold">&check;</span> <p class="text-lg text-gray-800"><strong>Module 1: The Trust Blueprint:</strong> How to build instant, unshakeable rapport, even with total strangers.</p> </li> <li class="flex items-start"> <span class="text-green-500 mr-3 text-2xl font-bold">&check;</span> <p class="text-lg text-gray-800"><strong>Module 3: Scarcity & Urgency:</strong> The simple phrase change that makes people feel compelled to buy *now*.</p> </li> <li class="flex items-start"> <span class="text-green-500 mr-3 text-2xl font-bold">&check;</span> <p class="text-lg text-gray-800"><strong>Module 5: Negotiation Secrets:</strong> The "Reverse Anchor" technique that guarantees you get the higher price.</p> </li> <li class="flex items-start"> <span class="text-green-500 mr-3 text-2xl font-bold">&check;</span> <p class="text-lg text-gray-800"><strong>BONUS: The 10 Copy-and-Paste Scripts</strong> for high-stakes conversations (pitching, asking for a raise, closing sales).</p> </li> </ul> </div> </section>
<!-- 4. SOCIAL PROOF (Testimonials) --> <section class="py-16 bg-gray-900 text-white"> <div class="max-w-6xl mx-auto px-4"> <h2 class="text-3xl font-extrabold text-center mb-12 text-orange-400"> Proven Results. Real People. </h2> <div class="grid md:grid-cols-3 gap-8"> <div class="p-6 bg-gray-800 rounded-xl shadow-2xl"> <p class="text-xl italic mb-4">"I used the 'Reciprocity Loop' script and instantly closed a client I'd been chasing for months. My income jumped 25% this quarter. Unbelievable."</p> <p class="font-semibold text-orange-300">— Patricia O., Consultant</p> </div> <div class="p-6 bg-gray-800 rounded-xl shadow-2xl"> <p class="text-xl italic mb-4">"I thought I was 'good' at speaking, but this course showed me how to structure an argument so it’s impossible to ignore. Confidence level 10/10."</p> <p class="font-semibold text-orange-300">— James M., Team Lead</p> </div> <div class="p-6 bg-gray-800 rounded-xl shadow-2xl"> <p class="text-xl italic mb-4">"I finally got the skills I needed to get this chick that has been turning me down for years to go on a date with me."</p> <p class="font-semibold text-orange-300">— Alfredo O., Startup Founder</p> </div> </div> </div> </section>
<!-- 5. FAQ / OBJECTION HANDLING --> <section class="py-16 bg-white border-b border-gray-200"> <div class="max-w-4xl mx-auto px-4"> <h2 class="text-3xl font-extrabold text-center text-gray-900 mb-10"> Got Questions? We Have Answers. </h2> <div class="space-y-6"> <!-- FAQ Item 1 --> <div class="border border-gray-200 rounded-lg overflow-hidden shadow-lg"> <button class="w-full p-4 text-left font-semibold text-lg flex justify-between items-center bg-gray-50 hover:bg-gray-100 transition duration-150" onclick="toggleFaq('faq1')"> <span>Q: What if I'm not a salesperson? Will this still help me?</span> <span id="faq1-icon" class="text-xl transform rotate-0 transition duration-300">+</span> </button> <div id="faq1-content" class="px-4 pt-0 overflow-hidden max-h-0 transition-all duration-500 ease-in-out"> <p class="py-4 text-gray-700">A: Absolutely. Persuasion is about communication, not just sales. This masterclass is for anyone who needs to get ideas approved, manage a team, ask for a raise, or navigate difficult personal conversations. The psychological principles apply everywhere people make decisions.</p> </div> </div> <!-- FAQ Item 2 --> <div class="border border-gray-200 rounded-lg overflow-hidden shadow-lg"> <button class="w-full p-4 text-left font-semibold text-lg flex justify-between items-center bg-gray-50 hover:bg-gray-100 transition duration-150" onclick="toggleFaq('faq2')"> <span>Q: How long do I have access to the course?</span> <span id="faq2-icon" class="text-xl transform rotate-0 transition duration-300">+</span> </button> <div id="faq2-content" class="px-4 pt-0 overflow-hidden max-h-0 transition-all duration-500 ease-in-out"> <p class="py-4 text-gray-700">A: When you enroll today for the special price of $47, you get **lifetime access** to all 7 modules, including all future updates and the 10 Copy-and-Paste Scripts bonus. Watch at your own pace, forever.</p> </div> </div> <!-- FAQ Item 3 (The Guarantee) --> <div class="border border-orange-500 border-2 rounded-lg overflow-hidden shadow-xl"> <button class="w-full p-4 text-left font-bold text-lg flex justify-between items-center bg-orange-50 hover:bg-orange-100 transition duration-150" onclick="toggleFaq('faq3')"> <span>Q: What is the refund policy? Is this risk-free?</span> <span id="faq3-icon" class="text-xl transform rotate-0 transition duration-300 text-orange-600">+</span> </button> <div id="faq3-content" class="px-4 pt-0 overflow-hidden max-h-0 transition-all duration-500 ease-in-out"> <p class="py-4 text-gray-700">A: It is 100% risk-free. You have a full **60 days** to try the Masterclass. If you don't feel a measurable increase in your ability to influence and persuade others, just email us, and we will issue a complete, no-questions-asked refund. You have nothing to lose but your current struggle.</p> </div> </div>
</div> </div> </section>
<!-- 6. FINAL OFFER & CTA (The money spot!) --> <section id="cta-section" class="py-16 bg-white border-t-8 border-orange-500/80"> <div class="max-w-4xl mx-auto px-4 text-center"> <!-- NEW: URGENCY TIMER --> <div id="countdown-timer" class="mb-6 p-3 bg-red-100 border-2 border-red-500 rounded-lg shadow-inner mx-auto max-w-sm"> <p class="text-xl font-bold text-red-600">LIMITED TIME OFFER ENDS IN:</p> <div id="timer-display" class="text-5xl font-black text-red-700 mt-1"> 00:00 </div> </div> <!-- END: URGENCY TIMER -->
<h2 class="text-3xl sm:text-4xl font-extrabold text-gray-900 mb-4"> Get The Ultimate Persuasion Masterclass <span class="text-red-600 line-through" id="original-price">$297</span> </h2> <p class="text-5xl sm:text-6xl font-black text-orange-600 mb-8" id="discounted-price-block"> <span class="text-3xl align-top font-semibold">$</span>47 <span class="text-base text-gray-500 font-normal block sm:inline-block mt-1 sm:mt-0">(One-Time Payment)</span> </p>
<!-- PayPal Button Area --> <button onclick="redirectToPayPal()" id="cta-buy-button" class="w-full max-w-lg bg-red-600 hover:bg-red-700 text-white text-3xl font-black uppercase tracking-wider py-5 rounded-2xl cta-button shadow-red-500/50 mb-4" > Yes! Give Me Instant Access for $47 </button> <img src="https://placehold.co/400x50/ffffff/555?text=Secure+Payment+Powered+by+PayPal" alt="Secure Payment Powered by PayPal" class="mx-auto my-3 rounded-lg shadow-inner"> <p class="text-lg text-gray-700 mt-4 font-semibold"> <svg class="w-6 h-6 inline-block mr-2 text-green-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.103a2.007 2.007 0 00-1.516-.603H3.293a2 2 0 00-1.928 2.378l1.491 6.644A2 2 0 004.891 19h14.218a2 2 0 001.99-2.378l1.49-6.644a2.007 2.007 0 00-.603-1.516z"></path></svg> 60-Day, No-Questions-Asked, 100% Money-Back Guarantee. Zero Risk. </p> </div> </section>
<!-- FOOTER --> <footer class="bg-gray-900 py-6 text-center text-sm text-gray-500"> <div class="max-w-7xl mx-auto px-4"> &copy; <span id="year"></span> The Ultimate Persuasion Masterclass. All Rights Reserved. <p class="mt-2"> <a href="#" class="text-gray-400 hover:text-white mx-2">Terms</a> | <a href="#" class="text-gray-400 hover:text-white mx-2">Privacy</a> | <a href="#" class="text-gray-400 hover:text-white mx-2">Contact</a> </p> <p class="mt-4 text-xs">Disclaimer: PayPal integration is required for actual payment processing. See the script below.</p> </div> </footer> </div>
<!-- JavaScript for Funnel Logic, Countdown Timer, and PayPal Redirection --> <script> document.getElementById('year').textContent = new Date().getFullYear();
// --- FAQ TOGGLE LOGIC --- function toggleFaq(id) { const content = document.getElementById(id + '-content'); const icon = document.getElementById(id + '-icon'); // Toggle the max-height and rotation if (content.classList.contains('max-h-0')) { // Open the FAQ content.classList.remove('max-h-0'); // Set height to scroll height to enable transition (this is a common max-height transition hack) content.style.maxHeight = content.scrollHeight + "px"; icon.classList.add('rotate-45'); // Plus sign turns into an X } else { // Close the FAQ content.style.maxHeight = '0'; // Immediately reset height for smooth close transition content.classList.add('max-h-0'); icon.classList.remove('rotate-45'); } }
// --- COUNTDOWN TIMER LOGIC --- // Define the countdown duration (10 minutes in milliseconds) const COUNTDOWN_DURATION = 10 * 60 * 1000; const TIMER_STORAGE_KEY = 'masterclassCountdownEnd';
// Check localStorage for a persistent end time let endTime = localStorage.getItem(TIMER_STORAGE_KEY);
// If no end time is saved, set a new one 10 minutes from now and save it. // This makes the timer persist across reloads. if (!endTime || parseInt(endTime, 10) < new Date().getTime()) { endTime = new Date().getTime() + COUNTDOWN_DURATION; localStorage.setItem(TIMER_STORAGE_KEY, endTime); } else { endTime = parseInt(endTime, 10); }
function startCountdown() { const timerDisplay = document.getElementById('timer-display'); const ctaButton = document.getElementById('cta-buy-button'); const originalPriceSpan = document.getElementById('original-price'); const discountedPriceBlock = document.getElementById('discounted-price-block');
const updateTimer = () => { const now = new Date().getTime(); const distance = endTime - now;
// Time calculations for minutes and seconds const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Format minutes and seconds to always have two digits const formattedMinutes = String(minutes).padStart(2, '0'); const formattedSeconds = String(seconds).padStart(2, '0');
// Output the result in the element if (timerDisplay) { timerDisplay.innerHTML = `${formattedMinutes}:${formattedSeconds}`; }
// If the countdown is finished if (distance < 0) { clearInterval(countdownInterval); if (timerDisplay) { timerDisplay.innerHTML = "EXPIRED"; } // Revert the price display to full price visually if (originalPriceSpan) { // Remove the strikethrough text from the h2 originalPriceSpan.classList.remove('line-through'); originalPriceSpan.textContent = '$297'; } if (discountedPriceBlock) { // Change the large discounted price to the full price discountedPriceBlock.innerHTML = `<span class="text-3xl align-top font-semibold">$</span>297 <span class="text-base text-gray-500 font-normal block sm:inline-block mt-1 sm:mt-0">(Full Price)</span>`; }
// Disable the button and change text if (ctaButton) { ctaButton.disabled = true; ctaButton.classList.remove('bg-red-600', 'hover:bg-red-700'); ctaButton.classList.add('bg-gray-400'); ctaButton.classList.remove('cta-button'); // Remove hover effects ctaButton.textContent = 'Offer Expired - Price is Now $297'; // Remove the stored end time so a new one can start if the user clears local storage localStorage.removeItem(TIMER_STORAGE_KEY); } } }
// Run the function once immediately to avoid a 1-second delay updateTimer();
// Update the count every 1 second const countdownInterval = setInterval(updateTimer, 1000); }
// Start the timer when the page loads startCountdown();

// --- PAYPAL INTEGRATION FUNCTION ---
/** * CRITICAL: PAYPAL INTEGRATION FUNCTION * * To funnel profits to your PayPal account, you need to create a "Buy Now" button * within your PayPal Business account and get the resulting URL link. * * 1. Go to your PayPal Business Account. * 2. Find the option to create "PayPal Buttons" or "Payment Links." * 3. Set up a $47 product (The Ultimate Persuasion Masterclass). * 4. Select the option to generate a shareable link (often called the 'Email' tab/link). * 5. Replace the placeholder URL in the line below with your actual, live PayPal payment link. * 6. When a user clicks the button, they will be redirected to the secure PayPal checkout page. */ function redirectToPayPal() { const paypalPaymentLink = "YOUR_LIVE_PAYPAL_PAYMENT_LINK_GOES_HERE"; if (paypalPaymentLink === "YOUR_LIVE_PAYPAL_PAYMENT_LINK_GOES_HERE") { // If the user hasn't replaced the link, show a message instead of breaking const message = "Please replace 'YOUR_LIVE_PAYPAL_PAYMENT_LINK_GOES_HERE' in the script with your actual PayPal 'Buy Now' URL to enable purchases. The expected price is $47."; // Using a custom UI element instead of alert() showCustomMessage(message); } else { window.location.href = paypalPaymentLink; } }
// Custom modal message function (since alert() is forbidden) function showCustomMessage(message) { let modal = document.getElementById('custom-modal'); if (!modal) { modal = document.createElement('div'); modal.id = 'custom-modal'; modal.className = 'fixed inset-0 bg-gray-600 bg-opacity-75 flex items-center justify-center z-50 transition-opacity duration-300 opacity-0'; modal.innerHTML = ` <div class="bg-white p-6 rounded-lg shadow-xl max-w-sm mx-auto transform transition-transform duration-300 scale-95"> <h3 class="text-xl font-bold mb-3 text-red-600">Configuration Required</h3> <p class="text-gray-700 mb-4">${message}</p> <button onclick="document.getElementById('custom-modal').classList.add('opacity-0'); setTimeout(() => {document.getElementById('custom-modal').classList.add('hidden')}, 300);" class="bg-orange-500 hover:bg-orange-600 text-white font-semibold py-2 px-4 rounded-lg w-full"> Got It </button> </div> `; document.body.appendChild(modal); } modal.classList.remove('hidden'); setTimeout(() => { modal.classList.remove('opacity-0'); modal.querySelector('div').classList.remove('scale-95'); modal.querySelector('div').classList.add('scale-100'); }, 10); } </script></body></html>

The Persuasion Masterclass - Your Click Funnel
The Influence Code Get Access

Stop Wishing For "Yes." Start COMMANDING It.

Unlock the hidden psychology that controls decisions and effortlessly persuade anyone, in any situation, without being manipulative or aggressive.

Your Compelling VSL Video Goes Here (YouTube Embed or Custom Player)

I Want The Persuasion Secrets Now!

Risk-Free 60-Day Money-Back Guarantee

Are You Still Losing Out Because You Don't Have The Words?

Missed Sales

The feeling of walking away from a negotiation empty-handed, knowing you said the wrong thing.

Social Anxiety

You struggle to articulate your value, leading to people overlooking your expertise and ideas.

Lack of Direction

Wasting time on outdated communication techniques that just leave you sounding needy and weak.

FINALLY AVAILABLE

Introducing The Ultimate Persuasion Masterclass

This 7-module video course reveals the psychological triggers used by top CEOs, master copywriters, **hypnotists**, and elite negotiators to get exactly what they want, every time.

  • &check;

    Module 1: The Trust Blueprint: How to build instant, unshakeable rapport, even with total strangers.

  • &check;

    Module 3: Scarcity & Urgency: The simple phrase change that makes people feel compelled to buy *now*.

  • &check;

    Module 5: Negotiation Secrets: The "Reverse Anchor" technique that guarantees you get the higher price.

  • &check;

    BONUS: The 10 Copy-and-Paste Scripts for high-stakes conversations (pitching, asking for a raise, closing sales).

Proven Results. Real People.

"I used the 'Reciprocity Loop' script and instantly closed a client I'd been chasing for months. My income jumped 25% this quarter. Unbelievable."

— Patricia O., Consultant

"I thought I was 'good' at speaking, but this course showed me how to structure an argument so it’s impossible to ignore. Confidence level 10/10."

— James M., Team Lead

"I finally got the skills I needed to get this chick that has been turning me down for years to go on a date with me."

— Alfredo O., Startup Founder

Got Questions? We Have Answers.

A: Absolutely. Persuasion is about communication, not just sales. This masterclass is for anyone who needs to get ideas approved, manage a team, ask for a raise, or navigate difficult personal conversations. The psychological principles apply everywhere people make decisions.

A: When you enroll today for the special price of $47, you get **lifetime access** to all 7 modules, including all future updates and the 10 Copy-and-Paste Scripts bonus. Watch at your own pace, forever.

A: It is 100% risk-free. You have a full **60 days** to try the Masterclass. If you don't feel a measurable increase in your ability to influence and persuade others, just email us, and we will issue a complete, no-questions-asked refund. You have nothing to lose but your current struggle.

LIMITED TIME OFFER ENDS IN:

00:00

Get The Ultimate Persuasion Masterclass $297

$47 (One-Time Payment)

Secure Payment Powered by PayPal

60-Day, No-Questions-Asked, 100% Money-Back Guarantee. Zero Risk.

© The Ultimate Persuasion Masterclass. All Rights Reserved.

Terms | Privacy | Contact

Disclaimer: PayPal integration is required for actual payment processing. See the script below.

Gemini Generated Image J 2 Hrm 3 J 2 Hrm 3 J 2 Hr Png
Image – 743.9 KB 10 downloads

Information

We pride ourselves on our adaptability and commitment to excellence in every aspect of our service. Explore what we have to offer and how we can contribute to your success.