body.gc-client-header-ok{
  background:#f5f8fc !important;
}

#gc-client-header{
  max-width:1280px;
  margin:14px auto 18px auto;
  padding:12px 16px;
  border-radius:22px;
  background:linear-gradient(135deg,#071d38 0%,#0b2b54 58%,#c58b2b 100%);
  box-shadow:0 16px 36px rgba(10,30,60,.20);
  color:#fff;
  position:relative;
  z-index:999;
  overflow:hidden;
}

#gc-client-header .gc-head-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

#gc-client-header .gc-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:320px;
}

#gc-client-header .gc-logo-main{
  width:auto;
  height:44px;
  max-width:190px;
  object-fit:contain;
  display:block;
  background:rgba(255,255,255,.95);
  border-radius:10px;
  padding:4px 8px;
}

#gc-client-header .gc-logo-cai{
  width:auto;
  height:42px;
  max-width:130px;
  object-fit:contain;
  display:block;
  background:rgba(255,255,255,.92);
  border-radius:10px;
  padding:4px 8px;
}

#gc-client-header .gc-menu{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}

#gc-client-header .gc-menu a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:40px !important;
  padding:0 17px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.20) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:14px !important;
  white-space:nowrap !important;
}

#gc-client-header .gc-menu a.gc-active,
#gc-client-header .gc-menu a:hover{
  background:linear-gradient(135deg,#f2ca5c,#c98928) !important;
  color:#111827 !important;
}

#gc-client-header .gc-promo{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  padding:8px 12px;
  overflow:hidden;
}

#gc-client-header .gc-promo-label{
  flex:0 0 auto;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#153b6a,#09203e);
  box-shadow:0 6px 18px rgba(0,0,0,.18);
  font-size:15px;
  font-weight:900;
  color:#fff;
  white-space:nowrap;
}

#gc-client-header .gc-promo-track{
  flex:1;
  overflow:hidden;
  white-space:nowrap;
  min-height:28px;
  display:flex;
  align-items:center;
}

#gc-client-header .gc-promo-track span{
  display:inline-block;
  padding-left:100%;
  font-size:19px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.3px;
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
  animation:gcPromoMoveOnlyText 22s linear infinite;
}

@keyframes gcPromoMoveOnlyText{
  from{ transform:translateX(0); }
  to{ transform:translateX(-100%); }
}

.gc-hide-old-client-nav,
.gc-old-black-bar-hidden{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

@media(max-width:900px){
  #gc-client-header .gc-head-row{
    flex-direction:column;
    align-items:flex-start;
  }

  #gc-client-header .gc-menu{
    justify-content:flex-start !important;
  }

  #gc-client-header .gc-brand{
    min-width:0;
    flex-wrap:wrap;
  }

  #gc-client-header .gc-logo-main{
    height:40px;
  }

  #gc-client-header .gc-logo-cai{
    height:38px;
  }

  #gc-client-header .gc-promo-track span{
    font-size:16px;
  }
}

@media print{
  #gc-client-header{
    background:#fff !important;
    color:#111 !important;
    box-shadow:none !important;
    border:1px solid #e5e7eb !important;
    margin:0 0 16px 0 !important;
    max-width:none !important;
  }

  #gc-client-header .gc-menu,
  #gc-client-header .gc-promo{
    display:none !important;
  }
}
