.animated-button{position:relative;display:flex;align-items:center;gap:4px;padding:8px 36px;border:4px solid transparent;font-size:16px;background-color:inherit;border-radius:100px;font-weight:600;color:var(--purple);box-shadow:0 0 0 2px var(--purple);cursor:pointer;overflow:hidden;transition:all .6s cubic-bezier(.23,1,.32,1)}.animated-button svg{position:absolute;width:24px;fill:var(--purple);z-index:9;transition:all .8s cubic-bezier(.23,1,.32,1)}.animated-button .arr-1{right:16px}.animated-button .arr-2{left:-25%}.animated-button .circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-color:var(--purple);border-radius:50%;opacity:0;transition:all .8s cubic-bezier(.23,1,.32,1)}.animated-button .text{position:relative;z-index:1;transform:translateX(-12px);transition:all .8s cubic-bezier(.23,1,.32,1)}.animated-button:hover{box-shadow:0 0 0 12px transparent;color:#212121;border-radius:12px}.animated-button:hover .arr-1{right:-25%}.animated-button:hover .arr-2{left:16px}.animated-button:hover .text{transform:translateX(12px)}.animated-button:hover svg{fill:#212121}.animated-button:active{scale:.95;box-shadow:0 0 0 4px var(--purple)}.animated-button:hover .circle{width:220px;height:220px;opacity:1}@media (max-width:768px){.animated-button{padding:12px 24px;font-size:14px;min-height:44px;min-width:120px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.animated-button svg{width:20px}.animated-button .arr-1{right:12px}.animated-button .arr-2{left:-20%}.animated-button .text{transform:translateX(-8px)}.animated-button:hover .arr-1{right:-20%}.animated-button:hover .arr-2{left:12px}.animated-button:hover .text{transform:translateX(8px)}.animated-button:hover .circle{width:180px;height:180px}}@media (max-width:480px){.animated-button{padding:10px 20px;font-size:13px;gap:2px}.animated-button svg{width:18px}.animated-button .text{transform:translateX(-6px)}.animated-button:hover .text{transform:translateX(6px)}.animated-button:hover .circle{width:150px;height:150px}}