.WhatsAppIcon_whatsappIcon___yPYG{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-image:url(/whatsapp_icon.png);background-size:cover;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:1000;cursor:pointer}.ProjectNotification_notificationContainer__hjUZN{position:fixed;bottom:100px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px 20px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:999;cursor:pointer;display:flex;align-items:center;gap:12px;min-width:250px;max-width:320px;animation:ProjectNotification_slideInRight__FXEzq .5s ease-out,ProjectNotification_pulse__Q4RxB 2s infinite;transition:transform .3s ease,box-shadow .3s ease}.ProjectNotification_notificationContainer__hjUZN:hover{transform:translateY(-5px);box-shadow:0 6px 25px rgba(0,0,0,.4)}.ProjectNotification_closeButton__y2Ksj{position:absolute;top:8px;right:8px;background:hsla(0,0%,100%,.2);border:none;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;padding:0;font-size:14px}.ProjectNotification_closeButton__y2Ksj:hover{background:hsla(0,0%,100%,.3)}.ProjectNotification_notificationIcon__0Ujyz{font-size:24px;animation:ProjectNotification_ring__9limt 2s infinite;flex-shrink:0}.ProjectNotification_notificationText__wsVNN{display:flex;flex-direction:column;gap:4px;flex:1 1}.ProjectNotification_notificationTitle__Kp9jM{font-weight:600;font-size:14px;line-height:1.2}.ProjectNotification_notificationMessage__xPT2x{font-size:12px;opacity:.9;line-height:1.3}@keyframes ProjectNotification_slideInRight__FXEzq{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes ProjectNotification_pulse__Q4RxB{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes ProjectNotification_ring__9limt{0%,to{transform:rotate(0deg)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0deg)}}@media (max-width:768px){.ProjectNotification_notificationContainer__hjUZN{bottom:80px;right:10px;left:10px;max-width:none;min-width:auto}}