.top-bar{display:none}@media (min-width:1025px){.top-bar{display:block;position:fixed;top:0;left:0;right:0;z-index:1001;height:36px;background:rgb(10 18 26 / .95);border-bottom:1px solid rgb(255 255 255 / .06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.top-bar-inner{max-width:none;margin:0 auto;padding:0 40px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.top-bar-left{display:flex;align-items:center;gap:20px}.top-bar-item{display:flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:11.5px;color:rgb(255 255 255 / .45);white-space:nowrap}.top-bar-item svg{width:12px;height:12px;stroke:rgb(237 144 7 / .7);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.top-bar-sep{width:1px;height:14px;background:rgb(255 255 255 / .1);flex-shrink:0}.top-bar-right{display:flex;align-items:center;gap:4px}.top-bar-link{font-family:var(--font-body);font-size:11.5px;color:rgb(255 255 255 / .45);padding:4px 10px;border-radius:var(--radius-sm);text-decoration:none;transition:color 0.15s ease,background 0.15s ease;white-space:nowrap}.top-bar-link:hover{color:rgb(255 255 255 / .85);background:rgb(255 255 255 / .05)}.top-bar-link--phone{display:flex;align-items:center;gap:5px;color:rgb(237 144 7 / .85);font-weight:500}.top-bar-link--phone:hover{color:var(--orange);background:rgb(237 144 7 / .08)}.top-bar-link--phone svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-height);display:flex;align-items:center;padding:0 16px;transition:height 0.3s ease,background 0.3s ease,border-color 0.3s ease;background:#fff0;border-bottom:1px solid #fff0}.header.scrolled{height:var(--header-compact);background:rgb(15 26 36 / .88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1440px;margin:0 auto}.logo{display:flex;align-items:center;flex-shrink:0}.logo-img{height:115px;width:auto;display:block;transition:height 0.3s ease,opacity 0.2s ease}.header.scrolled .logo-img{height:92px}.logo:hover .logo-img{opacity:.88}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-cta{display:none}.nav{display:none}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0;z-index:1100}.hamburger-line{width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform 0.3s ease,opacity 0.3s ease}.hamburger-line:nth-child(1){margin-bottom:5px}.hamburger-line:nth-child(3){margin-top:5px}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:block;position:fixed;inset:0;z-index:1050;background:rgb(15 26 36 / .98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:88px 20px 32px;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu-close{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0;z-index:1060}.mobile-menu-close svg{stroke:var(--white);transition:opacity 0.15s ease}.mobile-menu-close:hover svg{opacity:.6}@media (min-width:641px){.mobile-menu{padding:100px 32px 40px}}.mobile-nav-item{border-bottom:1px solid var(--sep)}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-family:var(--font-head);font-weight:600;font-size:16px;color:var(--white);cursor:pointer;background:none;border:none;width:100%;text-align:left;text-decoration:none;transition:color 0.15s ease}.mobile-nav-link:hover{color:var(--orange)}@media (min-width:641px){.mobile-nav-link{font-size:18px;padding:18px 0}}.mobile-nav-link .mobile-chevron{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:transform 0.3s ease,stroke 0.3s ease;flex-shrink:0}.mobile-nav-item.expanded .mobile-chevron{transform:rotate(180deg);stroke:var(--orange)}.mobile-submenu{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.mobile-nav-item.expanded .mobile-submenu{max-height:800px}.mobile-submenu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-sm);text-decoration:none;transition:background 0.15s ease}.mobile-submenu-item:hover{background:var(--glass-hover)}.mobile-submenu-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--orange-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-submenu-icon svg{width:16px;height:16px;stroke:var(--orange);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.mobile-submenu-text{font-family:var(--font-body);font-weight:500;font-size:14px;color:var(--text-body)}.mobile-menu-footer{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--sep);display:flex;flex-direction:column;gap:16px}.mobile-phone{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:500;font-size:16px;color:var(--white);text-decoration:none}.mobile-phone svg{width:18px;height:18px;stroke:var(--orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-cta{display:block;text-align:center;font-family:var(--font-head);font-weight:600;font-size:15px;color:var(--teget);background:var(--orange);padding:14px 24px;border-radius:var(--radius-sm);border:none;cursor:pointer;text-decoration:none;transition:background 0.15s ease}.mobile-cta:hover{background:var(--orange-dark)}.mobile-nav-link--urgent{color:var(--orange)!important;justify-content:flex-start;gap:8px}@media (min-width:1025px){.header{padding:0 40px;top:36px}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;max-width:none}.logo{justify-self:start}.nav{justify-self:center}.header-right{justify-self:end;gap:20px}.hamburger{display:none}.mobile-menu{display:none}.header-cta{display:inline-block;font-family:var(--font-head);font-weight:600;font-size:13px;color:var(--teget);background:var(--orange);padding:10px 20px;border-radius:var(--radius-sm);border:none;cursor:pointer;text-decoration:none;transition:background 0.15s ease,transform 0.1s ease}.header-cta:hover{background:var(--orange-dark);transform:translateY(-1px)}.header-cta:active{transform:translateY(0)}.nav{display:flex;align-items:center;gap:2px}.nav-item{position:relative}.nav-link{font-family:var(--font-body);font-weight:500;font-size:13px;color:var(--text-body);padding:8px 12px;border-radius:var(--radius-sm);transition:color 0.15s ease,background 0.15s ease;display:flex;align-items:center;gap:5px;cursor:pointer;white-space:nowrap;text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--white);background:var(--glass-bg)}.nav-link .chevron{width:10px;height:10px;opacity:.5;transition:transform 0.2s ease,opacity 0.2s ease}.nav-item:hover .chevron{transform:rotate(180deg);opacity:.8}.nav-link--urgent{color:var(--orange)!important;gap:6px}.nav-link--urgent svg{stroke:var(--orange)}.mega-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);min-width:560px;background:rgb(15 26 36 / .96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease,visibility 0.2s ease}.nav-item:hover .mega-menu,.nav-item:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:all;transform:translateX(-50%) translateY(0)}.mega-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mega-menu-grid--4col{grid-template-columns:repeat(4,1fr);gap:8px}.mega-menu-grid--3col{grid-template-columns:repeat(3,1fr);gap:8px}.mega-menu-section{display:flex;flex-direction:column;gap:4px}.mega-menu-category{display:block;font-family:var(--font-body);font-weight:600;font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:var(--orange);padding:0 14px 8px;margin-bottom:4px;border-bottom:1px solid var(--sep)}.mega-menu-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:var(--radius-sm);text-decoration:none;transition:background 0.15s ease}.mega-menu-item:hover{background:var(--glass-hover)}.mega-menu-icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--orange-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mega-menu-icon svg{width:18px;height:18px;stroke:var(--orange);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.mega-menu-content{display:flex;flex-direction:column;gap:2px}.mega-menu-title{font-family:var(--font-head);font-weight:600;font-size:14px;color:var(--white)}.mega-menu-desc{font-size:11.5px;color:var(--text-muted);line-height:1.5}.mega-menu--wide{position:fixed!important;left:50%!important;top:auto!important;transform:translateX(-50%) translateY(8px)!important;width:80vw!important;max-width:1200px!important;min-width:700px!important}.nav-item:hover .mega-menu--wide,.nav-item:focus-within .mega-menu--wide{transform:translateX(-50%) translateY(0)!important}.mega-menu-promo{background:linear-gradient(135deg,rgb(237 144 7 / .12) 0%,rgb(237 144 7 / .05) 100%);border:1px solid rgb(237 144 7 / .2);border-radius:var(--radius-sm);padding:16px;display:flex;flex-direction:column;gap:8px}.mega-menu-promo__icon{width:36px;height:36px;background:var(--orange-dim);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.mega-menu-promo__icon svg{width:18px;height:18px;stroke:var(--orange);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.mega-menu-promo__title{font-family:var(--font-head);font-weight:700;font-size:13px;color:var(--white)}.mega-menu-promo__desc{font-size:11.5px;color:var(--text-muted);line-height:1.5}.mega-menu-promo__cta{display:inline-block;margin-top:4px;font-family:var(--font-head);font-weight:600;font-size:12px;color:var(--orange);text-decoration:none;transition:opacity 0.15s ease}.mega-menu-promo__cta:hover{opacity:.75}}