{"id":15,"date":"2025-11-21T11:53:28","date_gmt":"2025-11-21T11:53:28","guid":{"rendered":"https:\/\/efficientpim.com\/?page_id=15"},"modified":"2026-04-25T10:31:52","modified_gmt":"2026-04-25T10:31:52","slug":"homepage","status":"publish","type":"page","link":"https:\/\/efficientpim.com\/","title":{"rendered":"Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15\" class=\"elementor elementor-15\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-121b154 e-flex e-con-boxed e-con e-parent\" data-id=\"121b154\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07a8b44 elementor-widget elementor-widget-html\" data-id=\"07a8b44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>EfficientPIM - Instant B2B Email Scraper<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    \r\n    <style>\r\n    \/* General Styles *\/\r\n    * {\r\n        margin: 0;\r\n        padding: 0;\r\n        box-sizing: border-box;\r\n    }\r\n    \r\n    body {\r\n        font-family: 'Inter', sans-serif;\r\n        line-height: 1.6;\r\n        color: #2d3748;\r\n        background-color: #f9fafb;\r\n    }\r\n    \r\n    .container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    \/* --- UPDATED HEADER STYLES (Scope: effpim-) --- *\/\r\n    .effpim-header {\r\n        background-color: #fff;\r\n        position: fixed;\r\n        width: 100%;\r\n        top: 0;\r\n        left: 0;\r\n        z-index: 9999;\r\n    }\r\n\r\n    .effpim-nav {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        height: 70px;\r\n        padding: 0 60px;\r\n    }\r\n\r\n    .effpim-logo {\r\n        font-size: 24px;\r\n        font-weight: 800;\r\n        color: #4f46e5;\r\n        text-decoration: none;\r\n        display: flex;\r\n        align-items: center;\r\n    }\r\n    .effpim-logo span { color: #6366f1; }\r\n\r\n    .effpim-menu {\r\n        display: flex;\r\n        list-style: none;\r\n        gap: 32px;\r\n        align-items: center;\r\n        margin: 0;\r\n        padding: 0;\r\n    }\r\n\r\n    .effpim-link {\r\n        text-decoration: none;\r\n        color: #4b5563;\r\n        font-weight: 500;\r\n        font-size: 15px;\r\n        transition: color 0.2s;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 5px;\r\n    }\r\n\r\n    .effpim-link:hover { color: #4f46e5; }\r\n    .effpim-link i { font-size: 12px; transition: transform 0.3s; }\r\n\r\n    \/* Dropdown Logic *\/\r\n    .effpim-dropdown { position: relative; height: 100%; display: flex; align-items: center; }\r\n    \r\n    .effpim-dropdown-menu {\r\n        position: absolute;\r\n        top: 50px;\r\n        left: -15px;\r\n        background: white;\r\n        box-shadow: 0 10px 25px rgba(0,0,0,0.1);\r\n        border-radius: 8px;\r\n        min-width: 220px;\r\n        opacity: 0;\r\n        visibility: hidden;\r\n        transform: translateY(10px);\r\n        transition: all 0.2s ease;\r\n        padding: 10px 0;\r\n        list-style: none;\r\n        border: 1px solid #f3f4f6;\r\n    }\r\n\r\n    .effpim-dropdown:hover .effpim-dropdown-menu {\r\n        opacity: 1;\r\n        visibility: visible;\r\n        transform: translateY(0);\r\n    }\r\n    .effpim-dropdown:hover .effpim-link i { transform: rotate(180deg); }\r\n\r\n    .effpim-dropdown-item a {\r\n        display: block;\r\n        padding: 10px 20px;\r\n        color: #4b5563;\r\n        text-decoration: none;\r\n        font-size: 14px;\r\n        transition: background 0.2s;\r\n    }\r\n    .effpim-dropdown-item a:hover { background: #f9fafb; color: #4f46e5; }\r\n\r\n    .effpim-btn {\r\n        background-color: #4f46e5;\r\n        color: white !important;\r\n        padding: 10px 24px;\r\n        border-radius: 8px;\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n        font-size: 14px;\r\n        transition: background 0.3s;\r\n    }\r\n    .effpim-btn:hover { background-color: #4338ca; }\r\n\r\n    .effpim-toggle {\r\n        display: none;\r\n        background: none;\r\n        border: none;\r\n        font-size: 24px;\r\n        color: #4f46e5;\r\n        cursor: pointer;\r\n        padding: 8px;\r\n        z-index: 1001;\r\n    }\r\n\r\n    @media (max-width: 992px) {\r\n        .effpim-nav {\r\n            padding: 0 20px;\r\n        }\r\n        \r\n        .effpim-toggle { display: block; }\r\n\r\n        .effpim-menu {\r\n            position: fixed;\r\n            top: 0;\r\n            right: -100%;\r\n            width: 100%;\r\n            height: 100vh;\r\n            background: white;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            padding: 80px 20px 20px;\r\n            gap: 0;\r\n            transition: right 0.3s ease;\r\n            overflow-y: auto;\r\n            justify-content: flex-start;\r\n        }\r\n\r\n        .effpim-menu.active {\r\n            right: 0;\r\n        }\r\n\r\n        .effpim-menu li { \r\n            width: 100%; \r\n            border-bottom: 1px solid #f3f4f6; \r\n            text-align: center;\r\n        }\r\n        .effpim-menu li:last-child { \r\n            border-bottom: none; \r\n            margin-top: 15px; \r\n        }\r\n\r\n        .effpim-link {\r\n            padding: 18px 0;\r\n            width: 100%;\r\n            justify-content: center;\r\n            font-size: 16px;\r\n        }\r\n\r\n        .effpim-dropdown { display: block; height: auto; }\r\n        .effpim-dropdown-menu {\r\n            position: static;\r\n            box-shadow: none;\r\n            border: none;\r\n            opacity: 1;\r\n            visibility: visible;\r\n            transform: none;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.3s ease;\r\n            background: #f8f9fa;\r\n            padding: 0;\r\n            border-radius: 0;\r\n            margin-top: 10px;\r\n        }\r\n        \r\n        .effpim-dropdown.open .effpim-dropdown-menu { \r\n            max-height: 200px;\r\n            padding: 10px 0;\r\n        }\r\n        .effpim-dropdown.open .effpim-link i { transform: rotate(180deg); }\r\n\r\n        .effpim-dropdown-item a {\r\n            padding: 12px 20px;\r\n            font-size: 16px;\r\n        }\r\n\r\n        .effpim-btn { \r\n            display: inline-block; \r\n            text-align: center; \r\n            width: auto;\r\n            padding: 12px 32px;\r\n        }\r\n\r\n        \/* Mobile overlay *\/\r\n        .mobile-overlay {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-color: rgba(0, 0, 0, 0.5);\r\n            opacity: 0;\r\n            visibility: hidden;\r\n            transition: all 0.3s ease;\r\n            z-index: 999;\r\n        }\r\n\r\n        .mobile-overlay.active {\r\n            opacity: 1;\r\n            visibility: visible;\r\n        }\r\n    }\r\n    \/* --- END HEADER STYLES --- *\/\r\n    \r\n    \/* Main Section Redesign - FIXED SPACING *\/\r\n    .hero-section {\r\n        padding: 40px 0 40px; \/* Reduced padding from 70px to 40px *\/\r\n        background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .hero-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n        display: flex;\r\n        align-items: flex-start;\r\n        gap: 30px;\r\n    }\r\n\r\n    .hero-content {\r\n        flex: 1;\r\n    }\r\n\r\n    .hero-visual {\r\n        flex: 1;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .hero-title {\r\n        font-size: 36px;\r\n        font-weight: 800;\r\n        line-height: 1.2;\r\n        margin-bottom: 15px;\r\n        color: #1a202c;\r\n    }\r\n\r\n    .hero-subtitle {\r\n        font-size: 16px;\r\n        color: #4a5568;\r\n        margin-bottom: 20px;\r\n        line-height: 1.5;\r\n    }\r\n\r\n    \/* RESPONSIVE TEXT VISIBILITY CLASSES *\/\r\n    .mobile-text {\r\n        display: none;\r\n    }\r\n    \r\n    .desktop-text {\r\n        display: inline;\r\n    }\r\n\r\n    .examples {\r\n        background: rgba(66, 153, 225, 0.1);\r\n        border-left: 4px solid #4299e1;\r\n        padding: 12px;\r\n        border-radius: 0 8px 8px 0;\r\n        margin-bottom: 20px;\r\n    }\r\n\r\n    .examples-title {\r\n        font-weight: 600;\r\n        margin-bottom: 8px;\r\n        color: #2b6cb0;\r\n        font-size: 14px;\r\n    }\r\n\r\n    .examples-list {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 6px;\r\n    }\r\n\r\n    .example-item {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        font-size: 14px;\r\n    }\r\n\r\n    .example-item i {\r\n        color: #4299e1;\r\n        font-size: 12px;\r\n    }\r\n\r\n    .process-steps {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 12px;\r\n        margin-bottom: 20px;\r\n    }\r\n\r\n    .process-step {\r\n        display: flex;\r\n        align-items: flex-start;\r\n        gap: 12px;\r\n    }\r\n\r\n    .step-number {\r\n        background: #4299e1;\r\n        color: white;\r\n        width: 24px;\r\n        height: 24px;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-weight: 600;\r\n        font-size: 12px;\r\n        flex-shrink: 0;\r\n    }\r\n\r\n    .step-content {\r\n        flex: 1;\r\n    }\r\n\r\n    .step-title {\r\n        font-weight: 600;\r\n        margin-bottom: 3px;\r\n        color: #2d3748;\r\n        font-size: 15px;\r\n    }\r\n\r\n    .step-description {\r\n        color: #4a5568;\r\n        font-size: 13px;\r\n        line-height: 1.4;\r\n    }\r\n\r\n    \/* Animation Section *\/\r\n    .animation-section {\r\n        background: white;\r\n        border-radius: 10px;\r\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n        overflow: hidden;\r\n        margin-bottom: 20px;\r\n    }\r\n\r\n    .animation-header {\r\n        background: #4299e1;\r\n        color: white;\r\n        padding: 12px 15px;\r\n        font-weight: 600;\r\n        font-size: 15px;\r\n    }\r\n\r\n    .animation-container {\r\n        position: relative;\r\n        height: 140px;\r\n        background: #f7fafc;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .email-flow {\r\n        position: absolute;\r\n        width: 100%;\r\n        height: 100%;\r\n    }\r\n\r\n    .email-item {\r\n        position: absolute;\r\n        background: white;\r\n        border-radius: 6px;\r\n        padding: 6px 10px;\r\n        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 6px;\r\n        animation: float 8s infinite linear;\r\n        opacity: 0;\r\n        font-size: 10px; \/* Ensure small font for mobile *\/\r\n        white-space: nowrap;\r\n    }\r\n\r\n    .email-icon {\r\n        width: 16px;\r\n        height: 16px;\r\n        background: #4299e1;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        color: white;\r\n        font-size: 8px;\r\n        flex-shrink: 0;\r\n    }\r\n\r\n    .email-text {\r\n        font-size: 10px;\r\n        font-weight: 500;\r\n        color: #2d3748;\r\n    }\r\n\r\n    @keyframes float {\r\n        0% {\r\n            transform: translateX(-100px);\r\n            opacity: 0;\r\n        }\r\n        10% {\r\n            opacity: 1;\r\n        }\r\n        90% {\r\n            opacity: 1;\r\n        }\r\n        100% {\r\n            transform: translateX(calc(100% + 100px));\r\n            opacity: 0;\r\n        }\r\n    }\r\n\r\n    .email-item:nth-child(1) {\r\n        top: 20px;\r\n        animation-delay: 0s;\r\n    }\r\n\r\n    .email-item:nth-child(2) {\r\n        top: 50px;\r\n        animation-delay: 1.6s;\r\n    }\r\n\r\n    .email-item:nth-child(3) {\r\n        top: 80px;\r\n        animation-delay: 3.2s;\r\n    }\r\n\r\n    .email-item:nth-child(4) {\r\n        top: 110px;\r\n        animation-delay: 4.8s;\r\n    }\r\n\r\n    .email-item:nth-child(5) {\r\n        top: 140px;\r\n        animation-delay: 6.4s;\r\n    }\r\n\r\n    \/* Data Table Section *\/\r\n    .data-preview {\r\n        background: white;\r\n        border-radius: 10px;\r\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n        overflow: hidden;\r\n        flex-grow: 1;\r\n    }\r\n\r\n    .data-preview-header {\r\n        background: #4299e1;\r\n        color: white;\r\n        padding: 12px 15px;\r\n        font-weight: 600;\r\n        font-size: 15px;\r\n    }\r\n\r\n    \/* Data Table Section - IMPROVED FIT *\/\r\n    .data-preview-content {\r\n        padding: 15px;\r\n        height: 280px;\r\n        overflow-y: auto;\r\n        overflow-x: auto;\r\n    }\r\n\r\n    .data-table {\r\n        width: 100%;\r\n        border-collapse: collapse;\r\n        font-size: 11px; \/* REDUCED from 13px *\/\r\n        table-layout: fixed; \/* ADDED: Forces columns to respect width constraints *\/\r\n    }\r\n\r\n    .data-table th {\r\n        text-align: left;\r\n        padding: 6px 4px; \/* REDUCED from 8px *\/\r\n        border-bottom: 1px solid #e2e8f0;\r\n        font-weight: 600;\r\n        color: #4a5568;\r\n        font-size: 10px; \/* REDUCED from 12px *\/\r\n        white-space: nowrap;\r\n    }\r\n\r\n    .data-table td {\r\n        padding: 6px 4px; \/* REDUCED from 8px *\/\r\n        border-bottom: 1px solid #e2e8f0;\r\n        font-size: 11px; \/* REDUCED from 12px *\/\r\n        white-space: nowrap;\r\n        overflow: hidden;\r\n        text-overflow: ellipsis; \/* ADDED: Truncate long text with ... *\/\r\n    }\r\n\r\n    \/* Column width constraints *\/\r\n    .data-table th:nth-child(1), \/* Email *\/\r\n    .data-table td:nth-child(1) {\r\n        width: 30%;\r\n        max-width: 120px;\r\n    }\r\n\r\n    .data-table th:nth-child(2), \/* Company *\/\r\n    .data-table td:nth-child(2) {\r\n        width: 25%;\r\n        max-width: 100px;\r\n    }\r\n\r\n    .data-table th:nth-child(3), \/* Niche *\/\r\n    .data-table td:nth-child(3) {\r\n        width: 20%;\r\n        max-width: 80px;\r\n    }\r\n\r\n    .data-table th:nth-child(4), \/* Source *\/\r\n    .data-table td:nth-child(4) {\r\n        width: 15%;\r\n        max-width: 70px;\r\n    }\r\n\r\n    .data-table th:nth-child(5), \/* Status *\/\r\n    .data-table td:nth-child(5) {\r\n        width: 10%;\r\n        max-width: 50px;\r\n    }\r\n\r\n    .email-address {\r\n        color: #4299e1;\r\n        font-weight: 500;\r\n    }\r\n\r\n    .verified-badge {\r\n        background: #c6f6d5;\r\n        color: #22543d;\r\n        font-size: 9px; \/* REDUCED from 11px *\/\r\n        padding: 2px 4px; \/* REDUCED from 2px 6px *\/\r\n        border-radius: 8px; \/* REDUCED from 10px *\/\r\n        font-weight: 500;\r\n        white-space: nowrap;\r\n    }\r\n\r\n    \/* Mobile specific improvements *\/\r\n    @media (max-width: 768px) {\r\n        \/* TOGGLE TEXT VISIBILITY ON MOBILE *\/\r\n        .mobile-text {\r\n            display: inline;\r\n        }\r\n        \r\n        .desktop-text {\r\n            display: none;\r\n        }\r\n\r\n        .data-preview-content {\r\n            padding: 10px;\r\n            height: 250px;\r\n        }\r\n\r\n        .data-table {\r\n            font-size: 10px;\r\n            min-width: unset; \/* REMOVED minimum width constraint *\/\r\n        }\r\n\r\n        .data-table th,\r\n        .data-table td {\r\n            padding: 4px 2px;\r\n            font-size: 9px;\r\n        }\r\n\r\n        .verified-badge {\r\n            font-size: 7px;\r\n            padding: 1px 3px;\r\n        }\r\n    }\r\n\r\n    \/* Stats Section *\/\r\n    .stats-section {\r\n        background: white;\r\n        border-radius: 10px;\r\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n        overflow: hidden;\r\n        margin-top: 20px;\r\n    }\r\n\r\n    .stats-header {\r\n        background: #4299e1;\r\n        color: white;\r\n        padding: 12px 15px;\r\n        font-weight: 600;\r\n        font-size: 15px;\r\n    }\r\n\r\n    .stats-content {\r\n        padding: 15px;\r\n    }\r\n\r\n    .stats-title {\r\n        font-size: 16px;\r\n        font-weight: 600;\r\n        margin-bottom: 10px;\r\n        color: #2d3748;\r\n    }\r\n\r\n    .stats-description {\r\n        font-size: 13px;\r\n        color: #4a5568;\r\n        margin-bottom: 15px;\r\n        line-height: 1.4;\r\n    }\r\n\r\n    .stat-cards {\r\n        display: grid;\r\n        grid-template-columns: repeat(2, 1fr);\r\n        gap: 12px;\r\n    }\r\n\r\n    .stat-card {\r\n        background: #f7fafc;\r\n        border-radius: 8px;\r\n        padding: 12px;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\r\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    }\r\n\r\n    .stat-card:hover {\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    .stat-value {\r\n        font-size: 24px;\r\n        font-weight: 700;\r\n        color: #4299e1;\r\n        margin-bottom: 3px;\r\n    }\r\n\r\n    .stat-label {\r\n        font-size: 11px;\r\n        color: #4a5568;\r\n    }\r\n\r\n    \/* Shortcode Form - Enhanced for debugging *\/\r\n    .shortcode-form {\r\n        background: white;\r\n        border-radius: 10px;\r\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n        padding: 20px;\r\n        margin-top: 20px;\r\n        min-height: 300px;\r\n        position: relative;\r\n    }\r\n\r\n    .shortcode-debug {\r\n        position: absolute;\r\n        top: 5px;\r\n        right: 5px;\r\n        background: #f56565;\r\n        color: white;\r\n        font-size: 10px;\r\n        padding: 2px 5px;\r\n        border-radius: 3px;\r\n        font-family: monospace;\r\n    }\r\n\r\n    .debug-info {\r\n        background: #fff3cd;\r\n        border: 1px solid #ffeaa7;\r\n        padding: 15px;\r\n        border-radius: 5px;\r\n        margin-bottom: 15px;\r\n        font-size: 12px;\r\n        font-family: monospace;\r\n        line-height: 1.4;\r\n    }\r\n\r\n    .debug-info strong {\r\n        display: block;\r\n        margin-bottom: 5px;\r\n        color: #8b5a00;\r\n    }\r\n\r\n    .error-notice {\r\n        background: #ffebee;\r\n        border: 1px solid #f44336;\r\n        padding: 15px;\r\n        color: #d32f2f;\r\n        border-radius: 5px;\r\n        text-align: center;\r\n    }\r\n\r\n    .loading-state {\r\n        text-align: center;\r\n        padding: 40px 20px;\r\n        color: #4a5568;\r\n    }\r\n\r\n    .loading-spinner {\r\n        display: inline-block;\r\n        width: 20px;\r\n        height: 20px;\r\n        border: 3px solid #f3f3f3;\r\n        border-top: 3px solid #4299e1;\r\n        border-radius: 50%;\r\n        animation: spin 1s linear infinite;\r\n        margin-right: 10px;\r\n    }\r\n\r\n    @keyframes spin {\r\n        0% { transform: rotate(0deg); }\r\n        100% { transform: rotate(360deg); }\r\n    }\r\n\r\n    .fallback-notice {\r\n        background: #fff3cd;\r\n        border: 1px solid #ffeaa7;\r\n        padding: 15px;\r\n        border-radius: 5px;\r\n        text-align: center;\r\n    }\r\n\r\n    \/* How It Works Section *\/\r\n    .how-it-works-section {\r\n        padding: 40px 0;\r\n        background: #f8f9ff;\r\n    }\r\n\r\n    .how-it-works-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    .section-title {\r\n        font-size: 28px;\r\n        font-weight: 700;\r\n        text-align: center;\r\n        margin-bottom: 40px;\r\n        color: #1a202c;\r\n    }\r\n\r\n    .steps-container {\r\n        display: grid;\r\n        grid-template-columns: repeat(2, 1fr);\r\n        gap: 25px;\r\n    }\r\n\r\n    .step-card {\r\n        background: white;\r\n        border-radius: 10px;\r\n        padding: 20px;\r\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\r\n        transition: transform 0.3s ease;\r\n        display: flex;\r\n        align-items: flex-start;\r\n        gap: 15px;\r\n    }\r\n\r\n    .step-card:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .step-icon {\r\n        width: 40px;\r\n        height: 40px;\r\n        background: #4299e1;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        color: white;\r\n        font-size: 16px;\r\n        flex-shrink: 0;\r\n    }\r\n\r\n    .step-content {\r\n        flex: 1;\r\n    }\r\n\r\n    .step-card-title {\r\n        font-size: 16px;\r\n        font-weight: 600;\r\n        margin-bottom: 8px;\r\n        color: #2d3748;\r\n    }\r\n\r\n    .step-card-description {\r\n        font-size: 13px;\r\n        color: #4a5568;\r\n        line-height: 1.5;\r\n    }\r\n\r\n    \/* Features Section *\/\r\n    .features-section {\r\n        padding: 80px 0;\r\n        background: white;\r\n    }\r\n\r\n    .features-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    .features-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(3, 1fr);\r\n        gap: 30px;\r\n        margin-top: 50px;\r\n    }\r\n\r\n    .feature-card {\r\n        background: #f9fafb;\r\n        border-radius: 12px;\r\n        padding: 30px;\r\n        text-align: center;\r\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    }\r\n\r\n    .feature-card:hover {\r\n        transform: translateY(-10px);\r\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    .feature-icon {\r\n        width: 70px;\r\n        height: 70px;\r\n        background: #e0e7ff;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        margin: 0 auto 20px;\r\n        color: #4f46e5;\r\n        font-size: 28px;\r\n    }\r\n\r\n    .feature-title {\r\n        font-size: 20px;\r\n        font-weight: 600;\r\n        margin-bottom: 15px;\r\n        color: #1a202c;\r\n    }\r\n\r\n    .feature-description {\r\n        font-size: 14px;\r\n        color: #4a5568;\r\n        line-height: 1.6;\r\n    }\r\n\r\n    \/* Video Section *\/\r\n    .video-section {\r\n        padding: 40px 0;\r\n        background: #f8f9ff;\r\n    }\r\n\r\n    .video-container {\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    .video-title {\r\n        font-size: 28px;\r\n        font-weight: 700;\r\n        text-align: center;\r\n        margin-bottom: 30px;\r\n        color: #1a202c;\r\n    }\r\n\r\n    .video-wrapper {\r\n        position: relative;\r\n        padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\r\n        height: 0;\r\n        overflow: hidden;\r\n        border-radius: 10px;\r\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    .video-wrapper iframe {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        border: none;\r\n    }\r\n\r\n    \/* Pricing Section *\/\r\n    .pricing-section {\r\n        padding: 80px 0;\r\n        background: #f8f9ff;\r\n    }\r\n\r\n    .pricing-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    .pricing-intro {\r\n        text-align: center;\r\n        margin-bottom: 50px;\r\n        max-width: 800px;\r\n        margin-left: auto;\r\n        margin-right: auto;\r\n    }\r\n\r\n    .pricing-intro p {\r\n        font-size: 18px;\r\n        color: #4a5568;\r\n        margin-bottom: 30px;\r\n    }\r\n\r\n    .price-highlight {\r\n        font-size: 48px;\r\n        font-weight: 800;\r\n        color: #4f46e5;\r\n        margin-bottom: 10px;\r\n    }\r\n\r\n    .price-description {\r\n        font-size: 18px;\r\n        color: #4a5568;\r\n    }\r\n\r\n    .pricing-calculator {\r\n        background: white;\r\n        border-radius: 12px;\r\n        padding: 30px;\r\n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);\r\n        max-width: 600px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .calculator-title {\r\n        font-size: 24px;\r\n        font-weight: 600;\r\n        margin-bottom: 20px;\r\n        text-align: center;\r\n        color: #1a202c;\r\n    }\r\n\r\n    .calculator-form {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .form-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n\r\n    .form-group label {\r\n        font-weight: 500;\r\n        color: #4a5568;\r\n    }\r\n\r\n    .form-group input {\r\n        padding: 12px 15px;\r\n        border: 1px solid #e2e8f0;\r\n        border-radius: 8px;\r\n        font-size: 16px;\r\n        transition: border-color 0.3s;\r\n    }\r\n\r\n    .form-group input:focus {\r\n        outline: none;\r\n        border-color: #4f46e5;\r\n    }\r\n\r\n    .price-result {\r\n        background: #f0f4ff;\r\n        border-radius: 8px;\r\n        padding: 20px;\r\n        text-align: center;\r\n    }\r\n\r\n    .price-result-label {\r\n        font-size: 16px;\r\n        color: #4a5568;\r\n        margin-bottom: 10px;\r\n    }\r\n\r\n    .price-result-value {\r\n        font-size: 36px;\r\n        font-weight: 700;\r\n        color: #4f46e5;\r\n    }\r\n\r\n    .calculator-cta {\r\n        background: #4f46e5;\r\n        color: white;\r\n        border: none;\r\n        padding: 15px 30px;\r\n        border-radius: 8px;\r\n        font-size: 16px;\r\n        font-weight: 600;\r\n        cursor: pointer;\r\n        transition: background-color 0.3s;\r\n    }\r\n\r\n    .calculator-cta:hover {\r\n        background: #4338ca;\r\n    }\r\n\r\n    \/* FAQ Section - COMPACT DESIGN *\/\r\n    .faq-section {\r\n        padding: 60px 0; \/* REDUCED from 80px *\/\r\n        background: white;\r\n    }\r\n\r\n    .faq-container {\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    .faq-item {\r\n        margin-bottom: 12px; \/* REDUCED from 20px *\/\r\n        border-bottom: 1px solid #e2e8f0;\r\n        padding-bottom: 12px; \/* REDUCED from 20px *\/\r\n    }\r\n\r\n    .faq-question {\r\n        font-size: 16px; \/* REDUCED from 18px *\/\r\n        font-weight: 600;\r\n        margin-bottom: 8px; \/* REDUCED from 15px *\/\r\n        color: #1a202c;\r\n        cursor: pointer;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n    }\r\n\r\n    .faq-question i {\r\n        transition: transform 0.3s;\r\n        color: #4f46e5;\r\n        font-size: 14px; \/* REDUCED from default *\/\r\n    }\r\n\r\n    .faq-question.active i {\r\n        transform: rotate(180deg);\r\n    }\r\n\r\n    .faq-answer {\r\n        font-size: 14px; \/* REDUCED from 16px *\/\r\n        color: #4a5568;\r\n        line-height: 1.5; \/* REDUCED from 1.6 *\/\r\n        display: none;\r\n    }\r\n\r\n    .faq-answer.active {\r\n        display: block;\r\n    }\r\n\r\n    \/* Footer *\/\r\n    footer {\r\n        background: #1a202c;\r\n        color: #e2e8f0;\r\n        padding: 50px 0 20px;\r\n    }\r\n\r\n    .footer-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n        display: grid;\r\n        grid-template-columns: repeat(4, 1fr);\r\n        gap: 30px;\r\n    }\r\n\r\n    .footer-column h3 {\r\n        font-size: 18px;\r\n        margin-bottom: 20px;\r\n        color: white;\r\n    }\r\n\r\n    .footer-column ul {\r\n        list-style: none;\r\n    }\r\n\r\n    .footer-column ul li {\r\n        margin-bottom: 10px;\r\n    }\r\n\r\n    .footer-column ul li a {\r\n        color: #e2e8f0;\r\n        text-decoration: none;\r\n        transition: color 0.3s;\r\n    }\r\n\r\n    .footer-column ul li a:hover {\r\n        color: #4f46e5;\r\n    }\r\n\r\n    .footer-bottom {\r\n        margin-top: 40px;\r\n        padding-top: 20px;\r\n        border-top: 1px solid #2d3748;\r\n        text-align: center;\r\n        font-size: 14px;\r\n        color: #a0aec0;\r\n    }\r\n\r\n    \/* Basic form styling *\/\r\n    .form-group {\r\n        margin-bottom: 15px;\r\n    }\r\n    \r\n    .form-group label {\r\n        display: block;\r\n        margin-bottom: 5px;\r\n        font-weight: 500;\r\n    }\r\n    \r\n    .form-group input, .form-group textarea {\r\n        width: 100%;\r\n        padding: 10px;\r\n        border: 1px solid #ddd;\r\n        border-radius: 5px;\r\n        font-family: inherit;\r\n    }\r\n    \r\n    .form-group textarea {\r\n        height: 100px;\r\n        resize: vertical;\r\n    }\r\n    \r\n    .form-submit {\r\n        background: #4299e1;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\r\n        border-radius: 5px;\r\n        font-weight: 600;\r\n        cursor: pointer;\r\n        transition: background 0.3s ease;\r\n    }\r\n    \r\n    .form-submit:hover {\r\n        background: #3182ce;\r\n    }\r\n    \r\n    \/* MOBILE RESPONSIVE FIXES FOR RIGHT SECTIONS *\/\r\n    @media (max-width: 992px) {\r\n        .hero-section {\r\n            padding: 40px 0 40px; \/* Reduced padding from 70px to 40px *\/\r\n        }\r\n        \r\n        .hero-container {\r\n            flex-direction: column;\r\n            gap: 30px; \/* Increased gap for better mobile spacing *\/\r\n        }\r\n\r\n        \/* Make hero visual full width on mobile *\/\r\n        .hero-visual {\r\n            width: 100%;\r\n            margin: 0;\r\n        }\r\n        \r\n        .steps-container {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        \r\n        .features-grid {\r\n            grid-template-columns: repeat(2, 1fr);\r\n        }\r\n        \r\n        .footer-container {\r\n            grid-template-columns: repeat(2, 1fr);\r\n        }\r\n\r\n        \/* Ensure all visual sections fit properly *\/\r\n        .animation-section,\r\n        .data-preview,\r\n        .stats-section {\r\n            margin-left: 0;\r\n            margin-right: 0;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .hero-title {\r\n            font-size: 28px;\r\n        }\r\n        \r\n        .stats-title, .section-title {\r\n            font-size: 24px;\r\n        }\r\n        \r\n        .stat-cards {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        \r\n        .step-card {\r\n            flex-direction: column;\r\n            align-items: center;\r\n            text-align: center;\r\n        }\r\n        \r\n        .features-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        \r\n        .footer-container {\r\n            grid-template-columns: 1fr;\r\n        }\r\n\r\n        \/* MOBILE SPECIFIC FIXES *\/\r\n        .hero-container {\r\n            padding: 0 15px; \/* Reduce padding on very small screens *\/\r\n        }\r\n\r\n        .animation-section,\r\n        .data-preview,\r\n        .stats-section {\r\n            margin: 0 0 20px 0; \/* Remove any side margins *\/\r\n        }\r\n\r\n        \/* Fix data table overflow on mobile *\/\r\n        .data-preview-content {\r\n            padding: 10px;\r\n            height: 250px;\r\n        }\r\n\r\n        .data-table {\r\n            font-size: 11px;\r\n            min-width: 400px; \/* Reduced minimum width for mobile *\/\r\n        }\r\n\r\n        .data-table th,\r\n        .data-table td {\r\n            padding: 6px 4px;\r\n            font-size: 10px;\r\n        }\r\n\r\n        \/* Improve email animation on mobile *\/\r\n        .animation-container {\r\n            height: 120px;\r\n        }\r\n\r\n        .email-item {\r\n            font-size: 9px;\r\n            padding: 4px 8px;\r\n        }\r\n\r\n        .email-text {\r\n            font-size: 9px;\r\n        }\r\n\r\n        .email-icon {\r\n            width: 14px;\r\n            height: 14px;\r\n            font-size: 7px;\r\n        }\r\n\r\n        \/* Stats cards mobile optimization *\/\r\n        .stat-card {\r\n            padding: 10px;\r\n            text-align: center;\r\n        }\r\n\r\n        .stat-value {\r\n            font-size: 20px;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 10px;\r\n        }\r\n\r\n        \/* Stats content mobile *\/\r\n        .stats-content {\r\n            padding: 12px;\r\n        }\r\n\r\n        .stats-title {\r\n            font-size: 14px;\r\n            line-height: 1.3;\r\n        }\r\n\r\n        .stats-description {\r\n            font-size: 12px;\r\n        }\r\n        \r\n        \/* FAQ mobile adjustments *\/\r\n        .faq-section {\r\n            padding: 40px 0; \/* Further reduced for mobile *\/\r\n        }\r\n        \r\n        .faq-item {\r\n            margin-bottom: 10px; \/* Even more compact on mobile *\/\r\n            padding-bottom: 10px;\r\n        }\r\n        \r\n        .faq-question {\r\n            font-size: 15px; \/* Slightly smaller on mobile *\/\r\n            margin-bottom: 6px;\r\n        }\r\n        \r\n        .faq-answer {\r\n            font-size: 13px; \/* Smaller on mobile *\/\r\n            line-height: 1.4;\r\n        }\r\n    }\r\n\r\n    \/* Extra small screens *\/\r\n    @media (max-width: 480px) {\r\n        .hero-container {\r\n            padding: 0 10px;\r\n        }\r\n\r\n        .data-table {\r\n            min-width: 350px;\r\n        }\r\n\r\n        .data-table th,\r\n        .data-table td {\r\n            padding: 4px 2px;\r\n            font-size: 9px;\r\n        }\r\n\r\n        .verified-badge {\r\n            font-size: 8px;\r\n            padding: 1px 4px;\r\n        }\r\n\r\n        .animation-header,\r\n        .data-preview-header,\r\n        .stats-header {\r\n            padding: 10px 12px;\r\n            font-size: 14px;\r\n        }\r\n    }\r\n\r\n    \/* Override default WordPress styles that might interfere *\/\r\n    .hero-section * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .hero-section h1,\r\n    .hero-section h2,\r\n    .hero-section h3 {\r\n        margin: 0;\r\n    }\r\n\r\n    .hero-section p {\r\n        margin: 0;\r\n    }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"effpim-header-wrapper\">\r\n    \r\n    <\/div>\r\n\r\n    <div class=\"mobile-overlay\" id=\"mobileOverlay\"><\/div>\r\n\r\n    <section class=\"hero-section\">\r\n        <div class=\"hero-container\">\r\n            <div class=\"hero-content\">\r\n                <h1 class=\"hero-title\">Instantly Get 1000+ Verified B2B Emails from Any Niche \u2014 in 5 Minutes<\/h1>\r\n                \r\n                <p class=\"hero-subtitle\">\r\n                    <span class=\"desktop-text\">Describe who you want to reach in plain English and get a clean CSV with verified, <strong>unique<\/strong> emails in minutes.<\/span>\r\n                    <span class=\"mobile-text\">Describe who you want to reach in plain English, and get a clean CSV with verified, <strong>unique<\/strong> emails.<\/span>\r\n                <\/p>\r\n                \r\n                <div class=\"examples\">\r\n                    <div class=\"examples-title\">For example:<\/div>\r\n                    <div class=\"examples-list\">\r\n                        <div class=\"example-item\">\r\n                            <i class=\"fas fa-check-circle\"><\/i>\r\n                            <span>\"Car dealers in Florida\"<\/span>\r\n                        <\/div>\r\n                        <div class=\"example-item\">\r\n                            <i class=\"fas fa-check-circle\"><\/i>\r\n                            <span>\"Real estate agents in Austin\"<\/span>\r\n                        <\/div>\r\n                        <div class=\"example-item\">\r\n                            <i class=\"fas fa-check-circle\"><\/i>\r\n                            <span>\"Dentists in California who use AI tools\"<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"process-steps\">\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">1<\/div>\r\n                        <div class=\"step-content\">\r\n                            <div class=\"step-title\">Describe your target audience<\/div>\r\n                            <div class=\"step-description\">Use natural language to describe who you want to reach<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">2<\/div>\r\n                        <div class=\"step-content\">\r\n                            <div class=\"step-title\">We find and verify emails<\/div>\r\n                            <div class=\"step-description\">Our AI expands your description and extracts verified emails<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">3<\/div>\r\n                        <div class=\"step-content\">\r\n                            <div class=\"step-title\">You get a clean CSV<\/div>\r\n                            <div class=\"step-description\">No spreadsheets. No LinkedIn grinding. No expensive bills.<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"shortcode-form\">\r\n                    <div class=\"shortcode-debug\" id=\"shortcode-debug-indicator\" style=\"display: none;\">DEBUG: Checking shortcode...<\/div>\r\n                    \r\n                    <div id=\"email-scraper-form\">\r\n                        <h3>B2B Email Scraper<\/h3>\r\n                        <form id=\"scraper-form\" method=\"post\">\r\n                            <div class=\"form-group\">\r\n                                <label for=\"target-audience\">Describe Your Target Audience<\/label>\r\n                                <textarea id=\"target-audience\" name=\"target_audience\" placeholder=\"e.g., Real estate agents in Austin\" required><\/textarea>\r\n                            <\/div>\r\n                            <div class=\"form-group\">\r\n                                <label for=\"email-count\">Number of Emails to Scrape<\/label>\r\n                                <input type=\"number\" id=\"email-count\" name=\"email_count\" min=\"200\" value=\"1000\" required>\r\n                            <\/div>\r\n                            <div class=\"form-group\">\r\n                                <label for=\"delivery-email\">Your Email Address<\/label>\r\n                                <input type=\"email\" id=\"delivery-email\" name=\"delivery_email\" value=\"your@email.com\" required>\r\n                            <\/div>\r\n                            <div class=\"form-group\">\r\n                                <button type=\"submit\" class=\"form-submit\">Start Scraping<\/button>\r\n                            <\/div>\r\n                        <\/form>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"hero-visual\">\r\n                <div class=\"animation-section\">\r\n                    <div class=\"animation-header\">Live Email Extraction<\/div>\r\n                    <div class=\"animation-container\">\r\n                        <div class=\"email-flow\">\r\n                            <div class=\"email-item\">\r\n                                <div class=\"email-icon\"><i class=\"fas fa-envelope\"><\/i><\/div>\r\n                                <div class=\"email-text\">john@realestate.com<\/div>\r\n                            <\/div>\r\n                            <div class=\"email-item\">\r\n                                <div class=\"email-icon\"><i class=\"fas fa-envelope\"><\/i><\/div>\r\n                                <div class=\"email-text\">sarah@saascompany.io<\/div>\r\n                            <\/div>\r\n                            <div class=\"email-item\">\r\n                                <div class=\"email-icon\"><i class=\"fas fa-envelope\"><\/i><\/div>\r\n                                <div class=\"email-text\">dr.smith@dentalclinic.net<\/div>\r\n                            <\/div>\r\n                            <div class=\"email-item\">\r\n                                <div class=\"email-icon\"><i class=\"fas fa-envelope\"><\/i><\/div>\r\n                                <div class=\"email-text\">contact@marketingfirm.com<\/div>\r\n                            <\/div>\r\n                            <div class=\"email-item\">\r\n                                <div class=\"email-icon\"><i class=\"fas fa-envelope\"><\/i><\/div>\r\n                                <div class=\"email-text\">info@techstartup.co<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                \r\n                <div class=\"data-preview\">\r\n    <div class=\"data-preview-header\">Sample Extracted Data<\/div>\r\n    <div class=\"data-preview-content\">\r\n        <table class=\"data-table\">\r\n            <thead>\r\n                <tr>\r\n                    <th>Email<\/th>\r\n                    <th>Company<\/th>\r\n                    <th>Niche<\/th>\r\n                    <th>Source<\/th>\r\n                    <th>Status<\/th>\r\n                <\/tr>\r\n            <\/thead>\r\n            <tbody>\r\n                <tr>\r\n                    <td class=\"email-address\">john@realestate.com<\/td>\r\n                    <td>Real Estate Company<\/td>\r\n                    <td>Real estate<\/td>\r\n                    <td>realestate.com<\/td>\r\n                    <td><span class=\"verified-badge\">Verified<\/span><\/td>\r\n                <\/tr>\r\n                <tr>\r\n                    <td class=\"email-address\">sarah@saascompany.io<\/td>\r\n                    <td>SaaS Company<\/td>\r\n                    <td>B2B Software<\/td>\r\n                    <td>saascompany.io<\/td>\r\n                    <td><span class=\"verified-badge\">Verified<\/span><\/td>\r\n                <\/tr>\r\n                <tr>\r\n                    <td class=\"email-address\">dr.smith@dentalclinic.net<\/td>\r\n                    <td>Dental Clinic<\/td>\r\n                    <td>Healthcare<\/td>\r\n                    <td>dentalclinic.net<\/td>\r\n                    <td><span class=\"verified-badge\">Verified<\/span><\/td>\r\n                <\/tr>\r\n                <tr>\r\n                    <td class=\"email-address\">contact@marketingfirm.com<\/td>\r\n                    <td>Marketing Firm<\/td>\r\n                    <td>Digital Agency<\/td>\r\n                    <td>marketingfirm.com<\/td>\r\n                    <td><span class=\"verified-badge\">Verified<\/span><\/td>\r\n                <\/tr>\r\n                <tr>\r\n                    <td class=\"email-address\">info@techstartup.co<\/td>\r\n                    <td>Tech Startup<\/td>\r\n                    <td>Technology<\/td>\r\n                    <td>techstartup.co<\/td>\r\n                    <td><span class=\"verified-badge\">Verified<\/span><\/td>\r\n                <\/tr>\r\n            <\/tbody>\r\n        <\/table>\r\n    <\/div>\r\n<\/div>\r\n                \r\n                <div class=\"stats-section\">\r\n                    <div class=\"stats-header\">Quality Data That Drives Results<\/div>\r\n                    <div class=\"stats-content\">\r\n                        <div class=\"stats-title\">Our advanced scraping technology extracts verified emails from contact pages across web, giving you high-quality leads for your outreach campaigns.<\/div>\r\n                        \r\n                        <div class=\"stat-cards\">\r\n                            <div class=\"stat-card\">\r\n                                <div class=\"stat-value\">95%<\/div>\r\n                                <div class=\"stat-label\">Email Accuracy Rate<\/div>\r\n                            <\/div>\r\n                            <div class=\"stat-card\">\r\n                                <div class=\"stat-value\">5M+<\/div>\r\n                                <div class=\"stat-label\">Emails Extracted<\/div>\r\n                            <\/div>\r\n                            <div class=\"stat-card\">\r\n                                <div class=\"stat-value\">10K+<\/div>\r\n                                <div class=\"stat-label\">Happy Customers<\/div>\r\n                            <\/div>\r\n                            <div class=\"stat-card\">\r\n                                <div class=\"stat-value\">0%<\/div>\r\n                                <div class=\"stat-label\">Duplicate Leads<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"how-it-works-section\">\r\n        <div class=\"how-it-works-container\">\r\n            <h2 class=\"section-title\">How It Works<\/h2>\r\n            \r\n            <div class=\"steps-container\">\r\n                <div class=\"step-card\">\r\n                    <div class=\"step-icon\">\r\n                        <i class=\"fas fa-comment-dots\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"step-content\">\r\n                        <h3 class=\"step-card-title\">Describe your target niche in natural language<\/h3>\r\n                        <p class=\"step-card-description\">Simply describe who you want to reach in plain English, like \"SaaS founders in Canada\" or \"Dentists in California who use AI tools\".<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"step-card\">\r\n                    <div class=\"step-icon\">\r\n                        <i class=\"fas fa-brain\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"step-content\">\r\n                        <h3 class=\"step-card-title\">Our AI expands your description<\/h3>\r\n                        <p class=\"step-card-description\">Our AI analyzes your description and expands it into relevant keywords, locations, and search operators to find the right prospects.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"step-card\">\r\n                    <div class=\"step-icon\">\r\n                        <i class=\"fas fa-shield-alt\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"step-content\">\r\n                        <h3 class=\"step-card-title\">Proxy auto-apply behind the scene<\/h3>\r\n                        <p class=\"step-card-description\">Our enterprise proxy infrastructure rotates IP addresses automatically, ensuring uninterrupted scraping without you needing to configure anything.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"step-card\">\r\n                    <div class=\"step-icon\">\r\n                        <i class=\"fas fa-search\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"step-content\">\r\n                        <h3 class=\"step-card-title\">We scrape domains from Google results<\/h3>\r\n                        <p class=\"step-card-description\">We search Google and extract domains that match your target audience, focusing on businesses and professionals.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"step-card\">\r\n                    <div class=\"step-icon\">\r\n                        <i class=\"fas fa-envelope-open-text\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"step-content\">\r\n                        <h3 class=\"step-card-title\">Emails are extracted using regex<\/h3>\r\n                        <p class=\"step-card-description\">Our system crawls contact pages and extracts email addresses using advanced regex patterns.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"step-card\">\r\n                    <div class=\"step-icon\">\r\n                        <i class=\"fas fa-check-circle\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"step-content\">\r\n                        <h3 class=\"step-card-title\">Emails are verified for deliverability<\/h3>\r\n                        <p class=\"step-card-description\">We verify each extracted email to ensure it's active and can receive messages, improving your campaign success rates.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"step-card\">\r\n                    <div class=\"step-icon\">\r\n                        <i class=\"fas fa-history\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"step-content\">\r\n                        <h3 class=\"step-card-title\">We auto-skip duplicates from history<\/h3>\r\n                        <p class=\"step-card-description\">We check your previous job history and automatically skip any email you've already paid for. Zero duplicates, guaranteed.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"step-card\">\r\n                    <div class=\"step-icon\">\r\n                        <i class=\"fas fa-file-csv\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"step-content\">\r\n                        <h3 class=\"step-card-title\">Export and use your data immediately<\/h3>\r\n                        <p class=\"step-card-description\">Download your verified email list as a CSV file with all contact details, ready to import into your email marketing platform.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\t\t\t<section class=\"video-section\">\r\n    <div class=\"video-container\">\r\n        <h2 class=\"video-title\">See EfficientPIM in Action<\/h2>\r\n        <div class=\"video-wrapper\" style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); background: #000;\">\r\n            <video \r\n                id=\"demo-video-player\"\r\n                autoplay \r\n                muted \r\n                loop \r\n                playsinline \r\n                style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; border: none;\">\r\n                <source src=\"https:\/\/efficientpim.s3.us-east-2.amazonaws.com\/uploads\/2025\/12\/20191044\/Scraper-Dashboard-_-EfficientPIM_demoV2.mp4\" type=\"video\/mp4\">\r\n            <\/video>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    const video = document.getElementById('demo-video-player');\r\n    if (video) {\r\n        \/\/ Change 1.5 to 1.25 or 2.0 depending on your preference\r\n        video.playbackRate = 2.0;\r\n    }\r\n});\r\n<\/script>\r\n\r\n    <section id=\"features\" class=\"features-section\">\r\n        <div class=\"features-container\">\r\n            <h2 class=\"section-title\">Powerful Features for Effective Outreach<\/h2>\r\n            \r\n            <div class=\"features-grid\">\r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\r\n                        <i class=\"fas fa-robot\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"feature-title\">AI-Powered Targeting<\/h3>\r\n                    <p class=\"feature-description\">Our advanced AI understands natural language descriptions to find the most relevant contacts for your business.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\r\n                        <i class=\"fas fa-history\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"feature-title\">Smart Duplicate Protection<\/h3>\r\n                    <p class=\"feature-description\">Never pay for the same lead twice. We automatically skip emails found in your previous jobs to ensure 100% unique data.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\r\n                        <i class=\"fas fa-check-double\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"feature-title\">Email Verification<\/h3>\r\n                    <p class=\"feature-description\">Every email is verified for deliverability, ensuring your messages reach real inboxes and reducing bounce rates.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\r\n                        <i class=\"fas fa-globe\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"feature-title\">Global Reach<\/h3>\r\n                    <p class=\"feature-description\">Extract emails from businesses and professionals worldwide, with support for multiple languages and regions.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\r\n                        <i class=\"fas fa-file-download\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"feature-title\">CSV Export<\/h3>\r\n                    <p class=\"feature-description\">Download your data in a clean CSV format that's ready to import into any email marketing platform or CRM.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-icon\">\r\n                        <i class=\"fas fa-chart-line\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"feature-title\">Detailed Analytics<\/h3>\r\n                    <p class=\"feature-description\">Track the performance of your email lists with detailed analytics and insights to optimize your outreach strategy.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section id=\"pricing\" class=\"pricing-section\">\r\n        <div class=\"pricing-container\">\r\n            <h2 class=\"section-title\">Simple, Transparent Pricing<\/h2>\r\n            \r\n            <div class=\"pricing-intro\">\r\n                <p>Pay only for what you use. No monthly subscriptions, no hidden fees.<\/p>\r\n                <div class=\"price-highlight\">$0.005 per email<\/div>\r\n                <div class=\"price-description\">That's just $5.00 for 1,000 verified emails<\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ess-comparison-section\" style=\"margin-bottom: 50px;\">\r\n                <h3 style=\"text-align: center; color: #4a5568; font-size: 20px; margin-bottom: 25px;\">Price Per 1,000 Exported Emails<\/h3>\r\n                <div class=\"ess-comp-table\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; text-align: center;\">\r\n                    \r\n                    <div class=\"ess-comp-card\" style=\"background: #fff; padding: 20px; border-radius: 12px; border: 1px solid #e2e8f0;\">\r\n                        <h3 style=\"margin: 0; color: #718096; font-size: 16px;\">Hunter.io<\/h3>\r\n                        <div style=\"font-size: 24px; font-weight: 700; color: #2d3748; margin: 10px 0;\">~$98.00<\/div>\r\n                        <div style=\"font-size: 12px; color: #a0aec0;\">per 1,000 emails<\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"ess-comp-card\" style=\"background: #fff; padding: 20px; border-radius: 12px; border: 1px solid #e2e8f0;\">\r\n                        <h3 style=\"margin: 0; color: #718096; font-size: 16px;\">Apollo.io<\/h3>\r\n                        <div style=\"font-size: 24px; font-weight: 700; color: #2d3748; margin: 10px 0;\">~$49.00<\/div>\r\n                        <div style=\"font-size: 12px; color: #a0aec0;\">Requires Subscription<\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"ess-comp-card\" style=\"background: #fff; padding: 20px; border-radius: 12px; border: 1px solid #e2e8f0;\">\r\n                        <h3 style=\"margin: 0; color: #718096; font-size: 16px;\">Snov.io<\/h3>\r\n                        <div style=\"font-size: 24px; font-weight: 700; color: #2d3748; margin: 10px 0;\">~$39.00<\/div>\r\n                        <div style=\"font-size: 12px; color: #a0aec0;\">per 1,000 emails<\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"ess-comp-card featured\" style=\"background: #ffffff; padding: 25px; border-radius: 12px; border: 2px solid #4f46e5; box-shadow: 0 10px 25px rgba(79, 70, 229, 0.15); transform: scale(1.05); position: relative; z-index: 1;\">\r\n                        <div style=\"position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #4f46e5; color: white; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase;\">Best Value<\/div>\r\n                        <h3 style=\"margin: 0; color: #4f46e5; font-size: 18px;\">EfficientPIM<\/h3>\r\n                        <div style=\"font-size: 32px; font-weight: 800; color: #1a202c; margin: 10px 0;\">$5.00<\/div>\r\n                        <div style=\"font-size: 13px; color: #4a5568; font-weight: 500;\">Pay As You Go<\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"pricing-calculator\">\r\n                <h3 class=\"calculator-title\">Calculate Your Cost<\/h3>\r\n                <div class=\"calculator-form\">\r\n                    <div class=\"form-group\">\r\n                        <label for=\"email-quantity\">Number of Emails Needed<\/label>\r\n                        <input type=\"number\" id=\"email-quantity\" min=\"1000\" max=\"100000\" step=\"1000\" value=\"1000\">\r\n                    <\/div>\r\n                    <div class=\"price-result\">\r\n                        <div class=\"price-result-label\">Total Cost<\/div>\r\n                        <div class=\"price-result-value\" id=\"total-cost\">$5.00<\/div>\r\n                    <\/div>\r\n                    <button class=\"calculator-cta\" onclick=\"window.location.href='\/scraper-dashboard\/'\">Get Started<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section id=\"faq\" class=\"faq-section\">\r\n        <div class=\"faq-container\">\r\n            <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    Do I need proxies to scrape emails?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    No, proxies are included with our service. We maintain a premium proxy infrastructure that ensures reliable, uninterrupted scraping without any additional setup or costs on your end. Our system automatically handles all proxy management, rotation, and technical requirements so you can focus on what matters most - growing your business.\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    Will I be charged for duplicates if I run similar searches?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    Never. Our <strong>Smart Duplicate Protection<\/strong> automatically checks your previous download history. We skip any email address you have already extracted in the past. You are guaranteed to only pay for 100% unique, fresh leads that you haven't seen before.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    How quickly will I receive my email list?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    Processing time depends on number of emails you need. Here are realistic timeframes based on our optimized scraping technology:\r\n                    <br><br>\r\n                    <strong>300-500 Emails:<\/strong> ~15 minutes<br>\r\n                    <strong>1,000 Emails:<\/strong> ~25 minutes<br>\r\n                    <strong>10,000 Emails:<\/strong> ~3 hours<br>\r\n                    <strong>100,000 Emails:<\/strong> ~24 hours\r\n                    <br><br>\r\n                    Our system processes requests in parallel and uses advanced verification methods to ensure quality while maintaining speed. You'll receive email notifications when your list is ready for download.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    How accurate are the extracted emails?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    Our email verification process ensures a 95% accuracy rate. We use multiple verification methods to confirm that each email is active and can receive messages, significantly reducing bounce rates compared to other scraping tools.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    What file formats do you provide?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    We provide CSV (Comma-Separated Values) format for all email lists. CSV is the industry standard for data exchange and can be easily imported into virtually any email marketing platform, CRM, or spreadsheet application. Each CSV file includes columns for email address, company name, source website, and verification status. The format is clean, properly encoded with UTF-8 to support international characters, and compatible with tools like Mailchimp, HubSpot, Salesforce, Excel, Google Sheets, and more.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    Can I specify the types of businesses or industries?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    Yes! Our AI-powered system understands natural language descriptions, so you can specify industries, company sizes, locations, and even specific technologies or tools they use. The more detailed your description, the more targeted your results will be.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    Is this service compliant with data privacy regulations?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    We only collect publicly available contact information from company websites and professional profiles. However, it's your responsibility to ensure your email marketing campaigns comply with applicable regulations such as GDPR, CAN-SPAM, and other local laws.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    What payment methods do you accept?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    We accept Bitcoin, Ethereum, Litecoin, Solana, USDT, Ripple (XRP), USDC, Binance Coin (BNB), Cardano, Dogecoin, Monero (XMR), Tron, Wise, and wire transfers for larger orders. All transactions are processed securely through our payment partners, and we never store your payment information on our servers.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    Is there an API available for developers?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    Yes, we provide a comprehensive REST API with detailed documentation for seamless integration. Developers can connect our email scraping service directly into their applications, CRMs, or marketing automation tools. The API supports all the same features as our web interface, including custom targeting, real-time verification, and webhook notifications when your lists are ready.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    Is customer support available?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    Yes, we offer comprehensive customer support to ensure you get the most value from our service. Our support is available 24\/7 via email and Live Chat for all inquiries. Premium customers also have access to priority support with faster response times.\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n    \r\n    <script>\r\n    \/\/ Updated Script for Robust Toggle (effpim prefix)\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        const toggle = document.getElementById('effpimToggle');\r\n        const menu = document.getElementById('effpimMenu');\r\n        const icon = toggle.querySelector('i');\r\n        const dropdown = document.getElementById('pimDropdown');\r\n        const dropdownLink = dropdown.querySelector('.effpim-link');\r\n        const mobileOverlay = document.getElementById('mobileOverlay');\r\n\r\n        \/\/ Mobile Menu Toggle\r\n        toggle.addEventListener('click', function() {\r\n            menu.classList.toggle('active');\r\n            mobileOverlay.classList.toggle('active');\r\n            document.body.style.overflow = menu.classList.contains('active') ? 'hidden' : '';\r\n            \r\n            \/\/ Icon Switch\r\n            if (menu.classList.contains('active')) {\r\n                icon.classList.remove('fa-bars');\r\n                icon.classList.add('fa-times');\r\n            } else {\r\n                icon.classList.remove('fa-times');\r\n                icon.classList.add('fa-bars');\r\n            }\r\n        });\r\n\r\n        \/\/ Close menu when overlay is clicked\r\n        mobileOverlay.addEventListener('click', () => {\r\n            menu.classList.remove('active');\r\n            mobileOverlay.classList.remove('active');\r\n            document.body.style.overflow = '';\r\n            icon.classList.remove('fa-times');\r\n            icon.classList.add('fa-bars');\r\n        });\r\n\r\n        \/\/ Mobile Dropdown Toggle (Click 'PIM' to expand)\r\n        dropdownLink.addEventListener('click', function(e) {\r\n            if (window.innerWidth <= 992) {\r\n                e.preventDefault();\r\n                dropdown.classList.toggle('open');\r\n            }\r\n        });\r\n\r\n        \/\/ Close Menu on Link Click\r\n        document.querySelectorAll('.effpim-link, .effpim-dropdown-item a').forEach(link => {\r\n            link.addEventListener('click', function(e) {\r\n                \/\/ Don't close if clicking the PIM dropdown toggle on mobile\r\n                if (this.parentElement.classList.contains('effpim-dropdown') && window.innerWidth <= 992) {\r\n                    return;\r\n                }\r\n                \r\n                \/\/ Don't close if it's a dropdown menu item on mobile\r\n                if(window.innerWidth <= 992 && link.closest('.effpim-dropdown-menu')) {\r\n                    return;\r\n                }\r\n                \r\n                if (window.innerWidth <= 992) {\r\n                    menu.classList.remove('active');\r\n                    mobileOverlay.classList.remove('active');\r\n                    document.body.style.overflow = '';\r\n                    icon.classList.remove('fa-times');\r\n                    icon.classList.add('fa-bars');\r\n                }\r\n            });\r\n        });\r\n\r\n        \/\/ Handle window resize\r\n        window.addEventListener('resize', () => {\r\n            if (window.innerWidth > 992) {\r\n                menu.classList.remove('active');\r\n                mobileOverlay.classList.remove('active');\r\n                document.body.style.overflow = '';\r\n                icon.classList.remove('fa-times');\r\n                icon.classList.add('fa-bars');\r\n                dropdown.classList.remove('open');\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Handle form submission\r\n    document.getElementById('scraper-form').addEventListener('submit', function(e) {\r\n        e.preventDefault();\r\n        \r\n        \/\/ Get form data\r\n        const formData = new FormData(this);\r\n        const targetAudience = formData.get('target_audience');\r\n        const emailCount = formData.get('email_count');\r\n        const deliveryEmail = formData.get('delivery_email');\r\n        \r\n        \/\/ Show loading state\r\n        const formContainer = document.getElementById('email-scraper-form');\r\n        const originalContent = formContainer.innerHTML;\r\n        \r\n        formContainer.innerHTML = `\r\n            <div class=\"loading-state\">\r\n                <div class=\"loading-spinner\"><\/div>\r\n                Processing your request...\r\n            <\/div>\r\n        `;\r\n        \r\n        \/\/ REDIRECT BEHAVIOR (UPDATED)\r\n        setTimeout(function() {\r\n            window.location.href = '\/scraper-dashboard\/';\r\n        }, 1500);\r\n    });\r\n    \r\n    \/\/ Pricing calculator\r\n    const emailQuantityInput = document.getElementById('email-quantity');\r\n    const totalCostElement = document.getElementById('total-cost');\r\n    \r\n    function updateCost() {\r\n        const quantity = parseInt(emailQuantityInput.value);\r\n        const cost = (quantity * 0.005).toFixed(2);\r\n        totalCostElement.textContent = `$${cost}`;\r\n    }\r\n    \r\n    emailQuantityInput.addEventListener('input', updateCost);\r\n    \r\n    \/\/ FAQ accordion\r\n    const faqQuestions = document.querySelectorAll('.faq-question');\r\n    \r\n    faqQuestions.forEach(question => {\r\n        question.addEventListener('click', () => {\r\n            const answer = question.nextElementSibling;\r\n            const icon = question.querySelector('i');\r\n            \r\n            \/\/ Toggle current answer\r\n            answer.classList.toggle('active');\r\n            icon.classList.toggle('active');\r\n            \r\n            \/\/ Close other answers\r\n            faqQuestions.forEach(otherQuestion => {\r\n                if (otherQuestion !== question) {\r\n                    const otherAnswer = otherQuestion.nextElementSibling;\r\n                    const otherIcon = otherQuestion.querySelector('i');\r\n                    otherAnswer.classList.remove('active');\r\n                    otherIcon.classList.remove('active');\r\n                }\r\n            });\r\n        });\r\n    });\r\n    \r\n    \/\/ Animate stat cards on scroll\r\n    const observerOptions = {\r\n        threshold: 0.5,\r\n        rootMargin: '0px'\r\n    };\r\n    \r\n    const observer = new IntersectionObserver((entries) => {\r\n        entries.forEach(entry => {\r\n            if (entry.isIntersecting) {\r\n                entry.target.style.opacity = '1';\r\n                entry.target.style.transform = 'translateY(0)';\r\n            }\r\n        });\r\n    }, observerOptions);\r\n    \r\n    document.querySelectorAll('.stat-card').forEach(card => {\r\n        card.style.opacity = '0';\r\n        card.style.transform = 'translateY(20px)';\r\n        card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\r\n        observer.observe(card);\r\n    });\r\n    \r\n    \/\/ Animate step cards on scroll\r\n    document.querySelectorAll('.step-card').forEach((card, index) => {\r\n        card.style.opacity = '0';\r\n        card.style.transform = 'translateY(20px)';\r\n        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;\r\n        observer.observe(card);\r\n    });\r\n    \r\n    \/\/ Animate feature cards on scroll\r\n    document.querySelectorAll('.feature-card').forEach((card, index) => {\r\n        card.style.opacity = '0';\r\n        card.style.transform = 'translateY(20px)';\r\n        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;\r\n        observer.observe(card);\r\n    });\r\n    \r\n    \/\/ YouTube video controls\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ This function will be called when the YouTube API is ready\r\n    window.onYouTubeIframeAPIReady = function() {\r\n        const player = new YT.Player('demo-video', {\r\n            events: {\r\n                'onReady': function(event) {\r\n                    \/\/ Set playback speed to 1.5x (faster)\r\n                    event.target.setPlaybackRate(1.5);\r\n                    \r\n                    \/\/ Ensure video is muted and playing\r\n                    event.target.mute();\r\n                    event.target.playVideo();\r\n                },\r\n                'onStateChange': function(event) {\r\n                    \/\/ When video ends, replay it\r\n                    if (event.data === YT.PlayerState.ENDED) {\r\n                        event.target.playVideo();\r\n                    }\r\n                }\r\n            }\r\n        });\r\n    };\r\n    \r\n    \/\/ Load YouTube IFrame API\r\n    const tag = document.createElement('script');\r\n    tag.src = 'https:\/\/www.youtube.com\/iframe_api';\r\n    const firstScriptTag = document.getElementsByTagName('script')[0];\r\n    firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\r\n});\r\n\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>EfficientPIM &#8211; Instant B2B Email Scraper Instantly Get 1000+ Verified B2B Emails from Any Niche \u2014 in 5 Minutes Describe who you want to reach in plain English and get a clean CSV with verified, unique emails in minutes. Describe who you want to reach in plain English, and get a clean CSV with verified, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/efficientpim.com\/api\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/efficientpim.com\/api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/efficientpim.com\/api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/efficientpim.com\/api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/efficientpim.com\/api\/wp\/v2\/comments?post=15"}],"version-history":[{"count":198,"href":"https:\/\/efficientpim.com\/api\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":7995,"href":"https:\/\/efficientpim.com\/api\/wp\/v2\/pages\/15\/revisions\/7995"}],"wp:attachment":[{"href":"https:\/\/efficientpim.com\/api\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}