{"id":244,"date":"2025-08-27T15:39:36","date_gmt":"2025-08-27T15:39:36","guid":{"rendered":"https:\/\/betsend.com.br\/?page_id=244"},"modified":"2025-08-27T19:09:33","modified_gmt":"2025-08-27T19:09:33","slug":"home-2","status":"publish","type":"page","link":"https:\/\/betsend.com.br\/en\/home-2\/","title":{"rendered":"Home 2"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"244\" class=\"elementor elementor-244\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad06719 e-flex e-con-boxed e-con e-parent\" data-id=\"ad06719\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db49623 elementor-widget elementor-widget-html\" data-id=\"db49623\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Header centralizado e 100% responsivo (mobile, tablet, desktop e ultrawide) -->\r\n<header class=\"fixed top-0 inset-x-0 z-50 bg-white\/95 backdrop-blur-sm border-b border-gray-100\">\r\n  <!-- Conte\u00fado centralizado com largura m\u00e1xima maior para ultrawide -->\r\n  <div class=\"mx-auto w-full max-w-[1600px] px-4 sm:px-6 lg:px-8\">\r\n    <div class=\"flex h-16 items-center justify-between\">\r\n      <!-- Logo -->\r\n      <a href=\"#inicio\" class=\"flex items-center shrink-0\">\r\n        <svg class=\"h-8 w-8 text-blue-600\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" aria-hidden=\"true\">\r\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\r\n                d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\"\/>\r\n        <\/svg>\r\n        <span class=\"ml-2 text-xl font-bold\">\r\n          <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-green-600\">ImpactSend<\/span>\r\n        <\/span>\r\n      <\/a>\r\n\r\n      <!-- Navega\u00e7\u00e3o (desktop\/tablet) -->\r\n      <nav class=\"hidden md:flex items-center space-x-8\">\r\n        <a href=\"#inicio\" class=\"text-gray-700 hover:text-blue-600 transition-colors\">Home<\/a>\r\n        <a href=\"#servicos\" class=\"text-gray-700 hover:text-blue-600 transition-colors\">Solutions<\/a>\r\n        <a href=\"#recursos\" class=\"text-gray-700 hover:text-blue-600 transition-colors\">Features<\/a>\r\n        <a href=\"#contato\" class=\"text-gray-700 hover:text-blue-600 transition-colors\">Contact Us<\/a>\r\n        <button class=\"bg-gradient-to-r from-blue-600 to-blue-700 text-white px-6 py-2 rounded-lg hover:from-blue-700 hover:to-blue-800 transition-all duration-200 shadow-lg hover:shadow-xl\">\r\n          Start Now\r\n        <\/button>\r\n      <\/nav>\r\n\r\n      <!-- Bot\u00e3o menu (mobile) -->\r\n      <button type=\"button\" class=\"md:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:bg-gray-100\"\r\n              aria-label=\"Abrir menu\" aria-expanded=\"false\" onclick=\"toggleMobileMenu(this)\">\r\n        <svg class=\"h-6 w-6\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" aria-hidden=\"true\">\r\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\r\n                d=\"M4 6h16M4 12h16M4 18h16\"\/>\r\n        <\/svg>\r\n      <\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Menu mobile centralizado e com largura m\u00e1xima em ultrawide -->\r\n  <div id=\"mobileMenu\" class=\"md:hidden hidden fixed top-16 inset-x-0 bg-white\/98 backdrop-blur-sm border-b border-gray-100\">\r\n    <div class=\"mx-auto w-full max-w-[1600px] px-4 sm:px-6 lg:px-8\">\r\n      <div class=\"py-3 space-y-1\">\r\n        <a href=\"#inicio\" class=\"block px-3 py-2 text-gray-700 rounded-lg hover:bg-gray-100\">Home<\/a>\r\n        <a href=\"#servicos\" class=\"block px-3 py-2 text-gray-700 rounded-lg hover:bg-gray-100\">Solutions<\/a>\r\n        <a href=\"#recursos\" class=\"block px-3 py-2 text-gray-700 rounded-lg hover:bg-gray-100\">Features<\/a>\r\n        <a href=\"#contato\" class=\"block px-3 py-2 text-gray-700 rounded-lg hover:bg-gray-100\">Contact Us<\/a>\r\n        <button class=\"w-full mt-2 bg-gradient-to-r from-blue-600 to-blue-700 text-white px-6 py-2 rounded-lg\">\r\n          Start Now\r\n        <\/button>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/header>\r\n\r\n<script>\r\n  \/\/ Abre\/fecha o menu mobile e mant\u00e9m ARIA atualizado\r\n  function toggleMobileMenu(btn) {\r\n    const menu = document.getElementById('mobileMenu');\r\n    const isHidden = menu.classList.contains('hidden');\r\n    if (isHidden) {\r\n      menu.classList.remove('hidden');\r\n      btn.setAttribute('aria-expanded', 'true');\r\n    } else {\r\n      menu.classList.add('hidden');\r\n      btn.setAttribute('aria-expanded', 'false');\r\n    }\r\n  }\r\n\r\n  \/\/ Fecha o menu mobile ao clicar em um link\r\n  document.addEventListener('click', function (e) {\r\n    const menu = document.getElementById('mobileMenu');\r\n    if (!menu) return;\r\n    const isLink = e.target.closest('#mobileMenu a');\r\n    if (isLink) menu.classList.add('hidden');\r\n  });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8939cbc e-con-full e-flex e-con e-parent\" data-id=\"8939cbc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ca6e99 elementor-widget elementor-widget-html\" data-id=\"3ca6e99\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html> \r\n<html lang=\"pt-BR\"> \r\n<head> \r\n    <meta charset=\"UTF-8\"> \r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> \r\n    <meta property=\"og:title\" content=\"SendBet\" \/> \r\n    <meta property=\"og:description\" content=\"Solu\u00e7\u00e3o profissional para disparos em massa no WhatsApp - At\u00e9 500k mensagens por dia com seguran\u00e7a e baixo custo\" \/> \r\n    <meta property=\"og:image\" content=\"https:\/\/mocha-cdn.com\/0198bd51-3488-722b-b1a2-7c25d9978398\/hero-background.jpg\" type=\"image\/jpeg\" \/> \r\n    <meta property=\"og:url\" content=\"https:\/\/whatsflow.com\" \/> \r\n    <meta property=\"og:type\" content=\"website\" \/> \r\n    <meta property=\"og:author\" content=\"SendBet\" \/> \r\n    <meta property=\"og:site_name\" content=\"SendBet\" \/> \r\n    <meta property=\"twitter:card\" content=\"summary_large_image\" \/> \r\n    <meta property=\"twitter:site\" content=\"@whatsflow\" \/> \r\n    <meta property=\"twitter:title\" content=\"SendBet\" \/> \r\n    <meta property=\"twitter:description\" content=\"Solu\u00e7\u00e3o profissional para disparos em massa no WhatsApp - At\u00e9 500k mensagens por dia com seguran\u00e7a e baixo custo\" \/> \r\n    <meta property=\"twitter:image\" content=\"https:\/\/mocha-cdn.com\/0198bd51-3488-722b-b1a2-7c25d9978398\/hero-background.jpg\" type=\"image\/jpeg\" \/> \r\n    <link rel=\"shortcut icon\" href=\"https:\/\/mocha-cdn.com\/favicon.ico\" type=\"image\/x-icon\" \/> \r\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https:\/\/mocha-cdn.com\/apple-touch-icon.png\" type=\"image\/png\" \/> \r\n    <title>BetSend - Disparos em Massa WhatsApp<\/title> \r\n    <!-- Google Fonts --> \r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\"> \r\n    <!-- Tailwind CSS --> \r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script> \r\n    <style> \r\n        * { \r\n            font-family: 'Inter', system-ui, Avenir, Helvetica, Arial, sans-serif; \r\n        } \r\n        html { \r\n            scroll-behavior: smooth; \r\n        } \r\n        body { \r\n            overflow-x: hidden; \r\n        } \r\n        @keyframes pulse { \r\n            0%, 100% { \r\n                opacity: 1; \r\n            } \r\n            50% { \r\n                opacity: .5; \r\n            } \r\n        } \r\n        .animate-pulse { \r\n            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; \r\n        } \r\n        .delay-1000 { \r\n            animation-delay: 1s; \r\n        } \r\n        \/* Mobile menu toggle *\/ \r\n        .mobile-menu { \r\n            display: none; \r\n        } \r\n        .mobile-menu.active { \r\n            display: block; \r\n        } \r\n        \/* Rotating text animation - Baseado no padr\u00e3o Headspace *\/ \r\n        .rotating-text { \r\n            display: inline-block; \r\n            position: relative; \r\n        } \r\n        .rotating-text, .rotating-text.fade { \r\n            transition: opacity 0.32s ease, transform 0.32s ease; \r\n        } \r\n        .rotating-text.fade-out { \r\n            opacity: 0; \r\n            transform: translateY(-8px); \r\n        } \r\n        .rotating-text.fade-in { \r\n            opacity: 1; \r\n            transform: translateY(0); \r\n        } \r\n        \/* Rotating text animation *\/ \r\n        .rotating-text { \r\n            opacity: 1; \r\n            transition: opacity 0.5s ease-in-out; \r\n        } \r\n        .rotating-text.fade-out { \r\n            opacity: 0; \r\n        } \r\n    <\/style> \r\n<\/head> \r\n<body> \r\n    <!-- Hero Section --> \r\n    <section id=\"inicio\" class=\"relative min-h-screen flex items-center justify-center overflow-hidden pt-16\"> \r\n        <!-- Animated Background --> \r\n        <div class=\"absolute inset-0 bg-gradient-to-br from-blue-900 via-blue-800 to-blue-900\">\r\n            <canvas id=\"network-canvas\" class=\"absolute inset-0 w-full h-full\"><\/canvas>\r\n            <div class=\"absolute inset-0 bg-gradient-to-r from-blue-900\/60 to-blue-800\/40\"><\/div>\r\n        <\/div> \r\n        <div class=\"relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\"> \r\n            <h1 class=\"text-4xl md:text-6xl lg:text-7xl font-bold text-white mb-6 leading-tight pt-4 md:pt-0\"> \r\n                <span id=\"rotating-text\" class=\"rotating-text\">WhatsApp CRM Solution<\/span> \r\n                <br> \r\n                <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-green-400 via-blue-500 to-purple-600\"> \r\n                    para Empresas \r\n                <\/span> \r\n            <\/h1> \r\n            <p class=\"text-xl md:text-2xl text-blue-100 mb-8 max-w-3xl mx-auto leading-relaxed\"> \r\n                Send up to <strong class=\"text-green-400\">500,000 messages per day<\/strong> para sua base de clientes, com alta taxa de entrega e resultados reais para suas campanhas.<br> \r\n                With <strong>BetSend<\/strong>, sua empresa conquista <strong>closer relationships, scales with ease,<\/strong> e <strong>relacionamento duradouro<\/strong> com o p\u00fablico. \r\n                <br><br> \r\n            <!-- Inline Benefits -->\r\n            <div class=\"flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-6 lg:gap-8 mb-8\">\r\n                <!-- Benefit 1: Usu\u00e1rios ilimitados -->\r\n                <div class=\"flex items-center gap-3 bg-white\/10 backdrop-blur-sm rounded-xl px-4 py-3 border border-white\/20 w-full sm:min-w-[260px] sm:w-auto\">\r\n                    <div class=\"flex-shrink-0\">\r\n                        <div class=\"w-10 h-10 bg-green-500 rounded-full flex items-center justify-center\">\r\n                            <svg class=\"w-5 h-5 text-white\" fill=\"currentColor\" viewbox=\"0 0 24 24\">\r\n                                <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z\"\/>\r\n                                <circle cx=\"18\" cy=\"8\" r=\"3\" opacity=\"0.7\"\/>\r\n                                <circle cx=\"6\" cy=\"8\" r=\"3\" opacity=\"0.7\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div>\r\n                        <h3 class=\"text-base sm:text-lg font-semibold text-white\">Unlimited users<\/h3>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Benefit 2: Sem mensalidade -->\r\n                <div class=\"flex items-center gap-3 bg-white\/10 backdrop-blur-sm rounded-xl px-4 py-3 border border-white\/20 w-full sm:min-w-[260px] sm:w-auto\">\r\n                    <div class=\"flex-shrink-0\">\r\n                        <div class=\"w-10 h-10 bg-green-500 rounded-full flex items-center justify-center\">\r\n                            <svg class=\"w-5 h-5 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" stroke-width=\"2\">\r\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div>\r\n                        <h3 class=\"text-base sm:text-lg font-semibold text-white\">No monthly fee<\/h3>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- Benefit 3: Sem taxa de setup -->\r\n                <div class=\"flex items-center gap-3 bg-white\/10 backdrop-blur-sm rounded-xl px-4 py-3 border border-white\/20 w-full sm:min-w-[260px] sm:w-auto\">\r\n                    <div class=\"flex-shrink-0\">\r\n                        <div class=\"w-10 h-10 bg-green-500 rounded-full flex items-center justify-center\">\r\n                            <svg class=\"w-5 h-5 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" stroke-width=\"2\">\r\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div>\r\n                        <h3 class=\"text-base sm:text-lg font-semibold text-white\">No setup fee<\/h3>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div><br><br>\r\n            <\/p> \r\n            <div class=\"flex flex-col sm:flex-row gap-4 justify-center items-center mb-12\"> \r\n                <a href=\"#contato\" class=\"bg-gradient-to-r from-green-500 to-green-600 hover:from-green-600 hover:to-green-700 text-white px-8 py-4 rounded-xl text-lg font-semibold transition-all duration-200 shadow-2xl hover:shadow-green-500\/25 hover:scale-105 flex items-center\"> \r\n                    <svg class=\"inline-block w-5 h-5 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"> \r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 19l9 2-9-18-9 18 9-2zm0 0v-8\"><\/path> \r\n                    <\/svg> \r\n                    Test with us \r\n                <\/a> \r\n            <\/div> \r\n        <\/div> \r\n        <!-- Floating Elements --> \r\n        <div class=\"absolute top-20 left-10 w-20 h-20 bg-green-400\/20 rounded-full blur-xl animate-pulse\"><\/div> \r\n        <div class=\"absolute bottom-20 right-10 w-32 h-32 bg-blue-400\/20 rounded-full blur-xl animate-pulse delay-1000\"><\/div> \r\n    <\/section>\r\n    \r\n    <script> \r\n        \/* ===== Network Animation ===== *\/\r\n        (function() {\r\n            const canvas = document.getElementById('network-canvas');\r\n            const ctx = canvas.getContext('2d');\r\n            \r\n            \/\/ Responsive canvas\r\n            function resizeCanvas() {\r\n                canvas.width = window.innerWidth;\r\n                canvas.height = window.innerHeight;\r\n            }\r\n            \r\n            resizeCanvas();\r\n            window.addEventListener('resize', resizeCanvas);\r\n            \r\n            \/\/ Particles array\r\n            const particles = [];\r\n            const maxParticles = 80;\r\n            const connectionDistance = 150;\r\n            \r\n            \/\/ Particle class\r\n            class Particle {\r\n                constructor() {\r\n                    this.x = Math.random() * canvas.width;\r\n                    this.y = Math.random() * canvas.height;\r\n                    this.vx = (Math.random() - 0.5) * 0.8;\r\n                    this.vy = (Math.random() - 0.5) * 0.8;\r\n                    this.size = Math.random() * 3 + 1;\r\n                    this.opacity = Math.random() * 0.8 + 0.2;\r\n                }\r\n                \r\n                update() {\r\n                    this.x += this.vx;\r\n                    this.y += this.vy;\r\n                    \r\n                    \/\/ Bounce off edges\r\n                    if (this.x < 0 || this.x > canvas.width) this.vx *= -1;\r\n                    if (this.y < 0 || this.y > canvas.height) this.vy *= -1;\r\n                    \r\n                    \/\/ Keep within bounds\r\n                    this.x = Math.max(0, Math.min(canvas.width, this.x));\r\n                    this.y = Math.max(0, Math.min(canvas.height, this.y));\r\n                }\r\n                \r\n                draw() {\r\n                    ctx.beginPath();\r\n                    ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);\r\n                    ctx.fillStyle = `rgba(74, 222, 128, ${this.opacity})`;\r\n                    ctx.fill();\r\n                    \r\n                    \/\/ Add glow effect\r\n                    ctx.shadowColor = 'rgba(74, 222, 128, 0.5)';\r\n                    ctx.shadowBlur = 10;\r\n                    ctx.fill();\r\n                    ctx.shadowBlur = 0;\r\n                }\r\n            }\r\n            \r\n            \/\/ Initialize particles\r\n            for (let i = 0; i < maxParticles; i++) {\r\n                particles.push(new Particle());\r\n            }\r\n            \r\n            \/\/ Draw connections\r\n            function drawConnections() {\r\n                for (let i = 0; i < particles.length; i++) {\r\n                    for (let j = i + 1; j < particles.length; j++) {\r\n                        const dx = particles[i].x - particles[j].x;\r\n                        const dy = particles[i].y - particles[j].y;\r\n                        const distance = Math.sqrt(dx * dx + dy * dy);\r\n                        \r\n                        if (distance < connectionDistance) {\r\n                            const opacity = (1 - distance \/ connectionDistance) * 0.3;\r\n                            ctx.beginPath();\r\n                            ctx.moveTo(particles[i].x, particles[i].y);\r\n                            ctx.lineTo(particles[j].x, particles[j].y);\r\n                            ctx.strokeStyle = `rgba(59, 130, 246, ${opacity})`;\r\n                            ctx.lineWidth = 1;\r\n                            ctx.stroke();\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n            \r\n            \/\/ Animation loop\r\n            function animate() {\r\n                ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n                \r\n                \/\/ Update and draw particles\r\n                particles.forEach(particle => {\r\n                    particle.update();\r\n                    particle.draw();\r\n                });\r\n                \r\n                \/\/ Draw connections\r\n                drawConnections();\r\n                \r\n                requestAnimationFrame(animate);\r\n            }\r\n            \r\n            animate();\r\n        })();\r\n\r\n        \/* ===== Headline rotativa - Baseado no padr\u00e3o Headspace ===== *\/ \r\n        (function(){ \r\n            const el = document.getElementById('rotating-text'); \r\n            const phrases = [ \r\n                'Solu\u00e7\u00e3o de CRM via WhatsApp', \r\n                'Solu\u00e7\u00e3o de Disparos em Massa', \r\n                'Solu\u00e7\u00e3o de ChatBot com IA', \r\n                'Solu\u00e7\u00e3o de SMS em Massa' \r\n            ]; \r\n            let i = 0; \r\n            function rotate(){ \r\n                el.classList.remove('fade-in'); \r\n                el.classList.add('fade-out'); \r\n                setTimeout(() => { \r\n                    i = (i + 1) % phrases.length; \r\n                    el.textContent = phrases[i]; \r\n                    el.classList.remove('fade-out'); \r\n                    el.classList.add('fade-in'); \r\n                }, 250); \r\n            } \r\n            \/\/ Primeira entrada com fade-in \r\n            el.classList.add('fade-in'); \r\n            \/\/ Intervalo de rota\u00e7\u00e3o a cada 3 segundos \r\n            setInterval(rotate, 3000); \r\n        })(); \r\n    <\/script> \r\n<\/body> \r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-86f63a8 e-flex e-con-boxed e-con e-parent\" data-id=\"86f63a8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4746ac elementor-widget elementor-widget-html\" data-id=\"d4746ac\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Main Feature Showcase -->\r\n<div class=\"grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\r\n  <!-- Texto \u00e0 esquerda -->\r\n  <div>\r\n    <h3 class=\"text-3xl md:text-4xl font-bold text-gray-900 mb-6\">WhatsApp Bulk Send<\/h3>\r\n    <p class=\"text-lg text-gray-600 mb-8 leading-relaxed\">\r\n      Reach up to 98% of your target audience! Personalize messages, segment contacts, and track real-time data \u2014 all at an unbeatable cost.\r\n    <\/p>\r\n\r\n    <div class=\"space-y-4\">\r\n      <div class=\"flex items-center\">\r\n        <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n        <\/svg>\r\n        <span class=\"text-gray-700\">Best Cost-Benefit<\/span>\r\n      <\/div>\r\n      <div class=\"flex items-center\">\r\n        <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n        <\/svg>\r\n        <span class=\"text-gray-700\">Right in your lead\u2019s hand<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Imagem \u00e0 direita -->\r\n  <div class=\"relative rounded-2xl shadow-2xl overflow-hidden\">\r\n    <img decoding=\"async\" src=\"http:\/\/betsend.com.br\/wp-content\/uploads\/2025\/08\/SUA-MARCA-HOJE-Sao-Paulo-x-Santos-as-6h-Aposte-no-seu-time-do-coracao-www.seulink.com-3.png\" \r\n         alt=\"Dashboard Preview\" \r\n         class=\"w-full h-auto object-cover\" \/>\r\n    <div class=\"absolute inset-0 bg-gradient-to-t from-blue-600\/20 to-transparent -z-10\"><\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Security Section -->\r\n<div class=\"mt-20 grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\r\n  <!-- Texto \u00e0 direita -->\r\n  <div class=\"lg:order-2\">\r\n    <h3 class=\"text-3xl md:text-4xl font-bold text-gray-900 mb-6\">\r\n      Grab more attention\r\n    <\/h3>\r\n    <p class=\"text-lg text-gray-600 mb-8 leading-relaxed\">\r\n      Boost conversions with interactive messages built to turn top leads into paying customers.\r\n\r\n\r\n    <\/p>\r\n\r\n    <div class=\"flex items-center\">\r\n      <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n      <\/svg>\r\n      <span class=\"text-gray-700\">Personalized Images<\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Imagem \u00e0 esquerda (ajustada para o mesmo tamanho da primeira) -->\r\n  <div class=\"lg:order-1 relative rounded-2xl shadow-2xl overflow-hidden\">\r\n    <img decoding=\"async\" src=\"http:\/\/betsend.com.br\/wp-content\/uploads\/2025\/08\/SUA-MARCA-HOJE-Sao-Paulo-x-Santos-as-6h-Aposte-no-seu-time-do-coracao-www.seulink.com-6.png\" \r\n         alt=\"Security Features\" \r\n         class=\"w-full h-auto object-cover\" \/>\r\n    <div class=\"absolute inset-0 bg-gradient-to-t from-green-600\/20 to-transparent -z-10\"><\/div>\r\n  <\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06ed88c e-con-full e-flex e-con e-parent\" data-id=\"06ed88c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0ff1a6a elementor-widget elementor-widget-html\" data-id=\"0ff1a6a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Services Section -->\r\n<section id=\"servicos\" class=\"py-20 bg-gradient-to-br from-blue-50 to-blue-50\">\r\n  <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n    <div class=\"text-center mb-16\">\r\n      <h2 class=\"text-4xl md:text-5xl font-bold text-gray-900 mb-6\">\r\n        <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-green-600\">BetSend:<\/span> What Sets Us Apart\r\n      <\/h2>\r\n      <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\r\n        Seja visto e lembrado por seus clientes\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\r\n      <!-- Service 1 -->\r\n      <div class=\"group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover:border-blue-200 hover:-translate-y-2\">\r\n        <div class=\"w-16 h-16 bg-gradient-to-r from-blue-600 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300\">\r\n          <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\r\n    d=\"M9 5h11M9 12h11M9 19h11M4 5h.01M4 12h.01M4 19h.01\" \/>\r\n<\/svg>\r\n\r\n\r\n        <\/div>\r\n        <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Scalability<\/h3>\r\n        <p class=\"text-gray-600 mb-6 leading-relaxed\">Servidores isolado e personalizado para sua necessidade. E a contig\u00eancia \u00e9 por nossa conta.<\/p>\r\n\r\n      <\/div>\r\n\r\n      <!-- Service 2 -->\r\n      <div class=\"group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover:border-blue-200 hover:-translate-y-2\">\r\n        <div class=\"w-16 h-16 bg-gradient-to-r from-blue-600 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300\">\r\n\r\n          <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\r\n    d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\r\n<\/svg>\r\n\r\n        <\/div>\r\n        <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Content Approval<\/h3>\r\n        <p class=\"text-gray-600 mb-6 leading-relaxed\">No limits on your messages \u2014 send anything you want, at no extra cost. \r\n      <\/div>\r\n\r\n      <!-- Service 3 -->\r\n      <div class=\"group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover:border-blue-200 hover:-translate-y-2\">\r\n        <div class=\"w-16 h-16 bg-gradient-to-r from-blue-600 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300\">\r\n\r\n          <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\r\n    d=\"M12 3v2m0 14v2m0-18c2.5 0 4.5 1.5 4.5 4s-2 4-4.5 4-4.5 1.5-4.5 4 2 4 4.5 4c2.5 0 4.5-1.5 4.5-4\" \/>\r\n\r\n<\/svg>\r\n\r\n          \r\n        <\/div>\r\n        <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Best cost-benefit<\/h3>\r\n        <p class=\"text-gray-600 mb-6 leading-relaxed\">Cut costs on messaging without cutting quality.<\/p>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Bot\u00e3o centralizado -->\r\n    <div class=\"mt-16 flex justify-center\">\r\n<a href=\"#contato\" \r\n   class=\"bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700           text-white px-8 py-4 rounded-xl text-lg font-semibold           transition-all duration-200 shadow-xl hover:shadow-2xl hover:scale-105\">\r\n    Request a Demo\r\n<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d864bf7 e-flex e-con-boxed e-con e-parent\" data-id=\"d864bf7\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-704715d elementor-widget elementor-widget-html\" data-id=\"704715d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Main Feature Showcase -->\r\n<div class=\"grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\r\n  <!-- Texto \u00e0 esquerda -->\r\n  <div>\r\n    <h3 class=\"text-3xl md:text-4xl font-bold text-gray-900 mb-6\">WhatsApp Bulk Send<\/h3>\r\n    <p class=\"text-lg text-gray-600 mb-8 leading-relaxed\">\r\n      Reach up to 98% of your target audience! Personalize messages, segment contacts, and track real-time data \u2014 all at an unbeatable cost.\r\n    <\/p>\r\n\r\n    <div class=\"space-y-4\">\r\n      <div class=\"flex items-center\">\r\n        <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n        <\/svg>\r\n        <span class=\"text-gray-700\">Best Cost-Benefit<\/span>\r\n      <\/div>\r\n      <div class=\"flex items-center\">\r\n        <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n        <\/svg>\r\n        <span class=\"text-gray-700\">Right in your lead\u2019s hand<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Imagem \u00e0 direita -->\r\n  <div class=\"relative rounded-2xl shadow-2xl overflow-hidden\">\r\n    <img decoding=\"async\" src=\"http:\/\/betsend.com.br\/wp-content\/uploads\/2025\/08\/SUA-MARCA-HOJE-Sao-Paulo-x-Santos-as-6h-Aposte-no-seu-time-do-coracao-www.seulink.com-3.png\" \r\n         alt=\"Dashboard Preview\" \r\n         class=\"w-full h-auto object-cover\" \/>\r\n    <div class=\"absolute inset-0 bg-gradient-to-t from-blue-600\/20 to-transparent -z-10\"><\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Security Section -->\r\n<div class=\"mt-20 grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\r\n  <!-- Texto \u00e0 direita -->\r\n  <div class=\"lg:order-2\">\r\n    <h3 class=\"text-3xl md:text-4xl font-bold text-gray-900 mb-6\">\r\n      Grab more attention\r\n    <\/h3>\r\n    <p class=\"text-lg text-gray-600 mb-8 leading-relaxed\">\r\n      Boost conversions with interactive messages built to turn top leads into paying customers.\r\n\r\n\r\n    <\/p>\r\n\r\n    <div class=\"flex items-center\">\r\n      <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n      <\/svg>\r\n      <span class=\"text-gray-700\">Personalized Images<\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Imagem \u00e0 esquerda (ajustada para o mesmo tamanho da primeira) -->\r\n  <div class=\"lg:order-1 relative rounded-2xl shadow-2xl overflow-hidden\">\r\n    <img decoding=\"async\" src=\"http:\/\/betsend.com.br\/wp-content\/uploads\/2025\/08\/SUA-MARCA-HOJE-Sao-Paulo-x-Santos-as-6h-Aposte-no-seu-time-do-coracao-www.seulink.com-6.png\" \r\n         alt=\"Security Features\" \r\n         class=\"w-full h-auto object-cover\" \/>\r\n    <div class=\"absolute inset-0 bg-gradient-to-t from-green-600\/20 to-transparent -z-10\"><\/div>\r\n  <\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b20b250 e-con-full e-flex e-con e-parent\" data-id=\"b20b250\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f67101 elementor-widget elementor-widget-html\" data-id=\"4f67101\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t    <!-- BETSEND NA PRATICA -->\n    <section id=\"servicos\" class=\"py-20 bg-gradient-to-br from-gray-50 to-blue-50\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-4xl md:text-5xl font-bold text-gray-900 mb-6\">\n                    <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-green-600\">BetSend<\/span> in Action\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">A complete solution to turn your WhatsApp communication into a results-driven machine.<\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n                <!-- Service 1 -->\n                <div class=\"group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover:border-blue-200 hover:-translate-y-2\">\n                    <div class=\"w-16 h-16 bg-gradient-to-r from-blue-600 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300\">\n                        <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Bulk Messaging<\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">Send up to 500,000 messages per day with our robust and reliable infrastructure.<\/p>\n                    <ul class=\"space-y-2\">\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            BetSend API\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Advanced Scheduling\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Custom Templates\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Service 2 -->\n                <div class=\"group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover:border-blue-200 hover:-translate-y-2\">\n                    <div class=\"w-16 h-16 bg-gradient-to-r from-blue-600 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300\">\n                        <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197m13.5-9a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Contact Management<\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">Organize and segment your contacts intelligently for targeted campaigns.<\/p>\n                    <ul class=\"space-y-2\">\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Bulk Import\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Advanced Segmentation\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Automatic Blacklist\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Service 3 -->\n                <div class=\"group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover:border-blue-200 hover:-translate-y-2\">\n                    <div class=\"w-16 h-16 bg-gradient-to-r from-blue-600 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300\">\n                        <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Advanced Analytics<\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">Monitor your campaign performance with advanced analytics.<\/p>\n                    <ul class=\"space-y-2\">\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Real-Time Metrics\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Custom Reports\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Intuitive Dashboard\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Service 4 -->\n                <div class=\"group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover:border-blue-200 hover:-translate-y-2\">\n                    <div class=\"w-16 h-16 bg-gradient-to-r from-blue-600 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300\">\n                        <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">High Performance<\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">Our infrastructure ensures speed and efficiency for high volumes.<\/p>\n                    <ul class=\"space-y-2\">\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Worry-Free Contingency\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Fast Processing\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Auto-Scaling\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Service 5 -->\n                <div class=\"group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 border border-gray-100 hover:border-blue-200 hover:-translate-y-2\">\n                    <div class=\"w-16 h-16 bg-gradient-to-r from-blue-600 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300\">\n                        <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.031 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Total Security<\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">Full data protection with encryption and LGPD compliance you can trust.<\/p>\n                    <ul class=\"space-y-2\">\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            End-to-End Encryption\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Automated Backup\n                        <\/li>\n                        <li class=\"flex items-center text-gray-700\">\n                            <div class=\"w-2 h-2 bg-green-500 rounded-full mr-3\"><\/div>\n                            Compliance with LGPD\/GDPR\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"mt-16 text-center\">\n<a href=\"#contato\" \n   class=\"bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700           text-white px-8 py-4 rounded-xl text-lg font-semibold           transition-all duration-200 shadow-xl hover:shadow-2xl hover:scale-105\">\n    Start Now!\n<\/a>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24b6f7c e-con-full e-flex e-con e-parent\" data-id=\"24b6f7c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b66899c elementor-widget elementor-widget-html\" data-id=\"b66899c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t    <!-- Features Section -->\n    <section id=\"recursos\" class=\"py-20 bg-white\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-4xl md:text-5xl font-bold text-gray-900 mb-6\">\n                    Why Choose \n                    <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-green-600\">BetSend<\/span>?\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\n                    Our platform was built for companies that need real, reliable results.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-16\">\n                <!-- Feature 1 -->\n                <div class=\"text-center group\">\n                    <div class=\"w-20 h-20 bg-gradient-to-r from-blue-600 to-blue-700 rounded-2xl flex items-center justify-center mx-auto mb-6 group-hover:scale-110 transition-transform duration-300 shadow-xl\">\n                        <svg class=\"w-10 h-10 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7h8m0 0v8m0-8l-8 8-4-4-6 6\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-gray-900 mb-3\">High Volume<\/h3>\n                    <p class=\"text-gray-600\">From 10,000 to 500,000 messages per day<\/p>\n                <\/div>\n\n                <!-- Feature 2 -->\n                <div class=\"text-center group\">\n                    <div class=\"w-20 h-20 bg-gradient-to-r from-green-600 to-green-700 rounded-2xl flex items-center justify-center mx-auto mb-6 group-hover:scale-110 transition-transform duration-300 shadow-xl\">\n                        <svg class=\"w-10 h-10 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-gray-900 mb-3\">Ultra-Low Cost<\/h3>\n                    <p class=\"text-gray-600\">Competitive Market Pricing<\/p>\n                <\/div>\n\n                <!-- Feature 3 -->\n                <div class=\"text-center group\">\n                    <div class=\"w-20 h-20 bg-gradient-to-r from-purple-600 to-purple-700 rounded-2xl flex items-center justify-center mx-auto mb-6 group-hover:scale-110 transition-transform duration-300 shadow-xl\">\n                        <svg class=\"w-10 h-10 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-gray-900 mb-3\">Total Trust<\/h3>\n                    <p class=\"text-gray-600\">Guaranteed Security and Compliance<\/p>\n                <\/div>\n\n                <!-- Feature 4 -->\n                <div class=\"text-center group\">\n                    <div class=\"w-20 h-20 bg-gradient-to-r from-orange-600 to-orange-700 rounded-2xl flex items-center justify-center mx-auto mb-6 group-hover:scale-110 transition-transform duration-300 shadow-xl\">\n                        <svg class=\"w-10 h-10 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-gray-900 mb-3\">24\/7 Availability<\/h3>\n                    <p class=\"text-gray-600\">Always Online and Monitored System<\/p>\n                <\/div>\n            <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f63a183 e-flex e-con-boxed e-con e-parent\" data-id=\"f63a183\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d9fce91 elementor-widget elementor-widget-html\" data-id=\"d9fce91\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Main Feature Showcase -->\r\n<div class=\"grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\r\n    <div>\r\n        <h3 class=\"text-3xl md:text-4xl font-bold text-gray-900 mb-6\">Intuitive Dashboard<\/h3>\r\n        <p class=\"text-lg text-gray-600 mb-8 leading-relaxed\">\r\n            Manage all your WhatsApp campaigns in a modern, easy-to-use interface. Monitor real-time metrics, schedule sends, and track performance with precision.\r\n        <\/p>\r\n        \r\n        <div class=\"space-y-4\">\r\n            <div class=\"flex items-center\">\r\n                <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n                <\/svg>\r\n                <span class=\"text-gray-700\">Drag-and-drop interface to create campaigns<\/span>\r\n            <\/div>\r\n            <div class=\"flex items-center\">\r\n                <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n                <\/svg>\r\n                <span class=\"text-gray-700\">Detailed delivery and engagement reports<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"relative rounded-2xl shadow-2xl overflow-hidden\">\r\n        <img decoding=\"async\" src=\"https:\/\/mocha-cdn.com\/0198bd51-3488-722b-b1a2-7c25d9978398\/dashboard-preview.jpg\" alt=\"Dashboard Preview\" class=\"w-full\" \/>\r\n        <div class=\"absolute inset-0 bg-gradient-to-t from-blue-600\/20 to-transparent\"><\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<!-- Security Section -->\r\n<div class=\"mt-20 grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\r\n    <div class=\"lg:order-2\">\r\n        <h3 class=\"text-3xl md:text-4xl font-bold text-gray-900 mb-6\">\r\n            Security and Reliability\r\n        <\/h3>\r\n        <p class=\"text-lg text-gray-600 mb-8 leading-relaxed\">\r\n            Your data and your clients\u2019 data are protected with the highest security standards. Full LGPD compliance and end-to-end encryption.\r\n        <\/p>\r\n        \r\n        <div class=\"space-y-4\">\r\n            <div class=\"flex items-center\">\r\n                <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n                <\/svg>\r\n                <span class=\"text-gray-700\">AES-256 encryption for all data<\/span>\r\n            <\/div>\r\n            <div class=\"flex items-center\">\r\n                <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n                <\/svg>\r\n                <span class=\"text-gray-700\">Servers in Brazil for LGPD compliance<\/span>\r\n            <\/div>\r\n            <div class=\"flex items-center\">\r\n                <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n                <\/svg>\r\n                <span class=\"text-gray-700\">Automatic backup and redundancy<\/span>\r\n            <\/div>\r\n            <div class=\"flex items-center\">\r\n                <svg class=\"w-6 h-6 text-green-600 mr-3 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\r\n                <\/svg>\r\n                <span class=\"text-gray-700\">24\/7 infrastructure monitoring<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"lg:order-1 transform scale-75 origin-center relative rounded-2xl shadow-2xl overflow-hidden\">\r\n        <img decoding=\"async\" src=\"https:\/\/mocha-cdn.com\/0198bd51-3488-722b-b1a2-7c25d9978398\/security-features.jpg\" alt=\"Security Features\" class=\"w-full\" \/>\r\n        <div class=\"absolute inset-0 bg-gradient-to-t from-green-600\/20 to-transparent\"><\/div>\r\n    <\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79a23f9 e-con-full contato e-flex e-con e-parent\" data-id=\"79a23f9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e55fd1 elementor-widget elementor-widget-html\" data-id=\"4e55fd1\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Contact Section -->\n<section id=\"contato\" class=\"py-20 bg-gradient-to-br from-gray-900 to-blue-900\">\n  <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n    <div class=\"text-center mb-16\">\n      <h2 class=\"text-4xl md:text-5xl font-bold text-white mb-6\">\n        Ready to get started?\n      <\/h2>\n      <p class=\"text-xl text-blue-100 max-w-3xl mx-auto\">\n        Get in touch with us and discover how to transform your communication on WhatsApp.\n      <\/p>\n    <\/div>\n\n    <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-12\">\n      <!-- Contact Form -->\n      <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-8 border border-white\/20\">\n        <h3 class=\"text-2xl font-bold text-white mb-6\">Request a Demo<\/h3>\n\n        <!-- FORM ATUALIZADO -->\n        <form action=\"https:\/\/formsubmit.co\/contato@betsend.com.br\" method=\"POST\" class=\"space-y-6\">\n          <!-- Configura\u00e7\u00f5es -->\n          <input type=\"hidden\" name=\"_subject\" value=\"Nova mensagem do site - BetSend\">\n          <input type=\"hidden\" name=\"_captcha\" value=\"false\">\n          <input type=\"hidden\" name=\"_template\" value=\"table\">\n          <input type=\"hidden\" name=\"_autoresponse\" value=\"Recebemos sua mensagem e retornaremos em breve. Obrigado!\">\n          <!-- Redireciona para a HOME ap\u00f3s enviar -->\n          <input type=\"hidden\" name=\"https:\/\/betsend.com.br\/\" value=\"\/\" \/>\n\n          <div>\n            <label class=\"block text-blue-100 text-sm font-medium mb-2\">Full Name<\/label>\n            <input\n              type=\"text\" name=\"nome\" required\n class=\"w-full px-4 py-3 bg-white\/10 border border-white\/20 rounded-lg text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-transparent\"\n              placeholder=\"your full name\"\n            \/>\n          <\/div>\n\n          <div>\n            <label class=\"block text-blue-100 text-sm font-medium mb-2\">Email<\/label>\n            <input\n              type=\"email\" name=\"email\" required\n class=\"w-full px-4 py-3 bg-white\/10 border border-white\/20 rounded-lg text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-transparent\"\n              placeholder=\"your@email.com\"\n            \/>\n          <\/div>\n\n          <div>\n            <label class=\"block text-blue-100 text-sm font-medium mb-2\">WhatsApp<\/label>\n            <input\n              type=\"tel\" name=\"whatsapp\" required\n class=\"w-full px-4 py-3 bg-white\/10 border border-white\/20 rounded-lg text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-transparent\"\n              placeholder=\"(11) 99999-9999\"\n            \/>\n          <\/div>\n\n          <div>\n            <label class=\"block text-blue-100 text-sm font-medium mb-2\">Company<\/label>\n            <input\n              type=\"text\" name=\"empresa\"\n              class=\"w-full px-4 py-3 bg-white\/10 border border-white\/20 rounded-lg text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-transparent\"\n              placeholder=\"company name\"\n            \/>\n          <\/div>\n\n          <div>\n            <label class=\"block text-blue-100 text-sm font-medium mb-2\">Message<\/label>\n            <textarea\n              rows=\"4\" name=\"mensagem\" required\n class=\"w-full px-4 py-3 bg-white\/10 border border-white\/20 rounded-lg text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:border-transparent resize-none\"\n              placeholder=\"Tell us about your needs...\"\n            ><\/textarea>\n          <\/div>\n\n          <button\n            type=\"submit\"\n            class=\"w-full bg-gradient-to-r from-green-500 to-green-600 hover:from-green-600 hover:to-green-700 text-white py-4 rounded-lg font-semibold transition-all duration-200 shadow-xl hover:shadow-green-500\/25 hover:scale-105\"\n          >\n            <svg class=\"inline-block w-5 h-5 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 19l9 2-9-18-9 18 9-2zm0 0v-8\"><\/path>\n            <\/svg>\n            Send Message\n          <\/button>\n        <\/form>\n      <\/div>\n\n      <!-- Contact Info -->\n      <div class=\"space-y-8\">\n        <div>\n          <h3 class=\"text-2xl font-bold text-white mb-6\">Contact Us<\/h3>\n          <p class=\"text-blue-100 text-lg leading-relaxed mb-8\">\n            Our team is ready to help you implement the best WhatsApp mass messaging solution.\nSchedule a free demo and see how we can revolutionize your communication.\n          <\/p>\n        <\/div>\n\n        <div class=\"space-y-6\">\n          <div class=\"flex items-center\">\n            <div class=\"w-12 h-12 bg-green-600 rounded-lg flex items-center justify-center mr-4\">\n              <svg class=\"w-6 h-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\"><\/path>\n              <\/svg>\n            <\/div>\n            <div>\n              <h4 class=\"text-white font-semibold\">WhatsApp<\/h4>\n              <!-- LINK CLIC\u00c1VEL PARA WHATSAPP -->\n              <a\n                href=\"https:\/\/wa.me\/5511980678284\" target=\"_blank\" rel=\"noopener\"\n                class=\"text-blue-200 hover:text-white underline decoration-dotted\"\n                aria-label=\"Conversar no WhatsApp\"\n              >\n                (11) 98067-8284\n              <\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"flex items-center\">\n            <div class=\"w-12 h-12 bg-blue-600 rounded-lg flex items-center justify-center mr-4\">\n              <svg class=\"w-6 h-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n              <\/svg>\n            <\/div>\n            <div>\n              <h4 class=\"text-white font-semibold\">Email<\/h4>\n              <p class=\"text-blue-200\">contato@betsend.com.br<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"flex items-center\">\n            <div class=\"w-12 h-12 bg-orange-600 rounded-lg flex items-center justify-center mr-4\">\n              <svg class=\"w-6 h-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"><\/path>\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n              <\/svg>\n            <\/div>\n            <div>\n              <h4 class=\"text-white font-semibold\">Company Address<\/h4>\n              <p class=\"text-blue-200\">S\u00e3o Paulo, SP - Brasil<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-6 border border-white\/20\">\n          <h4 class=\"text-white font-bold text-lg mb-3\">Business Hours<\/h4>\n          <div class=\"space-y-2 text-blue-100\">\n            <p>Monday to Friday: 8 AM \u2013 6 PM<\/p>\n            <p>Saturday: 9 AM \u2013 2 PM<\/p>\n            <p class=\"text-green-400 font-semibold\">Technical Support<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b788b94 e-con-full contato e-flex e-con e-parent\" data-id=\"b788b94\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce0e83b elementor-widget elementor-widget-html\" data-id=\"ce0e83b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Footer -->\r\n<footer class=\"bg-gray-900 text-white\">\r\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12\">\r\n        <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\r\n            <!-- Brand -->\r\n            <div class=\"col-span-1 md:col-span-2\">\r\n                <div class=\"flex items-center mb-4\">\r\n                    <svg class=\"h-8 w-8 text-blue-600\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\r\n                              d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\"><\/path>\r\n                    <\/svg>\r\n                    <span class=\"ml-2 text-xl font-bold\">\r\n                        <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-green-600\">BetSend<\/span>\r\n                    <\/span>\r\n                <\/div>\r\n                <p class=\"text-gray-400 mb-6 leading-relaxed\">\r\n                    The most complete solution for WhatsApp mass messaging.\nSend up to 500,000 messages per day with security, reliability, and low cost.\r\n                <\/p>\r\n                <div class=\"flex space-x-4\">\r\n                    <!-- (Espa\u00e7o reservado para \u00edcones\/redes sociais) -->\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Links -->\r\n            <div>\r\n                <h3 class=\"text-lg font-semibold mb-4\">Useful Links<\/h3>\r\n                <ul class=\"space-y-2 text-gray-400\">\r\n                    <li>\r\n                        <a href=\"https:\/\/betsend.com.br\/en\/privacidade-br\/\" class=\"hover:text-white transition-colors\">\r\n                            Privacy Policy\r\n                        <\/a>\r\n                    <\/li>\r\n                    <li>\r\n                        <a href=\"https:\/\/betsend.com.br\/en\/cookies-br\/\" class=\"hover:text-white transition-colors\">\r\n                            Cookie Policy\r\n                        <\/a>\r\n                    <\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"border-t border-gray-800 mt-12 pt-8\">\r\n            <div class=\"flex flex-col md:flex-row justify-between items-center\">\r\n                <p class=\"text-gray-400 text-sm\">\r\n                    \u00a9 2025 <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-green-400\">BetSend<\/span>All Rights Reserved\r\n                <\/p>\r\n                <div class=\"flex items-center space-x-6 mt-4 md:mt-0\">\r\n                    <span class=\"text-gray-400 text-sm\">Made in Brasil \ud83c\udde7\ud83c\uddf7<\/span>\r\n                    <div class=\"flex items-center\">\r\n                        <div class=\"w-3 h-3 bg-green-500 rounded-full mr-2 animate-pulse\"><\/div>\r\n                        <span class=\"text-green-400 text-sm\">Online System<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/footer>\r\n\r\n<script>\r\n    function toggleMobileMenu() {\r\n        const menu = document.querySelector('.mobile-menu');\r\n        menu.classList.toggle('active');\r\n    }\r\n\r\n    \/\/ Smooth scrolling for anchor links\r\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n        anchor.addEventListener('click', function (e) {\r\n            e.preventDefault();\r\n            const target = document.querySelector(this.getAttribute('href'));\r\n            if (target) {\r\n                target.scrollIntoView({\r\n                    behavior: 'smooth',\r\n                    block: 'start'\r\n                });\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Close mobile menu when clicking on links\r\n    document.querySelectorAll('.mobile-menu a').forEach(link => {\r\n        link.addEventListener('click', function () {\r\n            const menu = document.querySelector('.mobile-menu');\r\n            menu.classList.remove('active');\r\n        });\r\n    });\r\n<\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ImpactSend In\u00edcio Servi\u00e7os Recursos Contato Come\u00e7ar Agora In\u00edcio Servi\u00e7os Recursos Contato Come\u00e7ar Agora BetSend &#8211; Disparos em Massa WhatsApp Solu\u00e7\u00e3o de CRM via WhatsApp para Empresas Dispare at\u00e9 500.000 mensagens por dia para sua base de clientes, com alta taxa de entrega e resultados reais para suas campanhas. Com a BetSend, sua empresa conquista proximidade, [&hellip;]<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-244","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/betsend.com.br\/en\/wp-json\/wp\/v2\/pages\/244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/betsend.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/betsend.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/betsend.com.br\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/betsend.com.br\/en\/wp-json\/wp\/v2\/comments?post=244"}],"version-history":[{"count":23,"href":"https:\/\/betsend.com.br\/en\/wp-json\/wp\/v2\/pages\/244\/revisions"}],"predecessor-version":[{"id":275,"href":"https:\/\/betsend.com.br\/en\/wp-json\/wp\/v2\/pages\/244\/revisions\/275"}],"wp:attachment":[{"href":"https:\/\/betsend.com.br\/en\/wp-json\/wp\/v2\/media?parent=244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}