body.titan-wow-homepage-final .titan-real-brand-slider{
  width:min(1480px,calc(100vw - 40px));
  margin:22px auto 0;
  border:1px solid rgba(63,81,181,.14);
  border-radius:30px;
  background:
    radial-gradient(circle at left top, rgba(0,207,232,.08), transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  box-shadow:0 18px 40px rgba(63,81,181,.10),0 10px 24px rgba(0,207,232,.08);
  overflow:hidden;
  position:relative;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:18px 22px 10px;
  flex-wrap:wrap;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-title{
  color:#1E2238;
  font-weight:900;
  font-size:clamp(1.05rem,1.35vw,1.25rem);
  line-height:1.22;
  margin:0;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-note{
  color:#657392;
  font-size:.93rem;
  line-height:1.5;
  margin-top:4px;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-count{
  color:#7a88a7;
  font-size:.82rem;
  font-weight:800;
  white-space:nowrap;
  padding-top:4px;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-marquee{
  position:relative;
  overflow:hidden;
  padding:10px 0 20px;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-track{
  display:flex;
  align-items:center;
  gap:16px;
  width:max-content;
  will-change:transform;
  animation:titanBrandScroll 40s linear infinite;
}

body.titan-wow-homepage-final .titan-real-brand-slider:hover .wow-monster-brand-track{
  animation-play-state:paused;
}

@keyframes titanBrandScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-logo{
  min-width:144px;
  height:66px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  padding:10px 16px;
  background:linear-gradient(180deg,#ffffff 0%,#f3f7ff 100%);
  border:1px solid rgba(63,81,181,.12);
  box-shadow:0 8px 18px rgba(30,34,56,.06);
  text-decoration:none;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  flex:0 0 auto;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-logo:hover{
  transform:translateY(-2px);
  border-color:rgba(0,207,232,.35);
  box-shadow:0 14px 28px rgba(63,81,181,.14);
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-logo img{
  display:block;
  width:auto;
  max-width:108px;
  max-height:34px;
  object-fit:contain;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-fade-left,
body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-fade-right{
  position:absolute;
  top:0;
  bottom:0;
  width:88px;
  z-index:2;
  pointer-events:none;
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-fade-left{
  left:0;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,0) 100%);
}

body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-fade-right{
  right:0;
  background:linear-gradient(270deg,#f8fbff 0%,rgba(248,251,255,0) 100%);
}

@media (max-width: 900px){
  body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-logo{
    min-width:126px;
    height:60px;
  }
  body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-logo img{
    max-width:92px;
    max-height:28px;
  }
  body.titan-wow-homepage-final .titan-real-brand-slider .wow-monster-brand-track{
    gap:14px;
    animation-duration:30s;
  }
}
