<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Filter Bounce - Email Verification That Actually Works</title>

    <!-- Preconnect to critical domains -->
    <link rel="preconnect" href="https://cdn.tailwindcss.com">
    <link rel="preconnect" href="https://cdnjs.cloudflare.com">
    <link rel="preconnect" href="https://unpkg.com">
    <link rel="preconnect" href="https://filterbounce.com">
    <link rel="preconnect" href="https://placehold.co">
    <link rel="preconnect" href="https://www.youtube.com">

    <!-- Meta data -->
    <meta name="author" content="Filter Bounce">
    <meta name="description" content="Realtime Email Verification and Validation service to maintain top notch email reputation and better email delivery." />
    <meta property="og:title" content="Filter Bounce - Email Verification"/>
    <meta property="og:url" content="https://filterbounce.com"/>
    <meta property="og:description" content="Realtime Email Verification and Validation service to maintain top notch email reputation and better email delivery." />
    <meta property="og:image" content="/img/filterbounce-wide-og-image.jpg">
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Filter Bounce">

    <meta property="twitter:card" content="summary_large_image" />
    <meta property="twitter:site" content="@fresentllc" />
    <meta property="twitter:title" content="Filter Bounce - Email Verification" />
    <meta property="twitter:description" content="Realtime Email Verification and Validation service to maintain top notch email reputation and better email delivery." />
    <meta property="twitter:image" content="/img/filterbounce-wide-og-image.jpg" />


    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">

    <!-- Font display optimization -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <!-- Critical CSS inline (if any) -->
    <style>
        /* Critical CSS for above-the-fold content */
        body {
            display: block;
            min-height: 100vh;
            margin: 0;
        }
    </style>

    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://filterbounce.com/homepage/css/styles.css">
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        primary: '#1E88E5', // Cyan Blue (logo color)
                        secondary: '#000000', // Black (logo color)
                        trustBlue: '#1E88E5', // Trust blue
                        accent: '#4CAF50',  // Success Green
                        warning: '#FF9800', // Warning orange
                        light: '#F5F7FA',   // Light background
                        darkGray: '#333333', // Dark gray
                        mediumGray: '#9E9E9E' // Medium gray
                    }
                }
            }
        }
    </script>
    <!-- Add animation libraries -->
    <link
        rel="stylesheet"
        href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
    />
    <script src="https://unpkg.com/aos@next/dist/aos.js" defer></script>
    <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />

    <script type="application/ld+json">{
		"@context": "http://schema.org",
		"@type": "Organization",
		"name": "Filter Bounce",
        "url": "https://filterbounce.com",
		"logo": "https://filterbounce.com/logo/logo.png",
		"foundingDate": "2022",
		"parentOrganization":{"@type": "Organization", "name":"Fresent", "legalName":"Fresent LLC", "sameAs":"https://fresent.com", "url":"https://fresent.com"}
        }</script>
    <!-- Google Tag Manager -->
    <script>
    // EU/EEA Country Codes (ISO 3166-1 alpha-2)
    const EU_COUNTRY_CODES = [
        'AT', 'BE', 'BG', 'CY', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI',
        'FR', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'MT',
        'NL', 'PL', 'PT', 'RO', 'SE', 'SI', 'SK', 'IS', 'LI', 'NO'
    ];
    // Initialize consent defaults
    // Define dataLayer and the gtag function.
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    // Set EU-specific defaults
    gtag('consent', 'default', {
        'ad_storage': 'denied',
        'ad_user_data': 'denied',
        'ad_personalization': 'denied',
        'analytics_storage': 'denied',
        'regions':EU_COUNTRY_CODES
    });
    // Set default consent for all other regions according to your requirements
    gtag('consent', 'default', {
        'ad_storage': 'granted',
        'ad_user_data': 'granted',
        'ad_personalization': 'granted',
        'analytics_storage': 'granted'
    });
</script>
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
                new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://tag.filterbounce.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
        })(window,document,'script','dataLayer','GTM-W6BG2KTB');</script>
    <!-- Cookie Consent Banner -->
<div id="cookie-banner" class="cookie-banner">
    <div class="cookie-content">
        <p>We use cookies to enhance your experience. By continuing to visit this site, you agree to our use of cookies.</p>
        <div class="cookie-buttons">
            <button id="accept-cookies" class="cookie-btn text-white bg-website-primary-color border-website-primary-color border hover:border-website-primary-color hover:text-website-primary-color hover:bg-black rounded-md">Accept</button>
            <button id="deny-cookies" class="cookie-btn border-2 border-white border-solid hover:border-website-primary-color hover:text-website-primary-color rounded-md">Deny</button>
        </div>
    </div>
</div>
<!-- Add this modal HTML -->
<div id="redirect-modal" class="redirect-modal bg-black text-white">
    <div class="border-website-primary-color border rounded-md px-6 py-4 text-white text-center w-[400px]">
        <h3 class="mt-0 text-2xl">Cookie Consent Required</h3>
        <p class="py-4">You've denied cookie usage. You will be redirected to our partner site in <span id="countdown" class="font-bold text-website-primary-color">5</span> seconds.</p>
        <button id="cancel-redirect" class="cookie-btn text-white bg-website-primary-color border-website-primary-color border hover:border-website-primary-color hover:text-website-primary-color hover:bg-black rounded-md">Cancel Redirect</button>
    </div>
</div>
<style>
    .cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #1a1a2a;
        color: #ffffff;
        padding: 1rem;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        display: none;
    }

    .cookie-content {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .cookie-content p {
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.4;
        flex: 1;
    }

    .cookie-buttons {
        display: flex;
        gap: 1rem;
    }

    .cookie-btn {
        padding: 0.5rem 1.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    @media (max-width: 768px) {
        .cookie-content {
            flex-direction: column;
            text-align: center;
        }

        .cookie-buttons {
            width: 100%;
            justify-content: center;
        }
    }
    /* Modal Styles */
    .redirect-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        justify-content: center;
        align-items: center;
    }
</style>

<script>
    async function checkEUCountry() {
        try {
            // First check if we already have consent cookie
            if (document.cookie.includes('cookie_consent=')) return false;

            // Get country code (you might want to implement this properly)
            const countryCode = await fetchCountryCode();
            return EU_COUNTRY_CODES.includes(countryCode);
        } catch (error) {
            console.error('Country detection failed:', error);
            return false; // Fail closed (don't show banner)
        }
    }
    // Basic country detection implementation (replace with your actual method)
    async function fetchCountryCode() {
        // Example using ipapi.co (free tier - add your own logic)
        try {
            const response = await fetch('https://ipapi.co/json/');
            const data = await response.json();
            return data.country_code;
        } catch {
            return 'US'; // Fallback country
        }
    }
    document.addEventListener('DOMContentLoaded', async function() {
        const cookieBanner = document.getElementById('cookie-banner');
        const acceptBtn = document.getElementById('accept-cookies');
        const denyBtn = document.getElementById('deny-cookies');
        // Denial handler
        const redirectModal = document.getElementById('redirect-modal');
        const cancelRedirectBtn = document.getElementById('cancel-redirect');
        let countdownTimer;
        let timeoutId;

        // Set cookie with 1 year expiration
        const setConsentCookie = (value) => {
            const date = new Date();
            date.setTime(date.getTime() + (365 * 24 * 60 * 60 * 1000));
            document.cookie = `cookie_consent=${value}; expires=${date.toUTCString()}; path=/; SameSite=Lax`;
        };

        // Check if consent cookie exists
        if (!document.cookie.includes('cookie_consent=')) {
            const isEU = await checkEUCountry();
            if (isEU) {
                cookieBanner.style.display = 'block';
            } else {
                cookieBanner.style.display = 'none';
                setConsentCookie('accepted');
                // Update Google Tag Manager consent
                gtag('consent', 'update', {
                    'analytics_storage': 'granted',
                    'ad_storage': 'granted',
                    'ad_user_data': 'granted',
                    'ad_personalization': 'granted'
                });
            }
        }

        // Accept handler
        acceptBtn.addEventListener('click', () => {
            cookieBanner.style.display = 'none';
            setConsentCookie('accepted');

            // Update Google Tag Manager consent
            gtag('consent', 'update', {
                'analytics_storage': 'granted',
                'ad_storage': 'granted',
                'functionality_storage': 'granted',
                'personalization_storage': 'granted'
            });
        });
        // Warning Cookie Rejected
        const startRedirectCountdown = () => {
            let seconds = 5;
            const countdownElement = document.getElementById('countdown');

            countdownTimer = setInterval(() => {
                seconds--;
                countdownElement.textContent = seconds;
                if (seconds <= 0) {
                    clearInterval(countdownTimer);
                    window.location.href = 'https://fresent.com';
                }
            }, 1000);

            timeoutId = setTimeout(() => {
                window.location.href = 'https://fresent.com';
            }, 5000);
        };

        // Deny handler
        denyBtn.addEventListener('click', () => {
            cookieBanner.style.display = 'none';
            redirectModal.style.display = 'flex';
            startRedirectCountdown();
        });
        cancelRedirectBtn.addEventListener('click', () => {
            // Reset everything
            clearInterval(countdownTimer);
            clearTimeout(timeoutId);
            redirectModal.style.display = 'none';
            cookieBanner.style.display = 'block';
            document.getElementById('countdown').textContent = '5';
        });
    });
</script>
    <!-- End Google Tag Manager -->

</head>
<body class="font-sans bg-light text-darkGray pt-16">
<header class="bg-white shadow-sm fixed top-0 w-full z-50">
    <div class="container mx-auto px-4 py-3 flex justify-between items-center">
        <!-- Logo -->
        <div class="text-2xl font-bold text-primary">
            <a href="https://filterbounce.com" class="text-2xl font-bold text-primary">
                <img src="https://filterbounce.com/logo/logo-dark.png" alt="Filter Bounce Logo" class="w-24" width="96" height="32">
            </a>
        </div>

        <!-- Desktop Navigation -->
        <div class="hidden lg:block flex-grow">
            <nav class="flex justify-center space-x-6">
                <a href="#features" class="hover:text-primary transition">Features</a>
                <a href="#pricing" class="hover:text-primary transition">Pricing</a>
            </nav>
        </div>

        <!-- Desktop Login/CTA -->
        <div class="hidden lg:flex items-center space-x-4">
            <a href="https://filterbounce.com/login" class="hover:text-primary transition">Login</a>
            <a href="https://filterbounce.com/register" class="bg-accent hover:bg-accent/90 text-white px-4 py-2 rounded-lg font-medium transition btn-animate">Start Free Trial</a>
        </div>

        <!-- Mobile/Tablet Navigation -->
        <div class="flex items-center lg:hidden">
            <a href="https://filterbounce.com/register" class="bg-accent hover:bg-accent/90 text-white px-4 py-2 rounded-lg font-medium transition btn-animate mr-4">Start Free Trial</a>
            <button class="focus:outline-none" id="menu-toggle">
                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
                </svg>
            </button>
        </div>
    </div>

    <!-- Mobile/Tablet menu -->
    <div class="lg:hidden hidden bg-white p-4 absolute w-full shadow-md" id="mobile-menu">
        <div class="flex flex-col space-y-3">
            <a href="#features" class="hover:text-primary transition">Features</a>
            <a href="#pricing" class="hover:text-primary transition">Pricing</a>
            <a href="https://filterbounce.com/login" class="hover:text-primary transition">Login</a>
        </div>
    </div>
</header>

<main>
    <!-- Hero Section -->
    <section id="hero" class="py-16 md:py-24 px-4">
        <div class="container mx-auto">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-10 md:mb-0">
                    <h1 class="text-3xl md:text-4xl font-bold leading-tight mb-4">
                                                Clean Your List. Protect Your Sender Reputation.
                    </h1>
                    <p class="text-lg mb-8 text-gray-600">

                                                Eliminate bounces, spam-traps, and dead emails before they damage your campaigns. Premium verification starting at <span class='text-primary whitespace-nowrap'>$0.0005 per email</span>
                    </p>
                    <div class="my-2 h-6 flex flex-row gap-2 items-end">
                        <img class="h-6" src="/homepage/img/people-group.png" alt="Multiple Clients">
                        <svg class="h-5 text-primary" fill="currentColor" width="72" height="12" viewBox="0 0 72 12" xmlns="http://www.w3.org/2000/svg">
                            <g opacity="0.6">
                                <path d="M6.30877 0L8.18811 4.04675L12.6175 4.58359L9.3496 7.62146L10.2078 12L6.30877 9.83075L2.40974 12L3.26794 7.62146L0 4.58359L4.42944 4.04675L6.30877 0Z"></path>
                                <path d="M20.926 0L22.8053 4.04675L27.2347 4.58359L23.9668 7.62146L24.825 12L20.926 9.83075L17.0269 12L17.8851 7.62146L14.6172 4.58359L19.0466 4.04675L20.926 0Z"></path>
                                <path d="M35.5441 0L37.4235 4.04675L41.8529 4.58359L38.585 7.62146L39.4432 12L35.5441 9.83075L31.6451 12L32.5033 7.62146L29.2354 4.58359L33.6648 4.04675L35.5441 0Z"></path>
                                <path d="M50.1613 0L52.0406 4.04675L56.4701 4.58359L53.2021 7.62146L54.0603 12L50.1613 9.83075L46.2623 12L47.1205 7.62146L43.8525 4.58359L48.282 4.04675L50.1613 0Z"></path>
                                <path d="M64.7785 0L66.6578 4.04675L71.0873 4.58359L67.8193 7.62146L68.6775 12L64.7785 9.83075L60.8795 12L61.7377 7.62146L58.4697 4.58359L62.8992 4.04675L64.7785 0Z"></path>
                            </g>
                        </svg>
                        <div class="text-sm text-primary/50 font-semibold">4.7 Rating</div>
                    </div>
                    <div class="flex flex-col sm:flex-row gap-4">
                        <a href="https://filterbounce.com/register" class="bg-accent hover:bg-accent/90 text-white text-center py-3 px-8 rounded-lg font-medium text-lg transition transform hover:scale-105 shadow-lg btn-animate">
                            Start Free Trial
                        </a>
                        <a href="#pricing" class="border-2 border-gray-500 hover:border-primary text-gray-500 hover:text-primary hover:bg-gray-50 text-center py-3 px-8 rounded-lg font-medium text-lg transition btn-animate">
                            Verify Emails Now
                        </a>
                    </div>
                    <div class="mt-4 text-gray-600">
                        <div class="flex items-center gap-1 text-sm">
                            <div class="flex items-center">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                    <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
                                </svg>
                                No credit card required
                            </div>
                            <div class="flex items-center">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                    <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
                                </svg>
                                File Upload
                            </div>
                            <div class="flex items-center">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                    <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
                                </svg>
                                API Integration
                            </div>
                        </div>
                    </div>
                </div>
                <div class="md:w-1/2">
                    <div class="bg-white p-2 rounded-lg shadow-xl animate-float">
                        <img src="https://filterbounce.com/homepage/img/filterbounce-dashboard.jpg" alt="Filter Bounce Dashboard" class="rounded w-full h-auto img-hover-zoom" loading="lazy" width="600" height="400">
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Social Proof Bar -->
    <section class="bg-white py-8 border-y border-gray-200">
        <div class="container mx-auto px-4">
            <div class="text-center mb-6">
                <p class="uppercase tracking-wider text-gray-500 font-semibold">Trusted by companies worldwide</p>
            </div>
            <div class="flex flex-wrap justify-center items-center gap-4 md:gap-16 opacity-70">
                <img src="https://filterbounce.com/homepage/img/logo/juniper-networks-logo.png" alt="Client Logo" class="h-8 social-proof-logo" loading="lazy" width="120" height="40">
                <img src="https://filterbounce.com/homepage/img/logo/vistafolia-logo.png" alt="Client Logo" class="h-8 social-proof-logo" loading="lazy" width="120" height="40">
                <img src="https://filterbounce.com/homepage/img/logo/swarmone-logo.svg" alt="Client Logo" class="h-8 social-proof-logo" loading="lazy" width="120" height="40">
                <img src="https://filterbounce.com/homepage/img/logo/asobu-logo.png" alt="Client Logo" class="h-8 social-proof-logo" loading="lazy" width="120" height="40">
                <img src="https://filterbounce.com/homepage/img//logo/enlyststaffing-logo.png" alt="Client Logo" class="h-8 social-proof-logo" loading="lazy" width="120" height="40">
                <img src="https://filterbounce.com/homepage/img/logo/label-logo.png" alt="Client Logo" class="h-8 social-proof-logo md:hidden" loading="lazy" width="120" height="40">
            </div>
            <div class="text-center mt-6">
                <p class="text-lg font-medium">Millions of emails verified daily with 99.9% accuracy</p>
            </div>
        </div>
    </section>

    <!-- Problem/Agitation Section -->
    <section class="py-16 px-4 bg-white">
        <div class="container mx-auto">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-6">The Hidden Cost <br class="md:hidden"/>of Bad Email Data</h2>
                <p class="text-xl text-warning font-semibold">22% of email databases decay every year</p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
                <div data-aos="fade-right" data-aos-delay="100">
                    <div class="bg-warning/10 p-8 rounded-xl border-l-4 border-warning">
                        <h3 class="text-2xl font-bold mb-6">PROBLEM:</h3>
                        <p class="text-lg mb-6">Every unverified email in your list is a ticking time bomb for your campaigns.</p>

                        <h3 class="text-2xl font-bold mb-6">The Hidden Cost:</h3>
                        <ul class="space-y-4">
                            <li class="flex items-start animate-on-hover">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-warning mr-2 flex-shrink-0 mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
                                </svg>
                                <span><strong>Hard Bounces </strong> → "Reputation Hits"</span>
                            </li>
                            <li class="flex items-start animate-on-hover">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-warning mr-2 flex-shrink-0 mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
                                </svg>
                                <span><strong>Disposable Emails </strong> → "Wasted Spend"</span>
                            </li>
                            <li class="flex items-start animate-on-hover">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-warning mr-2 flex-shrink-0 mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
                                </svg>
                                <span><strong>Spam Traps </strong> → "Blacklist Risk"</span>
                            </li>
                            <li class="flex items-start animate-on-hover">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-warning mr-2 flex-shrink-0 mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
                                </svg>
                                <span><strong>Blocked Campaign </strong> → "$$$,$$$ lost Opportunities"</span>
                            </li>
                        </ul>
                    </div>
                </div>
                <div data-aos="fade-left" data-aos-delay="200">
                    <img src="https://filterbounce.com/homepage/img/email-bounce-impact.jpg" alt="Email Bounce Impact" class="rounded-lg shadow-lg w-full img-hover-zoom" loading="lazy" width="600" height="400">
                    <div class="mt-8 grid grid-cols-2 gap-4">
                        <div class="bg-warning/20 p-4 rounded-lg shadow border-l-4 border-warning animate-on-hover">
                            <h4 class="font-bold text-center">Industry Average Bounce Rate</h4>
                            <p class="text-2xl font-bold text-warning text-center">8.2%</p>
                        </div>
                        <div class="bg-warning/20 p-4 rounded-lg shadow border-l-4 border-warning animate-on-hover">
                            <h4 class="font-bold text-center">Opportunity Lost Per 1,000 Emails</h4>
                            <p class="text-2xl font-bold text-warning text-center">$250-$1000</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Solution/Benefits Section -->
    <section id="features" class="py-16 px-4 bg-light">
        <div class="container mx-auto">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-4 text-darkGray">The Filter Bounce Difference</h2>
                <p class="text-xl text-mediumGray">Accuracy That Others Can't Match</p>
            </div>

            <div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
                <div data-aos="fade-right" data-aos-delay="100">
                    <div class="bg-white p-8 rounded-xl shadow-lg border-t-4 border-primary">
                        <h3 class="text-2xl font-bold mb-6 text-primary">Only Filter Bounce Verifies Even The Hardest Email Providers:</h3>

                        <ul class="space-y-4">
                            <li class="flex items-start">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-accent mr-2 flex-shrink-0 mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                                </svg>
                                <span class="text-lg"><strong>Gmail, AOL, Yahoo & Outlook accounts</strong> with 99.9% accuracy</span>
                            </li>
                            <li class="flex items-start">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-accent mr-2 flex-shrink-0 mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                                </svg>
                                <span class="text-lg"><strong>Spam trap detection</strong> that other tools miss completely</span>
                            </li>
                            <li class="flex items-start">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-accent mr-2 flex-shrink-0 mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                                </svg>
                                <span class="text-lg"><strong>Disposable email identification</strong> in real-time</span>
                            </li>
                            <li class="flex items-start">
                                <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-accent mr-2 flex-shrink-0 mt-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                                </svg>
                                <span class="text-lg"><strong>Typo detection and suggestion</strong> for common email errors</span>
                            </li>
                        </ul>

                        <div class="mt-8 bg-primary/10 p-6 rounded-lg">
                            <h4 class="font-bold text-xl mb-4 text-darkGray">THE RESULT:</h4>
                            <ul class="space-y-3">
                                <li class="flex items-center animate-on-hover">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary mr-2" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
                                    </svg>
                                    <span><strong>Sender reputation protected</strong></span>
                                </li>
                                <li class="flex items-center animate-on-hover">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary mr-2" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
                                    </svg>
                                    <span><strong>Deliverability rates improved</strong> by up to 28%</span>
                                </li>
                                <li class="flex items-center animate-on-hover">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary mr-2" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
                                    </svg>
                                    <span><strong>Marketing budget focused</strong> only on valid prospects</span>
                                </li>
                                <li class="flex items-center animate-on-hover">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary mr-2" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
                                    </svg>
                                    <span><strong>Hard bounces virtually eliminated</strong></span>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div data-aos="fade-left" data-aos-delay="200">
                    <div class="relative">
                        <div class="bg-white rounded-lg shadow-lg overflow-hidden animate-on-hover">
                            <div class="aspect-w-16 aspect-h-9 relative pb-[56.25%]">
                                <iframe
                                    class="absolute top-0 left-0 w-full h-full img-hover-zoom"
                                    src="https://www.youtube.com/embed/6umjPwZ3ABk?si=OuVfZT9-Zdh3J0uX&autohide=1&autoplay=1&rel=0"
                                    allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
                                    srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img,span{position:absolute;width:100%;top:0;bottom:0;margin:auto}span{position: absolute;height: 64px;width: 64px;top: 0;bottom: 0;left: 0;right: 0;margin: auto;text-align: center;font: 48px/1 sans-serif;color: white;text-shadow: 0 0 0.5em black;border: 3px solid;border-radius: 50%;display: flex;align-items: center;justify-content: center;}</style><a href='https://www.youtube.com/embed/6umjPwZ3ABk?si=OuVfZT9-Zdh3J0uX&autohide=1&autoplay=1&rel=0'><img src='https://filterbounce.com/homepage/img/filterbounce-in-action.jpg' loading='lazy' alt='Filter Bounce Email Verification'><span style='color: #4CAF50;'>▶</span></a>"
                                    title="Filter Bounce Email Verification"
                                    allowfullscreen
                                    loading="lazy">
                                </iframe>
                            </div>
                            <div class="p-6">
                                <h3 class="text-xl font-bold mb-2 text-darkGray">See Filter Bounce in Action</h3>
                                <p class="text-mediumGray">Watch how our email verification works compared to other solutions</p>
                            </div>
                        </div>
                        <div class="absolute -bottom-4 -right-4 bg-accent text-white px-4 py-2 rounded-lg shadow-lg transform rotate-3 animate-pulse">
                            <span class="text-xl font-bold">99.9% Accuracy</span>
                        </div>
                    </div>

                    <div class="mt-8 grid grid-cols-2 gap-4">
                        <div class="bg-white p-4 rounded-lg shadow border-l-4 border-primary animate-on-hover">
                            <div class="text-4xl font-bold text-primary mb-1">28%</div>
                            <p class="text-mediumGray">Average Increase in Deliverability</p>
                        </div>
                        <div class="bg-white p-4 rounded-lg shadow border-l-4 border-primary animate-on-hover">
                            <div class="text-4xl font-bold text-primary mb-1">$0.0005</div>
                            <p class="text-mediumGray">Per Email Verification</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Social Proof/Testimonial Section -->
    <section class="py-16 px-4 bg-light">
        <div class="container mx-auto">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-4 text-darkGray">Trusted By Companies Like Yours</h2>
                <p class="text-xl text-mediumGray max-w-2xl mx-auto">See how Filter Bounce transformed their email marketing performance</p>
            </div>

            <div class="testimonial-carousel relative" data-aos="fade-up" data-aos-delay="100">
                <!-- Testimonials wrapper -->
                <div class="overflow-hidden">
                    <div class="testimonials-container flex transition-transform duration-500 ease-in-out">
                        <!-- Testimonial 1 -->
                        <div class="testimonial-slide w-full md:w-1/2 lg:w-1/3 px-4 pt-4 pb-2 flex-shrink-0">
                            <div class="bg-white p-8 rounded-lg shadow-lg relative h-full animate-on-hover">
                                <div class="absolute -top-4 -left-4 w-10 h-10 bg-primary rounded-full flex items-center justify-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" />
                                    </svg>
                                </div>

                                <div class="mb-6">
                                    <div class="flex text-warning">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                    </div>
                                </div>

                                <blockquote class="text-darkGray mb-6">
                                    <p class="italic mb-4">"After trying multiple email verification services, Filter Bounce stood out for both accuracy and affordability. Their verification is so thorough that I stopped using other services like Debounce entirely - why pay more when Filter Bounce handles everything in one go? The fact that they personally resolved technical issues at 4am shows the level of service you get. I've already referred multiple clients because the results speak for themselves."</p>
                                    <p class="font-bold">Filter Bounce turned email verification from a necessary expense into a competitive advantage.</p>
                                </blockquote>

                                <div class="flex items-center">
                                    <img src="https://filterbounce.com/homepage/img/people/ali-banatwala.jpg" alt="Customer Avatar" class="w-12 h-12 rounded-full mr-4" loading="lazy" width="64" height="64">
                                    <div>
                                        <p class="font-bold">Ali Banatwala</p>
                                        <p class="text-sm text-mediumGray">Founder, Omnia AI</p>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 2 -->
                        <div class="testimonial-slide w-full md:w-1/2 lg:w-1/3 px-4 pt-4 pb-2 flex-shrink-0">
                            <div class="bg-white p-8 rounded-lg shadow-lg relative h-full animate-on-hover">
                                <div class="absolute -top-4 -left-4 w-10 h-10 bg-primary rounded-full flex items-center justify-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" />
                                    </svg>
                                </div>

                                <div class="mb-6">
                                    <div class="flex text-warning">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                    </div>
                                </div>

                                <blockquote class="text-darkGray mb-6">
                                    <p class="italic mb-4">"As a marketing agency handling campaigns for dozens of clients, email deliverability can make or break our results. Filter Bounce has become an essential part of our workflow - their verification consistently improves our campaign performance while being cost-effective enough to use on every client list. The accuracy gives us confidence when presenting deliverability metrics to clients, and their responsive support team treats agency partners like true collaborators."</p>
                                    <p class="font-bold">Filter Bounce transformed our agency from explaining bounce rates to celebrating delivery success.</p>
                                </blockquote>

                                <div class="flex items-center">
                                    <img src="https://placehold.co/64x64/1E88E5/FFFFFF/png?text=MC" alt="Customer Avatar" class="w-12 h-12 rounded-full mr-4" loading="lazy" width="64" height="64">
                                    <div>
                                        <p class="font-bold">Marco Cortes</p>
                                        <p class="text-sm text-mediumGray">Founder, Xprez Marketing</p>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 3 -->
                        <div class="testimonial-slide w-full md:w-1/2 lg:w-1/3 px-4 pt-4 pb-2 flex-shrink-0">
                            <div class="bg-white p-8 rounded-lg shadow-lg relative h-full animate-on-hover">
                                <div class="absolute -top-4 -left-4 w-10 h-10 bg-primary rounded-full flex items-center justify-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" />
                                    </svg>
                                </div>

                                <div class="mb-6">
                                    <div class="flex text-warning">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                    </div>
                                </div>

                                <blockquote class="text-darkGray mb-6">
                                    <p class="italic mb-4">"Running multiple client campaigns monthly, we needed an email verification solution that was both reliable and scalable. Filter Bounce has streamlined our entire process - their platform handles everything from small targeted lists to massive databases without compromising on accuracy. What impressed us most was how it improved our overall campaign ROI across all clients. The time we used to spend on manual email cleanup is now invested in strategy and growth."</p>
                                    <p class="font-bold">Filter Bounce didn't just clean our email lists - it cleaned up our entire workflow.</p>
                                </blockquote>

                                <div class="flex items-center">
                                    <img src="https://filterbounce.com/homepage/img/people/adam-cumas.jpg" alt="Customer Avatar" class="w-12 h-12 rounded-full mr-4" loading="lazy" width="64" height="64">
                                    <div>
                                        <p class="font-bold">Adam Cumas</p>
                                        <p class="text-sm text-mediumGray">Founder, Creatiflo</p>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 4 (Additional) -->
                        <div class="testimonial-slide w-full md:w-1/2 lg:w-1/3 px-4 pt-4 pb-2 flex-shrink-0">
                            <div class="bg-white p-8 rounded-lg shadow-lg relative h-full animate-on-hover">
                                <div class="absolute -top-4 -left-4 w-10 h-10 bg-primary rounded-full flex items-center justify-center">
                                    <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" />
                                    </svg>
                                </div>

                                <div class="mb-6">
                                    <div class="flex text-warning">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" />
                                        </svg>
                                    </div>
                                </div>

                                <blockquote class="text-darkGray mb-6">
                                    <p class="italic mb-4">"Initially worried when Filter Bounce marked 2.4% of my emails as 'unknown' - including some I knew were active. Their support quickly explained this is industry standard and 'unknown' means unverifiable, not invalid. This transparency showed me they're honest rather than guessing, which actually makes them more reliable. The quick, professional response gave me confidence in their methodology."</p>
                                    <p class="font-bold">Filter Bounce doesn't just verify emails - they guide you on industry standards so you can make informed decisions.</p>
                                </blockquote>

                                <div class="flex items-center">
                                    <img src="https://filterbounce.com/homepage/img/people/tim-spargo.jpg" alt="Customer Avatar" class="w-12 h-12 rounded-full mr-4" loading="lazy" width="64" height="64">
                                    <div>
                                        <p class="font-bold">Tim Spargo</p>
                                        <p class="text-sm text-mediumGray">Sales Manager, Vistafolia</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

                <!-- Carousel controls -->
                <div class="flex justify-center items-center mt-8">
                    <button class="carousel-prev bg-white hover:bg-primary p-3 rounded-full shadow-md mx-2 focus:outline-none transition-colors duration-300 disabled:opacity-50">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-primary hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7" />
                        </svg>
                    </button>
                    <div class="carousel-indicators flex space-x-2">
                        <!-- Indicators will be added via JavaScript -->
                    </div>
                    <button class="carousel-next bg-white hover:bg-primary p-3 rounded-full shadow-md mx-2 focus:outline-none transition-colors duration-300">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-primary hover:text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
                        </svg>
                    </button>
                </div>
            </div>

            <div class="bg-white p-8 rounded-lg shadow-lg mt-16" data-aos="fade-up" data-aos-delay="200">
                <div class="grid grid-cols-1 md:grid-cols-3 gap-8 items-center">
                    <div class="text-center animate-on-hover">
                        <div class="text-3xl md:text-5xl font-bold text-primary mb-2">
                            <span class="counter" data-start="500" data-end="0" data-prefix="" data-suffix="K+" data-duration="2000" data-end-suffix="M+"></span>
                        </div>
                        <p class="text-sm md:text-base text-mediumGray">Emails Verified Monthly</p>
                    </div>
                    <div class="text-center animate-on-hover">
                        <div class="text-3xl md:text-5xl font-bold text-primary mb-2">
                            <span class="counter" data-start="90" data-end="0" data-prefix="" data-suffix="%" data-duration="3000" data-decimals="1"></span>
                        </div>
                        <p class="text-sm md:text-base text-mediumGray">Verification Accuracy</p>
                    </div>
                    <div class="text-center animate-on-hover">
                        <div class="text-3xl md:text-5xl font-bold text-primary mb-2">
                            <span class="counter" data-start="500" data-end="0" data-prefix="" data-suffix="+" data-duration="2500"></span>
                        </div>
                        <p class="text-sm md:text-base text-mediumGray">Happy Customers</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Feature/Benefit Section -->
    <section class="py-16 px-4 bg-white">
        <div class="container mx-auto">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Comprehensive Verification That Catches What Others Miss</h2>
                <p class="text-xl text-gray-600 max-w-2xl mx-auto">Every feature is designed to protect your sender reputation and maximize your marketing ROI</p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Feature 1: Bulk Verification -->
                <div class="bg-white p-6 rounded-lg shadow-lg border-b-4 border-primary hover:shadow-xl transition">
                    <div class="bg-primary/10 p-3 rounded-full inline-block mb-4 img-hover-zoom">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" />
                        </svg>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Bulk Verification</h3>
                    <p class="text-gray-600 mb-4">Just add your email list, and let us make it bounce free.</p>

                    <ul class="space-y-2 mb-6">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>CSV upload</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Copy-Paste mode</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Up to 500K emails at once</span>
                        </li>
                    </ul>

                    <div class="bg-gray-100 p-4 rounded-lg">
                        <div class="font-medium text-primary">Result:</div>
                        <p>Clean data ready for campaigns in minutes</p>
                    </div>
                </div>

                <!-- Feature 2: API Verification -->
                <div class="bg-white p-6 rounded-lg shadow-lg border-b-4 border-primary hover:shadow-xl transition">
                    <div class="bg-primary/10 p-3 rounded-full inline-block mb-4 img-hover-zoom">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
                        </svg>
                    </div>
                    <h3 class="text-xl font-bold mb-3">API Verification</h3>
                    <p class="text-gray-600 mb-4">Integrate into your registration process with our super-fast API.</p>

                    <ul class="space-y-2 mb-6">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Real-time verification</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Fast Response</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Simple REST API</span>
                        </li>
                    </ul>

                    <div class="bg-gray-100 p-4 rounded-lg">
                        <div class="font-medium text-primary">Result:</div>
                        <p>Clean data from the moment of collection</p>
                    </div>
                </div>

                <!-- Feature 3: Disposable Emails -->
                <div class="bg-white p-6 rounded-lg shadow-lg border-b-4 border-primary hover:shadow-xl transition">
                    <div class="bg-primary/10 p-3 rounded-full inline-block mb-4 img-hover-zoom">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" />
                        </svg>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Disposable Email Detection</h3>
                    <p class="text-gray-600 mb-4">Get rid of all disposable and temporary emails from your list.</p>

                    <ul class="space-y-2 mb-6">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Clean temporary emails</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Clean disposable emails</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Constantly updated database</span>
                        </li>
                    </ul>

                    <div class="bg-gray-100 p-4 rounded-lg">
                        <div class="font-medium text-primary">Result:</div>
                        <p>Focus your marketing only on real prospects</p>
                    </div>
                </div>

                <!-- Feature 4: Catch-All Verification -->
                <div class="bg-white p-6 rounded-lg shadow-lg border-b-4 border-primary hover:shadow-xl transition">
                    <div class="bg-primary/10 p-3 rounded-full inline-block mb-4 img-hover-zoom">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
                        </svg>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Catch-All & Role Detection</h3>
                    <p class="text-gray-600 mb-4">You are in control of which data to use in your campaigns.</p>

                    <ul class="space-y-2 mb-6">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Catch-all detection</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Role-based email detection</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Customizable risk tolerance</span>
                        </li>
                    </ul>

                    <div class="bg-gray-100 p-4 rounded-lg">
                        <div class="font-medium text-primary">Result:</div>
                        <p>Targeted campaigns based on your specific needs</p>
                    </div>
                </div>

                <!-- Feature 5: CSV Support -->
                <div class="bg-white p-6 rounded-lg shadow-lg border-b-4 border-primary hover:shadow-xl transition">
                    <div class="bg-primary/10 p-3 rounded-full inline-block mb-4 img-hover-zoom">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
                        </svg>
                    </div>
                    <h3 class="text-xl font-bold mb-3">CSV Data Preservation</h3>
                    <p class="text-gray-600 mb-4">Upload your CSV as it is, and we'll verify it while preserving your data.</p>

                    <ul class="space-y-2 mb-6">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Maintain all your CSV data</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>No copy-paste required</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Upload, Download & Blast</span>
                        </li>
                    </ul>

                    <div class="bg-gray-100 p-4 rounded-lg">
                        <div class="font-medium text-primary">Result:</div>
                        <p>Maintain your segmentation and custom fields</p>
                    </div>
                </div>

                <!-- Feature 6: Accuracy -->
                <div class="bg-white p-6 rounded-lg shadow-lg border-b-4 border-primary hover:shadow-xl transition">
                    <div class="bg-primary/10 p-3 rounded-full inline-block mb-4 img-hover-zoom">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z" />
                        </svg>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Unmatched Accuracy</h3>
                    <p class="text-gray-600 mb-4">We ensure you don't write off precious leads as "Unknown".</p>

                    <ul class="space-y-2 mb-6">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>AOL and Yahoo verification</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Google and Outlook verify</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>All other providers verify</span>
                        </li>
                    </ul>

                    <div class="bg-gray-100 p-4 rounded-lg">
                        <div class="font-medium text-primary">Result:</div>
                        <p>Definitive results where others return "Unknown"</p>
                    </div>
                </div>
            </div>

            <div class="mt-16 text-center">
                <a href="https://filterbounce.com/register" class="bg-accent hover:bg-accent/90 text-white py-3 px-8 rounded-lg font-medium text-lg inline-block transition transform hover:scale-105 shadow-lg btn-animate">
                    Start Your Free Trial Today
                </a>
            </div>
        </div>
    </section>

    <!-- Pricing Section -->
    <section id="pricing" class="py-16 px-4 bg-white">
        <div class="container mx-auto">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Simple, Transparent Pricing</h2>
                <p class="text-xl text-gray-600 max-w-2xl mx-auto">Best pricing in the industry with as low as $0.0005 per email</p>
            </div>

            <div class="flex justify-center mb-8">
                <div class="inline-flex rounded-md p-1 bg-gray-200">
                    <button class="px-4 py-2 rounded-md font-medium text-gray-600" id="monthly-btn">Monthly plans</button>
                    <button class="px-4 py-2 rounded-md bg-white shadow font-medium relative" id="yearly-btn">
                        Yearly plans
                        <span class="absolute -top-3 -right-2 bg-accent text-white text-xs font-bold px-2 py-0.5 rounded-full">20% savings</span>
                    </button>
                </div>
            </div>

            <div class="max-w-lg mx-auto mb-8 text-center">
                <div class="bg-primary/10 p-4 rounded-lg">
                    <p class="text-md font-medium text-darkGray"><span class="text-primary font-bold">300 free email verifications every month</span> for all users</p>
                    <p class="text-sm text-mediumGray mt-2">If you run out of credits, you can top-up anytime inside your Dashboard with non-expiring credits.</p>
                </div>
            </div>

            <!-- Monthly Pricing Plans -->
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8 monthly-pricing hidden">
                <!-- Growth Plan Monthly -->
                <div class="bg-white p-8 rounded-lg shadow-lg border border-gray-200 hover:shadow-xl transition pricing-plan">
                    <div class="text-center mb-6">
                        <h3 class="text-2xl font-bold mb-2">Growth</h3>
                        <div class="mb-1"><span class="text-4xl font-bold">$15</span><span class="text-3xl font-semibold ">/month</span></div>
                        <p class="text-gray-500">
                            (<span>$0.0009</span> per email verification)
                        </p>
                    </div>

                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span class="font-semibold">15,000</span>&nbsp;<span>verifications per month</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Smart Email Detection</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>API Access</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>CSV Upload</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span class="font-semibold">Bulk Email</span>&nbsp;<span>Verification</span>
                        </li>
                    </ul>

                    <div class="text-center">
                        <form id="select-payment" method="POST" action="https://filterbounce.com/payment">
                            <input name="select_plan" value="growth___month" type="hidden">
                            <button type="submit" class="bg-primary hover:bg-primary/90 text-white py-2 px-6 rounded-lg font-medium inline-block w-full transition">
                                Start Email Verification
                            </button>
                        </form>
                    </div>
                </div>

                <!-- Dominate Plan Monthly -->
                <div class="bg-white p-8 rounded-lg shadow-lg border-2 border-primary relative hover:shadow-xl transition transform scale-105 pricing-plan">
                    <div class="absolute top-0 right-0 bg-primary text-white px-3 py-1 text-sm font-bold rounded-bl-lg">POPULAR</div>

                    <div class="text-center mb-6">
                        <h3 class="text-2xl font-bold mb-2">Dominate</h3>
                        <div class="mb-1"><span class="text-4xl font-bold">$125</span><span class="text-3xl font-semibold ">/month</span></div>
                        <p class="text-gray-500">(<span>$0.0008</span> per email verification)</p>
                    </div>

                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span><strong>All Growth features</strong></span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span class="font-semibold">150,000</span>&nbsp;<span>verifications per month</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Smart Email Detection</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Priority API Access</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Priority Support</span>
                        </li>
                    </ul>

                    <div class="text-center">
                        <form id="select-payment" method="POST" action="https://filterbounce.com/payment">
                            <input name="select_plan" value="dominate___month" type="hidden">
                            <button type="submit" class="bg-accent hover:bg-accent/90 text-white py-2 px-6 rounded-lg font-medium inline-block w-full transition transform hover:scale-105 shadow-lg btn-animate">
                                Start Email Verification
                            </button>
                        </form>
                    </div>
                </div>

                <!-- Enterprise Plan Monthly -->
                <div class="bg-white p-8 rounded-lg shadow-lg border border-gray-200 hover:shadow-xl transition pricing-plan">
                    <div class="text-center mb-6">
                        <h3 class="text-2xl font-bold mb-2">Enterprise</h3>
                        <div class="mb-1"><span class="text-4xl font-bold"></span><span class="text-3xl font-semibold ">Custom Price</span></div>
                        <p class="text-gray-500">(<span>Depends</span> on your needs)</p>
                    </div>

                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span><strong>All Dominate features</strong></span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span class="font-semibold">Over 150,000</span>&nbsp;<span>verifications per month</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Plan</span>&nbsp;<span class="font-semibold">your own limit</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Priority API Access</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Priority Support</span>
                        </li>
                    </ul>

                    <div class="text-center">
                        <a href="https://fresent.com/contact/" class="bg-primary hover:bg-primary/90 text-white py-2 px-6 rounded-lg font-medium inline-block w-full transition">
                            Request a Quote
                        </a>
                    </div>
                </div>
            </div>

            <!-- Yearly Pricing Plans -->
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8 yearly-pricing block">
                <!-- Growth Plan Yearly -->
                <div class="bg-white p-8 rounded-lg shadow-lg border border-gray-200 hover:shadow-xl transition pricing-plan">
                    <div class="text-center mb-6">
                        <h3 class="text-2xl font-bold mb-2">Growth</h3>
                        <div class="mb-1"><span class="text-4xl font-bold">$12</span><span class="text-3xl font-semibold ">/month</span></div>
                        <p class="text-gray-500">
                            <span>Billed Yearly</span> (<span>$0.0007</span> per email verification)
                        </p>
                    </div>

                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span class="font-semibold">15,000</span>&nbsp;<span>verifications per month</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Additional</span>&nbsp;<span class="font-semibold">15,000</span>&nbsp;<span>credits (One Time)</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Smart Email Detection</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>API Access</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>CSV Upload</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span class="font-semibold">Bulk Email</span>&nbsp;<span>Verification</span>
                        </li>
                    </ul>

                    <div class="text-center">
                        <form id="select-payment" method="POST" action="https://filterbounce.com/payment">
                            <input name="select_plan" value="growth___year" type="hidden">
                            <button type="submit" class="bg-primary hover:bg-primary/90 text-white py-2 px-6 rounded-lg font-medium inline-block w-full transition">
                                Start Email Verification
                            </button>
                        </form>
                    </div>
                </div>

                <!-- Dominate Plan Yearly -->
                <div class="bg-white p-8 rounded-lg shadow-lg border-2 border-primary relative hover:shadow-xl transition transform scale-105 pricing-plan">
                    <div class="absolute top-0 right-0 bg-primary text-white px-3 py-1 text-sm font-bold rounded-bl-lg">BEST VALUE</div>

                    <div class="text-center mb-6">
                        <h3 class="text-2xl font-bold mb-2">Dominate</h3>
                        <div class="mb-1"><span class="text-4xl font-bold">$99</span><span class="text-3xl font-semibold ">/month</span></div>
                        <p class="text-gray-500">
                            <span>Billed Yearly</span> (<span>$0.0006</span> per email verification)
                        </p>
                    </div>

                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span><strong>All Growth features</strong></span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span class="font-semibold">150,000</span>&nbsp;<span>verifications per month</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Additional</span>&nbsp;<span class="font-semibold">150,000</span>&nbsp;<span>credits (One Time)</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Smart Email Detection</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Priority API Access</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Priority Support</span>
                        </li>
                    </ul>

                    <div class="text-center">
                        <form id="select-payment" method="POST" action="https://filterbounce.com/payment">
                            <input name="select_plan" value="dominate___year" type="hidden">
                            <button type="submit" class="bg-accent hover:bg-accent/90 text-white py-2 px-6 rounded-lg font-medium inline-block w-full transition transform hover:scale-105 shadow-lg btn-animate">
                                Start Email Verification
                            </button>
                        </form>
                    </div>
                </div>

                <!-- Enterprise Plan Yearly -->
                <div class="bg-white p-8 rounded-lg shadow-lg border border-gray-200 hover:shadow-xl transition pricing-plan">
                    <div class="text-center mb-6">
                        <h3 class="text-2xl font-bold mb-2">Enterprise</h3>
                        <div class="mb-1"><span class="text-4xl font-bold"></span><span class="text-3xl font-semibold ">Custom Price</span></div>
                        <p class="text-gray-500">(<span>Depends</span> on your needs)</p>
                    </div>

                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span><strong>All Dominate features</strong></span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span class="font-semibold">Over 150,000</span>&nbsp;<span>verifications per month</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Additional</span>&nbsp;<span class="font-semibold">Non-expiring</span>&nbsp;<span>credits (One Time)</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Plan</span>&nbsp;<span class="font-semibold">your own limit</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Priority API Access</span>
                        </li>
                        <li class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Priority Support</span>
                        </li>
                    </ul>

                    <div class="text-center">
                        <a href="https://fresent.com/contact/" class="bg-primary hover:bg-primary/90 text-white py-2 px-6 rounded-lg font-medium inline-block w-full transition">
                            Request a Quote
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- FAQ Section -->
    <section id="faq" class="py-16 px-4 bg-light">
        <div class="container mx-auto max-w-4xl">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Common Questions</h2>
                <p class="text-xl text-gray-600">Everything you need to know about Filter Bounce</p>
            </div>

            <div class="space-y-6">
                <!-- FAQ Item 1 -->
                <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
                    <h3 class="text-lg font-bold mb-2">Is this really better than other verification tools?</h3>
                    <p class="text-gray-600">
                        We understand you might feel skeptical about switching providers. Many of our customers felt the same way before trying Filter Bounce. They found that our unique ability to verify Yahoo, Gmail and other difficult providers improved their verification accuracy by 15-20% compared to traditional solutions, while costing 5-10 times less.
                    </p>
                </div>
                <!-- FAQ Item 2 -->
                <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
                    <h3 class="text-lg font-bold mb-2">Can I upload CSV file with other columns to Filter Bounce?</h3>
                    <p class="text-gray-600">
                        Of course, just upload your csv file, we will validate the result and return you the CSV file with all your data intact (along with email verified columns).
                    </p>
                </div>
                <!-- FAQ Item 2 -->
                <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
                    <h3 class="text-lg font-bold mb-2">Will this slow down my website/form?</h3>
                    <p class="text-gray-600">
                        Our API responds in very fast, ensuring zero impact on form submission times or user experience. You can implement real-time verification without any noticeable delay for your users. Our infrastructure is built for scale and speed.
                    </p>
                </div>

                <!-- More FAQ Toggle Button -->
                <div class="text-center" data-aos="fade-up" data-aos-delay="300">
                    <button id="more-faq-toggle" class="flex items-center justify-center w-full py-3 px-4 bg-white rounded-lg shadow-md text-primary font-medium hover:bg-primary/5 focus:outline-none transition-colors">
                        <span>More Frequently Asked Questions</span>
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 ml-2 toggle-icon" viewBox="0 0 20 20" fill="currentColor">
                            <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" />
                        </svg>
                    </button>
                </div>

                <!-- Collapsible FAQ Section -->
                <div id="more-faq-content" class="hidden space-y-6">
                    <!-- FAQ Item 3 -->
                    <div class="bg-white p-6 rounded-lg shadow-md">
                        <h3 class="text-lg font-bold mb-2">How accurate is your verification really?</h3>
                        <p class="text-gray-600">
                            We maintain 99.9% accuracy through proprietary verification methods that go beyond simple SMTP checks, including mail server simulation, provider-specific verification algorithms, and continuous updating of verification patterns. We're the only solution that can definitively verify Yahoo, Gmail, and AOL addresses instead of marking them as "unknown" like other providers.
                        </p>
                    </div>

                    <!-- FAQ Item 4 -->
                    <div class="bg-white p-6 rounded-lg shadow-md">
                        <h3 class="text-lg font-bold mb-2">How long do credits last?</h3>
                        <p class="text-gray-600">
                            Your one-time purchasedcredits never expire. Once purchased, they remain in your account until used, giving you complete flexibility to use them at your own pace. There's no rush to use up your credits before some arbitrary deadline.<br />
                            Your daily credits expire every 24 hours followed by monthly credits, that expire every 30 days.
                        </p>
                    </div>

                    <!-- FAQ Item 5 -->
                    <div class="bg-white p-6 rounded-lg shadow-md">
                        <h3 class="text-lg font-bold mb-2">Is there a limit to how many emails I can verify at once?</h3>
                        <p class="text-gray-600">
                            Our plans allow you to verify up to 500k emails in a single batch. For larger volumes, our solutions can handle unlimited batches in chunks of 500k emails with custom processing schedules to meet your specific needs.
                        </p>
                    </div>

                    <!-- FAQ Item 6 -->
                    <div class="bg-white p-6 rounded-lg shadow-md">
                        <h3 class="text-lg font-bold mb-2">Do you offer a free trial?</h3>
                        <p class="text-gray-600">
                            Yes! We offer a free trial with 300 email verification credits so you can test our service with your own data. No credit card required, and you'll get full access to all features during your trial period. This allows you to see our accuracy with your specific email providers.
                        </p>
                    </div>
                </div>
            </div>

            <div class="mt-12 text-center">
                <p class="mb-6 text-lg">Still have questions?</p>
                <a href="https://fresent.com/contact/" class="bg-primary hover:bg-primary/90 text-white py-3 px-8 rounded-lg font-medium inline-block transition">
                    Contact Our Support Team
                </a>
            </div>
        </div>
    </section>

    <!-- Final CTA Section -->
    <section class="py-16 px-4 bg-primary/5">
        <div class="container mx-auto max-w-3xl text-center">
            <div data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-6 text-darkGray">Start Cleaning Your Email List Today</h2>
                <p class="text-xl mb-8 text-mediumGray">Join thousands of companies already saving money and protecting their sender reputation with Filter Bounce.</p>

                <div class="bg-white p-8 rounded-lg shadow-lg mb-8">
                    <div class="flex flex-wrap justify-center gap-6 mb-6">
                        <div class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>No credit card required for trials</span>
                        </div>
                        <div class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Set up in under 3 minutes</span>
                        </div>
                        <div class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Full-featured access during trial</span>
                        </div>

                        <div class="flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-accent mr-2" viewBox="0 0 20 20" fill="currentColor">
                                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                            </svg>
                            <span>Verify up to 300 emails free every month</span>
                        </div>
                    </div>

                    <div class="flex flex-col sm:flex-row justify-center gap-4">
                        <a href="https://filterbounce.com/register" class="bg-accent hover:bg-accent/90 text-white text-center py-3 px-8 rounded-lg font-medium text-lg transition transform hover:scale-105 shadow-lg btn-animate">
                            Start Free Trial
                        </a>
                        <a href="#pricing" class="border-2 border-primary text-primary hover:bg-gray-50 text-center py-3 px-8 rounded-lg font-medium text-lg transition btn-animate">
                            See Pricing Plans
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Need a Custom Solution section -->
    <div class="mt-12 bg-primary/5 p-8 rounded-lg">
        <div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
            <div>
                <h3 class="text-2xl font-bold mb-4">Need a Custom Solution?</h3>
                <p class="mb-6">If you need to verify millions of emails or require custom integrations, our enterprise team is ready to help.</p>
                <ul class="space-y-3 mb-6">
                    <li class="flex items-center">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary mr-2" viewBox="0 0 20 20" fill="currentColor">
                            <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                        </svg>
                        <span>Volume Discounts</span>
                    </li>
                    <li class="flex items-center">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary mr-2" viewBox="0 0 20 20" fill="currentColor">
                            <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                        </svg>
                        <span>Custom Integration</span>
                    </li>
                    <li class="flex items-center">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary mr-2" viewBox="0 0 20 20" fill="currentColor">
                            <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
                        </svg>
                        <span>Dedicated Support</span>
                    </li>
                </ul>
                <a href="https://fresent.com/contact/" class="bg-primary hover:bg-primary/90 text-white py-2 px-6 rounded-lg font-medium inline-block transition">
                    Contact Sales
                </a>
            </div>
            <div class="bg-white p-6 rounded-lg shadow">
                <div class="flex items-center mb-6">
                    <div class="bg-primary/10 p-3 rounded-full mr-4">
                        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
                        </svg>
                    </div>
                    <div>
                        <h4 class="font-bold">Pricing Comparison</h4>
                        <p class="text-gray-600">We're 100-1000% budget-friendly than competitors</p>
                    </div>
                </div>
                <div class="space-y-3">
                    <div class="flex justify-between">
                        <span class="font-medium">Filter Bounce</span>
                        <span class="text-accent font-bold">$0.0005 per email</span>
                    </div>
                    <div class="flex justify-between">
                        <span class="font-medium">MillionVerifier</span>
                        <span>$0.004 per email</span>
                    </div>
                    <div class="flex justify-between">
                        <span class="font-medium">NeverBounce</span>
                        <span>$0.005 per email</span>
                    </div>
                </div>
            </div>
        </div>
    </div>
</main>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
    <div class="container mx-auto px-4">
        <div class="grid grid-cols-1 md:grid-cols-4 gap-10 mb-12">
            <div>
                <h3 class="text-xl font-bold mb-6">Filter Bounce</h3>
                <p class="mb-6">The most accurate email verification service, trusted by thousands of companies worldwide.</p>
                <div class="flex space-x-4">
                    <a href="https://pike.link/tfresent" class="text-gray-400 hover:text-primary transition-colors">
                        <svg viewBox="0 0 24 24" fill="currentColor" class="h-5">
                            <path d="M24,4.6c-0.9,0.4-1.8,0.7-2.8,0.8c1-0.6,1.8-1.6,2.2-2.7c-1,0.6-2,1-3.1,1.2c-0.9-1-2.2-1.6-3.6-1.6 c-2.7,0-4.9,2.2-4.9,4.9c0,0.4,0,0.8,0.1,1.1C7.7,8.1,4.1,6.1,1.7,3.1C1.2,3.9,1,4.7,1,5.6c0,1.7,0.9,3.2,2.2,4.1 C2.4,9.7,1.6,9.5,1,9.1c0,0,0,0,0,0.1c0,2.4,1.7,4.4,3.9,4.8c-0.4,0.1-0.8,0.2-1.3,0.2c-0.3,0-0.6,0-0.9-0.1c0.6,2,2.4,3.4,4.6,3.4 c-1.7,1.3-3.8,2.1-6.1,2.1c-0.4,0-0.8,0-1.2-0.1c2.2,1.4,4.8,2.2,7.5,2.2c9.1,0,14-7.5,14-14c0-0.2,0-0.4,0-0.6 C22.5,6.4,23.3,5.5,24,4.6z"></path>
                        </svg>
                    </a>
                    <a href="https://pike.link/lfresent" class="text-gray-400 hover:text-primary transition-colors">
                        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="text-grey-300 h-5" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1536 1536"><path d="M237 1286h231V592H237v694zm246-908q-1-52-36-86t-93-34t-94.5 34t-36.5 86q0 51 35.5 85.5T351 498h1q59 0 95-34.5t36-85.5zm585 908h231V888q0-154-73-233t-193-79q-136 0-209 117h2V592H595q3 66 0 694h231V898q0-38 7-56q15-35 45-59.5t74-24.5q116 0 116 157v371zm468-998v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z" fill="currentColor"></path></svg>
                    </a>
                    <a href="https://pike.link/business-growth-hack-fresent" class="text-gray-400 hover:text-primary transition-colors">
                        <svg viewBox="0 0 24 24" fill="currentColor" class="h-5">
                            <path d="M22,0H2C0.895,0,0,0.895,0,2v20c0,1.105,0.895,2,2,2h11v-9h-3v-4h3V8.413c0-3.1,1.893-4.788,4.659-4.788 c1.325,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z"></path>
                        </svg>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-primary transition-colors">
                        <i class="fab fa-instagram text-xl"></i>
                    </a>
                </div>
            </div>

            <div>
                <h4 class="text-lg font-bold mb-6">Our Products</h4>
                <ul class="space-y-4">
                    <li><a href="https://mystrika.com" class="hover:text-primary transition-colors">Cold Email Outreach</a></li>
                    <li><a href="https://doyoumail.com" class="hover:text-primary transition-colors">Cold Email Inbox</a></li>
                    <li><a href="https://mutantmail.com" class="hover:text-primary transition-colors">Mutant Mail</a></li>
                    <li><a href="https://incises.com" class="hover:text-primary transition-colors">Grow using other's content</a></li>
                    <li><a href="https://snapitfast.com" class="hover:text-primary transition-colors">Social Ready Screenshots</a></li>
                    <li><a href="https://socialtestimony.com" class="hover:text-primary transition-colors">Boost Sales - Testimonials</a></li>
                </ul>
            </div>

            <div>
                <h4 class="text-lg font-bold mb-6">Resources</h4>
                <ul class="space-y-4">
                    <li><a href="https://blog.mystrika.com" class="hover:text-primary transition-colors">Blog</a></li>
                    <li><a href="https://mystrika.com/tools/blacklist" class="hover:text-primary transition-colors">Blacklist Check</a></li>
                    <li><a href="https://mystrika.com/tools/microsoft-reseller" class="hover:text-primary transition-colors">Re-seller Check</a></li>
                    <li><a href="https://mystrika.com/affiliate" class="hover:text-primary transition-colors">Affiliate Program</a></li>
                    <li><a href="https://fresent.com/contact" class="hover:text-primary transition-colors">Contact Us</a></li>
                </ul>
            </div>

            <div>
                <h4 class="text-lg font-bold mb-6">Freebie</h4>
                <ul class="space-y-4">
                    <li><a href="https://www.slimdomain.com/" class="hover:text-primary transition-colors">Domain & IP services</a></li>
                    <li><a href="https://www.knowmysite.com/" class="hover:text-primary transition-colors">Free Seo Report</a></li>
                    <li><a href="https://www.bestwebtool.com/" class="hover:text-primary transition-colors">Daily used tools</a></li>
                    <li><a href="https://mailmusk.com/" class="hover:text-primary transition-colors">Temporary Emails</a></li>
                </ul>
            </div>
        </div>

        <div class="border-t border-secondary pt-8">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <p class="text-sm mb-4 md:mb-0">© Copyright 2026 <a href="https://fresent.com" class="hover:text-primary text-sm transition-colors">Fresent</a>. All rights reserved.</p>
                <div class="flex space-x-6">
                    <a href="https://fresent.com/privacy" class="hover:text-primary text-sm transition-colors">Privacy Policy</a>
                    <a href="https://fresent.com/terms" class="hover:text-primary text-sm transition-colors">Terms of Service</a>
                    <a href="https://pike.link/business-growth-hack-fresent" class="hover:text-primary text-sm transition-colors">Community (7,000+)</a>
                </div>
            </div>
        </div>
    </div>
</footer>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://tag.filterbounce.com/ns.html?id=GTM-W6BG2KTB"
                  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- JavaScript for animations and interactions -->
<script src="https://filterbounce.com/homepage/js/main.js" defer></script>

</body>
</html>
