.service-notification-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.4));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);padding:20px}.service-notification-overlay.visible{opacity:1;visibility:visible}.service-notification{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.15),0 0 0 1px hsla(0,0%,100%,.1);max-width:650px;width:100%;max-height:85vh;overflow:hidden;transform:translateY(40px) scale(.9);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid hsla(0,0%,100%,.2);position:relative;overflow-y:auto}.service-notification:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#007bff,#28a745 50%,#ffc107);border-radius:20px 20px 0 0}.service-notification.show{transform:translateY(0) scale(1)}.service-notification .notification-header{display:flex;align-items:center;justify-content:center;padding:28px 28px 20px;border-bottom:1px solid rgba(0,0,0,.08);position:relative;background:linear-gradient(135deg,hsla(0,0%,100%,.9),rgba(248,249,250,.9));text-align:center}.service-notification .notification-header .notification-icon{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-right:20px;box-shadow:0 8px 20px rgba(0,123,255,.3),inset 0 1px 0 hsla(0,0%,100%,.2);position:relative}.service-notification .notification-header .notification-icon:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:18px;z-index:-1;opacity:.3;filter:blur(4px)}.service-notification .notification-header .notification-icon i{color:#fff;font-size:24px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.service-notification .notification-header .notification-title-section{flex:1 1;text-align:center;padding-right:50px}.service-notification .notification-header .notification-title-section .company-name{font-size:14px;font-weight:600;color:#007bff;margin-bottom:4px;letter-spacing:1px;text-transform:uppercase}.service-notification .notification-header .notification-title-section .notification-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.02em}.service-notification .notification-header .close-btn{position:absolute;top:24px;right:24px;background:hsla(208,7%,46%,.1);border:none;width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6c757d;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-notification .notification-header .close-btn:hover{background:rgba(220,53,69,.1);color:#dc3545;transform:scale(1.1) rotate(90deg);box-shadow:0 4px 12px rgba(220,53,69,.2)}.service-notification .notification-header .close-btn i{font-size:16px;font-weight:600}.service-notification .notification-content{padding:24px 28px 28px;color:#495057;line-height:1.7;font-size:16px}.service-notification .notification-content p{margin:0 0 18px;font-size:16px;color:#2c3e50}.service-notification .notification-content p:last-child{margin-bottom:0}.service-notification .notification-content p strong{color:#1a1a1a;font-weight:700}.service-notification .notification-content ol,.service-notification .notification-content ul{margin:16px 0;padding-left:24px}.service-notification .notification-content ol li,.service-notification .notification-content ul li{margin:8px 0;color:#495057}.service-notification .notification-content a{color:#007bff;text-decoration:none;font-weight:600}.service-notification .notification-content a:hover{text-decoration:underline}.service-notification .notification-footer{padding:20px 28px 24px;border-top:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:0 0 20px 20px;position:relative}.service-notification .notification-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,123,255,.3) 50%,transparent)}.service-notification .notification-footer .footer-bottom{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.service-notification .notification-footer .footer-bottom .btn-acknowledge{background:linear-gradient(135deg,#28a745,#20c997);border:none;color:#fff;padding:8px 16px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 8px rgba(40,167,69,.3);display:flex;align-items:center;gap:4px}.service-notification .notification-footer .footer-bottom .btn-acknowledge:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(40,167,69,.4);background:linear-gradient(135deg,#218838,#1e7e34)}.service-notification .notification-footer .footer-bottom .btn-acknowledge:active{transform:translateY(0)}.service-notification .notification-footer .footer-bottom .btn-acknowledge i{font-size:14px}.service-notification .notification-footer .footer-bottom small{font-size:11px;color:#6c757d;font-weight:500;display:flex;align-items:center;justify-content:center;gap:4px}.service-notification .notification-footer .footer-bottom small i{color:#28a745;font-size:12px}@media(max-width:768px){.service-notification-overlay{padding:16px}.service-notification{max-width:100%;margin:0;border-radius:16px}.service-notification .notification-header{padding:24px 24px 20px}.service-notification .notification-header .notification-icon{width:48px;height:48px;margin-right:16px}.service-notification .notification-header .notification-icon i{font-size:20px}.service-notification .notification-header .notification-title{font-size:18px;padding-right:44px}.service-notification .notification-header .close-btn{top:20px;right:20px;width:32px;height:32px}.service-notification .notification-content{padding:20px 24px 24px}.service-notification .notification-content p{font-size:15px}.service-notification .notification-footer{padding:16px 24px 20px}.service-notification .notification-footer .footer-bottom{gap:10px}.service-notification .notification-footer .footer-bottom .btn-acknowledge{padding:10px 20px;font-size:12px}.service-notification .notification-footer .footer-bottom small{font-size:10px}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOutToTop{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-30px) scale(.95)}}