body.tu-marketing-top-replaced-v1 #tu-marketing-top-header-v1,
body.tu-marketing-top-replaced-v1 #tu-marketing-top-header-v1 *{
  box-sizing:border-box;
}

body.tu-marketing-top-replaced-v1 .tu-old-top-header-hidden-v1{
  display:none!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

#tu-marketing-top-header-v1{
  position:sticky;
  top:0;
  z-index:999999;
  width:100%;
  min-height:86px;
  padding:16px clamp(18px,4vw,38px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(0,229,255,.20), transparent 34%),
    linear-gradient(180deg, rgba(5,14,29,.98), rgba(4,10,22,.95));
  border-bottom:1px solid rgba(0,229,255,.26);
  box-shadow:0 18px 45px rgba(0,0,0,.28), inset 0 -1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

#tu-marketing-top-header-v1 .tu-marketing-brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:13px;
  color:#fff;
  text-decoration:none;
}

#tu-marketing-top-header-v1 .tu-marketing-brand img{
  width:52px;
  height:52px;
  flex:0 0 52px;
  object-fit:cover;
  border-radius:15px;
  box-shadow:0 0 0 1px rgba(0,229,255,.20), 0 12px 30px rgba(0,229,255,.10);
}

#tu-marketing-top-header-v1 .tu-brand-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  line-height:1.02;
}

#tu-marketing-top-header-v1 .tu-brand-copy strong{
  display:block;
  max-width:48vw;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:clamp(22px,4.8vw,34px);
  font-weight:900;
  letter-spacing:-.035em;
}

#tu-marketing-top-header-v1 .tu-brand-copy small{
  display:block;
  margin-top:7px;
  color:#00e5ff;
  font-size:clamp(10px,2.2vw,13px);
  font-weight:800;
  letter-spacing:.28em;
  text-transform:uppercase;
  white-space:nowrap;
}

#tu-marketing-top-header-v1 .tu-marketing-start{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(0,229,255,.62);
  background:linear-gradient(135deg, rgba(0,229,255,.18), rgba(128,244,255,.07));
  color:#dffcff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06), 0 14px 34px rgba(0,229,255,.12);
}

#tu-marketing-top-header-v1 .tu-start-short{display:none;}

@media (max-width:680px){
  #tu-marketing-top-header-v1{
    min-height:78px;
    padding:12px 14px;
    gap:10px;
  }

  #tu-marketing-top-header-v1 .tu-marketing-brand{
    gap:10px;
  }

  #tu-marketing-top-header-v1 .tu-marketing-brand img{
    width:48px;
    height:48px;
    flex-basis:48px;
    border-radius:13px;
  }

  #tu-marketing-top-header-v1 .tu-brand-copy strong{
    max-width:50vw;
    font-size:22px;
  }

  #tu-marketing-top-header-v1 .tu-brand-copy small{
    margin-top:6px;
    font-size:10px;
    letter-spacing:.24em;
  }

  #tu-marketing-top-header-v1 .tu-marketing-start{
    min-height:42px;
    padding:0 18px;
    font-size:12px;
    letter-spacing:.15em;
  }

  #tu-marketing-top-header-v1 .tu-start-long{display:none;}
  #tu-marketing-top-header-v1 .tu-start-short{display:inline;}
}

@media (max-width:380px){
  #tu-marketing-top-header-v1{
    padding-left:12px;
    padding-right:12px;
  }

  #tu-marketing-top-header-v1 .tu-brand-copy strong{
    max-width:47vw;
    font-size:20px;
  }

  #tu-marketing-top-header-v1 .tu-brand-copy small{
    font-size:9px;
    letter-spacing:.20em;
  }

  #tu-marketing-top-header-v1 .tu-marketing-start{
    min-height:40px;
    padding:0 14px;
    font-size:11px;
  }
}
