.discountLink{color:#3abff8;cursor:pointer;white-space:nowrap;margin-left:4px;font-weight:600;transition:transform .3s;animation:2.5s ease-in-out 2s infinite pulseGlow;position:relative;overflow:hidden}.discountLink:hover{transform:scale(1.05)}@keyframes pulseGlow{0%{text-shadow:0 0 7px #3abff866}50%{text-shadow:0 0 14px #3abff8cc}to{text-shadow:0 0 7px #3abff866}}.textBtn{border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.2rem .5rem;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 0 10px #3abff866}.btn:hover{opacity:1;transform:translateY(-2px);box-shadow:0 0 20px #3abff899}.serviceDiscount{border-top:1px solid #ffffff0d;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .3s;display:flex}.serviceDiscount img{flex-shrink:0}.itemDiscount{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.item-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-weight:600;overflow:hidden}.old-price{color:#ffffff80;font-size:.9rem;text-decoration:line-through}.new-price{color:#3abff8;font-weight:600}.btnDiscount{color:var(--accent);border:2px solid var(--accent);background:0 0;animation:3s ease-in-out infinite discountGlow;position:relative;overflow:hidden;box-shadow:0 0 10px #3abff84d}@keyframes discountGlow{0%{box-shadow:0 0 10px #3abff84d}50%{box-shadow:0 0 25px #3abff8b3}to{box-shadow:0 0 10px #3abff84d}}
.discount-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10005;background:#0000008c;justify-content:center;align-items:center;animation:.3s fadeBackdrop;display:flex;position:fixed;inset:0}@keyframes fadeBackdrop{0%{opacity:0}to{opacity:1}}.discount-modal{border-radius:var(--radius);width:90%;max-width:500px;color:var(--muted);text-align:center;background:#101b2ef7;border:1px solid #3abff833;padding:2rem;animation:.3s fadeIn;box-shadow:0 0 30px #3abff859,0 0 60px #0063c640}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.discount-title{color:#3abff8;margin-bottom:.75rem;font-size:1.5rem}.discount-text{color:#a8d4ff;margin-bottom:1.5rem;font-size:1rem;line-height:1.4}.discount-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.discount-btn{border-radius:var(--radius);cursor:pointer;padding:.6rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.discount-btn.outline{color:#3abff8;background:0 0;border:2px solid #3abff8}.discount-btn.outline:hover{color:#fff;background:#3abff8}.discount-btn.filled{color:#fff;background:linear-gradient(90deg,#0063c6,#3abff8);border:none}.discount-btn.filled:hover{opacity:.9}
