.gx-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--border);max-width:100vw}.gx-header__inner{position:relative;width:100%}.gx-header__rows{display:flex;flex-direction:column}.gx-topbar{background:var(--theme-forest-950);color:rgba(var(--theme-inverse-rgb),.78);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:48px;padding:0 clamp(1rem,2vw,1.75rem)}.gx-topbar__info{display:flex;align-items:center;gap:clamp(1.25rem,2.5vw,2.75rem);min-width:0}.gx-info{display:inline-flex;align-items:center;gap:.7rem;color:inherit;text-decoration:none}.gx-info__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border:1px solid rgba(var(--theme-inverse-rgb),.18);border-radius:6px;color:var(--theme-action);background:rgba(var(--theme-inverse-rgb),.04)}.gx-info__icon svg{width:17px;height:17px}.gx-info__text{display:flex;flex-direction:column;line-height:1.25;white-space:nowrap}.gx-info__label{font-size:.72rem;font-weight:600;color:rgba(var(--theme-inverse-rgb),.6)}.gx-info__value{font-size:.85rem;font-weight:600;color:var(--primary-foreground)}a.gx-info:hover .gx-info__value{color:var(--theme-action)}.gx-topbar__testi-link{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;padding:.3rem .7rem;border-radius:999px;border:1px solid rgba(var(--theme-inverse-rgb),.18);background:rgba(var(--theme-inverse-rgb),.05);transition:background .15s ease,border-color .15s ease}.gx-topbar__testi-link:hover{background:rgba(var(--theme-inverse-rgb),.1);border-color:rgba(var(--theme-inverse-rgb),.3)}.gx-testi__stars{color:var(--theme-action);letter-spacing:1px;font-size:.78rem;flex-shrink:0}.gx-testi__label{font-size:.8rem;font-weight:600;color:var(--primary-foreground);white-space:nowrap}.gx-testi__arrow{color:rgba(var(--theme-inverse-rgb),.7);font-size:.9rem}.gx-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:52px;background:#fff;padding:0 clamp(1rem,2vw,1.75rem)}.gx-nav__links{display:flex;align-items:center;gap:clamp(.4rem,1.4vw,1.5rem);min-width:0;flex:1}.gx-nav__dropdown{position:static}.gx-nav__link{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem 0;font-size:.95rem;font-weight:600;color:var(--brand-950);white-space:nowrap;background:none;border:none;cursor:pointer;transition:color .15s ease}.gx-nav__link svg{opacity:.6;transition:transform .15s ease}.gx-nav__link:hover,.gx-nav__link.is-active{color:var(--theme-action)}.gx-nav__dropdown[aria-expanded] .gx-nav__link svg,.gx-nav__link[aria-expanded=true] svg{transform:rotate(180deg)}.gx-nav__actions{display:inline-flex;align-items:center;gap:.6rem;flex-shrink:0}.gx-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--brand-950);background:none;border:none;cursor:pointer;border-radius:6px;transition:background .15s ease,color .15s ease}.gx-icon-btn svg{width:20px;height:20px}.gx-icon-btn:hover{background:var(--muted);color:var(--theme-action)}.gx-cta{display:inline-flex;align-items:center;gap:.55rem;height:40px;padding:0 1.25rem;background:var(--theme-action);color:#fff;font-size:.9rem;font-weight:700;text-decoration:none;border-radius:6px;white-space:nowrap;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.gx-cta:hover{background:var(--theme-action-hover);transform:translateY(-1px);box-shadow:0 8px 18px -8px rgba(var(--theme-action-rgb),.7)}.gx-cta__arrow{font-size:1.05rem;line-height:1}.gx-logo{display:inline-flex;align-items:center;flex-shrink:0;margin-right:clamp(.75rem,2vw,1.75rem);text-decoration:none}.gx-logo__img{height:clamp(38px,3.4vw,48px);width:auto;max-width:100%;object-fit:contain}.gx-header--overlay{position:absolute;top:calc(var(--hero-frame, 8px) + 8px);left:calc(var(--hero-frame, 8px) + 8px);right:calc(var(--hero-frame, 8px) + 8px);background:transparent;border-bottom:none;z-index:70}.gx-header--overlay .gx-topbar{display:none}.gx-header--overlay:not(.is-stuck) .gx-nav{background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(var(--theme-shadow-rgb),.08);border-radius:6px;min-height:52px;padding:.3rem .4rem .3rem 1.1rem;box-shadow:0 14px 38px -20px #04192880}.gx-header--overlay:not(.is-stuck) .gx-logo__img{height:clamp(34px,3vw,42px)}.gx-header--overlay:not(.is-stuck) .mega-panel{border-radius:6px;overflow:hidden;margin-top:8px;border:1px solid rgba(var(--theme-shadow-rgb),.08)}.gx-header--overlay.is-stuck{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 14px 34px -22px rgba(var(--theme-shadow-rgb),.4);animation:gx-stick-in .28s cubic-bezier(.22,1,.36,1) both}.gx-header--overlay.is-stuck .gx-nav{min-height:52px}.gx-header.is-stuck:not(.gx-header--overlay){box-shadow:0 14px 34px -22px rgba(var(--theme-shadow-rgb),.35)}@keyframes gx-stick-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.gx-header .mega-panel{top:100%}.mobile-drawer__contact{display:none;flex-direction:column;gap:.5rem;padding:1rem;border-top:1px solid var(--neutral-200);font-size:.85rem}.mobile-drawer__contact a{color:var(--theme-action);font-weight:600}.mobile-drawer__contact span{color:var(--neutral-700)}@media(max-width:1440px){.gx-nav__links{gap:clamp(.3rem,1vw,.9rem)}.gx-nav__link{font-size:.88rem}}@media(max-width:1280px){.gx-topbar,.gx-nav__links{display:none}.gx-nav{min-height:clamp(60px,8vw,72px);justify-content:space-between}.gx-nav__actions{gap:.5rem;margin-left:auto}}@media(max-width:600px){.gx-nav{padding:0 .6rem;min-height:clamp(54px,13vw,62px)}.gx-logo__img{height:clamp(32px,9vw,42px)}.gx-header--overlay{top:calc(var(--hero-frame, 8px) + 6px);left:calc(var(--hero-frame, 8px) + 6px);right:calc(var(--hero-frame, 8px) + 6px)}.gx-header--overlay:not(.is-stuck) .gx-nav{min-height:48px;padding:.25rem .35rem .25rem .5rem}.gx-cta{height:38px;padding:0 .8rem;font-size:.8rem}.gx-cta__arrow{display:none}.mobile-drawer__contact{display:flex}}@media(max-width:400px){.gx-cta{padding:0 .65rem;font-size:.74rem}.gx-icon-btn{width:36px;height:36px}}
