.vst-card{background:linear-gradient(145deg,#2d2d2d,#3d3d3d);border-radius:12px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.5);transition:transform .3s ease,box-shadow .3s ease;max-width:500px;margin:0 auto auto}.vst-card:hover{transform:translateY(-10px);box-shadow:0 15px 25px rgba(0,0,0,.7)}.vst-header{background:linear-gradient(90deg,var(--sinecoder-blue),var(--sinecoder-pink));color:#fff;font-family:Poppins,sans-serif;font-weight:600;padding:1rem 1.5rem;font-size:1.5rem;text-align:center}.vst-content{padding:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#282828}.gumroad,.gumroad-link-row{display:flex;justify-content:space-between;align-items:center}.gumroad svg{width:24px;height:24px;transition:fill .3s ease}.gumroad:hover svg{fill:#ff90e7}.icon-wrapper{display:flex;justify-content:center;align-items:center;border-radius:0 0 12px 12px;width:24px;height:24px}button{background:#ff90e7;color:#fff;font-weight:700;padding:.5rem 1.5rem;border:none;border-radius:5px;cursor:pointer;transition:.3s ease,transform .2s ease,box-shadow .2s ease}button:hover{background:#ff90e7;transform:scale(1.05)}.card-link{display:flex;flex-direction:row;justify-content:space-between;gap:.5em;align-items:center;padding:.5em}.price{color:#ff90e7;border-bottom:2px solid #ff90e7;padding:.3rem}.try-it-online{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:linear-gradient(90deg,#ff006fa6,#3a85ffa6);color:#ffffff;font-size:18px;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);position:relative;overflow:hidden;width:40%;margin:0 auto}.try-it-text{position:relative;z-index:2}.try-it-icon{margin-left:8px;transition:transform .3s ease}.try-it-online:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.3));transition:left .3s ease}.try-it-online:hover{background-color:#FF4E98;box-shadow:0 6px 12px rgba(255,0,110,.3);transform:translateY(-2px)}.try-it-online:hover:before{left:100%}.try-it-online:hover .try-it-icon{transform:translateX(4px)}.try-it-online:focus{outline:none;box-shadow:0 0 0 3px rgba(255,0,110,.5)}.try-it-online:active{transform:translateY(1px);box-shadow:0 2px 4px rgba(255,0,110,.2)}@media (max-width:768px){.try-it-online{font-size:16px;padding:10px 20px}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,0,110,.4)}70%{box-shadow:0 0 0 10px rgba(255,0,110,0)}to{box-shadow:0 0 0 0 rgba(255,0,110,0)}}.try-it-online{animation:pulse 2s infinite}.vst-footer{width:70%;margin:0 auto}