{"id":4662,"date":"2025-07-24T12:31:15","date_gmt":"2025-07-24T12:31:15","guid":{"rendered":"https:\/\/digxia.com\/?page_id=4662"},"modified":"2025-08-05T12:04:42","modified_gmt":"2025-08-05T12:04:42","slug":"panel-interno-senor-c","status":"publish","type":"page","link":"https:\/\/digxia.com\/?page_id=4662","title":{"rendered":"Panel interno cliente 032"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Panel Scripts y Herramientas cliente 032<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    animation: {\n                        'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        .btn-press {\n            transition: all 0.2s ease;\n        }\n        .btn-press:hover {\n            transform: scale(1.05);\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n        }\n        .btn-press:active {\n            transform: scale(0.95);\n        }\n        .gradient-bg {\n            background: linear-gradient(135deg, #1e293b 0%, #7c3aed 50%, #1e293b 100%);\n        }\n        .card-glass {\n            background: rgba(30, 41, 59, 0.5);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(124, 58, 237, 0.2);\n        }\n        .tab-active {\n            background: #7c3aed !important;\n            color: white !important;\n        }\n        .progress-bar {\n            background: linear-gradient(90deg, #7c3aed, #ec4899);\n            height: 8px;\n            border-radius: 4px;\n        }\n    <\/style>\n<\/head>\n<body class=\"gradient-bg min-h-screen\">\n    <div class=\"container mx-auto p-6\">\n        <!-- Header -->\n        <div class=\"mb-8\">\n            <div class=\"flex items-center gap-3 mb-2\">\n                <div class=\"p-2 bg-purple-600 rounded-lg\">\n                    <svg class=\"h-6 w-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h1 class=\"text-3xl font-bold text-white\">Panel Scripts y Herramientas cliente 032<\/h1>\n            <\/div>\n            <p class=\"text-purple-200\">Sistema Avanzado de Gesti\u00f3n de Reputaci\u00f3n Digital con IA<\/p>\n        <\/div>\n\n        <!-- Stats Cards -->\n        <div class=\"grid grid-cols-1 md:grid-cols-4 gap-6 mb-8\">\n            <div class=\"card-glass rounded-lg p-4\">\n                <div class=\"pb-2\">\n                    <h3 class=\"text-sm font-medium text-purple-200\">Escaneos Activos<\/h3>\n                <\/div>\n                <div>\n                    <div class=\"text-2xl font-bold text-white\">3<\/div>\n                    <p class=\"text-xs text-green-400\">+2 desde ayer<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-glass rounded-lg p-4\">\n                <div class=\"pb-2\">\n                    <h3 class=\"text-sm font-medium text-purple-200\">Items Procesados<\/h3>\n                <\/div>\n                <div>\n                    <div class=\"text-2xl font-bold text-white\">1,247<\/div>\n                    <p class=\"text-xs text-green-400\">+156 hoy<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-glass rounded-lg p-4\">\n                <div class=\"pb-2\">\n                    <h3 class=\"text-sm font-medium text-purple-200\">Reputaci\u00f3n Score<\/h3>\n                <\/div>\n                <div>\n                    <div class=\"text-2xl font-bold text-green-400\">87%<\/div>\n                    <div class=\"w-full bg-gray-700 rounded-full h-2 mt-2\">\n                        <div class=\"progress-bar rounded-full h-2\" style=\"width: 87%\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-glass rounded-lg p-4\">\n                <div class=\"pb-2\">\n                    <h3 class=\"text-sm font-medium text-purple-200\">Amenazas Neutralizadas<\/h3>\n                <\/div>\n                <div>\n                    <div class=\"text-2xl font-bold text-red-400\">23<\/div>\n                    <p class=\"text-xs text-purple-200\">Esta semana<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Main Panel -->\n        <div class=\"space-y-6\">\n            <!-- Tab Navigation -->\n            <div class=\"card-glass rounded-lg p-1\">\n                <div class=\"grid grid-cols-7 gap-1\">\n                    <button onclick=\"showTab('scanner')\" id=\"tab-scanner\" class=\"tab-button tab-active px-4 py-2 rounded text-sm font-medium transition-all\">\n                        Scanner IA\n                    <\/button>\n                    <button onclick=\"showTab('removal')\" id=\"tab-removal\" class=\"tab-button px-4 py-2 rounded text-sm font-medium text-purple-200 hover:text-white transition-all\">\n                        Eliminaci\u00f3n\n                    <\/button>\n                    <button onclick=\"showTab('social')\" id=\"tab-social\" class=\"tab-button px-4 py-2 rounded text-sm font-medium text-purple-200 hover:text-white transition-all\">\n                        Redes Sociales\n                    <\/button>\n                    <button onclick=\"showTab('seo')\" id=\"tab-seo\" class=\"tab-button px-4 py-2 rounded text-sm font-medium text-purple-200 hover:text-white transition-all\">\n                        SEO Defense\n                    <\/button>\n                    <button onclick=\"showTab('deepweb')\" id=\"tab-deepweb\" class=\"tab-button px-4 py-2 rounded text-sm font-medium text-purple-200 hover:text-white transition-all\">\n                        Deep Web\n                    <\/button>\n                    <button onclick=\"showTab('advanced')\" id=\"tab-advanced\" class=\"tab-button px-4 py-2 rounded text-sm font-medium text-purple-200 hover:text-white transition-all\">\n                        IA Avanzada\n                    <\/button>\n                    <button onclick=\"showTab('analytics')\" id=\"tab-analytics\" class=\"tab-button px-4 py-2 rounded text-sm font-medium text-purple-200 hover:text-white transition-all\">\n                        Analytics\n                    <\/button>\n                <\/div>\n            <\/div>\n\n            <!-- Scanner IA Tab -->\n            <div id=\"content-scanner\" class=\"tab-content space-y-6\">\n                <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold mb-2\">\n                                <svg class=\"h-5 w-5 text-purple-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                Scanner de Contenido Negativo\n                            <\/h3>\n                            <p class=\"text-purple-200 text-sm\">IA avanzada para detectar menciones negativas en tiempo real<\/p>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <div class=\"space-y-2\">\n                                <label class=\"text-purple-200 text-sm\">Objetivo de Monitoreo<\/label>\n                                <input type=\"text\" placeholder=\"Nombre de empresa o persona\" class=\"w-full bg-slate-700 border border-purple-500\/30 text-white rounded-lg px-3 py-2\">\n                            <\/div>\n                            <div class=\"space-y-2\">\n                                <label class=\"text-purple-200 text-sm\">Keywords Negativas<\/label>\n                                <textarea placeholder=\"esc\u00e1ndalo, fraude, problema, crisis...\" class=\"w-full bg-slate-700 border border-purple-500\/30 text-white rounded-lg px-3 py-2 h-20\"><\/textarea>\n                            <\/div>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.828 14.828a4 4 0 01-5.656 0M9 10h1m4 0h1m-6 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                                <\/svg>\n                                Iniciar Escaneo Profundo\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold mb-2\">\n                                <svg class=\"h-5 w-5 text-green-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n                                <\/svg>\n                                IA Sentiment Analysis\n                            <\/h3>\n                            <p class=\"text-purple-200 text-sm\">An\u00e1lisis de sentimientos con modelos GPT-4 y BERT<\/p>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <div class=\"space-y-2\">\n                                <label class=\"text-purple-200 text-sm\">Modelo de IA<\/label>\n                                <select class=\"w-full bg-slate-700 border border-purple-500\/30 text-white rounded-lg px-3 py-2\">\n                                    <option>Seleccionar modelo<\/option>\n                                    <option>GPT-4 Turbo<\/option>\n                                    <option>BERT Advanced<\/option>\n                                    <option>Modelo Personalizado<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"grid grid-cols-2 gap-2\">\n                                <button class=\"btn-press border border-green-500\/30 text-green-400 hover:bg-green-500\/10 bg-transparent font-medium py-2 px-4 rounded-lg\">\n                                    <svg class=\"h-4 w-4 mr-2 inline\" 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                                    An\u00e1lisis R\u00e1pido\n                                <\/button>\n                                <button class=\"btn-press border border-blue-500\/30 text-blue-400 hover:bg-blue-500\/10 bg-transparent font-medium py-2 px-4 rounded-lg\">\n                                    <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.746 0 3.332.477 4.5 1.253v13C19.832 18.477 18.246 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n                                    <\/svg>\n                                    An\u00e1lisis Profundo\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Real-time Results -->\n                <div class=\"card-glass rounded-lg p-6\">\n                    <div class=\"mb-4\">\n                        <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                            <svg class=\"h-5 w-5 text-yellow-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\"><\/path>\n                            <\/svg>\n                            Resultados en Tiempo Real\n                        <\/h3>\n                    <\/div>\n                    <div class=\"space-y-3\">\n                        <div class=\"flex items-center justify-between p-3 bg-slate-700\/50 rounded-lg\">\n                            <div class=\"flex items-center gap-3\">\n                                <span class=\"bg-red-600 text-white px-2 py-1 rounded text-xs font-medium\">HIGH<\/span>\n                                <div>\n                                    <p class=\"text-white font-medium\">Google News<\/p>\n                                    <p class=\"text-purple-200 text-sm\">Art\u00edculo negativo detectado<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"text-right\">\n                                <p class=\"text-purple-300 text-sm\">hace 2 min<\/p>\n                                <button class=\"btn-press border border-red-500\/30 text-red-400 hover:bg-red-500\/10 bg-transparent text-xs px-2 py-1 rounded mt-1\">\n                                    <svg class=\"h-3 w-3 mr-1 inline\" 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                                    Actuar\n                                <\/button>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"flex items-center justify-between p-3 bg-slate-700\/50 rounded-lg\">\n                            <div class=\"flex items-center gap-3\">\n                                <span class=\"bg-yellow-600 text-white px-2 py-1 rounded text-xs font-medium\">MEDIUM<\/span>\n                                <div>\n                                    <p class=\"text-white font-medium\">Twitter<\/p>\n                                    <p class=\"text-purple-200 text-sm\">Tweet con sentimiento negativo<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"text-right\">\n                                <p class=\"text-purple-300 text-sm\">hace 5 min<\/p>\n                                <button class=\"btn-press border border-red-500\/30 text-red-400 hover:bg-red-500\/10 bg-transparent text-xs px-2 py-1 rounded mt-1\">\n                                    <svg class=\"h-3 w-3 mr-1 inline\" 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                                    Actuar\n                                <\/button>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"flex items-center justify-between p-3 bg-slate-700\/50 rounded-lg\">\n                            <div class=\"flex items-center gap-3\">\n                                <span class=\"bg-gray-600 text-white px-2 py-1 rounded text-xs font-medium\">LOW<\/span>\n                                <div>\n                                    <p class=\"text-white font-medium\">Reddit<\/p>\n                                    <p class=\"text-purple-200 text-sm\">Comentario cr\u00edtico en r\/business<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"text-right\">\n                                <p class=\"text-purple-300 text-sm\">hace 8 min<\/p>\n                                <button class=\"btn-press border border-red-500\/30 text-red-400 hover:bg-red-500\/10 bg-transparent text-xs px-2 py-1 rounded mt-1\">\n                                    <svg class=\"h-3 w-3 mr-1 inline\" 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                                    Actuar\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Removal Tab -->\n            <div id=\"content-removal\" class=\"tab-content space-y-6 hidden\">\n                <div class=\"grid grid-cols-1 lg:grid-cols-3 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-red-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16\"><\/path>\n                                <\/svg>\n                                Eliminaci\u00f3n Autom\u00e1tica\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-red-600 to-orange-600 hover:from-red-700 hover:to-orange-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16\"><\/path>\n                                <\/svg>\n                                Eliminar Contenido\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-yellow-600 to-orange-600 hover:from-yellow-700 hover:to-orange-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z\"><\/path>\n                                <\/svg>\n                                Filtros Avanzados\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-purple-600 to-blue-600 hover:from-purple-700 hover:to-blue-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\"><\/path>\n                                <\/svg>\n                                Bloqueo Preventivo\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-green-400\" 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.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n                                <\/svg>\n                                Protecci\u00f3n Legal\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-green-600 to-teal-600 hover:from-green-700 hover:to-teal-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" 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.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n                                <\/svg>\n                                DMCA Takedown\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"><\/path>\n                                <\/svg>\n                                Derecho al Olvido\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-indigo-600 to-purple-600 hover:from-indigo-700 hover:to-purple-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\"><\/path>\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n                                <\/svg>\n                                Configurar Alertas\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-blue-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15\"><\/path>\n                                <\/svg>\n                                Automatizaci\u00f3n\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-cyan-600 to-blue-600 hover:from-cyan-700 hover:to-blue-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.828 14.828a4 4 0 01-5.656 0M9 10h1m4 0h1m-6 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                                <\/svg>\n                                Auto-Respuesta\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-teal-600 to-green-600 hover:from-teal-700 hover:to-green-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                                <\/svg>\n                                Bot de Defensa\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-pink-600 to-rose-600 hover:from-pink-700 hover:to-rose-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" 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                                Respuesta R\u00e1pida\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Social Media Tab -->\n            <div id=\"content-social\" class=\"tab-content space-y-6 hidden\">\n                <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-blue-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                                <\/svg>\n                                Monitoreo de Redes Sociales\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <div class=\"grid grid-cols-2 gap-2\">\n                                <button class=\"btn-press bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg\">\n                                    Twitter\/X\n                                <\/button>\n                                <button class=\"btn-press bg-blue-800 hover:bg-blue-900 text-white font-medium py-2 px-4 rounded-lg\">\n                                    Facebook\n                                <\/button>\n                                <button class=\"btn-press bg-pink-600 hover:bg-pink-700 text-white font-medium py-2 px-4 rounded-lg\">\n                                    Instagram\n                                <\/button>\n                                <button class=\"btn-press bg-blue-500 hover:bg-blue-600 text-white font-medium py-2 px-4 rounded-lg\">\n                                    LinkedIn\n                                <\/button>\n                            <\/div>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                Escanear Todas las Plataformas\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-green-400\" 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                                Gesti\u00f3n de Crisis\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-red-600 to-pink-600 hover:from-red-700 hover:to-pink-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"><\/path>\n                                <\/svg>\n                                Modo Crisis Activado\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" 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.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n                                <\/svg>\n                                Escudo Reputacional\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-green-600 to-blue-600 hover:from-green-700 hover:to-blue-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" 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                                Campa\u00f1a Positiva\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Plataformas Adicionales -->\n                <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-purple-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9v-9m0-9v9\"><\/path>\n                                <\/svg>\n                                Plataformas Adicionales\n                            <\/h3>\n                        <\/div>\n                        <div class=\"grid grid-cols-2 gap-2\">\n                            <button class=\"btn-press bg-red-600 hover:bg-red-700 text-white font-medium py-2 px-4 rounded-lg\">YouTube<\/button>\n                            <button class=\"btn-press bg-black hover:bg-gray-800 text-white font-medium py-2 px-4 rounded-lg\">TikTok<\/button>\n                            <button class=\"btn-press bg-purple-600 hover:bg-purple-700 text-white font-medium py-2 px-4 rounded-lg\">Twitch<\/button>\n                            <button class=\"btn-press bg-orange-600 hover:bg-orange-700 text-white font-medium py-2 px-4 rounded-lg\">Reddit<\/button>\n                            <button class=\"btn-press bg-blue-400 hover:bg-blue-500 text-white font-medium py-2 px-4 rounded-lg\">Telegram<\/button>\n                            <button class=\"btn-press bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg\">WhatsApp<\/button>\n                            <button class=\"btn-press bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-2 px-4 rounded-lg\">Discord<\/button>\n                            <button class=\"btn-press bg-pink-600 hover:bg-pink-700 text-white font-medium py-2 px-4 rounded-lg\">OnlyFans<\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-cyan-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                                <\/svg>\n                                Bots Especializados\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-cyan-600 to-blue-600 hover:from-cyan-700 hover:to-blue-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                                <\/svg>\n                                Comment Bot Army\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-green-600 to-teal-600 hover:from-green-700 hover:to-teal-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                                <\/svg>\n                                Fake Account Generator\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" 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                                Engagement Booster\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SEO Defense Tab -->\n            <div id=\"content-seo\" class=\"tab-content space-y-6 hidden\">\n                <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-yellow-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                SEO Defensivo\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-yellow-600 to-orange-600 hover:from-yellow-700 hover:to-orange-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                Optimizar Resultados\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-green-600 to-yellow-600 hover:from-green-700 hover:to-yellow-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9v-9m0-9v9\"><\/path>\n                                <\/svg>\n                                Contenido Positivo\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.746 0 3.332.477 4.5 1.253v13C19.832 18.477 18.246 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n                                <\/svg>\n                                Suprimir Negativos\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-blue-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9v-9m0-9v9\"><\/path>\n                                <\/svg>\n                                Control de Motores\n                            <\/h3>\n                        <\/div>\n                        <div class=\"grid grid-cols-2 gap-2\">\n                            <button class=\"btn-press bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg\">Google<\/button>\n                            <button class=\"btn-press bg-orange-600 hover:bg-orange-700 text-white font-medium py-2 px-4 rounded-lg\">Bing<\/button>\n                            <button class=\"btn-press bg-purple-600 hover:bg-purple-700 text-white font-medium py-2 px-4 rounded-lg\">Yahoo<\/button>\n                            <button class=\"btn-press bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg\">DuckDuckGo<\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Motores Internacionales y SEO Black Hat -->\n                <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-green-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                Motores Internacionales\n                            <\/h3>\n                        <\/div>\n                        <div class=\"grid grid-cols-2 gap-2\">\n                            <button class=\"btn-press bg-red-600 hover:bg-red-700 text-white font-medium py-2 px-4 rounded-lg\">Yandex<\/button>\n                            <button class=\"btn-press bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg\">Baidu<\/button>\n                            <button class=\"btn-press bg-purple-600 hover:bg-purple-700 text-white font-medium py-2 px-4 rounded-lg\">Naver<\/button>\n                            <button class=\"btn-press bg-orange-600 hover:bg-orange-700 text-white font-medium py-2 px-4 rounded-lg\">Searx<\/button>\n                            <button class=\"btn-press bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg\">Startpage<\/button>\n                            <button class=\"btn-press bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-2 px-4 rounded-lg\">Brave Search<\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-yellow-400\" 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                                SEO Black Hat\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-yellow-600 to-red-600 hover:from-yellow-700 hover:to-red-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.746 0 3.332.477 4.5 1.253v13C19.832 18.477 18.246 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n                                <\/svg>\n                                Negative SEO Attack\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-red-600 to-pink-600 hover:from-red-700 hover:to-pink-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z\"><\/path>\n                                <\/svg>\n                                Link Farm Network\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-purple-600 to-indigo-600 hover:from-purple-700 hover:to-indigo-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n                                <\/svg>\n                                Keyword Stuffing AI\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Deep Web Tab -->\n            <div id=\"content-deepweb\" class=\"tab-content space-y-6 hidden\">\n                <div class=\"grid grid-cols-1 lg:grid-cols-3 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-red-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\"><\/path>\n                                <\/svg>\n                                Deep Web Scanner\n                            <\/h3>\n                            <p class=\"text-purple-200 text-sm\">Monitoreo de contenido en la web profunda<\/p>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-red-600 to-black hover:from-red-700 hover:to-gray-900 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\"><\/path>\n                                <\/svg>\n                                Escanear Deep Web\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-purple-600 to-black hover:from-purple-700 hover:to-gray-900 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" 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.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n                                <\/svg>\n                                Dark Web Monitor\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"><\/path>\n                                <\/svg>\n                                Tor Network Scan\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-yellow-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\"><\/path>\n                                <\/svg>\n                                Foros y Chans\n                            <\/h3>\n                            <p class=\"text-purple-200 text-sm\">Monitoreo de foros an\u00f3nimos y imageboards<\/p>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-green-600 to-teal-600 hover:from-green-700 hover:to-teal-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                                <\/svg>\n                                4chan Monitor\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9v-9m0-9v9\"><\/path>\n                                <\/svg>\n                                Reddit Deep Scan\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-pink-600 to-purple-600 hover:from-pink-700 hover:to-purple-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.746 0 3.332.477 4.5 1.253v13C19.832 18.477 18.246 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n                                <\/svg>\n                                Discord Servers\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-cyan-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n                                <\/svg>\n                                Leak Detection\n                            <\/h3>\n                            <p class=\"text-purple-200 text-sm\">Detecci\u00f3n de filtraciones de informaci\u00f3n<\/p>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-cyan-600 to-blue-600 hover:from-cyan-700 hover:to-blue-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                Pastebin Scanner\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-teal-600 to-green-600 hover:from-teal-700 hover:to-green-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z\"><\/path>\n                                <\/svg>\n                                GitHub Leaks\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-indigo-600 to-purple-600 hover:from-indigo-700 hover:to-purple-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"><\/path>\n                                <\/svg>\n                                Telegram Channels\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Advanced AI Tab -->\n            <div id=\"content-advanced\" class=\"tab-content space-y-6 hidden\">\n                <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-green-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                                <\/svg>\n                                Generaci\u00f3n de Contenido IA\n                            <\/h3>\n                            <p class=\"text-purple-200 text-sm\">Creaci\u00f3n autom\u00e1tica de contenido positivo<\/p>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <div class=\"grid grid-cols-2 gap-2\">\n                                <button class=\"btn-press bg-gradient-to-r from-green-600 to-emerald-600 hover:from-green-700 hover:to-emerald-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                    <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                                    <\/svg>\n                                    GPT-4 Articles\n                                <\/button>\n                                <button class=\"btn-press bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                    <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n                                    <\/svg>\n                                    Claude Content\n                                <\/button>\n                                <button class=\"btn-press bg-gradient-to-r from-purple-600 to-violet-600 hover:from-purple-700 hover:to-violet-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                    <svg class=\"h-4 w-4 mr-2 inline\" 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                                    Gemini Pro\n                                <\/button>\n                                <button class=\"btn-press bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                    <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.746 0 3.332.477 4.5 1.253v13C19.832 18.477 18.246 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n                                    <\/svg>\n                                    Custom Model\n                                <\/button>\n                            <\/div>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-indigo-600 to-purple-600 hover:from-indigo-700 hover:to-purple-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.828 14.828a4 4 0 01-5.656 0M9 10h1m4 0h1m-6 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                                <\/svg>\n                                Generar Campa\u00f1a Completa\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-yellow-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\"><\/path>\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n                                <\/svg>\n                                Manipulaci\u00f3n de Algoritmos\n                            <\/h3>\n                            <p class=\"text-purple-200 text-sm\">Optimizaci\u00f3n avanzada de algoritmos de b\u00fasqueda<\/p>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-yellow-600 to-orange-600 hover:from-yellow-700 hover:to-orange-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                Google Algorithm Hack\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" 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                                Social Media Boost\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-green-600 to-teal-600 hover:from-green-700 hover:to-teal-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z\"><\/path>\n                                <\/svg>\n                                Content Amplification\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Advanced Tools Grid -->\n                <div class=\"grid grid-cols-1 lg:grid-cols-4 gap-6\">\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-pink-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n                                <\/svg>\n                                Deepfake Detection\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-2\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-pink-600 to-rose-600 hover:from-pink-700 hover:to-rose-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\"><\/path>\n                                <\/svg>\n                                Scan Videos\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                Audio Analysis\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-cyan-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\"><\/path>\n                                <\/svg>\n                                Blockchain Forensics\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-2\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-cyan-600 to-blue-600 hover:from-cyan-700 hover:to-blue-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z\"><\/path>\n                                <\/svg>\n                                Crypto Trace\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-teal-600 to-cyan-600 hover:from-teal-700 hover:to-cyan-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" 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.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n                                <\/svg>\n                                NFT Monitor\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-orange-400\" 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                                Voice Cloning\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-2\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                                <\/svg>\n                                Generate Voice\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-red-600 to-pink-600 hover:from-red-700 hover:to-pink-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\"><\/path>\n                                <\/svg>\n                                Detect Clones\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"card-glass rounded-lg p-6\">\n                        <div class=\"mb-4\">\n                            <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                                <svg class=\"h-5 w-5 text-green-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.746 0 3.332.477 4.5 1.253v13C19.832 18.477 18.246 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n                                <\/svg>\n                                Social Engineering\n                            <\/h3>\n                        <\/div>\n                        <div class=\"space-y-2\">\n                            <button class=\"w-full btn-press bg-gradient-to-r from-green-600 to-emerald-600 hover:from-green-700 hover:to-emerald-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                                <\/svg>\n                                Profile Builder\n                            <\/button>\n                            <button class=\"w-full btn-press bg-gradient-to-r from-emerald-600 to-teal-600 hover:from-emerald-700 hover:to-teal-700 text-white font-medium py-2 px-4 rounded-lg shadow-lg\">\n                                <svg class=\"h-4 w-4 mr-2 inline\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n                                <\/svg>\n                                Behavior AI\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Analytics Tab -->\n            <div id=\"content-analytics\" class=\"tab-content space-y-6 hidden\">\n                <div class=\"card-glass rounded-lg p-6\">\n                    <div class=\"mb-4\">\n                        <h3 class=\"text-white flex items-center gap-2 text-lg font-semibold\">\n                            <svg class=\"h-5 w-5 text-green-400\" 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                            Dashboard de M\u00e9tricas Avanzadas\n                        <\/h3>\n                    <\/div>\n                    <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\n                        <div class=\"space-y-2\">\n                            <label class=\"text-purple-200 text-sm\">Sentiment Score<\/label>\n                            <div class=\"text-3xl font-bold text-green-400\">+72%<\/div>\n                            <div class=\"w-full bg-gray-700 rounded-full h-2\">\n                                <div class=\"progress-bar rounded-full h-2\" style=\"width: 72%\"><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"space-y-2\">\n                            <label class=\"text-purple-200 text-sm\">Menciones Positivas<\/label>\n                            <div class=\"text-3xl font-bold text-blue-400\">1,247<\/div>\n                            <div class=\"w-full bg-gray-700 rounded-full h-2\">\n                                <div class=\"progress-bar rounded-full h-2\" style=\"width: 85%\"><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"space-y-2\">\n                            <label class=\"text-purple-200 text-sm\">Amenazas Neutralizadas<\/label>\n                            <div class=\"text-3xl font-bold text-red-400\">23<\/div>\n                            <div class=\"w-full bg-gray-700 rounded-full h-2\">\n                                <div class=\"progress-bar rounded-full h-2\" style=\"width: 23%\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function showTab(tabName) {\n            \/\/ Hide all tab contents\n            const contents = document.querySelectorAll('.tab-content');\n            contents.forEach(content => content.classList.add('hidden'));\n            \n            \/\/ Remove active class from all tabs\n            const tabs = document.querySelectorAll('.tab-button');\n            tabs.forEach(tab => {\n                tab.classList.remove('tab-active');\n                tab.classList.add('text-purple-200', 'hover:text-white');\n            });\n            \n            \/\/ Show selected tab content\n            document.getElementById('content-' + tabName).classList.remove('hidden');\n            \n            \/\/ Add active class to selected tab\n            const activeTab = document.getElementById('tab-' + tabName);\n            activeTab.classList.add('tab-active');\n            activeTab.classList.remove('text-purple-200', 'hover:text-white');\n        }\n\n        \/\/ Add click effects to buttons\n        document.addEventListener('DOMContentLoaded', function() {\n            const buttons = document.querySelectorAll('.btn-press');\n            buttons.forEach(button => {\n                button.addEventListener('click', function() {\n                    \/\/ Add a subtle flash effect\n                    this.style.transform = 'scale(0.95)';\n                    setTimeout(() => {\n                        this.style.transform = '';\n                    }, 150);\n                });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Panel Scripts y Herramientas cliente 032 Panel Scripts y Herramientas cliente 032 Sistema Avanzado de Gesti\u00f3n de Reputaci\u00f3n Digital con [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4662","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/pages\/4662","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digxia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4662"}],"version-history":[{"count":3,"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/pages\/4662\/revisions"}],"predecessor-version":[{"id":4667,"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/pages\/4662\/revisions\/4667"}],"wp:attachment":[{"href":"https:\/\/digxia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4662"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}