.elementor-18739 .elementor-element.elementor-element-9e2b03a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-77c8a53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-13982cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-120637d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-66f57be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-86184bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-10d067c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-a80e200{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-888d888{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18739 .elementor-element.elementor-element-25e6b95{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-9e2b03a */<style>
        /* ============================================
        BULK EMAIL LIST & B2B LEADS
        Modern Dark Morphic Glass Design
        ============================================ */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0a0e27 !important;
            color: #ffffff !important;
            line-height: 1.7;
            overflow-x: hidden;
        }

        /* === ANIMATED BACKGROUND === */
        .bg-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: linear-gradient(180deg, #060913 0%, #0a0e27 100%);
            overflow: hidden;
        }

        .gradient-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            opacity: 0.6;
            animation: float 20s ease-in-out infinite;
        }

        .orb-1 {
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
            top: -10%;
            left: -10%;
        }

        .orb-2 {
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(245, 87, 108, 0.3) 0%, transparent 70%);
            top: 20%;
            right: -5%;
            animation-delay: 3s;
        }

        .orb-3 {
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(79, 172, 254, 0.3) 0%, transparent 70%);
            bottom: -15%;
            left: 20%;
            animation-delay: 6s;
        }

        .orb-4 {
            width: 350px;
            height: 350px;
            background: radial-gradient(circle, rgba(118, 75, 162, 0.4) 0%, transparent 70%);
            top: 50%;
            right: 30%;
            animation-delay: 9s;
        }

        .orb-5 {
            width: 450px;
            height: 450px;
            background: radial-gradient(circle, rgba(240, 147, 251, 0.3) 0%, transparent 70%);
            bottom: 20%;
            right: -10%;
            animation-delay: 12s;
        }

        @keyframes float {
            0%, 100% {
                transform: translate(0, 0) scale(1);
            }
            25% {
                transform: translate(50px, -50px) scale(1.1);
            }
            50% {
                transform: translate(-30px, 30px) scale(0.9);
            }
            75% {
                transform: translate(40px, 60px) scale(1.05);
            }
        }

        .particles-container {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .particle {
            position: absolute;
            width: 3px;
            height: 3px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            animation: particle-float 15s infinite ease-in-out;
        }

        .particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
        .particle:nth-child(2) { left: 20%; top: 80%; animation-delay: 1s; }
        .particle:nth-child(3) { left: 30%; top: 40%; animation-delay: 2s; }
        .particle:nth-child(4) { left: 40%; top: 60%; animation-delay: 3s; }
        .particle:nth-child(5) { left: 50%; top: 30%; animation-delay: 4s; }
        .particle:nth-child(6) { left: 60%; top: 70%; animation-delay: 5s; }
        .particle:nth-child(7) { left: 70%; top: 50%; animation-delay: 6s; }
        .particle:nth-child(8) { left: 80%; top: 20%; animation-delay: 7s; }
        .particle:nth-child(9) { left: 90%; top: 60%; animation-delay: 8s; }
        .particle:nth-child(10) { left: 15%; top: 90%; animation-delay: 9s; }

        @keyframes particle-float {
            0%, 100% {
                transform: translateY(0) translateX(0);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-200px) translateX(100px);
                opacity: 0;
            }
        }

        .grid-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
            background-size: 50px 50px;
            animation: grid-move 20s linear infinite;
        }

        @keyframes grid-move {
            0% {
                transform: translate(0, 0);
            }
            100% {
                transform: translate(50px, 50px);
            }
        }

        /* === GLASS CARD === */
        .glass-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 24px;
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37),
                        inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .glass-card:hover {
            border-color: rgba(102, 126, 234, 0.3);
            box-shadow: 0 12px 48px 0 rgba(102, 126, 234, 0.4),
                        inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
            transform: translateY(-4px);
        }

        /* === CONTAINER === */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0px 40px;
        }

        section {
            padding: 80px 0;
        }

        /* === BUTTONS === */
        .cta-button {
            padding: 12px 32px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            border-radius: 12px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
            position: relative;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 24px rgba(102, 126, 234, 0.4);
        }

        /* === HERO SECTION === */
        .hero {
            padding: 100px 0 80px;
        }

        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .hero-text h1 {
            font-size: clamp(36px, 5vw, 56px);
            font-weight: 800;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #ffffff 0%, #b4b7c9 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
            letter-spacing: -1px;
        }

        .hero-subtitle {
            font-size: clamp(16px, 2vw, 20px);
            color: #b4b7c9 !important;
            margin-bottom: 40px;
            line-height: 1.8;
        }

        .hero-buttons {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .button-secondary {
            padding: 12px 32px;
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .button-secondary:hover {
            border-color: rgba(102, 126, 234, 0.5);
            background: rgba(102, 126, 234, 0.1);
            transform: translateY(-2px);
        }
        /* Hero Image */
    .hero-image {
        position: relative;
    }

    .hero-image img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .image-glow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120%;
        height: 120%;
        background: var(--primary-gradient);
        filter: blur(60px);
        opacity: 0.3;
        z-index: -1;
        animation: glow-pulse 4s ease-in-out infinite;
    }

    @keyframes glow-pulse {
        0%, 100% {
            opacity: 0.3;
            transform: translate(-50%, -50%) scale(1);
        }
        50% {
            opacity: 0.5;
            transform: translate(-50%, -50%) scale(1.1);
        }
    }

        /* === BADGES === */
        .hero-badges {
            display: flex;
            gap: 20px;
            margin-top: 30px;
            flex-wrap: wrap;
        }

        .badge {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            background: rgba(102, 126, 234, 0.1);
            border: 1px solid rgba(102, 126, 234, 0.3);
            border-radius: 20px;
            font-size: 14px;
            color: #ffffff !important;
        }

        .badge-icon {
            font-size: 18px;
        }

        /* === STATS === */
        .stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .stat-card {
            text-align: center;
            padding: 30px;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 800;
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .stat-label {
            color: #b4b7c9 !important;
            margin-top: 8px;
            font-size: 14px;
        }

        /* === FEATURES === */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .feature-card {
            padding: 40px 30px;
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            margin-bottom: 20px;
            box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
        }

        .feature-card h3 {
            font-size: 22px;
            margin-bottom: 12px;
            color: #ffffff !important;
        }

        .feature-card p {
            color: #b4b7c9 !important;
            line-height: 1.7;
        }

        /* === SECTION TITLES === */
        h2 {
            font-size: clamp(32px, 4vw, 48px);
            margin-bottom: 16px;
            text-align: center;
            font-weight: 700;
            letter-spacing: -1px;
            color: #ffffff !important;
        }

        .section-subtitle {
            text-align: center;
            color: #b4b7c9 !important;
            margin-bottom: 60px;
            font-size: 18px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.8;
        }

        /* === DATA TABLE === */
        .data-table-container {
            overflow-x: auto;
            margin-top: 40px;
        }

        .data-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .data-table thead {
            background: rgba(102, 126, 234, 0.1);
        }

        .data-table th {
            padding: 20px;
            text-align: left;
            font-weight: 600;
            border-bottom: 2px solid rgba(102, 126, 234, 0.3);
            color: #ffffff !important;
        }

        .data-table td {
            padding: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            color: #ffffff !important;
        }

        .data-table tr:hover {
            background: rgba(102, 126, 234, 0.05);
        }

        .accuracy-badge {
            display: inline-block;
            padding: 4px 12px;
            background: rgba(79, 172, 254, 0.2);
            border: 1px solid rgba(79, 172, 254, 0.4);
            border-radius: 12px;
            font-size: 13px;
            font-weight: 600;
        }

        /* === PRICING === */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .pricing-card {
            padding: 40px 30px;
            text-align: center;
            position: relative;
        }

        .pricing-card.featured {
            border: 2px solid rgba(102, 126, 234, 0.5);
            transform: scale(1.05);
        }

        .pricing-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            padding: 6px 20px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .pricing-plan {
            font-size: 23px;
            font-weight: 700;
            margin-bottom: 16px;
            color: #667eea !important;
        }

        .pricing-price {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 8px;
            color: white !important;
        }

        .pricing-price span {
            font-size: 20px;
            color: #b4b7c9 !important;
            font-weight: 400;
        }

        .pricing-original {
            color: #b4b7c9 !important;
            text-decoration: line-through;
            font-size: 18px;
            margin-bottom: 8px;
        }

        .pricing-save {
            color: #4facfe !important;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .pricing-features {
            list-style: none;
            margin: 30px 0;
            text-align: left;
        }

        .pricing-features li {
            padding: 12px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            color: #b4b7c9 !important;
            font-size: 15px;
        }

        .pricing-features li:before {
            content: "✓";
            color: #4facfe !important;
            font-weight: 700;
            margin-right: 12px;
        }

        .btn-full {
            width: 100%;
            text-align: center;
            margin-top: 20px;
        }

        /* === TESTIMONIALS === */
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .testimonial-card {
            padding: 30px;
        }

        .testimonial-stars {
            color: #fda085;
            font-size: 20px;
            margin-bottom: 16px;
        }

        .testimonial-text {
            color: #b4b7c9 !important;
            line-height: 1.8;
            margin-bottom: 20px;
            font-style: italic;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .testimonial-avatar {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 20px;
        }

        .testimonial-info h4 {
            font-size: 16px;
            margin-bottom: 4px;
            color: #ffffff !important;
        }

        .testimonial-info p {
            font-size: 14px;
            color: #b4b7c9 !important;
        }

        /* === CTA SECTION === */
        .cta-section {
            text-align: center;
            padding: 100px 40px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border-radius: 32px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            margin: 40px 0;
            position: relative;
            overflow: hidden;
        }

        .cta-section h2 {
            color: white !important;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 20px;
            color: #b4b7c9 !important;
            margin-bottom: 40px;
        }

        .bonus-badge {
            display: inline-block;
            padding: 12px 24px;
            background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
            border-radius: 30px;
            font-weight: 700;
            margin-top: 30px;
            box-shadow: 0 4px 16px rgba(253, 160, 133, 0.4);
        }

        /* === FAQ ACCORDION === */
        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            margin-bottom: 20px;
            overflow: hidden;
        }

        .faq-question {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            padding: 24px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }

        .faq-question:hover {
            border-color: rgba(102, 126, 234, 0.3);
            background: rgba(255, 255, 255, 0.07);
            transform: translateX(4px);
        }

        .faq-question.active {
            border-color: rgba(102, 126, 234, 0.5);
            background: rgba(102, 126, 234, 0.1);
            box-shadow: 0 8px 24px 0 rgba(102, 126, 234, 0.4);
        }

        .faq-question h3 {
            font-size: 18px;
            font-weight: 600;
            color: #ffffff !important;
            margin: 0;
            flex: 1;
            padding-right: 20px;
            line-height: 1.5;
        }

        .faq-icon {
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            font-weight: 700;
            flex-shrink: 0;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
        }

        .faq-question.active .faq-icon {
            transform: rotate(45deg);
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
            background: rgba(102, 126, 234, 0.05);
            border-left: 2px solid rgba(102, 126, 234, 0.3);
            border-right: 2px solid rgba(102, 126, 234, 0.3);
            border-bottom: 2px solid rgba(102, 126, 234, 0.3);
            border-radius: 0 0 16px 16px;
            margin-top: -4px;
        }

        .faq-answer.active {
            max-height: 500px;
            padding: 24px 30px;
        }

        .faq-answer p {
            color: #b4b7c9 !important;
            line-height: 1.8;
            margin: 0;
            font-size: 16px;
        }

        .faq-answer ul {
            color: #b4b7c9 !important;
            line-height: 1.8;
            margin: 16px 0 0 0;
            padding-left: 24px;
        }

        .faq-answer li {
            color: #b4b7c9 !important;
            margin-bottom: 8px;
        }

        /* === RESPONSIVE === */
        @media (max-width: 768px) {
            .hero-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .stats {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .pricing-card.featured {
                transform: scale(1);
            }
            
            section {
                padding: 60px 0;
            }
        }

        @media (max-width: 480px) {
            .stats {
                grid-template-columns: 1fr;
            }
            
            .features-grid,
            .pricing-grid,
            .testimonials-grid {
                grid-template-columns: 1fr;
            }

            .faq-question {
                padding: 20px;
            }

            .faq-question h3 {
                font-size: 16px;
            }

            .faq-answer.active {
                padding: 20px;
            }
        }
    </style>/* End custom CSS */