:root{--red:#FF3333;--black:#000000;--white:#FFFFFF;--gray:#6B7280;--dark-gray:#222222;--soft:#F5F7FA;--radius:8px;--container:1200px;--topbar-h:50px;--header-h:80px;--fluid-step:clamp(0.9rem, 0.6rem + 0.8vw, 1.05rem)}.header,.topbar{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',Arial,'Noto Sans',sans-serif!important}.topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-h);background:var(--black);color:var(--white);font-size:14px;z-index:90;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',Arial,'Noto Sans',sans-serif;font-weight:400}.topbar__inner{display:flex;align-items:center;height:100%;gap:18px;max-width:var(--container);margin:0 auto;padding:0 24px;justify-content:space-between}.topbar__left{white-space:nowrap}.topbar__welcome{padding-left:4px}.topbar__items{list-style:none;display:flex;gap:22px;margin:0;padding:0;align-items:center;justify-content:flex-end}.topbar__items li{display:flex;align-items:center;gap:8px}.topbar__right{justify-self:end;height:100%;display:flex;align-items:stretch}.topbar__talk{display:inline-flex;align-items:center;height:100%;background:var(--red);color:var(--white);border-radius:0;padding:0 28px;text-decoration:none;font-weight:700;font-size:14px;transition:background-color .2s ease}.topbar__talk:hover{background:#e62e2e}.icon{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:middle;background-size:contain;background-repeat:no-repeat;background-position:center}.icon--clock{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>') center/16px 16px no-repeat}.icon--mail{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>') center/16px 16px no-repeat}.icon--location{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>') center/16px 16px no-repeat}.header{position:fixed;top:var(--topbar-h);left:0;right:0;height:var(--header-h);z-index:500;color:var(--white);border-bottom:1px solid rgba(255,255,255,.08);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',Arial,'Noto Sans',sans-serif}.header .container{width:100%!important;max-width:var(--container)!important;margin:0 auto!important;padding-left:0!important;padding-right:24px!important}.header--on-hero{background:0 0;border-bottom-color:transparent}.header--solid{background:var(--black);border-bottom-color:rgba(255,255,255,.1)}.homepage-only{display:none!important}body:not(.homepage):not(.non-homepage) .homepage-only{display:none!important}body.homepage .homepage-only{display:block!important}body.homepage .header__actions .homepage-only{display:flex!important}body.non-homepage .homepage-only{display:none!important}body.non-homepage .header__actions .homepage-only{display:none!important}.header__inner{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center;column-gap:80px;height:100%;max-width:var(--container);margin:0 auto;padding:0 24px;position:relative;padding-right:140px!important}.header__inner .logo{justify-self:start;margin-left:12px!important}.header__inner nav{margin:0;justify-self:center!important;position:absolute!important;left:50%!important;top:0!important;height:var(--header-h)!important;transform:translateX(-50%)!important;width:auto!important;display:flex!important;align-items:center!important}.header__inner .nav__list{width:auto!important;min-width:auto!important;flex-shrink:0!important}.header__actions{position:absolute!important;right:80px!important;top:0!important;height:var(--header-h)!important;display:flex!important;align-items:center!important;transform:none!important;margin-left:0;gap:16px}.logo{display:flex;align-items:center;color:var(--white);text-decoration:none;gap:10px}.logo--absolute{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:10;padding:0 20px}.logo__mark{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--radius);background:var(--red);font-weight:800;font-size:16px;color:var(--white)}.logo__text{font-weight:700;font-size:20px;color:var(--white)}.nav__toggle{display:none;background:0 0;border:0;color:var(--white);font-size:22px;cursor:pointer}.nav__list{display:flex;gap:50px;list-style:none;margin:0;padding:0;align-items:center}.nav__list li{white-space:nowrap;min-width:auto}.nav__list a{color:var(--white);text-decoration:none;font-weight:400;font-size:var(--fluid-step);transition:color .2s ease;white-space:nowrap}.nav__list a:hover{color:var(--white);opacity:.8}.nav__dropdown{position:relative}.nav__dropdown-toggle{color:var(--white);text-decoration:none;cursor:pointer;display:flex;align-items:center;gap:4px;font-weight:400;font-size:16px;transition:color .2s ease}.nav__dropdown-toggle:hover{color:var(--white);opacity:.8}.nav__dropdown-toggle::after{content:'▼';font-size:10px;transition:transform .2s}.nav__dropdown:hover .nav__dropdown-toggle::after{transform:rotate(180deg)}.nav__dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-10px);background:var(--black);border:1px solid #242424;border-radius:var(--radius);padding:12px 0;min-width:180px;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;box-shadow:0 8px 24px rgba(0,0,0,.3)}.nav__dropdown:hover .nav__dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav__dropdown-menu li{margin:0}.nav__dropdown-menu a{display:block;padding:12px 20px;color:var(--white);text-decoration:none;transition:all .2s;font-size:14px}.nav__dropdown-menu a:hover{background:#1a1a1a;color:var(--white)}.header__actions{display:flex;align-items:center;gap:12px;height:100%}.account-menu{position:relative;display:flex;align-items:center;height:100%}.account-avatar{width:38px!important;height:38px!important;border-radius:50%!important;border:2px solid #333!important;background:linear-gradient(135deg,#ff3b30,#e6342a)!important;color:#fff!important;font-weight:700!important;font-size:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 2px 8px rgba(255,59,48,.3)!important;font-family:Poppins,sans-serif!important}.account-avatar:hover{transform:scale(1.05)!important;box-shadow:0 4px 12px rgba(255,59,48,.4)!important}.account-dropdown{position:absolute!important;right:0!important;top:48px!important;background:#111!important;border:1px solid #333!important;border-radius:12px!important;min-width:180px!important;padding:8px!important;display:none!important;z-index:9999!important;box-shadow:0 8px 24px rgba(0,0,0,.4)!important;backdrop-filter:blur(10px)!important}.account-dropdown a{display:block!important;padding:12px 14px!important;color:#cfd3d7!important;text-decoration:none!important;border-radius:8px!important;transition:all .3s ease!important;font-size:14px!important;font-weight:500!important}.account-dropdown a:hover{background:#1a1a1a!important;color:#fff!important}.mobile-user-profile{border-bottom:1px solid #333!important;margin-bottom:15px!important;padding-bottom:15px!important}.mobile-username{color:#fff!important;font-weight:500!important;font-size:14px!important}@media (min-width:769px){.mobile-user-profile{display:none!important}}@media (max-width:768px){.mobile-user-profile{display:block!important}}@media (min-width:769px){.nav__close{display:none!important}}body.non-homepage .header__actions:has(.homepage-only:only-child){display:none}body.non-homepage .header__actions{display:none}body.homepage .header__actions{display:flex}.icon-btn{background:var(--dark-gray);color:var(--white);border:1px solid #2a2a2a;border-radius:10px;padding:8px 10px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s ease;position:relative}.icon-btn:hover{background:#333;box-shadow:0 0 10px rgba(59,130,246,.3)}.icon-btn::before{content:'';position:absolute;inset:0;border-radius:10px;background:linear-gradient(45deg,rgba(59,130,246,.1),rgba(147,51,234,.1));opacity:0;transition:opacity .2s ease}.icon-btn:hover::before{opacity:1}.hero__contact-tab{position:fixed;top:140px;right:24px;display:flex;align-items:center;gap:12px;background:var(--dark-gray);color:var(--white);border-radius:12px;padding:10px 14px;box-shadow:0 10px 24px rgba(0,0,0,.35);z-index:70;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',Arial,'Noto Sans',sans-serif}.hero__contact-icon{position:relative;width:38px;height:34px;border-radius:8px;background:#1f1f1f;border:1px solid #2a2a2a;display:flex;align-items:center;justify-content:center}.hero__contact-icon:before{content:"";position:absolute;inset:0;margin:auto;width:18px;height:18px;background:var(--white);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M20 2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h3.586L11 21.414 14.414 18H20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM6 7h12v2H6V7zm0 4h8v2H6v-2z"/></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h3.586L11 21.414 14.414 18H20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM6 7h12v2H6V7zm0 4h8v2H6v-2z"/></svg>') center/contain no-repeat}.hero__contact-icon:after{content:"";position:absolute;right:8px;bottom:-6px;border-width:6px 6px 0 0;border-style:solid;border-color:#1f1f1f transparent transparent transparent;filter:drop-shadow(0 1px 0 #2a2a2a)}.hero__contact-icon span{display:none}.hero__contact-text{display:flex;flex-direction:column;gap:2px}.hero__contact-label{font-size:13px;color:#cfd3d7;font-weight:400}.hero__contact-phone{color:var(--white);text-decoration:none;font-weight:700;font-size:14px}.hero__contact-phone:hover{color:var(--white);opacity:.8}.btn{display:inline-block;background:var(--red);color:var(--white);text-decoration:none;padding:12px 22px;border-radius:12px;font-weight:600;font-size:14px;transition:background-color .2s ease;border:none;cursor:pointer}.btn--sm{padding:8px 12px;font-size:14px}.btn--lg{padding:14px 26px;font-size:18px}.btn:hover{background:#e62e2e}@media (max-width:768px){.header__inner{padding-left:0;padding-right:56px}.logo--absolute{left:12px;padding-left:0}.header__inner nav{position:static!important;left:auto!important;top:auto!important;transform:none!important;height:var(--header-h)!important}.topbar__items{display:none}.topbar__inner{grid-template-columns:1fr auto}.nav__toggle{display:block;position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:310}.header .nav__list{position:fixed;top:calc(var(--topbar-h) + var(--header-h) - 8px);left:0;height:calc(100vh - var(--topbar-h) - var(--header-h) + 8px);width:280px;max-width:85vw;background:#0e0e0e;flex-direction:column;padding:0;gap:0;border-right:1px solid #242424;box-shadow:12px 0 40px rgba(0,0,0,.35),inset -1px 0 0 rgba(255,255,255,.02);border-top-right-radius:12px;border-bottom-right-radius:12px;z-index:300;transform:translateX(-110%);transition:transform .3s ease}.header .nav__list.active,.header .nav__list.show{transform:translateX(0)!important;pointer-events:auto}.header .nav__list::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--red),#ff6b6b);border-top-left-radius:12px;border-bottom-left-radius:12px}.nav-overlay{position:fixed;top:calc(var(--topbar-h) + var(--header-h));left:0;right:0;bottom:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:opacity .2s ease;z-index:250}.header .nav__list.active~.nav-overlay,.header .nav__list.show~.nav-overlay{opacity:1;visibility:visible}body.no-scroll,html.no-scroll{overflow:hidden!important;height:100%}.header .nav__list>li{display:block;width:100%!important;margin:0!important;padding:0!important;text-align:left!important}.header .nav__list a{display:block!important;width:100%!important;margin:0!important;padding:14px 16px;border-radius:0;text-align:left!important;font-weight:700;position:relative;border-bottom:none;color:#f1f5f9;background:linear-gradient(180deg,#121212,#0f0f0f);border:1px solid rgba(255,51,51,.15);border-radius:10px;margin:8px 12px;box-shadow:0 6px 18px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.02)}.header .nav__list a:hover{background:linear-gradient(180deg,#171717,#141414);color:#fff;border-color:rgba(255,51,51,.3);box-shadow:0 8px 22px rgba(0,0,0,.45),0 0 0 1px rgba(255,51,51,.15) inset}.header .nav__list a:focus-visible{outline:2px solid var(--red);outline-offset:-2px}.header .nav__list>li::after,.header .nav__list>li::before{content:none!important}.header .nav__list>li>.nav__dropdown-toggle,.header .nav__list>li>a{position:relative;padding-left:40px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.header .nav__list>li>.nav__dropdown-toggle::before,.header .nav__list>li>a::before{content:'';position:absolute;left:16px!important;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:var(--red)}.header .nav__dropdown{position:static!important;display:block!important;width:100%!important}.header .nav__dropdown-menu{position:static!important;display:none!important;background:0 0!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important;width:100%!important;left:0!important;right:auto!important;top:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;overflow:visible!important}.header .nav__dropdown-menu.active{display:block!important}.header .nav__dropdown-menu a{padding:12px 16px 12px 56px!important;font-weight:600;color:#e5e9ee;background:linear-gradient(180deg,#101010,#0d0d0d);border:1px solid rgba(255,51,51,.12);border-radius:8px;margin:6px 16px 6px 28px;box-shadow:0 4px 14px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.02)}.header .nav__dropdown-menu a:hover{background:linear-gradient(180deg,#151515,#111);color:#fff;border-color:rgba(255,51,51,.28)}.header .nav__dropdown-toggle{width:100%;justify-content:space-between;padding-right:20px}.header .nav__dropdown-toggle::after{content:'▸';font-size:12px;transition:transform .2s ease;color:var(--red)}.header .nav__dropdown.open .nav__dropdown-toggle::after{transform:rotate(90deg)}.nav__close{display:block;background:linear-gradient(180deg,#1a1a1a,#161616);color:#fff;border:1px solid #2a2a2a;border-radius:10px;padding:10px 12px;font-weight:800;margin:8px 12px 10px;cursor:pointer;width:calc(100% - 24px);text-align:center;letter-spacing:.02em;box-shadow:0 4px 16px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.02)}.nav__close:hover{background:linear-gradient(180deg,#202020,#1a1a1a);box-shadow:0 6px 18px rgba(0,0,0,.45),0 0 0 1px rgba(255,107,0,.25) inset}.nav__close:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.header__actions{gap:5px}.icon-btn{width:35px;height:35px;padding:6px}.hero__contact-tab{right:12px;top:120px;padding:8px 12px}.hero__contact-icon{width:32px;height:30px}}@media (max-width:480px){.topbar__welcome{display:none}.logo__text{font-size:18px}.logo__mark{width:35px;height:35px;font-size:14px}}.header-skeleton{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white)}.topbar-skeleton{height:var(--topbar-h);background:var(--black);display:flex;align-items:center}.header-main-skeleton{height:var(--header-h);background:var(--white);display:flex;align-items:center;border-bottom:1px solid #e5e7eb}.header-main-skeleton .container{display:flex;align-items:center;justify-content:space-between;width:100%}.skeleton-logo{width:180px;height:40px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px}.skeleton-nav{display:flex;gap:24px;align-items:center}.skeleton-nav-item{width:80px;height:20px}.skeleton-button{width:120px;height:40px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:16px}.skeleton-topbar{width:200px;height:14px;background:linear-gradient(90deg,#333 25%,#555 50%,#333 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (max-width:768px){.skeleton-nav{display:none}.skeleton-button{width:80px;height:35px}}