.strategyTabs{
  display:flex;
  gap:12px;
  margin:0 0 18px;
  position:relative;
  z-index:2;
}

.strategyTabs button{
  flex:1;
  height:50px;
  border-radius:18px;
  background:#202735;
  color:#cfd3dc;
  font-weight:900;
  border:1px solid rgba(255,255,255,.08);
}

.strategyTabs button.active{
  background:#ffd75a;
  color:#111;
  box-shadow:0 14px 35px rgba(255,215,90,.16);
}

.strategyBadge{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  margin-bottom:12px;
  background:rgba(255,215,90,.12);
  color:#ffd75a;
  font-size:11px;
  font-weight:900;
}

.strategyComing{
  margin-top:12px;
}
