.declined-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#fff5f5,#ffe3e3);padding:20px}.declined-card{background:#fff;padding:50px 40px;border-radius:20px;text-align:center;max-width:500px;width:100%;box-shadow:0 8px 30px rgba(0,0,0,.12);animation:fadeUp .8s ease-in-out}.crossmark-wrapper{display:flex;justify-content:center;margin-bottom:20px}.crossmark{width:80px;height:80px;border-radius:50%;display:block;stroke:#e63946;box-shadow:inset 0 0 0 #e63946;animation:scale .3s ease-in-out .9s both}.crossmark,.crossmark-circle{stroke-width:4;stroke-miterlimit:10}.crossmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke:#e63946;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.crossmark-cross{stroke-dasharray:68;stroke-dashoffset:68;stroke:#e63946;animation:stroke .5s ease .7s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.declined-logo{width:100px;margin:0 auto 20px;display:block}.declined-title{font-size:28px;font-weight:700;color:#e63946;margin-bottom:12px}.declined-message{font-size:16px;color:#333;margin-bottom:10px}.declined-subtext{font-size:14px;color:#555;margin-bottom:30px}.declined-btn{display:inline-block;background-color:#e63946;color:#fff;padding:12px 28px;border-radius:10px;font-weight:600;text-decoration:none;transition:all .3s ease}.declined-btn:hover{background-color:#c72c3a;box-shadow:0 4px 12px rgba(230,57,70,.3)}