#payment-success-page.parent{min-height:100vh;width:100%;padding-top:100px;padding-bottom:80px;background:no-repeat center top;background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.65)),url(/img/downloadBG.png);background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}.success-container{width:100%;max-width:480px;padding:0 20px}.success-card{background:#fff;border-radius:12px;padding:48px 40px;box-shadow:0 15px 35px rgba(0,0,0,.2),0 5px 15px rgba(0,0,0,.1);text-align:center;animation:slideUp .4s ease-out}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-icon-wrapper{margin-bottom:24px}.success-icon{width:72px;height:72px;margin:0 auto;border-radius:50%;background:#00d66f;display:flex;align-items:center;justify-content:center;animation:scaleIn .4s ease-out .2s both}@keyframes scaleIn{from{transform:scale(0)}to{transform:scale(1)}}.success-icon svg{width:40px;height:40px}.checkmark-circle{stroke:#fff;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:strokeCircle .6s ease-out .4s forwards}@keyframes strokeCircle{to{stroke-dashoffset:0}}.checkmark-check{stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:strokeCheck .4s ease-out .8s forwards}@keyframes strokeCheck{to{stroke-dashoffset:0}}.success-title{font-size:28px;font-weight:700;color:#0a2540;margin:0 0 12px 0;letter-spacing:-.5px}.success-message{font-size:16px;color:#425466;margin:0 0 32px 0;line-height:1.5}.success-details{background:#f6f9fc;border-radius:8px;padding:20px 24px;margin-bottom:32px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.detail-row:not(:last-child){border-bottom:1px solid #e3e8ee}.detail-label{font-size:14px;font-weight:500;color:#697386}.detail-value{font-size:14px;color:#0a2540;text-align:right}.status-badge{background:#d4f8e5;color:#0d7d4d;padding:4px 12px;border-radius:20px;font-weight:600;font-size:13px}.success-actions{display:flex;flex-direction:column;gap:16px}.primary-button{display:inline-block;background:#635bff;color:#fff;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px rgba(99,91,255,.3)}.primary-button:hover{background:#5851ea;transform:translateY(-1px);box-shadow:0 6px 16px rgba(99,91,255,.4)}.secondary-link{font-size:14px;color:#635bff;text-decoration:none;font-weight:500;transition:color .2s ease}.secondary-link:hover{color:#5851ea;text-decoration:underline}@media only screen and (max-width:540px){.success-card{padding:36px 24px}.success-title{font-size:24px}.success-message{font-size:15px}.detail-row{flex-direction:column;align-items:flex-start;gap:4px}.detail-value{text-align:left}}