/* Home Italy · Barra Network unificata · P09 · 05/08/2026 */
.hi-network-bar,
.hi-network-bar *{
  box-sizing:border-box;
}

.hi-network-bar{
  position:relative;
  z-index:1100;
  width:100%;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:linear-gradient(90deg,#071126 0%,#0d1c35 52%,#11172b 100%);
  color:#fff;
  box-shadow:0 8px 24px rgba(3,8,22,.14);
}

.hi-network-bar-inner{
  width:calc(100% - 56px);
  max-width:1380px;
  min-height:58px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.hi-network-bar .hi-network-brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  color:#fff;
  text-decoration:none;
}

.hi-network-bar .hi-network-brand img{
  width:42px;
  height:42px;
  display:block;
  object-fit:contain;
  border-radius:12px;
  filter:drop-shadow(0 5px 12px rgba(0,0,0,.25));
}

.hi-network-bar .hi-network-brand span{
  display:grid;
  line-height:1.02;
}

.hi-network-bar .hi-network-brand small{
  color:#d8b165;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.hi-network-bar .hi-network-brand strong{
  margin-top:3px;
  color:#fff;
  font-size:.92rem;
  letter-spacing:.01em;
}

.hi-network-bar .hi-network-links{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  overflow:visible;
}

.hi-network-bar .hi-network-links a{
  position:relative;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:5px 12px 5px 7px;
  border:1px solid transparent;
  border-radius:14px;
  color:#dce3f0;
  text-decoration:none;
  font-size:.78rem;
  font-weight:850;
  white-space:nowrap;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease,color .18s ease;
}

.hi-network-bar .hi-network-links a:hover,
.hi-network-bar .hi-network-links a:focus-visible{
  color:#fff;
  border-color:rgba(255,255,255,.15);
  background:rgba(255,255,255,.08);
  transform:translateY(-1px);
  outline:none;
}

.hi-network-bar .hi-network-links a.is-current{
  color:#fff;
  border-color:rgba(216,177,101,.5);
  background:linear-gradient(110deg,rgba(10,93,59,.36),rgba(216,177,101,.16),rgba(177,32,43,.20));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}

/* Disattiva la sottolineatura della precedente barra Home Italy. */
.hi-network-bar .hi-network-links a.is-current::after{
  content:none;
  display:none;
}

.hi-network-bar .hi-network-links img{
  flex:0 0 auto;
  width:32px;
  height:32px;
  display:block;
  object-fit:contain;
  border-radius:10px;
}

@media(max-width:900px){
  .hi-network-bar-inner{
    width:calc(100% - 32px);
    min-height:54px;
    gap:12px;
  }

  .hi-network-bar .hi-network-brand img{
    width:38px;
    height:38px;
  }

  .hi-network-bar .hi-network-brand span{
    display:none;
  }

  .hi-network-bar .hi-network-links{
    flex:1 1 auto;
    overflow-x:auto;
    justify-content:flex-start;
    padding:5px 0;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .hi-network-bar .hi-network-links::-webkit-scrollbar{
    display:none;
  }

  .hi-network-bar .hi-network-links a{
    flex:0 0 auto;
    padding-right:10px;
  }
}

@media(max-width:560px){
  .hi-network-bar-inner{
    width:calc(100% - 20px);
    min-height:50px;
    gap:7px;
  }

  .hi-network-bar .hi-network-brand img{
    width:35px;
    height:35px;
    border-radius:10px;
  }

  .hi-network-bar .hi-network-links{
    gap:4px;
  }

  .hi-network-bar .hi-network-links a{
    min-height:38px;
    gap:6px;
    padding:3px 7px 3px 4px;
    border-radius:12px;
    font-size:.7rem;
  }

  .hi-network-bar .hi-network-links img{
    width:29px;
    height:29px;
    border-radius:9px;
  }
}

@media(max-width:390px){
  .hi-network-bar .hi-network-links a span{
    display:none;
  }

  .hi-network-bar .hi-network-links a{
    padding:3px;
  }
}
