.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.25rem 0;transition:all .3s ease;background:transparent;pointer-events:auto}.navbar:not(.is-home){background:rgba(15,23,42,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}@media (max-width:768px){.navbar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000!important}.navbar,.navbar.is-home{background:rgba(15,23,42,.98)!important}.navbar:has(.navbar-menu-left.active),.navbar:has(.navbar-menu-right.active){z-index:1000!important}}.navbar.scrolled{background:rgba(15,23,42,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.75rem 0}.navbar-container{max-width:1450px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;pointer-events:auto}@media (min-width:640px){.navbar-container{padding:0 2rem}}@media (min-width:1024px){.navbar-container{padding:0 3rem}}.navbar-left{gap:3rem}.navbar-left,.navbar-logo{display:flex;align-items:center}.navbar-logo{text-decoration:none;color:inherit}.logo-text{font-size:1.25rem;font-weight:400;color:var(--text-primary);letter-spacing:.02em;text-transform:lowercase}.navbar-menu-left,.navbar-menu-right{display:flex;list-style:none;gap:0;align-items:center;margin:0;padding:0}.navbar-item{position:relative}.navbar-item.has-dropdown{position:static}@media (min-width:769px){.navbar-container{position:relative}}.navbar-link{color:var(--text-primary);text-decoration:none;font-size:.9rem;font-weight:400;position:relative;padding:.5rem 1rem;display:flex;align-items:center;gap:.4rem;white-space:nowrap;border-radius:10px}.navbar-link,.navbar-link:before{transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(14,165,233,.25),rgba(2,132,199,.25));border:1px solid rgba(14,165,233,.3);border-radius:10px;opacity:0;transform:scale(.9);z-index:-1;box-shadow:0 0 0 rgba(14,165,233,0)}.navbar-item.has-dropdown .navbar-link[aria-expanded=true]:before,.navbar-link:hover:before{opacity:1;transform:scale(1);box-shadow:0 4px 12px rgba(14,165,233,.3),0 0 20px rgba(14,165,233,.2);border-color:rgba(14,165,233,.5)}.dropdown-indicator{font-size:.6rem;color:var(--text-primary);opacity:.7;transition:all .3s ease;margin-left:.2rem;display:inline-block}.navbar-item.has-dropdown .navbar-link[aria-expanded=true] .dropdown-indicator{transform:rotate(180deg);opacity:1}.navbar-link:hover{color:#fff;transform:translateY(-2px);font-weight:500;text-shadow:0 0 10px rgba(14,165,233,.5)}.navbar-link:focus .dropdown-indicator,.navbar-link:hover .dropdown-indicator{opacity:1}.navbar-link:focus-visible{outline:2px solid #0ea5e9;outline-offset:4px;border-radius:4px;color:var(--text-secondary)}.navbar-right{display:flex;align-items:center;gap:2rem}.navbar-contact-button{display:inline-flex;align-items:center;justify-content:center;margin-left:.75rem;padding:.625rem 1.5rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px rgba(14,165,233,.3)}.navbar-contact-button:hover{background:linear-gradient(135deg,#0284c7,#0369a1);transform:translateY(-2px);box-shadow:0 6px 16px rgba(14,165,233,.4);color:#fff}.navbar-contact-button:active{transform:translateY(0);box-shadow:0 2px 8px rgba(14,165,233,.3)}.navbar-contact-button:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.navbar-link.navbar-contact-button:before{display:none}.navbar-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:10000;position:relative;color:#fff}.hamburger{display:flex;flex-direction:column;gap:5px;width:24px;height:18px;position:relative}.hamburger span{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.hamburger.active span:first-child{transform:rotate(45deg) translate(7px,7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mega-menu{position:absolute;top:calc(100% + .25rem);left:50%;transform:translateX(-50%) translateY(-8px);width:calc(100vw - 4rem);max-width:720px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:1.5rem 1.25rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease,transform .25s ease;pointer-events:none;box-shadow:0 25px 50px -12px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.04);z-index:1000;margin-top:.25rem}.mega-menu.active{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:all}.mega-menu-bridge{width:100%;height:.25rem;z-index:1000;pointer-events:all}.mega-menu-bridge,.navbar-item.has-dropdown:after{position:absolute;top:100%;left:0;background:transparent}.navbar-item.has-dropdown:after{content:"";right:0;height:.5rem;z-index:999}.mega-menu-container{max-width:100%;margin:0 auto}.mega-menu-header{margin-bottom:1.25rem;padding-bottom:1rem;padding-left:.5rem;border-bottom:none;position:relative}.mega-menu-header-accent{position:absolute;left:0;top:.15em;bottom:1.25rem;width:4px;border-radius:2px;background:linear-gradient(180deg,#0ea5e9,#0369a1)}.mega-menu-header h3{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:.2rem;letter-spacing:-.02em}.mega-menu-header p{font-size:.8rem;color:#64748b;margin:0}.mega-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.mega-menu-item{display:flex;align-items:stretch;gap:0;padding:0;border-radius:14px;background:#f8fafc;border:1px solid rgba(0,0,0,.06);text-decoration:none;color:#1e293b;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative;overflow:hidden}.mega-menu-item:focus-visible,.mega-menu-item:hover{transform:translateY(-2px);box-shadow:0 12px 24px -8px rgba(14,165,233,.2);border-color:rgba(14,165,233,.25);outline:none}.mega-menu-item-thumb{width:56px;min-width:56px;height:64px;border-radius:14px 0 0 14px;overflow:hidden;background:#e2e8f0}.mega-menu-item-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.mega-menu-item:hover .mega-menu-item-thumb img{transform:scale(1.08)}.mega-menu-content{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;min-height:64px}.mega-menu-content h4{font-size:.9rem;font-weight:600;color:#1e293b;margin:0;transition:color .2s ease;letter-spacing:-.01em}.mega-menu-item:hover .mega-menu-content h4{color:#0369a1}.mega-menu-arrow{color:#94a3b8;transition:color .2s ease,transform .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mega-menu-item:hover .mega-menu-arrow{color:#0ea5e9;transform:translateX(2px)}.mega-menu-divider{height:1px;background:rgba(0,0,0,.08);margin:1.5rem 0}.mega-menu-section{margin-bottom:1.5rem}.mega-menu-section-title{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.mega-menu-footer{padding-top:1rem;border-top:1px solid rgba(0,0,0,.06);text-align:center}.mega-menu-view-all{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:9999px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;text-decoration:none;font-size:.85rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,gap .2s ease}.mega-menu-view-all:hover{box-shadow:0 8px 20px -4px rgba(14,165,233,.45);transform:translateY(-1px);gap:.65rem}.mega-menu-view-all svg{flex-shrink:0}.mobile-services-menu{list-style:none;padding:0;margin:.75rem 0 0;width:100%;background:#f8fafc;border-radius:12px;overflow:hidden;display:block!important;visibility:visible!important;opacity:1!important;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.05);animation:slideDown .3s ease-out}@media (max-width:768px){.mobile-services-menu{background:#f8fafc!important;margin-top:.75rem!important}.mobile-services-menu,.mobile-services-menu li{display:block!important;visibility:visible!important;opacity:1!important}.mobile-services-menu li{border-bottom:1px solid rgba(0,0,0,.05)!important}.mobile-services-menu li:last-child{border-bottom:none!important}.mobile-service-link{display:flex!important;visibility:visible!important;opacity:1!important;color:#1e293b!important;font-weight:500;padding:1rem 1.25rem!important;transition:all .3s ease}.mobile-service-link:hover{background:#fff!important;padding-left:1.75rem!important;color:#0284c7!important}.mobile-service-link span{color:inherit!important}.mobile-service-icon{display:inline-block!important;visibility:visible!important;opacity:1!important;font-size:1.25rem!important;width:2rem!important;text-align:center!important}}.mobile-services-menu li{border-bottom:1px solid rgba(0,0,0,.05);display:block!important;visibility:visible!important;opacity:1!important;transition:background .3s ease}.mobile-services-menu li:hover{background:hsla(0,0%,100%,.5)}.mobile-services-menu li:last-child{border-bottom:none}.mobile-service-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;color:#1e293b!important;text-decoration:none;transition:all .3s ease;width:100%;opacity:1!important;visibility:visible!important;font-weight:500;border-radius:0}.mobile-service-link:hover{background:#fff;padding-left:1.75rem;color:#0284c7!important}.mobile-service-icon{font-size:1.25rem;width:2rem;text-align:center;flex-shrink:0}.desktop-only{display:block}@media (max-width:768px){.desktop-only{display:none!important}}@media (max-width:1024px){.mega-menu{width:calc(100vw - 4rem)}.mega-menu-grid{grid-template-columns:1fr}.mega-menu-item-thumb{width:48px;min-width:48px;height:56px}.navbar-left{gap:2rem}.navbar-menu-left,.navbar-menu-right{gap:0}}@media (max-width:768px){.navbar,.navbar.is-home,.navbar.scrolled{background:rgba(15,23,42,.98)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;padding:1rem 0!important;z-index:99999!important;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;display:block!important;visibility:visible!important;opacity:1!important}.navbar-container{padding:0 1.5rem}.navbar-container,.navbar-left{display:flex!important;visibility:visible!important;opacity:1!important}.navbar-left{flex:1}.navbar-logo,.navbar-right{display:flex!important}.logo-image,.navbar-logo,.navbar-right{visibility:visible!important;opacity:1!important}.logo-image{display:block!important}.navbar-toggle{color:#fff!important;visibility:visible!important;opacity:1!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;z-index:1000000!important;position:relative!important}.mobile-menu-close,.navbar-toggle{display:flex!important;align-items:center!important;justify-content:center!important}.mobile-menu-close{position:fixed!important;top:1.5rem!important;right:1.5rem!important;width:44px!important;height:44px!important;background:rgba(0,0,0,.1)!important;border:2px solid rgba(0,0,0,.2)!important;border-radius:50%!important;color:#000!important;cursor:pointer!important;z-index:1000001!important;transition:all .3s ease!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.mobile-menu-close:hover{background:rgba(0,0,0,.2)!important;transform:scale(1.1)!important}.mobile-menu-close:active{transform:scale(.95)!important}.mobile-menu-close svg{width:20px!important;height:20px!important;stroke:#000!important;stroke-width:2.5!important}.hamburger{display:flex!important;width:24px!important;height:18px!important}.hamburger,.hamburger span{visibility:visible!important;opacity:1!important}.hamburger span{background:#fff!important;display:block!important;width:100%!important;height:2px!important}.navbar-left{gap:1rem}.navbar-menu-left,.navbar-menu-right{display:none}.navbar-menu-left.active{display:flex!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100vh!important;background:linear-gradient(180deg,#fff 0,#f8fafc 50%,#fff)!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;padding:4.5rem 1.5rem 2rem!important;gap:.5rem!important;z-index:999999!important;overflow-y:auto!important;overflow-x:hidden!important;visibility:visible!important;opacity:1!important;color:#000!important;list-style:none!important;margin:0!important;box-sizing:border-box!important;animation:slideInRight .3s ease-out!important;box-shadow:-4px 0 20px rgba(0,0,0,.1)!important}.navbar-menu-left.active::-webkit-scrollbar,.navbar-menu-right.active::-webkit-scrollbar{width:6px}.navbar-menu-left.active::-webkit-scrollbar-track,.navbar-menu-right.active::-webkit-scrollbar-track{background:transparent}.navbar-menu-left.active::-webkit-scrollbar-thumb,.navbar-menu-right.active::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.navbar-menu-left.active::-webkit-scrollbar-thumb:hover,.navbar-menu-right.active::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@keyframes slideInRight{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.navbar-menu-left.active .mobile-right-item{border-top:2px solid rgba(0,0,0,.08)!important;margin-top:1.5rem!important;padding-top:2rem!important;position:relative}.navbar-menu-left.active .mobile-right-item:before{content:"";position:absolute;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}.navbar-menu-right.active{display:flex!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100vh!important;background:linear-gradient(180deg,#fff 0,#f8fafc 50%,#fff)!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;padding:4.5rem 1.5rem 2rem!important;gap:.5rem!important;z-index:999999!important;overflow-y:auto!important;overflow-x:hidden!important;visibility:visible!important;opacity:1!important;color:#000!important;list-style:none!important;margin:0!important;box-sizing:border-box!important;animation:slideInRight .3s ease-out!important;box-shadow:-4px 0 20px rgba(0,0,0,.1)!important}.navbar-menu-left.active~.navbar-toggle,.navbar-menu-right.active~.navbar-toggle{position:fixed!important;top:1.5rem!important;right:1.5rem!important;z-index:1000002!important;background:rgba(0,0,0,.1)!important;border-radius:50%!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.navbar-menu-left.active~.navbar-toggle .hamburger span,.navbar-menu-right.active~.navbar-toggle .hamburger span{background:#000!important}.navbar-menu-left.active li,.navbar-menu-left.active>li,.navbar-menu-right.active li,.navbar-menu-right.active>li{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;color:#000!important;list-style:none!important}.navbar-menu-left.active ul,.navbar-menu-right.active ul{width:100%!important;list-style:none!important;padding:0!important;margin:0!important}.navbar-item,.navbar-menu-left.active ul,.navbar-menu-right.active ul{display:block!important;visibility:visible!important;opacity:1!important}.navbar-item{width:100%;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s ease;border-radius:8px;margin-bottom:.25rem}.navbar-item:last-child{border-bottom:none}.navbar-item:hover{background:rgba(14,165,233,.05);padding-left:.5rem;transform:translateX(4px)}.navbar-item .navbar-link{color:#1e293b!important;opacity:1!important;visibility:visible!important;font-weight:600;font-size:1.05rem;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:.75rem 1rem!important;border-radius:8px;transition:all .3s ease;position:relative}.navbar-item .navbar-link.navbar-contact-button{color:#fff!important;justify-content:center!important}.navbar-item .navbar-link:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,#0ea5e9,#0284c7);border-radius:0 2px 2px 0;transition:height .3s ease}.navbar-item.has-dropdown .navbar-link:after,.navbar-item:hover .navbar-link:after{height:60%}.navbar-item .navbar-link:hover{color:#0284c7!important;padding-left:1.25rem!important}.navbar-item .navbar-link.navbar-contact-button:hover{color:#fff!important;padding-left:1.5rem!important}.navbar-menu-left.active .navbar-item,.navbar-menu-right.active .navbar-item{display:block!important;visibility:visible!important;opacity:1!important;color:#000!important}.navbar-menu-left.active *,.navbar-menu-left.active .navbar-item *,.navbar-menu-left.active a,.navbar-menu-left.active span,.navbar-menu-right.active *,.navbar-menu-right.active .navbar-item *,.navbar-menu-right.active a,.navbar-menu-right.active span{color:#000!important}.navbar-menu-left.active .navbar-contact-button,.navbar-menu-left.active .navbar-contact-button *,.navbar-menu-right.active .navbar-contact-button,.navbar-menu-right.active .navbar-contact-button *{color:#fff!important}.navbar-item.has-dropdown{position:relative}.navbar-item.has-dropdown .dropdown-indicator{font-size:.7rem;color:#64748b!important;transition:transform .3s ease,color .3s ease;margin-left:auto}.navbar-item.has-dropdown:has(.mobile-services-menu) .dropdown-indicator,.navbar-item.has-dropdown:hover .dropdown-indicator{transform:rotate(180deg);color:#0284c7!important}.mega-menu{position:static;width:100%;max-width:100%;margin-top:.5rem;padding:0;border-radius:12px;display:none;background:transparent;box-shadow:none;border:none}.mega-menu.desktop-only{display:none!important}.mega-menu.mobile-active{display:block;opacity:1;visibility:visible;transform:none;pointer-events:all;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:1000px}}.mega-menu-container{background:#f8fafc;border-radius:12px;padding:1.25rem;margin-top:.75rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 12px rgba(0,0,0,.05);width:100%;box-sizing:border-box}.mega-menu-grid{grid-template-columns:1fr;gap:.5rem;display:grid}.mega-menu-item{padding:0!important;background:#fff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,.06)!important;transition:all .3s ease!important;margin-bottom:.5rem!important;display:flex!important;align-items:stretch!important;gap:0!important;text-decoration:none!important;color:#1e293b!important;box-shadow:0 1px 3px rgba(0,0,0,.05)!important}.mega-menu-item:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px -6px rgba(14,165,233,.25)!important;border-color:rgba(14,165,233,.3)!important}.mega-menu-item .mega-menu-item-thumb{width:48px!important;min-width:48px!important;height:52px!important;border-radius:12px 0 0 12px!important}.mega-menu-item .mega-menu-content{flex:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:.75rem 1rem!important;min-height:52px!important}.mega-menu-item .mega-menu-content h4{font-size:.95rem!important;font-weight:600!important;color:#1e293b!important;margin:0!important;transition:color .3s ease!important}.mega-menu-item:hover .mega-menu-content h4{color:#0284c7!important}.mega-menu-item .mega-menu-arrow{font-size:1rem!important;color:#94a3b8!important;transition:all .3s ease!important;flex-shrink:0!important}.mega-menu-item:hover .mega-menu-arrow{color:#0284c7!important;transform:translateX(4px)!important}.mega-menu-header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.06)}.mega-menu-header h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.mega-menu-header p{font-size:.9rem;color:#64748b;margin:0}.navbar-link{font-size:1.05rem;align-items:center!important;justify-content:space-between!important;width:100%!important;font-weight:600;padding:.75rem 1rem!important;border-radius:8px;transition:all .3s ease}.navbar-link,.navbar-menu-left.active .navbar-link,.navbar-menu-right.active .navbar-link{display:flex!important;color:#1e293b!important;opacity:1!important;visibility:visible!important}.navbar-menu-left.active .navbar-link.navbar-contact-button,.navbar-menu-right.active .navbar-link.navbar-contact-button{color:#fff!important;justify-content:center!important}.navbar-menu-left.active a,.navbar-menu-right.active a{color:#1e293b!important}.dropdown-indicator{color:#64748b!important;font-size:.7rem;transition:transform .3s ease,color .3s ease}.navbar-contact-button{padding:.75rem 1.5rem!important;font-size:.9rem!important;font-weight:600!important;color:#fff!important;background:linear-gradient(135deg,#0ea5e9,#0284c7)!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:1rem auto .5rem!important;width:calc(100% - 2rem)!important;text-align:center!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(14,165,233,.3)!important}.navbar-contact-button:hover{color:#fff!important;background:linear-gradient(135deg,#0284c7,#0369a1)!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px rgba(14,165,233,.4)!important}.navbar-item:has(.navbar-contact-button){border-bottom:none!important;margin-top:1rem!important;padding-top:0!important;display:flex!important;justify-content:center!important;width:100%!important}.navbar-item:has(.navbar-contact-button) .navbar-link{justify-content:center!important;text-align:center!important}.navbar.scrolled{background:rgba(15,23,42,.95)}}@media (max-width:480px){.logo-text{font-size:1.1rem}}