Btn-8
Elementor JSON
{
"type": "elementor",
"siteurl": "https://hpromo.shop/wp-json/",
"elements": [
{
"id": "bd3edfc",
"elType": "widget",
"isInner": false,
"isLocked": false,
"settings": {
"html": "<!-- BOTÃO 26 ROXO COM BRILHO NEON PERMANENTE -->\n<a href=\"https://seulink.com\" class=\"botao26\"><span>ACESSAR AGORA!</span></a>\n\n<style>\n.botao26 {\n position: relative;\n display: inline-block;\n padding: 16px 36px;\n font-size: 18px;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n font-weight: 700;\n text-transform: uppercase;\n letter-spacing: 1.2px;\n color: #fff;\n background: linear-gradient(135deg, #9b30ff, #a020f0);\n border: none;\n border-radius: 16px;\n cursor: pointer;\n overflow: hidden;\n text-decoration: none;\n z-index: 1;\n transition: all 0.4s ease;\n box-shadow:\n 0 0 25px rgba(160, 32, 240, 0.7),\n 0 0 55px rgba(138, 43, 226, 0.5),\n inset 0 0 20px rgba(255, 255, 255, 0.15);\n animation:\n botao26-bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55),\n neonPulse 2.5s infinite ease-in-out;\n}\n\n/* Reflexo animado */\n.botao26::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: -120%;\n width: 60%;\n height: 100%;\n background: linear-gradient(\n 120deg,\n transparent,\n rgba(255, 255, 255, 0.6),\n transparent\n );\n transform: skewX(-20deg);\n z-index: 2;\n animation: reflexo 3s infinite linear;\n}\n\n/* Halo permanente */\n.botao26::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: radial-gradient(\n circle,\n rgba(200, 160, 255, 0.3) 10%,\n transparent 70%\n );\n border-radius: 16px;\n z-index: 0;\n opacity: 1;\n transform: scale(1.2);\n animation: haloPulse 3s infinite ease-in-out;\n}\n\n.botao26 span {\n position: relative;\n z-index: 3;\n transition: transform 0.4s ease;\n}\n\n/* Hover */\n.botao26:hover {\n transfo
... (código completo copiado ao clicar em Copiar)