.btn-outline-primary{border:2px solid #6a11cb;color:#6a11cb;background:0 0}.btn-outline-primary:hover{background:linear-gradient(45deg,#27abe1 0%,#2575fc 100%);color:white;border-color:transparent}.social-icons{margin-top:50px;display:flex;justify-content:center;gap:20px}.social-icons a{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);color:#fff;font-size:20px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);animation:socialFadeIn .8s ease-out forwards;opacity:0;transform:translateY(20px)}.social-icons a:nth-child(1){animation-delay:2.3s}.social-icons a:nth-child(2){animation-delay:2.5s}.social-icons a:nth-child(3){animation-delay:2.7s}.social-icons a:nth-child(4){animation-delay:2.9s}.social-icons a:hover{background:linear-gradient(45deg,#6a11cb 0%,#2575fc 100%);transform:translateY(-5px);box-shadow:0 5px 15px rgba(38,117,252,.3)}.confetti{position:absolute;width:10px;height:10px;background:#ff0;opacity:0;animation:confettiFall 5s linear forwards}@media (max-width:576px){.social-icons a{width:45px;height:45px;font-size:18px}}