.hubex-public-header{
  position:relative;
  z-index:1200;
  display:flex;
  align-items:center;
  width:100%;
  min-height:98px;
  padding:14px clamp(28px,5vw,72px);
  border-bottom:1px solid #d9e5f2;
  background:#fff;
  box-sizing:border-box;
  font-family:Arial,sans-serif;
}
.hubex-public-brand{
  display:flex;
  align-items:center;
  gap:20px;
  min-width:290px;
  color:#12213a;
  text-decoration:none;
}
.hubex-public-brand img{
  width:64px;
  height:64px;
  border-radius:18px;
  object-fit:contain;
}
.hubex-public-brand span{display:grid;gap:3px}
.hubex-public-brand b{font-size:25px;line-height:1.05;color:#56647c}
.hubex-public-brand small{font-size:14px;font-weight:800;color:#56647c}
.hubex-public-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:40px;
  margin-left:auto;
}
.hubex-public-nav a{
  color:#17263d;
  font-size:17px;
  font-weight:850;
  text-decoration:none;
}
.hubex-public-nav a:hover,.hubex-public-nav a[aria-current="page"]{color:#096ede}
.hubex-public-nav .hubex-public-calculate{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 30px;
  border-radius:16px;
  background:#116fe4;
  color:#fff;
  box-shadow:0 12px 28px rgba(17,111,228,.2);
}
.hubex-public-account{
  display:grid;
  width:62px;
  height:62px;
  margin-left:52px;
  place-items:center;
  border:1px solid #d5e3f1;
  border-radius:50%;
  background:#fff;
  color:#0abf68;
  box-shadow:0 10px 25px rgba(15,35,65,.08);
  text-decoration:none;
}
.hubex-public-account svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8}
.hubex-public-menu{display:none}
@media(max-width:820px){
  .hubex-public-header{min-height:74px;padding:10px 16px;gap:10px}
  .hubex-public-brand{min-width:0;gap:10px}
  .hubex-public-brand img{width:48px;height:48px;border-radius:14px}
  .hubex-public-brand b{font-size:17px}
  .hubex-public-brand small{font-size:11px}
  .hubex-public-menu{
    display:grid;
    width:44px;
    height:44px;
    margin-left:auto;
    place-items:center;
    border:1px solid #d5e3f1;
    border-radius:13px;
    background:#f5f9ff;
    color:#116fe4;
    font-size:23px;
    font-weight:900;
  }
  .hubex-public-nav{
    position:absolute;
    top:calc(100% + 8px);
    right:14px;
    display:none;
    width:min(280px,calc(100vw - 28px));
    padding:14px;
    border:1px solid #d9e5f2;
    border-radius:18px;
    background:#fff;
    box-shadow:0 20px 50px rgba(11,35,70,.18);
  }
  .hubex-public-header.is-menu-open .hubex-public-nav{display:grid;gap:6px}
  .hubex-public-nav a{padding:12px 14px;border-radius:11px}
  .hubex-public-nav .hubex-public-calculate{min-height:46px;padding:0 14px}
  .hubex-public-account{width:46px;height:46px;margin-left:0}
  .hubex-public-account svg{width:23px;height:23px}
}
