/* HIBA One unified public header 2026-08-08. Public pages/posts only; APP/auth excluded by loader. */
.hiba-public-header-unified{
  --ph-bg:#F7F9FC;
  --ph-surface:#FFFFFF;
  --ph-ink:#081426;
  --ph-text:#101828;
  --ph-text-2:#475467;
  --ph-text-3:#667085;
  --ph-muted:#667085;
  --ph-border:#D0D5DD;
  --ph-border-soft:#EAECF0;
  --ph-subtle:#F2F4F7;
  --ph-subtle-alt:#F9FAFB;
  --ph-blue:#155EEF;
  --ph-blue-hover:#0F4FD6;
  --ph-blue-light:#EEF4FF;
  --ph-blue-border:#C7D7FE;
  --ph-brand-orange:#EC7823;
  --ph-brand-orange-light:#FFF2E8;
  --ph-brand-orange-border:#F7C79C;
  --ph-success:#16A34A;
  --ph-warning:#D97706;
}
.hiba-public-header-unified:not(.hiba-marketing-hallmark) .simple-page{padding-top:116px}
.hiba-public-header-unified .marketing-header{
  position:fixed;
  z-index:900;
  top:12px;
  left:0;
  right:0;
  padding:0 14px;
  background:transparent;
  border:0;
  pointer-events:none;
}
.admin-bar.hiba-public-header-unified .marketing-header{top:44px}
.hiba-public-header-unified .marketing-header__inner{
  width:min(calc(100% - 28px),1220px);
  height:64px;
  min-height:64px;
  margin:0 auto;
  padding:0 10px 0 16px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  border:1px solid rgba(208,213,221,.82);
  border-radius:20px;
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 30px rgba(8,20,38,.075);
  -webkit-backdrop-filter:blur(18px) saturate(1.12);
  backdrop-filter:blur(18px) saturate(1.12);
  pointer-events:auto;
  box-sizing:border-box;
}
.hiba-public-header-unified .marketing-header .brand--official{
  min-width:0;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
}
.hiba-public-header-unified .marketing-header .hiba-one-brand-logo--horizontal,
.hiba-public-header-unified .marketing-header .brand--official img{
  display:block;
  width:140px;
  max-width:140px;
  max-height:32px;
  height:auto;
  object-fit:contain;
}
.hiba-public-header-unified .marketing-nav{
  min-width:0;
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:2px;
}
.hiba-public-header-unified .marketing-nav a,
.hiba-public-header-unified .marketing-login{
  min-height:40px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  color:var(--ph-text-2);
  font:700 14px/1 Manrope,sans-serif;
  text-decoration:none;
  white-space:nowrap;
  transition:background-color .16s ease,color .16s ease,transform .12s ease;
}
.hiba-public-header-unified .marketing-nav a:hover,
.hiba-public-header-unified .marketing-login:hover,
.hiba-public-header-unified .marketing-nav a:focus-visible,
.hiba-public-header-unified .marketing-login:focus-visible{background:var(--ph-subtle);color:var(--ph-ink)}
.hiba-public-header-unified .marketing-nav a.is-current,
.hiba-public-header-unified .marketing-nav a[aria-current="page"]{background:var(--ph-blue-light);color:var(--ph-blue)}
.hiba-public-header-unified .marketing-nav a:active,
.hiba-public-header-unified .marketing-login:active{transform:scale(.98)}
.hiba-public-header-unified .marketing-actions{display:flex;align-items:center;gap:8px}
.hiba-public-header-unified .marketing-header .button,
.hiba-public-header-unified .hm-mobile-nav .button{
  min-height:44px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:14px;
  font:800 14px/1 Manrope,sans-serif;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:none;
}
.hiba-public-header-unified .marketing-header .button--primary,
.hiba-public-header-unified .hm-mobile-nav .button--primary{background:var(--ph-blue);border-color:var(--ph-blue);color:#FFFFFF}
.hiba-public-header-unified .marketing-header .button--primary:hover,
.hiba-public-header-unified .hm-mobile-nav .button--primary:hover{background:var(--ph-blue-hover);border-color:var(--ph-blue-hover)}
.hiba-public-header-unified .hm-mobile-nav .button--secondary{background:var(--ph-surface);border-color:var(--ph-border);color:var(--ph-ink)}
.hiba-public-header-unified .hm-menu-trigger,
.hiba-public-header-unified .hm-mobile-nav{display:none}
.hiba-public-header-unified .skip-link{
  position:fixed;
  left:16px;
  top:12px;
  z-index:10050;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
}
.hiba-public-header-unified .skip-link:focus,
.hiba-public-header-unified .skip-link:focus-visible{
  width:auto;
  height:auto;
  margin:0;
  padding:10px 14px;
  overflow:visible;
  clip:auto;
  clip-path:none;
  border-radius:14px;
  background:#081426;
  color:#FFFFFF;
  font:700 14px/1.2 Manrope,sans-serif;
  outline:3px solid rgba(21,94,239,.2);
  outline-offset:2px;
}

@media(max-width:1040px){
  .hiba-public-header-unified:not(.hiba-marketing-hallmark) .simple-page{padding-top:84px}
  .hiba-public-header-unified .marketing-header{
    top:0;
    padding:0;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid var(--ph-border-soft);
    box-shadow:0 1px 0 rgba(8,20,38,.02);
    -webkit-backdrop-filter:blur(18px) saturate(1.12);
    backdrop-filter:blur(18px) saturate(1.12);
  }
  .admin-bar.hiba-public-header-unified .marketing-header{top:32px}
  .hiba-public-header-unified .marketing-header__inner{
    width:100%;
    height:60px;
    min-height:60px;
    padding:0 16px;
    display:flex;
    gap:12px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .hiba-public-header-unified .marketing-header .hiba-one-brand-logo--horizontal,
  .hiba-public-header-unified .marketing-header .brand--official img{width:132px;max-width:132px;max-height:31px}
  .hiba-public-header-unified .marketing-nav,
  .hiba-public-header-unified .marketing-actions{display:none}
  .hiba-public-header-unified .hm-menu-trigger{
    margin-left:auto;
    min-width:48px;
    height:44px;
    padding:0 11px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid var(--ph-border-soft);
    border-radius:14px;
    background:var(--ph-surface);
    color:var(--ph-ink);
    box-shadow:0 3px 10px rgba(8,20,38,.04);
    font:800 13px/1 Manrope,sans-serif;
    cursor:pointer;
    transition:background-color .16s ease,border-color .16s ease,transform .12s ease;
  }
  .hiba-public-header-unified .hm-menu-trigger:active{transform:scale(.97)}
  .hiba-public-header-unified .hm-menu-trigger__icon{width:18px;height:16px;display:grid;align-content:center;gap:5px}
  .hiba-public-header-unified .hm-menu-trigger__icon i{display:block;width:18px;height:2px;border-radius:99px;background:currentColor}

  .hiba-public-header-unified .hm-mobile-nav{
    position:fixed;
    inset:0;
    z-index:9999;
    display:block;
    background:var(--ph-bg);
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    transition:opacity .2s ease,visibility .2s ease;
  }
  .hiba-public-header-unified .hm-mobile-nav[hidden]{display:none}
  .hiba-public-header-unified .hm-mobile-nav.is-open{opacity:1;visibility:visible}
  .hiba-public-header-unified .hm-mobile-nav__decor{position:absolute;border-radius:50%;pointer-events:none}
  .hiba-public-header-unified .hm-mobile-nav__decor--one{width:240px;height:240px;left:-110px;top:80px;background:rgba(21,94,239,.055)}
  .hiba-public-header-unified .hm-mobile-nav__decor--two{width:210px;height:210px;right:-100px;bottom:110px;background:rgba(217,119,6,.05)}
  .hiba-public-header-unified .hm-mobile-nav__shell{
    position:relative;
    z-index:1;
    width:100%;
    max-width:560px;
    height:100%;
    margin:0 auto;
    padding:max(14px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom));
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
  }
  .hiba-public-header-unified .hm-mobile-nav__topbar{height:66px;min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex:0 0 auto}
  .hiba-public-header-unified .hm-mobile-nav__brand{min-height:52px;display:inline-flex;align-items:center;flex:0 1 auto}
  .hiba-public-header-unified .hm-mobile-nav__brand img,
  .hiba-public-header-unified .hm-mobile-nav__brand .hiba-one-brand-logo--horizontal{width:154px;max-width:154px;max-height:38px;height:auto;display:block}
  .hiba-public-header-unified .hm-mobile-nav__close{
    width:48px;
    height:48px;
    flex:0 0 48px;
    position:relative;
    display:grid;
    place-items:center;
    border:0;
    border-radius:50%;
    background:var(--ph-surface);
    color:var(--ph-ink);
    box-shadow:0 4px 14px rgba(8,20,38,.06);
    cursor:pointer;
  }
  .hiba-public-header-unified .hm-mobile-nav__close span:before,
  .hiba-public-header-unified .hm-mobile-nav__close span:after{content:"";position:absolute;left:14px;top:23px;width:20px;height:2px;border-radius:99px;background:currentColor}
  .hiba-public-header-unified .hm-mobile-nav__close span:before{transform:rotate(45deg)}
  .hiba-public-header-unified .hm-mobile-nav__close span:after{transform:rotate(-45deg)}
  .hiba-public-header-unified .hm-mobile-nav__viewport{
    position:relative;
    width:100%;
    flex:1;
    min-height:0;
    margin-top:12px;
    overflow-y:auto;
    overflow-x:clip;
    overscroll-behavior:contain;
    overscroll-behavior-x:none;
    touch-action:pan-y;
    -webkit-overflow-scrolling:touch;
  }
  .hiba-public-header-unified .hm-mobile-panel{position:relative;width:100%;min-height:0;padding-bottom:10px;box-sizing:border-box}
  .hiba-public-header-unified .hm-mobile-panel:not(.is-active){display:none}
  .hiba-public-header-unified .hm-mobile-panel.is-active{display:block;animation:phPanelIn .2s cubic-bezier(.2,.72,.2,1) both}
  @keyframes phPanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

  .hiba-public-header-unified .hm-mobile-menu-card,
  .hiba-public-header-unified .hm-mobile-submenu-card{
    width:100%;
    max-width:100%;
    overflow:hidden;
    border:1px solid var(--ph-border-soft);
    border-radius:24px;
    background:rgba(255,255,255,.97);
    box-shadow:0 16px 44px rgba(8,20,38,.08);
    box-sizing:border-box;
  }
  .hiba-public-header-unified .hm-mobile-menu-row{
    width:100%;
    min-height:68px;
    padding:0 18px;
    display:grid;
    grid-template-columns:42px minmax(0,1fr) 18px;
    gap:12px;
    align-items:center;
    border:0;
    border-bottom:1px solid var(--ph-border-soft);
    background:transparent;
    color:var(--ph-ink);
    text-align:left;
    text-decoration:none;
    font:800 17px/1.25 Manrope,sans-serif;
    cursor:pointer;
    box-sizing:border-box;
  }
  .hiba-public-header-unified .hm-mobile-menu-row:last-child{border-bottom:0}
  .hiba-public-header-unified .hm-mobile-menu-row:active{background:var(--ph-subtle-alt)}
  .hiba-public-header-unified .hm-mobile-menu-row__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--ph-blue-light);color:var(--ph-blue)}
  .hiba-public-header-unified .hm-mobile-menu-row:nth-child(3) .hm-mobile-menu-row__icon{background:#F9FAFB;color:var(--ph-warning);border:1px solid var(--ph-border-soft)}
  .hiba-public-header-unified .hm-mobile-menu-row:nth-child(7) .hm-mobile-menu-row__icon{background:#F9FAFB;color:var(--ph-success);border:1px solid var(--ph-border-soft)}
  .hiba-public-header-unified .hm-mobile-menu-row__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .hiba-public-header-unified .hm-mobile-menu-row>i{width:9px;height:9px;border-top:2px solid var(--ph-muted);border-right:2px solid var(--ph-muted);transform:rotate(45deg);justify-self:end}

  .hiba-public-header-unified .hm-mobile-nav__offer{width:100%;margin:14px 0 0;padding:18px;border:1px solid var(--ph-blue-border);border-radius:20px;background:var(--ph-blue-light);box-sizing:border-box}
  .hiba-public-header-unified .hm-mobile-nav__offer>span{display:block;margin-bottom:5px;color:var(--ph-blue);font:800 12px/1.2 Manrope,sans-serif;text-transform:uppercase;letter-spacing:.045em}
  .hiba-public-header-unified .hm-mobile-nav__offer>strong{display:block;color:var(--ph-ink);font:800 17px/1.35 Manrope,sans-serif}
  .hiba-public-header-unified .hm-mobile-nav__offer>a{display:inline-flex;margin-top:10px;color:var(--ph-blue);font:800 14px/1.2 Manrope,sans-serif;text-decoration:none}
  .hiba-public-header-unified .hm-mobile-nav__actions{width:100%;margin:14px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:10px;box-sizing:border-box}
  .hiba-public-header-unified .hm-mobile-nav__actions .button{min-height:50px;width:100%;border-radius:15px;box-sizing:border-box}

  .hiba-public-header-unified .hm-mobile-panel__heading{height:58px;margin-bottom:12px;display:flex;align-items:center;gap:12px}
  .hiba-public-header-unified .hm-mobile-panel__heading>button{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--ph-surface);box-shadow:0 4px 14px rgba(8,20,38,.05);cursor:pointer}
  .hiba-public-header-unified .hm-mobile-panel__heading>button i{width:10px;height:10px;border-left:2px solid var(--ph-ink);border-bottom:2px solid var(--ph-ink);transform:rotate(45deg);margin-left:4px}
  .hiba-public-header-unified .hm-mobile-panel__heading>strong{font:800 25px/1.15 Manrope,sans-serif;color:var(--ph-ink)}
  .hiba-public-header-unified .hm-mobile-submenu-card>a{min-height:66px;padding:13px 18px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid var(--ph-border-soft);color:var(--ph-text);text-decoration:none;box-sizing:border-box}
  .hiba-public-header-unified .hm-mobile-submenu-card>a:last-child{border-bottom:0}
  .hiba-public-header-unified .hm-mobile-submenu-card>a:active{background:var(--ph-subtle-alt)}
  .hiba-public-header-unified .hm-mobile-submenu-card strong{font:800 16px/1.3 Manrope,sans-serif;color:var(--ph-ink)}
  .hiba-public-header-unified .hm-mobile-submenu-card span{margin-top:4px;color:var(--ph-text-2);font:400 14px/1.35 "Source Sans 3",sans-serif}
  .hiba-public-header-unified .hm-mobile-submenu-card>a.hm-mobile-submenu-card__all{min-height:58px;align-items:center;text-align:center;color:var(--ph-blue);font:800 15px/1.2 Manrope,sans-serif;background:var(--ph-blue-light)}
  body.hiba-public-header-unified.hm-mobile-nav-open{position:fixed;width:100%;overflow:hidden;inset-inline:0}
}

@media(max-width:782px){.admin-bar.hiba-public-header-unified .marketing-header{top:46px}}
@media(max-width:480px){
  .hiba-public-header-unified:not(.hiba-marketing-hallmark) .simple-page{padding-top:80px}
  .hiba-public-header-unified .marketing-header__inner{height:58px;min-height:58px;padding-inline:14px}
  .hiba-public-header-unified .marketing-header .hiba-one-brand-logo--horizontal,
  .hiba-public-header-unified .marketing-header .brand--official img{width:132px;max-width:132px}
  .hiba-public-header-unified .hm-menu-trigger{min-width:44px;width:44px;padding:0;border-radius:13px}
  .hiba-public-header-unified .hm-menu-trigger__text{display:none}
  .hiba-public-header-unified .hm-mobile-nav__shell{padding-left:14px;padding-right:14px}
  .hiba-public-header-unified .hm-mobile-nav__brand img,
  .hiba-public-header-unified .hm-mobile-nav__brand .hiba-one-brand-logo--horizontal{width:150px;max-width:150px;max-height:37px}
  .hiba-public-header-unified .hm-mobile-menu-row{min-height:64px;padding-inline:16px;grid-template-columns:40px minmax(0,1fr) 16px;font-size:16px}
  .hiba-public-header-unified .hm-mobile-menu-row__icon{width:36px;height:36px}
  .hiba-public-header-unified .hm-mobile-nav__actions{grid-template-columns:1fr}
  .hiba-public-header-unified .hm-mobile-nav__actions .button--secondary{order:2}
}
@media(max-width:360px){
  .hiba-public-header-unified .hm-mobile-nav__brand img,
  .hiba-public-header-unified .hm-mobile-nav__brand .hiba-one-brand-logo--horizontal{width:142px;max-width:142px}
}
@media(prefers-reduced-motion:reduce){
  .hiba-public-header-unified .marketing-nav a,
  .hiba-public-header-unified .marketing-login,
  .hiba-public-header-unified .hm-menu-trigger,
  .hiba-public-header-unified .hm-mobile-nav{transition:none!important}
  .hiba-public-header-unified .hm-mobile-panel.is-active{animation:none!important}
}


/* Desktop navigation parity with mobile — 2026-08-09 */
.hiba-public-header-unified .hm-desktop-nav{overflow:visible}
.hiba-public-header-unified .hm-desktop-group{position:relative;margin:0}
.hiba-public-header-unified .hm-desktop-group>summary{
  min-height:40px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:12px;
  color:var(--ph-text-2);
  font:700 14px/1 Manrope,sans-serif;
  white-space:nowrap;
  cursor:pointer;
  list-style:none;
  transition:background-color .16s ease,color .16s ease;
}
.hiba-public-header-unified .hm-desktop-group>summary::-webkit-details-marker{display:none}
.hiba-public-header-unified .hm-desktop-group>summary::marker{display:none;content:""}
.hiba-public-header-unified .hm-desktop-group>summary i{
  width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;
  transform:rotate(45deg) translateY(-2px);transition:transform .18s ease;
}
.hiba-public-header-unified .hm-desktop-group:hover>summary,
.hiba-public-header-unified .hm-desktop-group:focus-within>summary,
.hiba-public-header-unified .hm-desktop-group[open]>summary{background:var(--ph-subtle);color:var(--ph-ink)}
.hiba-public-header-unified .hm-desktop-group.is-current>summary{background:var(--ph-blue-light);color:var(--ph-blue)}
.hiba-public-header-unified .hm-desktop-group[open]>summary i{transform:rotate(225deg) translate(-1px,-1px)}
.hiba-public-header-unified .hm-desktop-group::after{
  content:"";position:absolute;left:0;right:0;top:100%;height:18px;
}
.hiba-public-header-unified .hm-desktop-dropdown{
  position:absolute;z-index:10020;top:calc(100% + 14px);left:50%;
  width:min(720px,calc(100vw - 48px));padding:18px;
  display:grid;gap:14px;
  border:1px solid rgba(15,34,64,.12);border-radius:22px;
  background:rgba(255,255,255,.98);
  box-shadow:0 24px 70px rgba(15,34,64,.18),0 4px 16px rgba(15,34,64,.08);
  -webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translate(-50%,-8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.hiba-public-header-unified .hm-desktop-group:not([open])>.hm-desktop-dropdown{display:grid}
.hiba-public-header-unified .hm-desktop-group:hover>.hm-desktop-dropdown,
.hiba-public-header-unified .hm-desktop-group:focus-within>.hm-desktop-dropdown,
.hiba-public-header-unified .hm-desktop-group[open]>.hm-desktop-dropdown{
  opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0);
}
.hiba-public-header-unified .hm-desktop-dropdown__head{
  display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:2px 4px 12px;
  border-bottom:1px solid var(--ph-border-soft);
}
.hiba-public-header-unified .hm-desktop-dropdown__head strong{color:var(--ph-ink);font:800 17px/1.25 Manrope,sans-serif}
.hiba-public-header-unified .hm-desktop-dropdown__head span{color:var(--ph-text-3);font:600 12px/1.4 Manrope,sans-serif}
.hiba-public-header-unified .hm-desktop-dropdown__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
.hiba-public-header-unified .marketing-nav .hm-desktop-dropdown a{
  min-height:0;padding:12px 13px;display:flex;align-items:flex-start;flex-direction:column;gap:5px;
  border-radius:14px;white-space:normal;text-align:left;
}
.hiba-public-header-unified .marketing-nav .hm-desktop-dropdown a:hover,
.hiba-public-header-unified .marketing-nav .hm-desktop-dropdown a:focus-visible{background:var(--ph-blue-light);transform:none}
.hiba-public-header-unified .hm-desktop-dropdown a strong{color:var(--ph-ink);font:800 14px/1.25 Manrope,sans-serif}
.hiba-public-header-unified .hm-desktop-dropdown a span{color:var(--ph-text-3);font:500 12px/1.45 Manrope,sans-serif}
.hiba-public-header-unified .marketing-nav .hm-desktop-dropdown__all{
  min-height:40px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;
  background:var(--ph-subtle);color:var(--ph-blue);font-weight:800;
}
.hiba-public-header-unified .hm-desktop-dropdown--compact{width:min(390px,calc(100vw - 48px));gap:4px;padding:12px}
.hiba-public-header-unified .hm-desktop-dropdown--compact>a{width:100%}
.hiba-public-header-unified .hm-desktop-dropdown--compact .hm-desktop-dropdown__all{margin-top:4px}
@media(max-width:1040px){
  .hiba-public-header-unified .hm-desktop-nav{display:none}
}
@media(prefers-reduced-motion:reduce){
  .hiba-public-header-unified .hm-desktop-dropdown,
  .hiba-public-header-unified .hm-desktop-group>summary,
  .hiba-public-header-unified .hm-desktop-group>summary i{transition:none!important}
}


/* Public trial strip + mobile scroll performance — 2026-08-12 */
body.hiba-public-trial-strip{
  --hiba-trial-strip-h:48px;
  --hiba-admin-bar-offset:0px;
  padding-top:var(--hiba-trial-strip-h);
}
body.admin-bar.hiba-public-trial-strip{--hiba-admin-bar-offset:32px}
body.hiba-public-trial-strip .hiba-trial-strip{
  position:fixed;
  z-index:901;
  top:var(--hiba-admin-bar-offset);
  left:0;
  right:0;
  height:var(--hiba-trial-strip-h);
  display:flex;
  align-items:center;
  background:var(--ph-brand-orange);
  color:var(--ph-ink);
  contain:layout paint;
}
body.hiba-public-trial-strip .hiba-trial-strip__inner{
  width:min(calc(100% - 32px),1220px);
  height:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}
body.hiba-public-trial-strip .hiba-trial-strip__icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,255,255,.12);
}
body.hiba-public-trial-strip .hiba-trial-strip__icon svg{width:18px;height:18px;stroke:currentColor}
body.hiba-public-trial-strip .hiba-trial-strip__label{
  color:var(--ph-ink);
  font:800 15px/1.2 Manrope,sans-serif;
  letter-spacing:-.01em;
  white-space:nowrap;
}
body.hiba-public-trial-strip .hiba-trial-strip__label--compact{display:none}
body.hiba-public-trial-strip .hiba-trial-strip__cta{
  min-height:36px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex:0 0 auto;
  border-radius:999px;
  background:#FFFFFF;
  color:var(--ph-ink);
  font:800 14px/1 Manrope,sans-serif;
  text-decoration:none;
  box-shadow:none;
  transition:transform .12s ease,background-color .16s ease;
}
body.hiba-public-trial-strip .hiba-trial-strip__cta:hover{background:#F9FAFB}
body.hiba-public-trial-strip .hiba-trial-strip__cta:active{transform:scale(.98)}
body.hiba-public-trial-strip.hiba-public-header-unified .marketing-header{
  top:calc(var(--hiba-admin-bar-offset) + var(--hiba-trial-strip-h) + 12px);
}
body.admin-bar.hiba-public-trial-strip.hiba-public-header-unified .marketing-header{
  top:calc(var(--hiba-admin-bar-offset) + var(--hiba-trial-strip-h) + 12px);
}

@media(max-width:1040px){
  body.hiba-public-trial-strip{--hiba-trial-strip-h:52px}
  body.hiba-public-trial-strip.hiba-public-header-unified .marketing-header,
  body.admin-bar.hiba-public-trial-strip.hiba-public-header-unified .marketing-header{
    top:calc(var(--hiba-admin-bar-offset) + var(--hiba-trial-strip-h));
    background:#FFFFFF;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  body.hiba-public-header-unified .hm-mobile-nav__viewport{
    overscroll-behavior-y:contain;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-y;
  }
  body.hiba-public-header-unified .hm-mobile-menu-card,
  body.hiba-public-header-unified .hm-mobile-submenu-card{
    background:#FFFFFF;
    box-shadow:0 10px 28px rgba(8,20,38,.07);
  }
  body.hiba-public-header-unified .hm-mobile-nav__decor{display:none}
}
@media(max-width:782px){body.admin-bar.hiba-public-trial-strip{--hiba-admin-bar-offset:46px}}
@media(max-width:560px){
  body.hiba-public-trial-strip .hiba-trial-strip__inner{width:100%;padding:0 12px;gap:9px;justify-content:space-between}
  body.hiba-public-trial-strip .hiba-trial-strip__label{font-size:14px}
  body.hiba-public-trial-strip .hiba-trial-strip__label--wide{display:none}
  body.hiba-public-trial-strip .hiba-trial-strip__label--compact{display:inline}
  body.hiba-public-trial-strip .hiba-trial-strip__cta{min-height:36px;padding:0 13px;font-size:13px}
}
@media(max-width:380px){
  body.hiba-public-trial-strip .hiba-trial-strip__icon{display:none}
  body.hiba-public-trial-strip .hiba-trial-strip__inner{gap:7px}
  body.hiba-public-trial-strip .hiba-trial-strip__label{font-size:13px}
  body.hiba-public-trial-strip .hiba-trial-strip__cta{padding-inline:11px;font-size:12px}
}
@media(prefers-reduced-motion:reduce){
  body.hiba-public-trial-strip .hiba-trial-strip__cta{transition:none}
}

@media(max-width:1040px){
  body.hiba-public-header-unified .hm-mobile-nav{height:100dvh;min-height:100svh}
  body.hiba-public-header-unified .hm-mobile-nav__shell{height:100dvh;max-height:100dvh}
  body.hiba-public-header-unified .hm-mobile-nav__viewport{touch-action:pan-y pinch-zoom}
}

@media(max-width:1040px){
  body.hiba-public-header-unified.hm-mobile-nav-open .corealx-contact-widget{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
}


/* Brand-orange trial attention + pricing sale cue — 2026-08-12 */
body.hiba-public-trial-strip .hiba-trial-strip__icon{
  transform-origin:50% 55%;
  animation:hibaTrialGiftNudge 5.6s cubic-bezier(.2,.72,.2,1) infinite;
}
body.hiba-public-trial-strip .hiba-trial-strip__cta{
  position:relative;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.72);
}
body.hiba-public-trial-strip .hiba-trial-strip__cta span{
  display:inline-block;
  animation:hibaTrialArrowNudge 4.8s ease-in-out infinite;
}
@keyframes hibaTrialGiftNudge{
  0%,78%,100%{transform:translateY(0) rotate(0deg) scale(1)}
  82%{transform:translateY(-2px) rotate(-5deg) scale(1.04)}
  86%{transform:translateY(0) rotate(4deg) scale(1.02)}
  90%{transform:translateY(-1px) rotate(-2deg) scale(1.03)}
  94%{transform:translateY(0) rotate(0deg) scale(1)}
}
@keyframes hibaTrialArrowNudge{
  0%,72%,100%{transform:translateX(0);opacity:1}
  78%{transform:translateX(3px);opacity:.78}
  84%{transform:translateX(0);opacity:1}
}

.hiba-public-header-unified .marketing-nav>a[href$="/bang-gia/"]{
  position:relative;
  padding-top:7px;
}
.hiba-public-header-unified .marketing-nav>a[href$="/bang-gia/"]::after{
  content:"Sales";
  position:absolute;
  top:-3px;
  right:4px;
  padding:2px 5px;
  border-radius:999px;
  background:var(--ph-brand-orange);
  color:var(--ph-ink);
  font:800 9px/1 Manrope,sans-serif;
  letter-spacing:.04em;
  text-transform:uppercase;
  pointer-events:none;
  transform-origin:50% 100%;
  animation:hibaPricingSalesCue 3.8s ease-in-out infinite;
}
.hiba-public-header-unified .marketing-nav>a[href$="/bang-gia/"]::before{content:none}
@keyframes hibaPricingSalesCue{
  0%,62%,100%{transform:translateY(0) scale(1);opacity:1}
  69%{transform:translateY(-1px) scale(1.08);opacity:.82}
  76%{transform:translateY(0) scale(1);opacity:1}
}
@keyframes hibaPricingSalesDot{
  0%,62%,100%{transform:scale(.9);opacity:.55}
  69%{transform:scale(1.55);opacity:1}
  76%{transform:scale(.9);opacity:.55}
}

@media(max-width:1040px){
  .hiba-public-header-unified .hm-mobile-menu-row[href$="/bang-gia/"]{position:relative}
  .hiba-public-header-unified .hm-mobile-menu-row[href$="/bang-gia/"]::after{
    content:"Sales";
    position:absolute;
    top:8px;
    right:38px;
    padding:3px 7px;
    border:1px solid var(--ph-brand-orange);
    border-radius:999px;
    background:var(--ph-brand-orange);
    color:var(--ph-ink);
    font:800 9px/1 Manrope,sans-serif;
    letter-spacing:.04em;
    text-transform:uppercase;
    animation:hibaPricingSalesCue 3.8s ease-in-out infinite;
    pointer-events:none;
  }
}

@media(prefers-reduced-motion:reduce){
  body.hiba-public-trial-strip .hiba-trial-strip__icon,
  body.hiba-public-trial-strip .hiba-trial-strip__cta span,
  .hiba-public-header-unified .marketing-nav>a[href$="/bang-gia/"]::after,
  .hiba-public-header-unified .marketing-nav>a[href$="/bang-gia/"]::before,
  .hiba-public-header-unified .hm-mobile-menu-row[href$="/bang-gia/"]::after{animation:none!important}
}
