warppage

Btn-7

Elementor JSON
{
  "type": "elementor",
  "siteurl": "https://packlp.com/wp-json/",
  "elements": [
    {
      "id": "b475e04",
      "elType": "widget",
      "isInner": false,
      "isLocked": false,
      "settings": {
        "html": "<!-- Botão com link -->\n<a href=\"https://seulink.com\" class=\"super-button\">\n  <span>Clique Aqui</span>\n  <svg fill=\"none\" viewBox=\"0 0 24 24\" class=\"arrow\">\n    <path\n      stroke-linejoin=\"round\"\n      stroke-linecap=\"round\"\n      stroke-width=\"2\"\n      stroke=\"currentColor\"\n      d=\"M5 12h14M13 6l6 6-6 6\"\n    ></path>\n  </svg>\n</a>\n",
        "_flex_align_self": "center",
        "_css_classes": "botao6",
        "custom_css": ".super-button {\n  position: relative;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n  padding: 14px 28px;\n  background: linear-gradient(145deg, #0f0f0f, #1c1c1c);\n  border: 2px solid rgba(255, 255, 255, 0.2);\n  border-radius: 100px;\n  color: #fff;\n  font-size: 16px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n  cursor: pointer;\n  overflow: hidden;\n  transition: all 0.4s ease-in-out;\n  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);\n  backdrop-filter: blur(8px);\n  z-index: 1;\n}\n\n.super-button::before {\n  content: \"\";\n  position: absolute;\n  top: -50%;\n  left: -50%;\n  width: 200%;\n  height: 200%;\n  background: conic-gradient(from 0deg, #00ffff, #ff00ff, #00ffff);\n  animation: rotate 4s linear infinite;\n  z-index: -2;\n}\n\n.super-button::after {\n  content: \"\";\n  position: absolute;\n  inset: 2px;\n  background: #0a0a0a;\n  border-radius: inherit;\n  z-index: -1;\n}\n\n.super-button:hover {\n  transform: scale(1.05);\n  box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);\n}\n\n.super-button:hover .arrow {\n  transform: translateX(6px);\n}\n\n.arrow {\n  width: 22px;\n  height: 22px;\n  transition: transform 0.3s ease-in-out;\n  color: #00ffff;\n}\n\n@keyframes rotate {\n  0% {\n    transform: rotate(0deg);\n  }\n  100% {\

... (código completo copiado ao clicar em Copiar)