#particles-js{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}:root{--primary-neon-1:#00dbde;--primary-neon-2:#fc00ff}.super-cool-card{position:relative;width:100%;height:100%;padding:2.5rem 1.5rem;border-radius:1.25rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.super-cool-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.super-cool-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--primary-neon-1),var(--primary-neon-2));transition:height .3s ease}.super-cool-card:hover:before{height:8px}.super-cool-card-icon{width:60px;height:60px;margin:0 0 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color .3s ease,background .3s ease,box-shadow .3s ease}.super-cool-card:hover .super-cool-card-icon{background:linear-gradient(135deg,var(--primary-neon-1),var(--primary-neon-2));color:white;box-shadow:0 0 20px rgba(252,0,255,.6)}.super-cool-card-icon svg{width:32px;height:32px;stroke-width:1.5}.super-cool-card-button{display:inline-block;padding:.75rem 2rem;background:transparent;text-decoration:none;border-radius:9999px;font-weight:600;transition:all .3s ease;position:relative;z-index:10;overflow:hidden;font-size:.95rem}.super-cool-card-button:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,var(--primary-neon-1),var(--primary-neon-2));z-index:-1;transition:width .3s ease}.super-cool-card-button:hover{border-color:transparent;color:white!important;box-shadow:0 0 15px rgba(252,0,255,.6)}.super-cool-card-button:hover:before{width:100%}